Sites dedicated to Compaq Presario 3000 and Linux
These might interest you then:
http://lists.pcxperience.com/cgi-bin...nfo/linuxr3000
http://prinsig.se/weekee/
To install the kernel source run the command:
yum install kernel-devel
=======================================I
To install ndisrapper, this way I have found is easier since you can’t do it just by running yum install ndiswrapper
Download the rpm from Livna and install as root
Livna has an RPM package for it. Just get the appropriate Livna
release RPM at (choose your arch):
http://rpm.livna.org/fedora/4/i386/R...2.4.noarch.rpm
http://rpm.livna.org/fedora/4/x86_64...2.4.noarch.rpm
then isntall
yum install ndiswrapper
==========================================
Dowload the windows drivers for the wifi card:
Downladed the drivers from compaqs website (
http://www.compaq.com)
============================================
Download cabextract rpm from
http://dries.ulyssis.org/rpm/fc4-x86_64-dries-rpms.html
and then installed the rpm as root. You can’t run the unzip command on the .exe file so this is the only way.
=========================================
Extracted the .exe file with command cabextract file.exe
=========================================
cd’ into the file that I extracted and run the command:
"ndiswrapper -i file.inf"
Got the following response:
Installing bcmwl5
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
[root@Whistler broadcomwifidriver]# ndiswrapper -l
===============================================
Ran the command to check:
"ndiswrapper -l"
Got the following response:
Installed ndis drivers:
bcmwl5 driver present, hardware present
===============================================
So now I am ready to load the drivers. I try running the command
"modprobe ndiswrapper"
But it doesn’t seem to be able to load. I get a fatal error:
[root@Whistler broadcomwifidriver]# modprobe ndiswrapper
FATAL: Module ndiswrapper not found.
===========================================
So there for, I am not able to proceed with the rest of the instructions which is what follows:
"iwconfig wlan0 essid ***" (****=essid)
"iwconfig wlan0 key ****" (****=key)
"dhcpcd wlan0"
Can anyone help me get past this fatal error?
Thanks