LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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-12-2008, 03:22 PM   #1
noir911
Member
 
Registered: Apr 2004
Posts: 682

Rep: Reputation: Disabled
eth0/eth1 disappeared after changing mother board


My eth0/ eth1 disappeared after changing the mother board where the network card is embedded. My OS is OpenSUSE 10.3. I have made no other changes to the system and there was no BIOS or any other upgrade. Booting off a live CD works fine.

ifconfig -a shows only the loopback interface and nothing else.

lspci shows the two network cards: "Ethernet controller: Broadcom Corporation NetXtreme BCM5755 Gigabit Ethernet PCI Express (rev 01)"

"lsmod | grep bcm" and "lsmod | grep tg3" shows nothing - this tell me that the network card kernel module is not loaded.

yast->hardware->hardware information shows the complete details of the network cards.

"lspci -v | grep -i ether" shows

3f:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5755 Gigabit Ethernet PCI Express (rev 01)
Subsystem: Hewlett-Packard Company Unknown device 1308
Flags: bus master, fast devsel, latency 0, IRQ 218
Memory at e3000000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>

I did a cat /etc/modprobe.d/module-renames and tried "modprobe <module>" for the following modules listed there but I get "module not found"

Quote:
bcm-new
aic79xx-new
bcm4400
bcm5700
bcm5700-new
carmel
e1000-new
lpfcdd
qla2100
qla2200
qla2300
qla2322
qla2400
qla6312
qla6322
tg3-new
I have also tried modprobe tg3.o, modprobe tg3.ko - I did a search and found all the modules exist on the system.

I have also edited /etc/udev/rules.d/70-persistent-net.rules and changed the MAC addresses there since they were holding the old network cards MAC address.

Under Yast -> Network Devices there is only Network Card, Modem, ISDN and DSL options. I used the Network Card options and tried to (A)dd the card there but since the system cannot see it (as the module is not loaded), it's of no use.

Thanks for any help.

Last edited by noir911; 09-12-2008 at 03:24 PM.
 
Old 09-12-2008, 03:28 PM   #2
chort
Senior Member
 
Registered: Jul 2003
Location: Silicon Valley, USA
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660

Rep: Reputation: 76
Try modprobe tg3
 
Old 09-12-2008, 03:30 PM   #3
noir911
Member
 
Registered: Apr 2004
Posts: 682

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by chort View Post
Try modprobe tg3
Chort, thanks for your help.

If I try modprobe tg3, I get nothing. No error, no nothing.
 
Old 09-12-2008, 03:34 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by noir911 View Post
Chort, thanks for your help.

If I try modprobe tg3, I get nothing. No error, no nothing.
Does it just return to the prompt? What happens if you then type in

lsmod | grep tg3

Does it show up? What's the output of dmesg after you run the modprobe?
 
Old 09-12-2008, 03:45 PM   #5
noir911
Member
 
Registered: Apr 2004
Posts: 682

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TB0ne View Post
Does it just return to the prompt? What happens if you then type in

lsmod | grep tg3

Does it show up? What's the output of dmesg after you run the modprobe?
Yes, it returns me to the prompt.

Unfortunately, I am not near the box at the moment. And not having a network connection makes things even harder. I wonder what would happen if I try lsmod | grep tg3 and it shows the module.

I am pretty sure when after I tried modprobe tg3, I also tried ifconfig -a and it showed me nothing.
 
Old 09-14-2008, 08:41 PM   #6
noir911
Member
 
Registered: Apr 2004
Posts: 682

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by noir911 View Post
My eth0/ eth1 disappeared after changing the mother board where the network card is embedded. My OS is OpenSUSE 10.3. I have made no other changes to the system and there was no BIOS or any other upgrade. Booting off a live CD works fine.

ifconfig -a shows only the loopback interface and nothing else.

lspci shows the two network cards: "Ethernet controller: Broadcom Corporation NetXtreme BCM5755 Gigabit Ethernet PCI Express (rev 01)"

"lsmod | grep bcm" and "lsmod | grep tg3" shows nothing - this tell me that the network card kernel module is not loaded.

yast->hardware->hardware information shows the complete details of the network cards.

"lspci -v | grep -i ether" shows

3f:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5755 Gigabit Ethernet PCI Express (rev 01)
Subsystem: Hewlett-Packard Company Unknown device 1308
Flags: bus master, fast devsel, latency 0, IRQ 218
Memory at e3000000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>

I did a cat /etc/modprobe.d/module-renames and tried "modprobe <module>" for the following modules listed there but I get "module not found"



I have also tried modprobe tg3.o, modprobe tg3.ko - I did a search and found all the modules exist on the system.

I have also edited /etc/udev/rules.d/70-persistent-net.rules and changed the MAC addresses there since they were holding the old network cards MAC address.

Under Yast -> Network Devices there is only Network Card, Modem, ISDN and DSL options. I used the Network Card options and tried to (A)dd the card there but since the system cannot see it (as the module is not loaded), it's of no use.

Thanks for any help.
All I needed to do was type: insmod /lib/modules/2.6.22.5-31-default/kernel/drivers/net/tg3.ko and it's all back up and running.

However, I lose network on each reboot and need to type the above. Does anyone know how to fix that?

Thanks.
 
  


Reply



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
[Redhat 4.1] eth0 disappeared! noir911 Red Hat 4 06-18-2008 09:10 PM
Need to setup eth0 again after every reboot MJatIFAD Linux - Networking 4 11-01-2005 11:10 AM
Eth0 and Eth1 disappeared in Debian 3.1 Sarge... JoeneB Linux - Networking 1 11-01-2005 07:52 AM
eth0 config auto ;;;;reboot hermouche Ubuntu 1 09-10-2005 09:35 AM
eth0 just disappeared ben_ch Linux - General 14 03-30-2004 01:24 PM

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

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