Tom K wrote: > Doug Jolley wrote: > >>> No, it doesn't look line it. Can you post the output of >>> dmesg | grep prism >>> >> My pleasure: >> >> [EMAIL PROTECTED] ~]$ dmesg | grep prism >> prism2usb_init: prism2_usb.o: 0.2.3 Loaded >> prism2usb_init: dev_info is: prism2_usb >> usbcore: registered new driver prism2_usb >> [EMAIL PROTECTED] ~]$ >> >> Thanks for hanging in there with me on this. >> >> ... doug >> > > I have to say, I'm puzzled now. Let me check a few things here, and I'll > get back to you. > >
Reading back over your problem rang a few bells, related to my first attempts to get this going. Unlike other modules, loading prism2_usb does not create the wlan0 interface. You also have to enable it with the following command: wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable Now if you come back and tell me that you're already doing that, I will be truly stumped. Just thought I'd mention that. ;) All of this is covered in the init script I posted earlier, btw, and also in wlan-ng's official init script and config files. _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
