LinuxQuestions.org
Visit Jeremy's Blog.
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 09-26-2005, 01:40 AM   #1
azncrazycooler
LQ Newbie
 
Registered: Sep 2005
Posts: 4

Rep: Reputation: 0
Installing a Network Driver


Sorry guys if this is a repost, but im completely new to the linux operatiing system. I just got installed and i have no background infomation of this.

But something that didint pre installed with my linux is my networking driver. I downloaded a networking driver from my manufacturer, which was broadcom 440x and i have no clue what to do with the file they gave me since its not an exectauble like windows drivers. Any help would be appreciated.

P.S I also followed the instructions in the readme file but it came out with an error says unable to write into a specfic directory. Sorry i dont have the exact error messages because i had to come back to windows to find some help. (running a dual boot)
 
Old 09-26-2005, 02:01 AM   #2
slzckboy
Member
 
Registered: May 2005
Location: uk - Reading
Distribution: slackware 14.2 kernel 4.19.43
Posts: 462

Rep: Reputation: 30
i'm guessing here but if you did

./configure ;
make;

make install then the last command

make install must be done as your super user account?

If somethings not letting you write to a particular directory then its a permission thing.
 
Old 09-26-2005, 02:07 AM   #3
musicman_ace
Senior Member
 
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555

Rep: Reputation: 46
if you want to disregard to manufacturers driver and use the in kernel driver:

as root

cd /usr/src/linux
make menuconfig
Choose "Device Drivers", "Networking Support" ,"Ethernet 10/100"
Place an 'M' beside "Broadcom 4400 ethernet support
exit and save the changes
make modules && make modules_install

now you should be able to modprobe b44 and then aquire an IP address from the network. Acquiring the IP may require you to type dhcpcd eth0

* In kernel driver is marked as experimental in the 2.6.11.x release, I'm not sure if it is stable in newer kernels.
 
Old 09-26-2005, 12:52 PM   #4
Snowbat
Member
 
Registered: Jun 2005
Location: q3dm7
Distribution: Mandriva 2010.0 x86_64
Posts: 338

Rep: Reputation: 31
azncrazycooler which distro are you using? Mandriva 2005 (for instance) already has b44.ko as a module ready to load so would not need make menuconfig make modules && make modules_install as described by musicman_ace.
 
Old 09-26-2005, 01:24 PM   #5
azncrazycooler
LQ Newbie
 
Registered: Sep 2005
Posts: 4

Original Poster
Rep: Reputation: 0
I am using red hat 9.0, and the network drivers were not pre-installed.

How do I login as root ?
 
Old 09-26-2005, 01:45 PM   #6
slzckboy
Member
 
Registered: May 2005
Location: uk - Reading
Distribution: slackware 14.2 kernel 4.19.43
Posts: 462

Rep: Reputation: 30
when you install your operating system one ofthe first things you would have been requested to do is set a super user (root) password.
hopefully you commited it to memory or scribbled it down

type su (return)

and then enter your super user password at the prompt.

good luck.
 
Old 09-26-2005, 02:15 PM   #7
azncrazycooler
LQ Newbie
 
Registered: Sep 2005
Posts: 4

Original Poster
Rep: Reputation: 0
im stilll have some issues
when i used the "modprobe" command, it said command not found????
 
Old 09-26-2005, 02:21 PM   #8
slzckboy
Member
 
Registered: May 2005
Location: uk - Reading
Distribution: slackware 14.2 kernel 4.19.43
Posts: 462

Rep: Reputation: 30
and you did it as root right i.e you have the # sign at the command prompt?

if so the do a locate modprobe .

mine is in /sbin/modprobe
 
Old 09-26-2005, 02:21 PM   #9
azncrazycooler
LQ Newbie
 
Registered: Sep 2005
Posts: 4

Original Poster
Rep: Reputation: 0
nevermind, i foudn my answer, needed to login as "su -"
 
Old 09-27-2005, 05:23 AM   #10
Snowbat
Member
 
Registered: Jun 2005
Location: q3dm7
Distribution: Mandriva 2010.0 x86_64
Posts: 338

Rep: Reputation: 31
So now you can do
Code:
modprobe b44
dhcpcd eth0
or if you're using static IP addresses on your network:
Code:
modprobe b44
ifconfig eth0 192.168.1.2
To have this running on boot, add the following line to /etc/modules.conf
Code:
alias eth0 b44
Adjust the configuration in /etc/sysconfig/network-scripts/ifcfg-eth0 or use GUI tools to do same.
 
Old 09-29-2005, 10:07 AM   #11
dustin.kerber
LQ Newbie
 
Registered: Sep 2005
Posts: 1

Rep: Reputation: 0
I am also new to linux, and was looking for some advice. I am attempting to use a live cd of knoppix, and was wondering how to install drivers for a Atheros Communications AR5211 wireless a/b/g card. I would really appreciate your help. Thanks.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Help with installing Network card device driver Little General Ubuntu 1 08-24-2005 04:58 PM
PLEASE HELP me with installing my network card driver! john8775 Linux - Newbie 7 03-10-2005 12:46 PM
installing a network adapter-need a driver! thedottedline Linux - Hardware 2 01-29-2005 08:42 AM
Installing SIS900 network driver and RedHat 6.0 mikemulren Linux - Networking 1 01-25-2005 12:23 PM
Installing a network driver thesoccerking Linux - Networking 3 05-14-2002 10:52 PM

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

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