Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
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.
|
 |
09-26-2005, 01:40 AM
|
#1
|
LQ Newbie
Registered: Sep 2005
Posts: 4
Rep:
|
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)
|
|
|
09-26-2005, 02:01 AM
|
#2
|
Member
Registered: May 2005
Location: uk - Reading
Distribution: slackware 14.2 kernel 4.19.43
Posts: 462
Rep:
|
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.
|
|
|
09-26-2005, 02:07 AM
|
#3
|
Senior Member
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555
Rep:
|
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.
|
|
|
09-26-2005, 12:52 PM
|
#4
|
Member
Registered: Jun 2005
Location: q3dm7
Distribution: Mandriva 2010.0 x86_64
Posts: 338
Rep:
|
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.
|
|
|
09-26-2005, 01:24 PM
|
#5
|
LQ Newbie
Registered: Sep 2005
Posts: 4
Original Poster
Rep:
|
I am using red hat 9.0, and the network drivers were not pre-installed.
How do I login as root ?
|
|
|
09-26-2005, 01:45 PM
|
#6
|
Member
Registered: May 2005
Location: uk - Reading
Distribution: slackware 14.2 kernel 4.19.43
Posts: 462
Rep:
|
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.
|
|
|
09-26-2005, 02:15 PM
|
#7
|
LQ Newbie
Registered: Sep 2005
Posts: 4
Original Poster
Rep:
|
im stilll have some issues
when i used the "modprobe" command, it said command not found????
|
|
|
09-26-2005, 02:21 PM
|
#8
|
Member
Registered: May 2005
Location: uk - Reading
Distribution: slackware 14.2 kernel 4.19.43
Posts: 462
Rep:
|
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
|
|
|
09-26-2005, 02:21 PM
|
#9
|
LQ Newbie
Registered: Sep 2005
Posts: 4
Original Poster
Rep:
|
nevermind, i foudn my answer, needed to login as "su -"
|
|
|
09-27-2005, 05:23 AM
|
#10
|
Member
Registered: Jun 2005
Location: q3dm7
Distribution: Mandriva 2010.0 x86_64
Posts: 338
Rep:
|
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
Adjust the configuration in /etc/sysconfig/network-scripts/ifcfg-eth0 or use GUI tools to do same.
|
|
|
09-29-2005, 10:07 AM
|
#11
|
LQ Newbie
Registered: Sep 2005
Posts: 1
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 05:35 AM.
|
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
|
|