06-20-2005, 06:28 PM | #1 (permalink) |
Crazy
|
Wireless Card with Linux
I'm going to be installing linux onto my DELL laptop. I was wondering if my integrated wireless card would work with Linux? If so, would it work automatically, or will I have to install something? Any help would be appreciated. I read the Linux thread, and didn't see anything about this particular subject, but if its there, sorry.
I've used Linux a bit, but I'm not that experienced with it. I've never tried it on my laptop so I'm not sure how things will turn out. Last edited by JeremyS; 06-22-2005 at 12:27 AM.. |
06-21-2005, 04:31 AM | #2 (permalink) |
In Your Dreams
Location: City of Lights
|
Depending on the distro and type of wireless card you have, it may work "out of the box".
Ubuntu is *very* good for wireless cards "just working", I've heard. Ubuntu has a live-cd version, so you should be able to give it a go w/o destroying your HD. You may have issues, though, if the wireless card manufacturer (I'm looking at you, Broadcom) won't release specs to code a driver for. My laptop has a broadcom wireless card (which I believe some Dell's use [I know they also use Intels sometimes]), and I had to use a program called ndis wrapper (or ndis *something*), which takes my Windows drivers for my network card and uses them in Linux. It didn't work 100% (some features, like ad-hoc mode, weren't available), but it did alright. Others may have more ideas... Good luck! p.s. could you please edit your original post and change it to "Wireless Network on Linux" or "Linux - Wireless Network - Dell Laptop" or something so people can identify it more easily? please? |
06-21-2005, 05:16 AM | #3 (permalink) |
Addict
Location: Hoosier State
|
I've tried 3 different flavors of Linux and none of them can run correctly. Suse didn't finishi installation, same as Mandrake. KNOPPIX LiveCD did run but didn't recognize my network connection - no Internet.
I suggest you get a few copies of the LiveCDs and try them out before you install. http://www.frozentech.com/content/livecd.php |
06-21-2005, 07:52 AM | #4 (permalink) |
Professional Loafer
Location: texas
|
You could also look at the following links:
http://www.linux-laptop.net/ http://linux.dell.com/ http://tuxmobil.org/ Wireless and Linux: http://www.hpl.hp.com/personal/Jean_...nux/Tools.html http://www.linuxhomenetworking.com/l...mp11-linux.htm http://www.practicallynetworked.com/...less_linux.htm http://madwifi.sourceforge.net/
__________________
"You hear the one about the fella who died, went to the pearly gates? St. Peter let him in. Sees a guy in a suit making a closing argument. Says, "Who's that?" St. Peter says, "Oh, that's God. Thinks he's Denny Crane." |
06-22-2005, 12:30 AM | #6 (permalink) |
Crazy
|
Thanks for the info guys. I actually did install Ubuntu, and it didn't work straight out of the box. According to the specs of my laptop it says the wireless card is Dell TrueMobile 802.11g wireless. I tried the ndiswrapper, but I'm extremly new to Linux, and I can't really figure out how to install it.
Sorry about the title of the thread. After I posted it, I thought I should of made it more detailed, but once I changed it, it doesnt change on the actual thread list. |
06-22-2005, 05:25 AM | #7 (permalink) |
Mjollnir Incarnate
Location: Lost in thought
|
According to http://www.linux-wlan.org, the only 802.11g Dell wifi cards are made by Broadcom. So that's why it wouldn't work out of the box.
|
06-22-2005, 07:15 AM | #8 (permalink) |
Tilted
|
to get the truemobile card running under ubuntu, you can try the following:
$apt-get install ndiswrapper-utils unzip copy the windows driver installer (RXXXXXXX.exe) onto your linux partition $mkdir tmp $cd tmp $unzip RXXXXXXXX.exe look for a file called bcmwl5a.inf, if there's an AR/ subdirectory, use the one there. $ndiswrapper -i bcmwl5a.inf $modprobe ndiswrapper then you should have a wlan0 device that corresponds to your wirless card. |
Tags |
linux |
|
|