Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-25-2005, 11:01 AM
|
#1
|
LQ Newbie
Registered: Nov 2005
Posts: 5
Rep:
|
Installing Broadcom 440x Driver
Hi everyone,
I could really use some help installing the above driver. The situation is that I am a complete newbie to Linux and thought id give it a go and see what all the fuss is about. I've read various dummies guides and all the documentation I can find on Redhat 9.0, which I have installed, but nowhere in any of these books guides are there specific insructions for installing a device driver.
I have read various post relating to .rpm packages and tarball's whats all that about?
I think if I can crack installing this driver, then id be more inclined to leave redhat as my default OS and practice, instead of having to continue to use Windoze! I have a copy of Knoppix live and installation of this cd finds and installs the driver immediately.
If anyone's willing to spare the time could they explain to me step by step how to install this driver. I would be forever in your debt. Also if I'm using Plug and Play, how do I find the IRQ of the network card, I know the one windoze assigned to it, would this be the same IRQ in redhat 9.0?
Regards
Paul
p.s I did find a driver that had a double click to install file and i thought id cracked it but it couldnt find the "broadcom" directory.......!! go figure?
|
|
|
11-25-2005, 04:39 PM
|
#2
|
LQ Newbie
Registered: May 2005
Distribution: red hat enterprise es v. 3, fedora core 1
Posts: 21
Rep:
|
first, is the driver an rpm or tar archive?
to install an rpm file: as root, rpm -ivh <filename>
the rpm package should install itself with the proper dependencies
If a tar archive, the as root, tar zxvf <filename>
then take the resulting filename from the previous command and run:
tar xvf <filename.tar>
change to the directory the files were extracted to and you will see a file with an .pl or .sh extension
at a root prompt type: chmod 777 filename where filename is the name of the installer file
The run the installer file: ./<filename>
This should install the driver
If building the driver from source, then if it is a tar package, unzip the files as described above,
In the directory where you unzipped the files your will find a "configure" file
As root: ./configure && make
make install
This will install the driver from source
At sourceforge.net you can fine the source files for your network adapter if you cannot find a linux driver from the manufacture's web site
|
|
|
11-25-2005, 06:56 PM
|
#3
|
LQ Newbie
Registered: Nov 2005
Posts: 5
Original Poster
Rep:
|
Thanks bignewf,
That was way over my head all that. However, I managed to find the appropriate drivers and followed the instructions for the rpm package, when i got to building the binary driver for my kernel it flagged up "linux kernel source tree not found". Now ive had a look around and allegedly i should install the "kernel source package" [this is a brand new installation of redhat 9]. This is what the distribution txt asks for.
Prerequisites
=============
In order to compile your Broadcom Linux driver, you must first
have a properly compiled kernel source tree which matches your running
kernel. You must also have a working C/C++ compiler and all the associated
dependencies installed before attempting to compile the driver.
On Red Hat distributions, if you have opted for a custom installation, you
need to select "Development Tools" and "Kernel Development" to install
the necessary tools and kernel source tree.
My installation is a "workstation" any help would be greatly appreciated.
Thanks in advance
Paul
|
|
|
11-25-2005, 08:29 PM
|
#4
|
LQ Newbie
Registered: Nov 2005
Posts: 5
Original Poster
Rep:
|
16 hours later ive done it! browsing through my redhat now :-) if anyone can tell me how to get redhat to accept a username with an underscore that would be great as i cant log into my company domain, my username is eg. username_working but redhat wont let me......anyone got any ideas of a workaround?
Paul
|
|
|
All times are GMT -5. The time now is 06:09 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|