LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 06-25-2006, 12:03 AM   #1
aaronruss
Member
 
Registered: Mar 2004
Posts: 90

Rep: Reputation: 15
Question How do you setup a wireless card?


How do you install a wireless card on linux? using FC4?
what are the steps involved?
 
Old 06-25-2006, 12:31 AM   #2
musicman_ace
Senior Member
 
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555

Rep: Reputation: 46
First you should check the HCL here to make sure the card you buy is supported in some way. Once you've got your card..

Natively Supported Card
1. Install the wireless card and boot your system
2. use lspci to determine the chipset of the card. lsmod might tell you if it autoloaded the module for you
3. Using the chipset information, cd to /usr/src/linux and type make menuconfig
4. navigate to drivers and networking and there should be a wireless category.
5. Select your wireless card either as a M for module, or * for built-in kernel support.
6. exit and save changes
7. use the make && make modules && make modules_install

Non-Natively Supported Card

If your card doesn't include native linux support, you'll have to use a wrapper.

You'll need to extract the windows drivers onto a floppy and copy them to your linux system.
Install NdisWrapper from ndiswrapper.sourceforge.net

From there, you'll have to read the documenation on ndis's website and I only use natively supported hardware on my linux boxes.

Last edited by musicman_ace; 06-25-2006 at 12:33 AM.
 
Old 06-25-2006, 07:59 AM   #3
shadowz
LQ Newbie
 
Registered: Jun 2006
Distribution: Ubuntu 6.06
Posts: 15

Rep: Reputation: 0
if your card is the intel pro wireless 2200b/g kernel support does not work you have to to go to ipw2200 website for instruction to install it properly
 
Old 06-25-2006, 08:39 AM   #4
kickzha
LQ Newbie
 
Registered: Sep 2004
Location: augsburg homeboy
Distribution: debian sarge/sid
Posts: 17

Rep: Reputation: 0
Your kernel should serve this symbols too:

Symbol: IEEE80211 [=m]
│ Prompt: Generic IEEE 802.11 Networking Stack
│ Defined at net/ieee80211/Kconfig:1
│ Depends on: NET
│ Location:
│ -> Networking
│ -> Networking support (NET [=y])
│ Selected by: HOSTAP && !UML && NETDEVICES && NET_RADIO

Without that you cannot use wireless-tools, which i would suggest too.

So the most (distributive) Kernels have this symbol the task goes as follows:

check for module/driver
compile module/driver (if needed because you have to use outer Linux sources)
install module/driver into running kernel (insmod/modprobe)
use wireless-tools to configure device
 
Old 06-25-2006, 06:55 PM   #5
Altstatten
LQ Newbie
 
Registered: Jun 2006
Location: Lewisville, TX
Distribution: Fedora Core 4
Posts: 12

Rep: Reputation: 0
Quote:
2. use lspci to determine the chipset of the card. lsmod might tell you if it autoloaded the module for you
What does "use lspci" mean? Details on how and where to execute that would be helpful.
 
Old 06-26-2006, 07:53 AM   #6
kickzha
LQ Newbie
 
Registered: Sep 2004
Location: augsburg homeboy
Distribution: debian sarge/sid
Posts: 17

Rep: Reputation: 0
...lspci makes the informations out of /proc/sys (as i think) listed in human-readable form...

...on debian it's in the package pciutils.

...similar to lsusb (usbutils)...or similar (geek)...

...on cleaning up my bookmarks i found this (maybe gives help): http://www.hpl.hp.com/personal/Jean_...nux/Tools.html

cu
chab
 
Old 06-26-2006, 09:40 AM   #7
musicman_ace
Senior Member
 
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555

Rep: Reputation: 46
lspci & lsmod are commands you would type. Their output will help us/you determine the chipset & kernel module.
 
Old 06-26-2006, 09:24 PM   #8
Altstatten
LQ Newbie
 
Registered: Jun 2006
Location: Lewisville, TX
Distribution: Fedora Core 4
Posts: 12

Rep: Reputation: 0
This is what I get when I type lspci in a terminal window:

[Altstatten@localhost ~]$ lspci
bash: lspci: command not found

What's this telling me?
 
Old 06-27-2006, 08:42 AM   #9
musicman_ace
Senior Member
 
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555

Rep: Reputation: 46
You need to install the package pciutils since it wasn't included in the default installation of your linux distrobution, or possibly that you need to run it as root.
 
Old 06-28-2006, 09:45 PM   #10
Altstatten
LQ Newbie
 
Registered: Jun 2006
Location: Lewisville, TX
Distribution: Fedora Core 4
Posts: 12

Rep: Reputation: 0
Development: I have not yet done any of the above suggestions because when I plug into the internet cable it works. Also, the wireless card then works when I remove the cable UNTIL I shut off the computer. Turn it on and the wireless card doesn't work any more.

Does that tell you anything?
 
Old 06-29-2006, 04:34 AM   #11
x86processor
Member
 
Registered: Jun 2006
Location: Chennai, India
Distribution: Embdebian, Debian, Fedora Core, Redhat, Slackware, Ubuntu.
Posts: 112

Rep: Reputation: 15
Quote:
lspci: command not found
Try to give the full path:
Code:
/sbin/lspci
You can also check with:
Code:
whereis lspci
If its not installed, please install pciutils package using your distro package manager.
 
  


Reply

Tags
setup, wireless



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
HP wireless network card setup tywarren Linux - Wireless Networking 5 02-05-2006 08:29 AM
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 with easiest setup? pilot1 Linux - Wireless Networking 6 12-15-2002 07:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 04:05 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