This is my first thread ever in this forum, but I use Kubuntu quite a while on several Computers.
I recently bought a netbook (Lenovo S205 with FreeDOS) and installed Kubuntu on this machine (11.04 - 64bit). Everything works fine except the wireless lan chipset.
It's a Ralink RT3090 chipset and the driver files can be obtained here : http://www.ralinktech.com/support.php?s=2
Markus Heberling created these driver packages : https://launchpad.net/~markus-tisoft/+archive/rt3090
Building a module from scratch wasn't succesful for me as well as the installation of Markus Heberling's deb-packages, so please help me building this module so that the wireless network connection can be used.
I'll post more hardware information later since I currently have to use Windows XP because of this issue.
__________________________________________________ _____________________________
Update:
I finally fixed it with the rt2860sta module from the current 11.04 release of Kubuntu.
lspci -vv :
According to http://www.planet3dnow.de/vbulletin/...d.php?t=393400 the solution is pretty simple. All you have to do is blacklist a couple of modules and your're done. Edit /etc/modprobe.d/blacklist.conf with root privileges and add the following lines at the end of this file:
I do not use the kde-network-manager because I like wicd and this driver perfectly works with the current wicd release.
I recently bought a netbook (Lenovo S205 with FreeDOS) and installed Kubuntu on this machine (11.04 - 64bit). Everything works fine except the wireless lan chipset.
It's a Ralink RT3090 chipset and the driver files can be obtained here : http://www.ralinktech.com/support.php?s=2
Markus Heberling created these driver packages : https://launchpad.net/~markus-tisoft/+archive/rt3090
Building a module from scratch wasn't succesful for me as well as the installation of Markus Heberling's deb-packages, so please help me building this module so that the wireless network connection can be used.
I'll post more hardware information later since I currently have to use Windows XP because of this issue.
__________________________________________________ _____________________________
Update:
I finally fixed it with the rt2860sta module from the current 11.04 release of Kubuntu.
lspci -vv :
090 Wireless 802.11n 1T/1R PCIe
Subsystem: Lenovo Device f101
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 18
Region 0: Memory at 50100000 (32-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: rt2860
Kernel modules: rt2860sta, rt2800pci
Subsystem: Lenovo Device f101
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 18
Region 0: Memory at 50100000 (32-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: rt2860
Kernel modules: rt2860sta, rt2800pci
blacklist acer_wmi
blacklist rt2800pci
blacklist rt2800lib
blacklist rt2800usb
blacklist rt2x00pci
blacklist rt2x00lib
blacklist rt2x00usb
blacklist rt2800pci
blacklist rt2800lib
blacklist rt2800usb
blacklist rt2x00pci
blacklist rt2x00lib
blacklist rt2x00usb
Comment