allnameswereout
July 14th, 2006, 10:11 AM
Hi. I have a Sun Ultra 5. The machine has currently only one NIC (the onboard one). I can't seem to unload the driver for this NIC as it is not a module in this (official) Ubuntu kernel (2.5.15-26). Sucks, but not the issue here.
During boot, i get
[ 0.083465] eth0: HAPPY MEAL (PCI/CheerIO) 10/100BaseT Ethernet 08:00:xx:xx:xx:xx
which is fine, but later
[ 8.781921] eth1: Link is up using internal transceiver at 100Mb/s, Full Duplex.
My /etc/network/interfaces contains
# The primary network interface
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
I added the latter because else i'd have no networking.
When i do /sbin/ifconfig eth0 i get
eth0: error fetching interface information: Device not found
When i do /sbin/ifconfig eth1 i get all normal info on my 1st, onboard NIC.
I want to have my eth1 as my eth0. How do i achieve this? Also, this machine ran Debian before where this worked fine out of the box. Though it had more NICs, my onboard one was eth0.
During boot, i get
[ 0.083465] eth0: HAPPY MEAL (PCI/CheerIO) 10/100BaseT Ethernet 08:00:xx:xx:xx:xx
which is fine, but later
[ 8.781921] eth1: Link is up using internal transceiver at 100Mb/s, Full Duplex.
My /etc/network/interfaces contains
# The primary network interface
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
I added the latter because else i'd have no networking.
When i do /sbin/ifconfig eth0 i get
eth0: error fetching interface information: Device not found
When i do /sbin/ifconfig eth1 i get all normal info on my 1st, onboard NIC.
I want to have my eth1 as my eth0. How do i achieve this? Also, this machine ran Debian before where this worked fine out of the box. Though it had more NICs, my onboard one was eth0.