As I can see, one can solve this problem on earlier versions of ubuntu
. But there is no packages for raring
in ppa:markus-tisoft/rt3090
and it doesn't compile from sources. Also, there is no rt2860sta.ko and rt3090sta.ko in ubuntu
repositories other than for lucid
. Have they discontinued support for this device? I can probably use old kernel, but I'd like to find a better solution if any.
Asked
Active
Viewed 622 times
0
1 Answers
1
Please be sure the hardware switch is set to enable the wireless radio. Also detach the ethernet cable so that Network Manager will activate the wireless.

chili555
- 60,188
dmesg | grep rt2
produces no output,lsmod | grep rt2
indicates that the driver is loaded (rt2800pci
). It's a laptop (hp 620). I don't think there is a wireless switch. If I remember correctly, I made it work with older ubuntu without turning on any switches, also the optionWireless disabled by Hardware switch
is disabled. And it doesn't see any network. – x-yuri Aug 24 '13 at 22:20sudo modprobe...
produces no output. I didrfkill unblock all
, to no avail. – x-yuri Aug 24 '13 at 22:37