Results 21 to 26 of 26
Hmm, now only a wlan2 is mentioned in there.
Did you retry iwlist? Any result? What is the output of
Code:
lsmod
iwconfig...
- 02-18-2010 #21
Hmm, now only a wlan2 is mentioned in there.
Did you retry iwlist? Any result? What is the output of
Code:lsmod iwconfig
- 02-18-2010 #22Just Joined!
- Join Date
- Feb 2010
- Location
- East Kent
- Posts
- 22
Code:paulnrhodes@paulnrhodes-laptop ~ $ iwlist Usage: iwlist [interface] scanning [essid NNN] [last] [interface] frequency [interface] channel [interface] bitrate [interface] rate [interface] encryption [interface] keys [interface] power [interface] txpower [interface] retry [interface] ap [interface] accesspoints [interface] peers [interface] event [interface] auth [interface] wpakeys [interface] genie [interface] modulation paulnrhodes@paulnrhodes-laptop ~ $
- 02-18-2010 #23Just Joined!
- Join Date
- Feb 2010
- Location
- East Kent
- Posts
- 22
Code:paulnrhodes@paulnrhodes-laptop ~ $ iwconfig lo no wireless extensions. eth0 no wireless extensions. irda0 no wireless extensions. wmaster0 no wireless extensions. wlan2 IEEE 802.11bg ESSID:"" Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated Tx-Power=19 dBm Retry long limit:7 RTS thr:off Fragment thr:off Power Management:on Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 paulnrhodes@paulnrhodes-laptop ~ $
- 02-18-2010 #24
Sorry, I meant the full iwlist command as I suggested before.
Code:sudo ifconfig wlan2 up sudo iwlist wlan2 scan
- 02-18-2010 #25Just Joined!
- Join Date
- Feb 2010
- Location
- East Kent
- Posts
- 22
the ouput for both
paulnrhodes@paulnrhodes-laptop ~ $ sudo ifconfig wlan2 up
paulnrhodes@paulnrhodes-laptop ~ $ sudo iwlist wlan scan
wlan Interface doesn't support scanning.
paulnrhodes@paulnrhodes-laptop ~ $
- 02-18-2010 #26
Ok, let's try the other way then.
Open up /etc/modprobe.d/modprobe.conf
Remove the line blacklist rt2500usb and replace with blacklist rt73usb. Reboot, check iwconfig for the interface name and try the above again, plus dmesg output.Code:sudo nano /etc/modprobe.d/modprobe.conf


Reply With Quote