Results 1 to 4 of 4
Hi, I'm really new to linux. I changed from ubuntu 9.0 to centos 4.8 on my machine and my linksys wireless card WMP54GS-RM stopped working.
I really need internet on ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-15-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 1
linksys wireless card problem on centos
Hi, I'm really new to linux. I changed from ubuntu 9.0 to centos 4.8 on my machine and my linksys wireless card WMP54GS-RM stopped working.
I really need internet on the new centos machine
I have downloaded the b43fwcutter & firmware to a flash drive from a different machine.
i have both of them on the centos desktop.
I hav spent 3 days trying to make it work
Some body please help me on how to go about installing them so the wireless card can work.

- 11-15-2009 #2
centos isn't really meant as a desktop distro, it is geared more toward server/workstation as it is built around stability (older software/kernel). If you are bent on using centos, I would suggest using version 5 rather than 4, as the kernel is quite a lot newer.
If you must stick with 4.8, then start here:
http://www.linuxforums.org/forum/wir...tart-here.html
- 11-15-2009 #3
Hi, and welcome to Linux Forums!

You seem to be using an older version of CentOS, the latest version is 5.4. If this is a new install, I recommend downloading and installing the latest version.
Since CentOS is based on Red Hat, even the latest version won't have very good wireless support. Red Hat is meant for servers and office use, and wireless support is not needed there. I recommend installing the wireless drivers that are included in the compat-wireless package.
Download - Linux Wireless
This is the drivers source code, so you will need to compile it. First you need to install a few things:
kernel source
kernel headers
gcc
make
But first, I just noticed something. These drivers will not work on kernels that are older than version 2.6.22. I don't know what kernel version you have, but I am sure that it older than that.
Without a more modern kernel, you may be out of luck. You could see if CentOS has some drivers available to install. Without more info I can't offer more help. Read the thread linked to below, and provide the information that it describes how to find.
Wireless Setup - Start HerePaul
Please do not send Private Messages to me with requests for help. I will not reply.
- 11-15-2009 #4
It looks like CentOS 4.8 is using a 2.6.9 kernel. Your only hope is if the driver you need was backported to that kernel, as an update. So make sure you update to the latest available kernel.
You also may benefit from enabling the CentOS Plus repositories. It contains kernels that have modules enabled, that aren't enabled in a regular Red Hat kernel.
Be aware, the more you modify your installation, the farther away from a standard install you will get. You may get to the point where you will no longer be able to update from the repositories. It is better then to just install Fedora. Fedora is the developmental branch of Red Hat, and the kernel it uses has very good wireless support.
EDIT: You could also use NDISwrapper, if it is available for an older kernel.Paul
Please do not send Private Messages to me with requests for help. I will not reply.


Reply With Quote
