TECOM WL5061DP usb wireless problem [SOLVED]
Posted: 20. Oct 2010, 22:52
Hello:
I've got an TECOM WL5061DP usb wireless receiver (you can see it here: http://img03.taobaocdn.com/bao/uploaded ... 091028.jpg ) but it doesn't work.
If I execute the command iwconfig it is not detected. The command lsusb tells me:
Ok, some time for "googling" and I've found in http://cateee.net/lkddb/web-lkddb/P54_USB.html that ID 0572:2002 uses Prism54 chipset and module p54usb is included in kernel 2.6.24 or above. Salix 13.1.1 has kernel 2.6.33-4 (uname -r) so it should have p54usb module. Lets try the command modinfo p54usb:
...etc (more lines ommited)
If I check the dmesg I found:
why modinfo p54usb tells me "firmware: isl3887usb" and dmesg tells me "cannot load firmware isl3887usb"? ¿¿??
Any help would be most welcome.
Sorry for my bad English.
I've got an TECOM WL5061DP usb wireless receiver (you can see it here: http://img03.taobaocdn.com/bao/uploaded ... 091028.jpg ) but it doesn't work.
If I execute the command iwconfig it is not detected. The command lsusb tells me:
Code: Select all
Bus 002 Device 002: ID 0572:2002 Conexant System (Rockwell), Inc. SoftGate 802.11 Adapter
Code: Select all
filename: /lib/modules/2.6.32-24-generic/kernel/drivers/net/wireless/p54/p54usb.ko
firmware: isl3887usb
firmware: isl3886usb
alias: prism54usb
license: GPL
description: Prism54 USB wireless driver
author: Michael Wu <flamingice@sourmilk.net>
If I check the dmesg I found:
Code: Select all
usb 2-1: New USB device found, idVendor=0572, idProduct=2002
usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-1: Product: USB device
usb 2-1: Manufacturer: Conexant
usb 2-1: reset full speed USB device using uhci_hcd and address 2
usb 2-1: firmware: requesting isl3887usb
usb 2-1: (p54usb) cannot load firmware isl3887usb (-2)!
usb 2-1: firmware: requesting isl3887usb_bare
p54usb: probe of 2-1:1.0 failed with error -2
usbcore: registered new interface driver p54usb

Any help would be most welcome.
Sorry for my bad English.