LostSon wrote:
Well i have been at this for days and i have posted in the forums as well but to no avail. so here goesIf you are sure that you have hotplug/coldplug working and that the device is recognized, double check that ndiswrapper is loaded ('lsmod') and that ndiswrapper has the correct driver loaded and recognizing the device ('ndiswrapper -l')
Im having troubles getting my USB wireless working. I have the kernel configs right i followed the how to on gentoo wiki. I have built my driver with ndiswrapper and installed it as well. My led light comes on to let me know the wireless module is working. Howerver when doing a iwconfig i get
Code: lo no wireless extensions
eth0 no wireless extensions
I updated my baselayout and all that as well. I had wireless working on this laptop before with gentoo. I have recently done a fresh install. I wrote down everything i did before to get it working but this time no luck
The USB module is WirelessLAN Prism3 IEEE802.11b WM168 USB Module
Im at a loss any ideas ?? Thanks.
also i remember last time the card would show up with the lsusb command but now all i get is this
Code: Bus 003 Device 001: ID 0000:0000 Bus 002 Device 001: ID 0000:0000 Bus 001 Device 001: ID 0000:0000
as far as i know and believe i have USB enabled yes, i could be wrong though how did you enable yours ?
also if i run iwconfig wlan0 i get this
Code: iwconfig wlan0 wlan0 No such device
its still not showing up
i get this in dmesg
Code:
Modules linked in: ndiswrapper
CPU: 0
EIP: 0060:[<c020b61d>] Tainted: G S VLI
EFLAGS: 00010212 (2.6.11-gentoo-r5)
EIP is at memcpy+0x1d/0x40
eax: 00000010 ebx: ccb30360 ecx: 00000004 edx: 00000000
esi: c6eabecc edi: 00000000 ebp: c6eabedc esp: c6eabea0
ds: 007b es: 007b ss: 0068
Process artsd (pid: 7282, threadinfo=c6eaa000 task=ccd415b0)
Stack: c13f42e4 00000050 c0331156 00000000 c6eabecc 00000010 ccb30360 c0331f2a
ccb30360 c6eabecc 00000050 00000006 00000000 00000000 00000000 00000005
00000001 00000000 00000000 00008002 00000000 00000000 00000000 00000000
Call Trace:
[<c0331156>] snd_timer_user_append_to_tqueue+0x46/0x50
[<c0331f2a>] snd_timer_user_params+0x1ca/0x210
[<c03322d2>] snd_timer_user_ioctl+0x212/0x220
[<c016f820>] do_ioctl+0x70/0xa0
[<c016fa65>] vfs_ioctl+0x65/0x1f0
[<c015bd5f>] fd_install+0x2f/0x60
[<c016fc35>] sys_ioctl+0x45/0x70
[<c01032af>] syscall_call+0x7/0xb
Code: 50 fd 31 c0 c3 31 d2 b8 f2 ff ff ff c3 90 83 ec 08 8b 44 24 14 89 34 24 8b 54 24 0c 89 7c 24 04 8b 74 24 10 89 c1 c1 e9 02 89 d7 <f3> a5 a8 02 74 02 66 a5 a8 01 74 01 a4 8b 34 24 89 d0 8b 7c 24
but im not sure what it means any ideas, thanks.
# lsmod Module Size Used by radeon 126372 2 ndiswrapper 128564 0 parport_pc 27840 1
If you do not see ndiswrapper, load it ('modprobe ndiswrapper')
#ndiswrapper -l Installed ndis drivers: bcmwl5 driver present, hardware present
If you do not see the driver, find the inf file and add it ('ndiswrapper -i bcmwl5.inf' ).
If you do see it try deleting it ('modprobe -r ndiswrapper' then 'ndiswrapper -e bcmwl5') then readding it especially if you upgraded ndiswrapper recently ('ndiswrapper -i bcmwl5.inf' then 'modprobe ndiswrapper').
Now try 'dmesg', the last four lines should look like this
ndiswrapper: using irq 10
wlan0: ndiswrapper ethernet device 00:90:4b:5d:22:50 using driver bcmwl5, configuration file 14E4:4320.5.conf
ndiswrapper (set_auth_mode:517): setting auth mode failed (C0010015)
wlan0: encryption modes supported: WEP
Good luck, Craig -- gentoo-user@gentoo.org mailing list