Red HatThis forum is for the discussion of Red Hat Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I just installed REdhat9 for the first time on my laptop and it seems working fine. But it has not recognized my NIC which is broadcom 440.
I downloaded the driver, which has both RPM and tar files. There is a readme file which explains what to do.
1. Install the source RPM package:
rpm -ivh bcm4400-<version>.src.rpm
2. CD to the RPM path and build the binary driver for your kernel:
cd /usr/src/{redhat,OpenLinux,turbo,packages,rpm ..}
rpm -bb SPECS/bcm4400.spec
or
rpmbuild -bb SPECS/bcm4400.spec (for RPM version 4.x.x)
I am stuck at the second step, when i type this command it says "-bb unknown option"
So i tried using the Tar file, extracted it, according to this step
1. Create a directory and extract the files:
tar xvzf bcm4400-<version>.tar.gz
then got stuck again.
2. Build the driver bcm4400.o as a loadable module for the running kernel:
cd src
make
when i type the make command, it says Kernel tree not found.....
so guys and Gurus, i am a noob in this area, but please help me to get this working, so i can surf internet with my Linux Redhat 9, which i downloaded 2 days ago.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.