ChrisCanada
n00b
- Joined
- Sep 23, 2009
- Messages
- 26
So I just put together a "new" computer and added in a few network cards. The network card is native to the linux kernel (It's a 3com 3C996 using the Broadcom 57XX chipset). It should use the tg3 driver according to other places and the manufacturer. It doesn't work. The device is listed in lspci. The module is loaded in lsmod. No mention of it in dmesg. The outputs of such commands are listed below, with the computer info being listed first. I'm a bit stuck here, I'm not used to *nix hardware problems, only windows ones.
router:~# uname -a
Linux router 2.6.26-2-sparc64 #1 Tue Jan 12 22:16:05 UTC 2010 sparc64 GNU/Linux
router:~# lspci
00:03.0 Non-VGA unclassified device: ALi Corporation M7101 Power Management Controller [PMU]
00:05.0 PCI bridge: Intel Corporation 21152 PCI-to-PCI Bridge
00:07.0 ISA bridge: ALi Corporation M1533/M1535/M1543 PCI to ISA Bridge [Aladdin IV/V/V+]
00:08.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 01)
00:0c.0 Bridge: Sun Microsystems Computer Corp. RIO EBUS (rev 01)
00:0c.1 Ethernet controller: Sun Microsystems Computer Corp. RIO 10/100 Ethernet [eri] (rev 01)
00:0c.2 FireWire (IEEE 1394): Sun Microsystems Computer Corp. RIO 1394 (rev 01)
00:0c.3 USB Controller: Sun Microsystems Computer Corp. RIO USB (rev 01)
00:0d.0 IDE interface: ALi Corporation M5229 IDE (rev c3)
00:13.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
01:00.0 Ethernet controller: D-Link System Inc Gigabit Ethernet Adapter (rev 11)
01:01.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 05)
01:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5701 Gigabit Ethernet (rev 15)
router:~# lsmod | grep tg3
tg3 107204 0
router:~# dmesg | grep eth
[ 54.043638] eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:03:ba:a2:72:23
[ 54.043923] eth0: Found BCM5221 PHY
[ 54.522308] skge eth1: addr 00:0f:3d:f4:89:c5
[ 54.584121] e100: eth2: e100_probe: addr 0x1ff03004000, irq 17, MAC addr 00:08:c7:8c:e4:67
[ 56.441899] eth0: Link is up at 100 Mbps, full-duplex.
[ 104.676854] eth0: Link is up at 100 Mbps, full-duplex.
[ 104.687671] eth0: Pause is disabled
[ 115.813668] eth0: no IPv6 routers present
[ 222.585512] skge eth1: enabling interface
[ 222.591519] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 225.471911] ADDRCONF(NETDEV_UP): eth2: link is not ready
router:~# uname -a
Linux router 2.6.26-2-sparc64 #1 Tue Jan 12 22:16:05 UTC 2010 sparc64 GNU/Linux
router:~# lspci
00:03.0 Non-VGA unclassified device: ALi Corporation M7101 Power Management Controller [PMU]
00:05.0 PCI bridge: Intel Corporation 21152 PCI-to-PCI Bridge
00:07.0 ISA bridge: ALi Corporation M1533/M1535/M1543 PCI to ISA Bridge [Aladdin IV/V/V+]
00:08.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 01)
00:0c.0 Bridge: Sun Microsystems Computer Corp. RIO EBUS (rev 01)
00:0c.1 Ethernet controller: Sun Microsystems Computer Corp. RIO 10/100 Ethernet [eri] (rev 01)
00:0c.2 FireWire (IEEE 1394): Sun Microsystems Computer Corp. RIO 1394 (rev 01)
00:0c.3 USB Controller: Sun Microsystems Computer Corp. RIO USB (rev 01)
00:0d.0 IDE interface: ALi Corporation M5229 IDE (rev c3)
00:13.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
01:00.0 Ethernet controller: D-Link System Inc Gigabit Ethernet Adapter (rev 11)
01:01.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 05)
01:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5701 Gigabit Ethernet (rev 15)
router:~# lsmod | grep tg3
tg3 107204 0
router:~# dmesg | grep eth
[ 54.043638] eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:03:ba:a2:72:23
[ 54.043923] eth0: Found BCM5221 PHY
[ 54.522308] skge eth1: addr 00:0f:3d:f4:89:c5
[ 54.584121] e100: eth2: e100_probe: addr 0x1ff03004000, irq 17, MAC addr 00:08:c7:8c:e4:67
[ 56.441899] eth0: Link is up at 100 Mbps, full-duplex.
[ 104.676854] eth0: Link is up at 100 Mbps, full-duplex.
[ 104.687671] eth0: Pause is disabled
[ 115.813668] eth0: no IPv6 routers present
[ 222.585512] skge eth1: enabling interface
[ 222.591519] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 225.471911] ADDRCONF(NETDEV_UP): eth2: link is not ready