rja
Group: Members
Posts: 46
Joined: Jan. 2005 |
|
Posted: Feb. 23 2007,02:13 |
|
It sounds like it should just work, so something odd is happening.
My "carrier:0" from ifconfig stays at zero while yours is nonzero.
Could it be a 10/100/1000Mbps missmatch?
dmesg | grep eth
If you still have the live CD (sounds like it is 3.1), try booting from that, in case something has messed up your frugal install.
If that doesn't work, then try booting with some special cheatcodes. You can see what you normally use with:
cat /proc/cmdline
add on any cheatcodes that you need to this:
boot: dsl dma base norestore syslog nodhcp
edit: oops, maybe you don't want the "dma" cheatcode.
Then, you can start a root shell and watch /var/log/messages to see what pump is doing with:
[/home/dsl]# less /var/log/messages
at another root shell:
[/home/dsl]# pump
or
/home/dsl]# pump -v
for more details.
|