Hello everybody.
I (try to) use the driver rt73 provided by the rt2x00 project for my
Edimax EW-7318USg, wich has (I think) a Ralink rt2573 chipset.
http://www.edimax.com/en/produce_detail ... &pl2_id=44
I'm experiencing some problems; my wi-fi device is still not working.
I have a laptop Acer Aspire 5610. I use Debian Lenny, and my kernel version is
Code:
root:~# uname -a
Linux myMachine 2.6.21-2-686 #1 SMP Wed Jul 11 03:53:02 UTC 2007 i686 GNU/Linux
The problem is:
my usb wifi-card doesn't scan any cell, even if the Access Point is *just over my head*.
Here is a command line session in order to help you to help me.
The module is intalled:
Code:
root:~# lsmod | grep rt73
rt73 189792 0
firmware_class 9408 3 pcmcia,ipw3945,rt73
usbcore 123272 4 rt73,ehci_hcd,uhci_hcd
and is the right one:
Code:
root:~# depmod -a
root:~# modinfo rt73
filename: /lib/modules/2.6.21-2-686/extra/rt73.ko
license: GPL
description: Ralink RT73 802.11abg WLAN Driver 1.0.3.6 CVS 2007110217
author: http://rt2x00.serialmonkey.com
alias: usb:v1740p7100d*dc*dsc*dp*ic*isc*ip*
[...]
alias: usb:v07B8pB21Dd*dc*dsc*dp*ic*isc*ip*
depends: usbcore,firmware_class
vermagic: 2.6.21-2-686 SMP mod_unload 686
parm: debug:Debug mask: n selects filter, 0 for none (int)
parm: firmName:Permit to load a different firmware: (default: rt73.bin) (charp)
The usb device is recognized:
Code:
root:~# lsusb
Bus 005 Device 003: ID 148f:2573 Ralink Technology, Corp.
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
and also iwconfig knows about it:
Code:
root:~# iwconfig wlan0
wlan0 RT73 WLAN
Link Quality:0 Signal level:0 Noise level:113
If I go very close to the access point, my intel centrino wi-fi
card can scan the cell (please note the level of the signal)
Code:
root:~# iwlist eth1 scan
eth1 Scan completed :
Cell 01 - Address: 00:14:1B:61:10:A0
ESSID:"Unice-HotSpot"
Protocol:IEEE 802.11bg
Mode:Master
Channel:1
Encryption key:off
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Quality=75/100 Signal level=-59 dBm Noise level=-59 dBm
Extra: Last beacon: 24ms ago
but the Edimax usb card, sadly, doesn't see anything...
Code:
root:~# ifconfig wlan0 up
root:~# iwlist wlan0 scan
wlan0 No scan results
In fact, I'm not sure this is a rt73 problem;
maybe there is a daemon of my internal ip3945 intel wi-fi card that
causes some problems... I really don't know.
Anyway, all my network interfaces where switched off during the
execution of the above code.
Any hint?
Best regards,
Giovanni Gherdovich