LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 11-11-2005, 01:48 AM   #1
frazelle09
Member
 
Registered: Dec 2004
Location: Mexicali, Baja California, México
Distribution: PCLinuxOS 2016 - 64bit on four machines, including a laptop.
Posts: 117

Rep: Reputation: 17
setup WavePlus1200 Quetec ASW2301 Wireless card in Linux


The above pretty much says everything. Just bought the wireless card and the only thing it came w/ was an install CD for M$. Have consulted the ndiswrapper.sourceforge page and found the following...
"Card: [Quetec ASW2301 PCI Adapter|http://www.quetec.net/products/product.asp?id=2]
Chipset: [WavePlus 1200|http://www.waveplus.com/wp1200_wp1201.asp]
pciid: 17f7:0001 (rev 01)
Driver: Ndiswrapper 1.0rc4(or nightly build) [Originally|http://www.quework.com/Quetec_11b_PC...30.0_Setup.zip] but as this is an installer I have extracted the relevant files [here|http://f-box.org/~dan/files/wpndis51.rar] (I hope this doesn't break copyright!)
Other: Gentoo (kernel 2.6.12-gentoo-r9) running. The config I have it running with is [here|http://f-box.org/~dan/files/linux-2....-r9.config.txt] Help: I might be able to help you with config of this card drop me an email: dan_AT_f-box_org"
but the webpage f-box.org is not available so i can't get the wpndis51.rar files. i've also gone into the MCC and installed the ndis program, but have finally arrived at the end and don't know what else to do. Any ideas? Have a nice evening!
 
Old 12-30-2005, 04:07 AM   #2
bonsonno
LQ Newbie
 
Registered: Sep 2005
Location: Derby, UK
Distribution: Ubuntu
Posts: 5

Rep: Reputation: 0
Hi exact same card but i did manage to get the files off the website mentioned and ndiswrapper accepted them and installed but I could find no new device listed for it. Certainly none of the current devices (eth0 or sit0) had any wireless extentions.

I'm going mad with this as there seems to be no information on it ANYWHERE. I'd rather not have to buy a new card but it's looking like the only way.
 
Old 12-30-2005, 01:06 PM   #3
frazelle09
Member
 
Registered: Dec 2004
Location: Mexicali, Baja California, México
Distribution: PCLinuxOS 2016 - 64bit on four machines, including a laptop.
Posts: 117

Original Poster
Rep: Reputation: 17
Bonsonno

Know what? The driver is available as Madwifi. Arg! Actually when i upgraded from 10.1 to Mandriva 2006, the wireless card was listed. i clicked on it to install it from MCC and got an error msg. After about another two weeks of hacking, finally gave up and reinstalled my wired version which worked right away. Sigh. Maybe some day. Have a nice one!
 
Old 12-31-2005, 04:57 AM   #4
bonsonno
LQ Newbie
 
Registered: Sep 2005
Location: Derby, UK
Distribution: Ubuntu
Posts: 5

Rep: Reputation: 0
So the driver should work woth madwifi? SOrry I don't fully uderstand you - what is madwifi - a collection of drivers? Sorry for being dense but do you mean it should work with madwifi or it's supposed to but doesn't?
 
Old 01-07-2006, 06:32 PM   #5
chikiwiki
LQ Newbie
 
Registered: Jan 2006
Posts: 2

Rep: Reputation: 0
card not detected by Ubuntu Linux

I have the same problem as bonsonno. The drivers seem to install, but the hardware is never detected.

Yet the little green light blinks and the card is inserted.
 
Old 01-07-2006, 10:47 PM   #6
thunderweasel
Member
 
Registered: Mar 2005
Distribution: Void Linux
Posts: 143

Rep: Reputation: 15
A little more detail as to what exactly you've done would help a bit. I don't have experience installing this particular card, but I've used ndiswrapper quite a bit between my two laptops, and trying to get my Belkin MIMO desktop card to work. It sounds like, basically, you need to download this: http://www.quework.com/Quetec_11b_PC...30.0_Setup.zip , then extract it and find the relevant files (should be the "*.inf" and "*.sys" files). Now, open a terminal and, as root, run "ndiswrapper -i whateverthefileiscalled.inf" and see what, if any errors you get. If none, then type "ndiswrapper -l", it should say the name of your driver (whatever the .inf was called), and "driver present, hardware present". From there, follow the installation instructions at: http://ndiswrapper.sourceforge.net/m...p/Installation . If you have errors or problems, post them back, and maybe someone can help you get it sorted.

edit added: Sometimes, the rpm version that comes with Mandriva doesn't work (or, being an older build, it's got a bug, so your driver installation screws up), so you might want to try installing the newest version from source.

Last edited by thunderweasel; 01-07-2006 at 10:50 PM.
 
Old 01-08-2006, 12:15 PM   #7
korbind
LQ Newbie
 
Registered: Mar 2005
Location: Cincinnati, Ohio
Distribution: Vector Linux 4.3 (Slackware one-off)
Posts: 12

Rep: Reputation: 0
I've got one of these cards too (the PCI version) but I seem to have made it a little further.

I took frazelle09's drivers (thanks man!!!), unzipped them, installed them with "ndiswrapper -i wpndis51.inf" and "ndiswrapper -l" shows "driver present, hardware present."

From there my first "modprobe ndiswrapper" inserted the module successfully but nothing new showed up with "iwconfig." I then tried "ndiswrapper -d 17f7:0001 wpndis51", did another modprobe and I now have a "wlan0" under iwconfig. In other words, everything seems to work up to here.

My problem is when I type (as root) "iwlist scan" or "iwlist wlan0 scanning" all I get is "No scan results." I know there are both open and keyed networks in the area because I can see them with my laptop (also using ndiswrapper but with a different card).

I've also tried setting up an Ad-Hoc network between my desktop and laptop but nothing has worked so far. I don't have much experience, though, with these networks so it might be as much me as the hardware not working right ; )

Any ideas on how to get the card to "see" other wireless devices?

Also, is it possibly the multi-function aspect of the card getting in the way? I wouldn't know any way of controlling or getting around this, but maybe someone else does...

In case anyone needs this...I'm running on Vector Linux 5.0 (basically Slackware) with their default 2.4.29 kernel. I'm also using their binary package for ndiswrapper-1.1_3.

Last edited by korbind; 01-08-2006 at 12:20 PM.
 
Old 01-10-2006, 05:14 PM   #8
chikiwiki
LQ Newbie
 
Registered: Jan 2006
Posts: 2

Rep: Reputation: 0
hardware still not present

My ndiswrapper shows that the driver is present, but the hardware still is "not present"

Any ideas?
 
Old 01-10-2006, 07:36 PM   #9
thunderweasel
Member
 
Registered: Mar 2005
Distribution: Void Linux
Posts: 143

Rep: Reputation: 15
You might want to try a different version of ndiswrapper, or a different driver. Some cards just won't work with ndiswrapper though. I have a Belkin MIMO "Pre N" card like that. The drivers install, the hardware is detected, the card can find my AP, but apparently it's got some DHCP issues, so it won't connect. Yours however is listed in their "known working" list, so you should be able to get it running using the driver and ndiswrapper version listed for your card.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Redhat 9 wireless card setup dupree Red Hat 0 08-03-2005 07:27 PM
Which distro best for this wireless card and setup? Biscram Linux - Newbie 3 09-18-2004 05:50 AM
wireless card setup problem thethinker101 Linux - Wireless Networking 3 12-01-2003 03:58 AM
wireless card setup on red hat linux blitz Linux - Laptop and Netbook 3 08-07-2003 09:29 PM
Wireless card with easiest setup? pilot1 Linux - Wireless Networking 6 12-15-2002 07:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 12:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration