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.
|
 |
12-05-2005, 10:19 AM
|
#1
|
LQ Newbie
Registered: Dec 2005
Posts: 6
Rep:
|
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
|
|
|
12-06-2005, 03:29 AM
|
#2
|
LQ Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,221
|
Run to see if the module (driver) of your nic is loaded in the kernel. If not
Code:
modprobe <driver name>
Then run 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.
|
|
|
12-07-2005, 08:29 AM
|
#3
|
LQ Newbie
Registered: Dec 2005
Posts: 6
Original Poster
Rep:
|
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
|
|
|
12-07-2005, 08:43 AM
|
#4
|
LQ Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,221
|
|
|
|
12-07-2005, 09:07 AM
|
#5
|
LQ Newbie
Registered: Dec 2005
Posts: 6
Original Poster
Rep:
|
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.
|
|
|
12-07-2005, 09:22 AM
|
#6
|
LQ Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,221
|
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?
|
|
|
12-07-2005, 09:35 AM
|
#7
|
LQ Newbie
Registered: Dec 2005
Posts: 6
Original Poster
Rep:
|
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?
|
|
|
12-07-2005, 09:37 AM
|
#8
|
LQ Newbie
Registered: Dec 2005
Posts: 6
Original Poster
Rep:
|
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?
|
|
|
12-08-2005, 02:51 AM
|
#9
|
LQ Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,221
|
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
|
|
|
12-08-2005, 06:28 AM
|
#10
|
LQ Newbie
Registered: Dec 2005
Posts: 6
Original Poster
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 02:02 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
|
|