quique n00b
Joined: 11 Dec 2006 Posts: 13
|
Posted: Tue Mar 20, 2007 7:39 pm Post subject: Problem with tt73 usb wireless adapter |
|
|
Hello there!
I have recently reinstalled my Gentoo system (the previous one was full of programs I didn't use and gnome stopped working so I chose the "easy" way to solve this) and now I have a little problem with my wireless card. It is a ralink rt73 usb and I have already installed it with the rt2x00 driver in portage. It is recognised by all the commands I can use with it: ifconfig, iwconfig, iwlist, dhcpcd, etc. And I have used the same /etc/conf.d/net I used in the previous installation, but when I /etc/init.d/net.wlan0 start or simply when I boot the computer, I get this output:
Code: | # /etc/init.d/net.wlan0 start
* Starting wlan0
* Configuring wireless network for wlan0
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Device or resource busy.
* no access points found
* Couldn't find any access points on wlan0
* Failed to configure wireless for wlan0 [ !! ] |
This is the wireless section of my /etc/conf.d/net:
Code: | key_wifi_ifiw="s:ow5yhetn8wcgweryw65u76urxns0d enc open"
preferred_aps=("wifi_ifiw")
associate_order=("preferredonly")
config_wifi_ifiw=("dhcp")
routes_wifi_ifiw=("default gw 192.168.236.1")
dns_domain_wifi_ifiw="Casa"
dns_servers_wifi_ifiw="195.235.113.3 195.235.96.90" |
I think that the only thing I have changed from the previous installation is the kernel version, from 2.6.19 to 2.6.19-r5, I think it shouldn't do bad, and this way I have solved another problem. So, does anybody know something about this issue? I have looked through the forum and didn't find anything, so I hope it can be solved.
Thank you very much
Bye! |
|