LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-28-2006, 03:53 AM   #1
ananke
LQ Newbie
 
Registered: May 2006
Posts: 26

Rep: Reputation: 15
Unhappy 2Wire PC Card Wireless Adapter Help


Total newb to Linux - never used it before yesterday. I'd really like some help setting up my wireless adapter for Internet access. I'm running the latest version Mandriva, and my card is 2Wire 802.11g, which I don't think has drivers for Linux. The tech help person didn't even know what Linux was...
Anyway, thanks in advance for the help.
 
Old 05-28-2006, 04:32 AM   #2
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
We need to know which chipset your card uses, that way we'll know how to get it working. Can you open up a terminal window (e.g. Konsole, Gnome Terminal, xterm) and run "lspci" (without quotes) and post the output here, please. If you get command not found, either run it as root (use the "su" command to become root) or run it as "/sbin/lspci".
 
Old 05-28-2006, 11:52 AM   #3
ananke
LQ Newbie
 
Registered: May 2006
Posts: 26

Original Poster
Rep: Reputation: 15
Erm. Well, okay. Here's what that gave me:

00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03)
02:04.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
02:06.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
02:06.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller
02:0e.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
 
Old 05-28-2006, 11:59 AM   #4
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by ananke
02:04.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
You can probably use NdisWrapper for this card. It's software that lets you use Windows drivers (for wireless cards) Run lspci -n and note what it says in the third column of the line that starts with "02:04.0". Then, check this page for that "code". That'll tell you which Windows driver to use with the card (as the NdisWrapper site recommends not using the ones from your CD). Even if the brand and model of your card aren't listed, you should be able to use the same driver for another card that has the same chipset as yours. My card has the same chipset and works fine with NdisWrapper.

Last edited by Nylex; 05-29-2006 at 01:13 AM.
 
Old 05-28-2006, 02:59 PM   #5
ananke
LQ Newbie
 
Registered: May 2006
Posts: 26

Original Poster
Rep: Reputation: 15
Sorry, but where do I actually save the .tar.gz file (if it matters)?
And I've read through the Wiki installation guide for NdisWrapper, but I'm getting a "No such file or directory" just from trying to create a link, like it says to do. Also, how can I find out my kernel version? I'm pretty sure I know it, but I want to be sure.
This is probably a really stupid question but it says Mandrake comes with NdisWrapper, so is there an easier way I could install it using the CDs or something?
 
Old 05-28-2006, 03:57 PM   #6
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
I didn't realise Mandriva came with NdisWrapper, but yes, if it does, just get it off the CD. It's probably in RPM format.

If you do want to install the source, then you can save it anywhere you like. As for getting the kernel version, use "uname -r".

Edit: you'll need the kernel source package for Mandriva installed and I think the kernel headers too (it may be called kernel-devel or similar).

Last edited by Nylex; 05-28-2006 at 04:04 PM.
 
Old 05-28-2006, 04:11 PM   #7
beagle2
Member
 
Registered: Aug 2004
Location: Aberdeen Scotland
Distribution: elive,sidux,xp,pclinuxos super gamer, mandriva 2007
Posts: 417

Rep: Reputation: 30
Latest Mandriva free edition dvd does come with ndiswrapper - when you go to configure a new wireless connection it gives you the option of installing windows driver using ndiswrapper and it automatically installs from the dvd.
 
Old 05-28-2006, 04:37 PM   #8
ananke
LQ Newbie
 
Registered: May 2006
Posts: 26

Original Poster
Rep: Reputation: 15
I've got the CD in and it says the package couldn't be installed. I'm using the Free CDs, so I don't know how much of a difference that makes (like which CD needs to be in and which actions need to be taken before the package can be installed).
 
Old 05-28-2006, 05:00 PM   #9
beagle2
Member
 
Registered: Aug 2004
Location: Aberdeen Scotland
Distribution: elive,sidux,xp,pclinuxos super gamer, mandriva 2007
Posts: 417

Rep: Reputation: 30
Maybe you will have to enable all your cds as sources for packages in the package manager section then try and install ndiswrapper that way. Not at my own pc just now so cant remember exactly where you should be looking but ndiswrapper is there somewhere.

If its this version you have 2006.0-free.i586.cd ndiswrapper is on disc 3

Last edited by beagle2; 05-28-2006 at 05:03 PM.
 
Old 05-28-2006, 06:53 PM   #10
ananke
LQ Newbie
 
Registered: May 2006
Posts: 26

Original Poster
Rep: Reputation: 15
That's my problem, then. My Disk 3 never worked during the install - it kept telling me to insert disk 3, and I'd remade the CD about four times before I figured it just wasn't going to work.
And where can I find the kernel source package and headers for Mandriva, and how would I install these? Google.com/linux didn't really come up with anything that I can follow.
Also, Nylex, out of curiosity, which driver did you use?
 
Old 05-28-2006, 07:17 PM   #11
beagle2
Member
 
Registered: Aug 2004
Location: Aberdeen Scotland
Distribution: elive,sidux,xp,pclinuxos super gamer, mandriva 2007
Posts: 417

Rep: Reputation: 30
Again going by this http://qa.mandriva.com/distro/2006.0-free.i586.cd kernel source is on of course disc 3. Check this if you have different version http://qa.mandriva.com/twiki/bin/vie...ux2006Packages
 
Old 05-28-2006, 07:22 PM   #12
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
You can search for rpms at the http://rpm.pbone.net site.
 
Old 05-28-2006, 07:43 PM   #13
ananke
LQ Newbie
 
Registered: May 2006
Posts: 26

Original Poster
Rep: Reputation: 15
I more or less don't even have a disc 3. It doesn't work. And thanks for the link, but I can't search for an rpm I don't know the name of.
 
Old 05-28-2006, 10:17 PM   #14
beagle2
Member
 
Registered: Aug 2004
Location: Aberdeen Scotland
Distribution: elive,sidux,xp,pclinuxos super gamer, mandriva 2007
Posts: 417

Rep: Reputation: 30
Tell you what, search that link to the cd contents for a package with kernel-source in the name. Then go to the link jschiwal suggested and search for the rpm there. Or search the package list for ndiswrapper then go to rpm.pbone then see here http://www.mandrakehelp.com/RPM-HOWTO.html on how to install.
 
Old 05-28-2006, 11:22 PM   #15
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by ananke
Also, Nylex, out of curiosity, which driver did you use?
I think it was this one. The PCI ID for my card (the thing from the third column of the output from lspci -n) is 14e4:4320, though.
 
  


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
help with instrtuctions for getting a 2wire wireless usb adapter to work wood_workur Linux - General 3 04-05-2006 08:11 PM
Need Linux driver for 2wire wireless USB adapter for SuSE 10 Joe Fay SUSE / openSUSE 0 03-06-2006 01:46 PM
How to install 2Wire Wireless USB adapter in Slackware? banjzooie Linux - Wireless Networking 2 02-17-2006 08:49 PM
SuSE 9.2 wont enable 2wire usb wireless adapter daivmoran Linux - Hardware 1 02-18-2005 02:49 PM
2Wire Usb wireless adapter problem sfamonkey Linux - Hardware 2 06-23-2004 07:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:30 PM.

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