You are not logged in.
Pages: 1
Hey guys, this is my first post in here, I'm from Chile, so please excuse my english
Well, this is the problem, I've a new laptop, a Lenovo z475 one. And it has a Ralink wireless card (it sucks btw).
For default, my arch (3.4.2-2-ARCH) has a rt2800pci module load. I tried a lot of guides, and the most of them fixed this problem by downloading the RT3090 module (From AUR or the manufactured support page). On the guides they say to blacklist the rt2800pci rt2800usb modules and dependencies. I do that but RT3090 gives me a Kernel Panic error.
Also I've tried another guide who says that the module rt2860pci works fine with this issue, but when i load the module, the module don't recognize the interface now i'm using the Rt2800, works, but a little bad.
Ty and let me know if you guys need more information.
Thx to all.
Offline
Hi and welcome to the forum. Your post title does not match your text (or is sarcastic about slow ..) , be sure to correct that.
Also post the device ID of your card here (lspci -nn line) as that is what usually determines which driver to use.
But I reckon RT2800pci is the standard driver your card is supposed to use.
Whats your actual problem? Is it just slow? Or does the connection drop?
Have you looked at the logs? Any hints there? Router Signal is strong enough?
Any other wireless modules loaded that might interfere?
edit:typo
Last edited by Strike0 (2012-06-21 18:34:28)
Offline
Oh dude, thx for the answer..
Output of lspci: 02:00.0 Network controller [0280]: Ralink corp. RT3090 Wireless 802.11n 1T/1R PCIe [1814:3090]
@The internet goes so slow, and the signal is at 95%. When i tried RT3090 that marks my actually 30mb/s download (but it get kernel panic in a few seconds), and with rt2800pci the download speed is about 0.7mb, The other modules loaded are dependencies of rt2800
lsmod | grep rt output:
rts5139 340465 0
rt2800pci 9681 0
rt2800lib 43247 1 rt2800pci
rt2x00pci 5050 1 rt2800pci
rt2x00lib 36024 3 rt2x00pci,rt2800lib,rt2800pci
eeprom_93cx6 2175 1 rt2800pci
crc_ccitt 1363 1 rt2800lib
mac80211 395232 3 rt2x00lib,rt2x00pci,rt2800lib
cfg80211 169978 2 mac80211,rt2x00lib
usbcore 147533 8 uas,btusb,uvcvideo,rts5139,usb_storage,ohci_hcd,ehci_hcd
scsi_mod 132942 6 uas,rts5139,usb_storage,libata,sd_mod,sr_mod
And this it the output of those two commands
Offline
Please always use [ code ] tags for longer console output next time, thanks. I don't see anything in there though.
RT3090 is deprecated unfortunately for you. I googled your card and I guess rt2800pci is the correct one to use. With that poor speed you should see some network errors though.
The only suggestion I have currently is that you do
modinfo rt2800pci
to look and try some of the available options. For example try to disable wifi-N.
Maybe someone else has another idea.
Offline
This is the otput of modinfo:
filename: /lib/modules/3.4.2-2-ARCH/kernel/drivers/net/wireless/rt2x00/rt2800pci.ko.gz
license: GPL
firmware: rt2860.bin
description: Ralink RT2800 PCI & PCMCIA Wireless LAN driver.
version: 2.3.0
author: http://rt2x00.serialmonkey.com
srcversion: 2D3279CC5ED3A7CA23FAF36
alias: pci:v00001814d0000539Fsv*sd*bc*sc*i*
alias: pci:v00001814d0000539Asv*sd*bc*sc*i*
alias: pci:v00001814d00005390sv*sd*bc*sc*i*
alias: pci:v00001814d00003593sv*sd*bc*sc*i*
alias: pci:v00001814d00003592sv*sd*bc*sc*i*
alias: pci:v00001814d00003562sv*sd*bc*sc*i*
alias: pci:v00001814d00003062sv*sd*bc*sc*i*
alias: pci:v00001814d00003060sv*sd*bc*sc*i*
alias: pci:v00001432d00007722sv*sd*bc*sc*i*
alias: pci:v00001432d00007711sv*sd*bc*sc*i*
alias: pci:v00001814d00003390sv*sd*bc*sc*i*
alias: pci:v00001A3Bd00001059sv*sd*bc*sc*i*
alias: pci:v00001462d0000891Asv*sd*bc*sc*i*
alias: pci:v00001432d00007768sv*sd*bc*sc*i*
alias: pci:v00001432d00007758sv*sd*bc*sc*i*
alias: pci:v00001432d00007748sv*sd*bc*sc*i*
alias: pci:v00001432d00007738sv*sd*bc*sc*i*
alias: pci:v00001432d00007728sv*sd*bc*sc*i*
alias: pci:v00001432d00007727sv*sd*bc*sc*i*
alias: pci:v00001432d00007708sv*sd*bc*sc*i*
alias: pci:v00001814d00003092sv*sd*bc*sc*i*
alias: pci:v00001814d00003091sv*sd*bc*sc*i*
alias: pci:v00001814d00003090sv*sd*bc*sc*i*
alias: pci:v00001814d00000781sv*sd*bc*sc*i*
alias: pci:v00001814d00000701sv*sd*bc*sc*i*
alias: pci:v00001814d00000681sv*sd*bc*sc*i*
alias: pci:v00001814d00000601sv*sd*bc*sc*i*
depends: rt2x00lib,rt2800lib,rt2x00pci,eeprom_93cx6
intree: Y
vermagic: 3.4.2-2-ARCH SMP preempt mod_unload modversions
parm: nohwcrypt:Disable hardware encryption. (bool)
And this, is the paste of my SpeedTest result: http://www.speedtest.net/result/2021885813.png
Last edited by rndmz (2012-06-21 20:16:54)
Offline
Try disabling hardware encryption
modprobe rt2800pci nohwcrypt=1
Your upload speed and ping look good.
edit: typo in module
Last edited by Strike0 (2012-06-21 20:27:45)
Offline
Seems to work O_o 17.5mb Download speed now... Lemme test a little bit more, then i call this Solved
Offline
Nope, went back to 1.50mb 8(
Offline
did you make a config file in /etc/modprobe.d/ to set this value every time this module is loaded?
Offline
did you make a config file in /etc/modprobe.d/ to set this value every time this module is loaded?
Nope, it doesn't work fine...
Offline
Pages: 1