LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 02-05-2006, 12:04 PM   #1
joshd1982
Member
 
Registered: Jan 2006
Posts: 47

Rep: Reputation: 15
How do i get my wifi card working?


i recently bought a wireless network card for my laptop. its fairly generic looking brand. i am running the latest ubuntu on an ibm t20 laptop.the Cd that came with it does contain linux drivers (although they are in a folder titled 'redhat 9'). however it is not available as a netork device and i have no idea how to install drivers or hardware under linux as i am completely new to it.

when i look in device manager it is listed as RTL8180L 802.11b

status status
bus type PCI
Device type unknown
capabilities unknown

anyone know how i fix this?
 
Old 02-05-2006, 04:56 PM   #2
joshd1982
Member
 
Registered: Jan 2006
Posts: 47

Original Poster
Rep: Reputation: 15
also how do i install drivers on linux?
 
Old 02-08-2006, 01:15 AM   #3
The_Outlander
Member
 
Registered: Aug 2004
Location: Australia
Distribution: Slackware 12.1
Posts: 235

Rep: Reputation: 30
I use a similar wifi card with an rtl8180 chipset and use ndiswrapper to drive it, using the windows .inf file - on the installation CD.

Check your kernel to see if there is support for this hardware - unlikely.
cd into your kernel source directory e.g. /usr/src/linux-2.x.x.x or whatever the kernel is.

#make xconfig
if this doesnt work try

#make menuconfig

Then (in the case of my kernel 2.6.15.1)
Drivers > Network Device Support > Wireless LAN (non-hamradio) > to see a list of drivers.

I do not use ubuntu and maybe debian has it's own method to install this hardware. Under Slackware I use ndiswrapper.

Download and install ndiswrapper (follow the instructions - the readme directs you to the web site for installation details). Installation errors may require a different version for your running kernel.

Download and install the associated firmware
(Check /etc/hotplug/firmware-agent - open with text editor - for the correct FIRMWARE_PATH= and copy the firmware files to that directory.
/lib/firmware under Slack.

Install the windows supplied .inf file for the rtl8180L driver

#ndiswrapper -i <filename.inf>

#nidswrapper -l
should say hardware present driver present.

#depmod -a
makes it permanent.

#modprobe ndiswrapper

#iwconfig
should show the wireless device as wlan0 plus much more info.

Errors up to this point usually involve the firmware, either the wrong version or in the wrong directory.

Then assign it an IP address and if required a default gateway to your router if you have one.

#ifconfig wlan0 xxx.xxx.xxx.xxx netmask 255.255.255.0 up
#route add default gw xxx.xxx.xxx.xxx

For security options and the various modes please read the appropriate forums.

Be sure to select the appropriate package for your kernel and with it the associated firmware release.

There is plenty of info googling to help you.

Hope this helps.

Last edited by The_Outlander; 02-08-2006 at 02:59 PM.
 
Old 02-08-2006, 03:02 PM   #4
The_Outlander
Member
 
Registered: Aug 2004
Location: Australia
Distribution: Slackware 12.1
Posts: 235

Rep: Reputation: 30
Hi, I have made some changes to my reply. I wrote it rather quickly at first and then realised that I had made some errors. Should be more accurate now.

Cheers.
 
  


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
2wire wifi card... can't get it working in Debian. Keychain Linux - Wireless Networking 2 09-07-2005 02:24 PM
Realtek 8180(?) WiFi card not working lamiczka Linux - Wireless Networking 6 03-21-2005 04:22 PM
WiFi Card WPC54G Driver problems, cant get ndiswrapper working Aval0n12 Linux - Wireless Networking 6 02-15-2005 06:55 PM
WiFi Card WPC54G Driver problems, cant get ndiswrapper working Aval0n12 Linux - Wireless Networking 1 02-14-2005 02:29 AM
Can't get my MA401 wifi card working on Knoppix charlie126 Linux - Newbie 2 04-13-2004 01:23 PM

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

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