On Tue, Oct 23, 2007 at 02:54:39PM -0700, Dr. Jennifer Nussbaum wrote: > > $ dmesg | grep -i ^eth > eth1: Coming out of suspend... > eth1: no IPv6 routers present >
Ok, your dmesg ring buffer has overwritten what was discovered at boot. try: # (unless you're in group admin, then its $) # cat /var/log/dmesg | grep -i eth Notice that I left out the "^", so that any lines mentioning ethernet will show up, i.e. the name of the drivers (in case they're trying but don't end up creating an eth*). Doug. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]