On Mon, Feb 19, 2007 at 02:41:26PM +0100, Trond Mæhlum wrote: > I have cloned one of my ltsp-servers. I have done so several times in > the past... > > I can not bring up eth1. It is switched on and in lights up on the back > when the cable is inserted. > > If I try to lsmod and lspci it shows the card > > lspci -v | grep Ethernet: > > 0000:02:04.0 Ethernet controller: Intel Corp. 82541GI/PI Gigabit > Ethernet Controller (rev 05) > 0000:04:03.0 Ethernet controller: Intel Corp. 82541GI/PI Gigabit > Ethernet Controller (rev 05) > > e1000 is also loaded. When I try to ifup eth0 I get this > > eth1: ERROR while getting interface flags: No such device
i have seen this sort of thing in a couple cases where what you think is "eth1" somehow gets another name... i've seen something like "eth1_rename_new" or some such as a device name... "ifconfig -a" should show you all the known devices, though sometimes, these devices get a name longer than ifconfig shows... (i've seen "eth1_rename_new" come up as "eth1_rena") in which case, you can use "ip link show" (ip is from the "iproute" package). no real idea why this happened, but searching for "eth1_rena" provided some information for me. live well, vagrant -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

