Vern,
Quote:
Try doing "lsmod|egrep rt" after doing the modprobe. Does a module named "firmware_class" show up in the resulting list?
I've selected firmware_class as built-in and not as module, Im sure its built-in to kernel. So there is Firmware loading support in my system.
There are no problems when I insmod rt73. But when I plug USB-WiFi dongle . USB subsystem detects and probes it. As it probes, "request_firmware" method of firmware_class driver is called by rt73 which fails ultimately. After 1minute timeout it throws the following messages.
Code:
rt73: Failed to request_firmware. Check your firmware file location
rt73: Failed to load Firmware.
rt73: probe of 1-1:1.0 failed with error -2
Meanwhile before 1min timeout if I try "ifconfig wlan0 up",I get
Code:
rt73: driver version - 1.0.3.6 CVS
rt73: Firmware not load
Here is the full dmesg output.
Code:
NET: Registered protocol family 23
rt73: init
bus usb: add driver rt73
usbcore: registered new interface driver rt73
usb 1-1: new full speed USB device using fsl-ehci and address 2
usb 1-1: not running at top speed; connect to a high speed hub
DEV: registering device: ID = '1-1'
bus usb: add device 1-1
usb: Matched Device 1-1 with Driver usb
usb: Probing driver usb with device 1-1
DEV: registering device: ID = 'usbdev1.2_ep00'
usb 1-1: configuration #1 chosen from 1 choice
DEV: registering device: ID = '1-1:1.0'
bus usb: add device 1-1:1.0
usb: Matched Device 1-1:1.0 with Driver rt73
usb: Probing driver rt73 with device 1-1:1.0
rt73: idVendor = 0x7d1, idProduct = 0x3c07
DEV: registering device: ID = 'wlan0'
DEV: registering device: ID = '1-1'
rt73: driver version - 1.0.3.6 CVS
rt73: Firmware not load
I have no idea where Im going wrong. Ping me if you have got some clues.
Regards,
dhina
