Getting broadband to work with a friends computer and my wired network in Ubuntu *.04

Relevant output from dmesg 32.983930] 8139too Fast Ethernet driver 0.9.28 [ 32.984043] ACPI: PCI Interrupt 0000:00:05.0[A] -> GSI 16 (level, low) -> IRQ 16 [ 32.984614] eth0: RealTek RTL8139 at 0xa000, 00:30:bd:b8:85:44, IRQ 16 [ 32.984618] eth0: Identified 8139 chip type 'RTL-8100B/8139D' [ 32.991975] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) 57.927380] eth0: link down 143.296908] ADDRCONF(NETDEV_UP): eth0: link is not ready ifconfig eth0 Link encap:Ethernet HWaddr 00:30:bd:b8:85:44 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:16 Base address:0xa000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:3498 errors:0 dropped:0 overruns:0 frame:0 TX packets:3498 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:175148 (171.0 KB) TX bytes:175148 (171.0 KB) Don't know if this information is any help it wasn't connected at the time if anyone is able to suggest commands to see if he has the appropriate hardware. Ron Dean 2 Shannon Place Nawton Hamilton Ph 8493904

On Sat, Dec 13, 2008 at 05:33:04PM +1300, Ron Dean wrote:
Relevant output from dmesg
32.983930] 8139too Fast Ethernet driver 0.9.28 [ 32.984043] ACPI: PCI Interrupt 0000:00:05.0[A] -> GSI 16 (level, low) -> IRQ 16 [ 32.984614] eth0: RealTek RTL8139 at 0xa000, 00:30:bd:b8:85:44, IRQ 16 [ 32.984618] eth0: Identified 8139 chip type 'RTL-8100B/8139D' [ 32.991975] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
This network card is supported obviously since the kernel has detected the chip and loaded the "8139cp" driver for it.
57.927380] eth0: link down
143.296908] ADDRCONF(NETDEV_UP): eth0: link is not ready
This means that no cable is plugged in, or it is faulty, or the other end of the cable isn't plugged in to anything.
Don't know if this information is any help it wasn't connected at the time if anyone is able to suggest commands to see if he has the appropriate hardware.
You might need to provide more information about what you're trying to do, or what you expect to happen that isn't happening. John
participants (2)
-
John McPherson
-
Ron Dean