LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-25-2008, 07:23 PM   #1
jaydub
LQ Newbie
 
Registered: Mar 2008
Posts: 1

Rep: Reputation: 0
Can any wireless card work with Linux - Question?


I'm new to linux and am wondering if there is a specfic package or combination of packages I could install that would allow any wireless card to work with any version of linux I'm using?

I have a linksys wmp54gs v1.1 pci card and using Centos5. Searching Google and other forums,

I have yet to find anything specfic that would give me a staged process with installing or configuring this card for this OS.

There is a wealth of information on wireless and I've tried several approaches that resulted in the re-installation of this OS on several occasions.

That is only to say I have no idea what I'm doing and its difficult to weed through what "I" need in order to accomplish this task.

Again, I am new to linux... many thanks to anyone that will point me in the right direction.
 
Old 10-25-2008, 07:42 PM   #2
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Have you tried searching on wmp54gs here on LQ? Here is one of the several relevant threads I found.

http://www.linuxquestions.org/questi...hlight=wmp54gs
 
Old 10-25-2008, 07:46 PM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Could you post the wireless card line from lspci please. I think these are Broadcom cards, but that will tell us definitively. If it is a Broadcom, you will need fw-cutter.
 
Old 10-28-2008, 06:59 AM   #4
husten
Member
 
Registered: Apr 2006
Distribution: sabayon, opensuse
Posts: 56

Rep: Reputation: 16
Yes you can!
Forget all the firmware cutters, atheros drivers etc etc.
It will take you ages just fo find out what chip is in your wifi card. Let alone they don't provide full functionality (most of them). Hope this gets better in the future.

I use ndiswrapper. This installs easily as an RPM or similar package if you have the more beginner friendly distros like Suse, Kubuntu, Mandriva etc (Iforgot a bunch of others here, I know...)

b) Find your Windows driver for your card from either the CD, the web or a working windows installation, what you want is an *.inf file that ususally lives with a *.sys file of similar name in the same folder. There might be different driver versions for each card, in general XP/2000 works better than Vista, avoid 64bit if you can.

c) command line as root (su):
ndiswrapper -i /path/to/*.inf
check with ndiswrapper -l
if it works then
ndiswrapper -m
modprobe ndiswrapper
(you might have to put this last line into a startscript later if it does not come up when booting , but that is another issue).

d) check with: dmesg | grep ndis
if you get some encouraging gobbledigook. your card likely be called something like wlan0.

e) The use your preferred wifi program to setup your WEP passwords etc. (You can also use iwconfig & dhcpcd on the command line if you so desire) I have Suse10.3 & KDE and I use the the Yast menus and Knetworkmanager or Kinternet, both works fine and I have setup several PC and Laptops with various PCI and USB cards with that.

Hope this makes sense so you don't need to suffer as I did only 3 years ago.

Husten.
 
Old 10-28-2008, 03:26 PM   #5
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Quote:
Hope this makes sense so you don't need to suffer as I did only 3 years ago.
A whole lot of changes have been made in the past 3 years.
 
Old 10-30-2008, 09:22 AM   #6
husten
Member
 
Registered: Apr 2006
Distribution: sabayon, opensuse
Posts: 56

Rep: Reputation: 16
Quote:
Originally Posted by Quakeboy02 View Post
A whole lot of changes have been made in the past 3 years.
Agree. Still needs a lot of dedication. Had an atheros in a notebook 6 months ago. I made the effort and spent ages fiddling with all the various options, old versions, new versions, true open source versions etc. No success. Turned out it was a different architecture chip that was from a different maker taken over and re-branded by atheros. Ndiswrapper as described above solved it in less then 20min incl. searching for the driver.
But honestly, my 3G UMTS modem,USB, just plug it in and start wvdial, knetworkman or whatever you use. It works. The driver sits in the kernel. Get there with wifi/wlan - then we are talking.


CHeers
husten
 
Old 10-30-2008, 09:46 AM   #7
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Ndiswrapper sucks in the strongest possible terms. Do not use it. You card works 100% natively in Linux with fwcutter and standard setup tools. Using Windows tools to run Linux is for suckers.
 
Old 11-02-2008, 04:25 AM   #8
husten
Member
 
Registered: Apr 2006
Distribution: sabayon, opensuse
Posts: 56

Rep: Reputation: 16
Your comment seems to be about religion, not about setting up Wifi.
Both approaches work. I believe mine is less complicated - but it is for the beginners to find out for themselves. If you can provide a few lines instead for the guy who started the thread be my guest.

Husten

P.S. I might have missed something, I tought fwcutter was for Broadcom chips only. So what would be the approach for my Speetouch 121g USB ?
Ta
Hu

Quote:
Originally Posted by rickh View Post
Ndiswrapper sucks in the strongest possible terms. Do not use it. You card works 100% natively in Linux with fwcutter and standard setup tools. Using Windows tools to run Linux is for suckers.
 
Old 11-02-2008, 08:45 AM   #9
fair_is_fair
Member
 
Registered: May 2005
Posts: 516

Rep: Reputation: 52
"Ndiswrapper sucks in the strongest possible terms".

I would guess this poster was never stuck in the boonies trying to connect to a wpa wireless connection with Ralink linux drivers. I guess a linux guru would overcome this obstacle by spending a couple hours at the command line or writing a few pages of code.

For the rest of us, Ndiswrapper is a godsend.
 
  


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
Will my wireless card work on linux? yottabyte james Linux - Wireless Networking 2 12-14-2005 07:13 PM
2wire wireless agere card work in Linux? radabasp Linux - Wireless Networking 8 08-15-2004 01:42 PM

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

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