Results 1 to 10 of 10
hi there,
i have been having problems with my wireless card for a while now
it just refuses to work!
so i have decided to act!
Tenda W332P PCI wireless-n ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-26-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 18
[ubuntu] tenda w322p pci card problems
hi there,
i have been having problems with my wireless card for a while now
it just refuses to work!
so i have decided to act!
Tenda W332P PCI wireless-n (draft 2.0)
i believe it is a pre-v2.0 version (v2.0 is the one mainly on the internet)
more info:
googlesearch: "[ubuntu] problem with tenda w322p installation" then first link
(look for the replies to LordAro) (i can't post it as a link for silly reasons)
lots of outputs: wirelessproblems.txt/.zip
- 07-26-2010 #2
i don't see anything detected in that output for wireless
are you sure the card is seated in correctly? what version of ubuntu are you using? does the card work with any other OS/distro?
- 07-26-2010 #3
The wireless is here
Currently, ndiswrapper is the only driver loading. There are two linux drivers, though quality can be a little iffy on both, from what I understand. The open source rt2800pci driver or ralink has a rt2860sta. The latter can be downloaded from their website. I'm not familiar with rt3562sta listed above. Have to look into that.Code:00:08.0 Network controller [0280]: RaLink RT2800 802.11n PCI [1814:0601] Kernel modules: rt3562sta, rt2800pci, rt2860sta
rt2860sta also requires firmware, I believe, which is near the bottom of the download page.
Here's a how to on compiling software.
Once you have that installed, blacklist ndiswrapper and make sure rt2860sta loads.
Reboot. Check if networkmanager is showing your network.Code:echo "blacklist ndiswrapper" | sudo tee -a /etc/modprobe.d/blacklist.conf echo "rt2860sta" | sudo tee -a /etc/modules
- 07-27-2010 #4Just Joined!
- Join Date
- Jul 2010
- Posts
- 18
yes - lights are on, 10.04, also tried with 9.10 before i upgraded, haven't tried any other os (planning to)
@reed9
minor problems with that:
when i try to unpack the 2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.bz2, it comes up with the following errors:
by the looks of things, this is a problem at their end, with their file, yes?Code:bzip2: (stdin) is not a bzip2 file tar: Child returned status 2 tar: Exiting with failure status due to previous errors
also, i'm not sure how to compile the firmware, or even if i've got the right file
i downloaded the RT2860_Firmware_V26.zip but inside is only the license and a .bin file (rt2860.bin) and i'm not sure what to do with them...
- 07-27-2010 #5
It's sort of a problem on their end. Linux doesn't traditionally care about file extensions the way windows does and the archive manager should know better than to fail because a gzipped file ends with bz2.
The file command can give useful info in cases like this
From the console doCode:file 2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.bz2 2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.bz2: gzip compressed data, from Unix, last modified: Thu Jul 15 07:09:16 2010
The firmware is a binary blob, no compiling required. Just stick the .bin file in /lib/firmwareCode:tar xvzf 2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.bz2
- 07-31-2010 #6Just Joined!
- Join Date
- Jul 2010
- Posts
- 18
ah! we're getting somewhere now!
i can see the network!
problem is now, click on it to connect, and the password request box comes up 3-4 times, then it gives up trying to connect
network admin has assured me the password is correct
can provide pics if you need them
can also probably persuade admin to take password off for a couple of mins while i try to connect again
- 08-02-2010 #7Just Joined!
- Join Date
- Jul 2010
- Posts
- 18
no one?
i really think i'm getting close now
- 08-02-2010 #8
Were you able to try it with the encryption disabled? WPA/WPA2 can be problematic for some drivers, I know, though I have no experience with this particular one.
The default networkmanager has been known to have problems as well, for some people. You could try using Wicd instead.
- 08-18-2010 #9Just Joined!
- Join Date
- Jul 2010
- Posts
- 18
good news! i managed to connect with Wicd and no encryption
such bad signal i couldn't use the internet before it cut out, but i think that's due to the distance, not anything else. we need a repeater...(anyone know a good one?)
anyway of getting it to connect with encryption?
- 08-25-2010 #10Just Joined!
- Join Date
- Jul 2010
- Posts
- 18
info:
when attempting to connect with encryption, it says:Obtaining IP Address Failed


Reply With Quote

