[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Silly question: Where's eth0?



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.



Reply to: