LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   USB wlan not claimed by any active driver (https://www.linuxquestions.org/questions/linux-wireless-networking-41/usb-wlan-not-claimed-by-any-active-driver-203520/)

rion 07-10-2004 05:30 PM

USB wlan not claimed by any active driver
 
Hello, I have a X-micro USB wlan adapter and Mandrake 10 using kernel 2.4.25. I installed the RPM version of the linux-wlan-ng driver (included with installation disc 4) and patched the usbcore.o file. However, when I entered
wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable
I got the following error:
wlanctl-ng: No such device

Can anybody help me to make my wlan adapter work?
Thanks a lot,
Rion

Here are some outputs from various commands:

# lsmod
Module Size Used by Tainted: PF
prism2_usb 71652 0 (unused)
p80211 23364 0 [prism2_usb]
usbcore 73228 1 [usbmouse hid ehci-hcd usb-ohci prism2_usb]

# iwconfig
lo no wireless extensions.

# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:484 errors:0 dropped:0 overruns:0 frame:0
TX packets:484 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:35400 (34.5 Kb) TX bytes:35400 (34.5 Kb)

#dmesg
hub.c: new USB device 00:03.0-1, assigned address 6
Address: 6
usb.c: USB device 6 (vend/prod 0xace/0x1201) is not claimed by any active driver.

# lsusb
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 001 Device 006: ID 0ace:1201 <----- USB wlan
Bus 001 Device 003: ID 062a:0000 <----- USB mouse

zorba4 07-10-2004 05:41 PM

Try installing the hotplug rpm.
Also install the usbtools rpm.
When the hotplug rpm will be installed, unplug and re-plug your usb wifi adapter, and see what happens by means of dmesg or "tail -50f /var/log/syslog".

rion 07-11-2004 02:12 PM

I already had the hotplug and usbutil installed. Here is the output of dmesg when I unplugged and replugged the adapter.

# dmesg
usb.c: USB disconnect on device 00:03.0-1 address 2
hub.c: new USB device 00:03.0-1, assigned address 4
Address: 4
usb.c: USB device 4 (vend/prod 0xace/0x1201) is not claimed by any active driver.

# lsmod
Module Size Used by Tainted: PF
prism2_usb 71652 0 (unused)
p80211 23364 0 [prism2_usb]
usbcore 73228 1 [usbmouse prism2_usb hid usb-ohci]

Any help would be appreciated.


All times are GMT -5. The time now is 11:52 PM.