LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 12-05-2005, 10:19 AM   #1
msfluffy
LQ Newbie
 
Registered: Dec 2005
Posts: 6

Rep: Reputation: 0
Installing NIC


I have a new computer - Gateway 4500 - that I have Slackware 8 running on. The NIC is onboard and I can not get Linux to see it. I have downloaded the drivers - bcm5700 from Broadcom and done what the README.TXT said to do. When I do lspci, it shows Boradcom as unknown, and when I start up Linux, it tells me "SOIADDRT: Network is unreachable". I don't even know if this version of Linux supports that NIC. Help! Thanks
 
Old 12-06-2005, 03:29 AM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,221
Blog Entries: 1

Rep: Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075
Run
Code:
lsmod
to see if the module (driver) of your nic is loaded in the kernel. If not
Code:
modprobe <driver name>
Then run
Code:
dmesg
to see if there are any errors. If you get no errors then use Slack tool to configure your networks. If there are any errors post here to help you further.
 
Old 12-07-2005, 08:29 AM   #3
msfluffy
LQ Newbie
 
Registered: Dec 2005
Posts: 6

Original Poster
Rep: Reputation: 0
installing nic

Yes, it is loading - at least when I do it manually. When I reboot the module is not loaded. But I have a question about the "Slack tool" you referred to. I have pkgtool, but when I run it I just get dumped back to the command prompt, like there aren't any packages to install. Thanks
 
Old 12-07-2005, 08:43 AM   #4
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,221
Blog Entries: 1

Rep: Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075
I mean to use
Code:
netconfig
 
Old 12-07-2005, 09:07 AM   #5
msfluffy
LQ Newbie
 
Registered: Dec 2005
Posts: 6

Original Poster
Rep: Reputation: 0
Ok, I did that. Then I did ifconfig -a and get back for eth0 the MAC address, RX and TX both reporting 0 packets sent and received. When I reboot, the module doesn't load itself.
 
Old 12-07-2005, 09:22 AM   #6
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,221
Blog Entries: 1

Rep: Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075
To load the module at startup add a line in /etc/rc.d/rc.modules
Code:
/sbin/modprobe <module-name>
Does ifconfig shows the IP you gave your nic and the netmask? Can you ping your gateway?
 
Old 12-07-2005, 09:35 AM   #7
msfluffy
LQ Newbie
 
Registered: Dec 2005
Posts: 6

Original Poster
Rep: Reputation: 0
Ok I'll put the module in that conf file, thanks for that. But I'm beginning to think I've got the wrong drivers because the ifconfig doesn't show the IP, subnet or gateway that I put in netconfig. I'm so frustrated. I went back to the Gateway site, looked again on the specs page and according to them I have a BCM5752 nic, I'm using BCM5700 drivers. But unless you can think of some other reason why the OS doesn't see the nic, I'm going to the web site for the motherboard and see what they say is the nic. What do you think? And does Slackware 9.1 support gig and SATA drives?
 
Old 12-07-2005, 09:37 AM   #8
msfluffy
LQ Newbie
 
Registered: Dec 2005
Posts: 6

Original Poster
Rep: Reputation: 0
Oh - forgot to tell you that I can't ping gateway. Says network is unreachable. When the system boots up I see a line that says SIOADDRT: Network is unreachable. Does that give you a clue?
 
Old 12-08-2005, 02:51 AM   #9
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,221
Blog Entries: 1

Rep: Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075Reputation: 2075
I see now that you use Slack 8 which is rather old. What is your kernel version? Because the bcm driver is tested for kernels 2.4.x up to 2.6.x and I think that Slack 8 comes with a 2.2.x kernel. Try to install the latest Slack 10.2, or if you cannot do this try to upgrade your kernel to at least 2.4.31.
Meanwhile if the module loads with no errors (run "dmesg" to see if there are any) you can try to configure your nic manually to see if it works:
Code:
ifconfig eth0 xx.xx.xx.xx netmask 255.yy.yy.yy up
route add default gw zz.zz.zz.zz
 
Old 12-08-2005, 06:28 AM   #10
msfluffy
LQ Newbie
 
Registered: Dec 2005
Posts: 6

Original Poster
Rep: Reputation: 0
Ok bathory, I will try the manual config. And I did say at first I was running 8x, but it's 9.1 kernel is 2.4.22.
 
  


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
Installing NIC tbayer Linux - Networking 6 09-14-2004 08:40 PM
Installing a second NIC Squiddy Slackware 2 10-30-2003 11:19 PM
Help installing NIC stevenrp Linux - Newbie 5 10-20-2003 09:30 PM
installing a second NIC bripage Linux - Networking 1 10-03-2002 09:30 PM
help in installing nic, please martyroo Linux - Networking 11 02-21-2002 06:40 PM

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

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