Page 1 of 1

Busted system

Posted: Mon Feb 11, 2013 1:43 am
by taichi
Howdy,

Out of the blue my Amahi system is not talking on the network. When starting up it gives an alert on a kernel crash - "warning at net/sched sch_generic.c:258 dev_watchdog" message.

I'm not much of a Linux wizard - can anyone point me in the right direction? Since the NIC isn't working I assume it's related to the NIC driver - am I able to somehow reinstall the driver? Or how might I move forward to diagnose the issue?

Much appreciated,
Rhys

Re: Busted system

Posted: Mon Feb 11, 2013 1:49 am
by cpg
Hard to tell without a lot of details, but it looks hardware related.

If you end up changing your NIC, the MAC may change and you may need to tweak some system details.

Check the page on binding [wiki]Binding Network Devices[/wiki] wiki page for details.

Re: Busted system

Posted: Wed Feb 13, 2013 10:11 am
by stern88
Out of the blue my Amahi system is not talking on the network.
Has a clean Ubuntu install network connection? Whats about the dmesg?

Code: Select all

dmesg | egrep 'net|eth|sky|sis|via|3c3|3c5|e100|8139|8169|acx|air|ath|atl|ar9|carl|atme|at7|herm|iwl|ipw|rtl8|r81|rt2|rt3|rt6|rt7|tg3|ssb|wl|b43|b44|ori|pri|p5|zd|ndis|wmi|ns8|FW'

Re: Busted system

Posted: Wed Feb 20, 2013 2:40 am
by taichi
Looks like my system hard drive was flaking out. I managed to repair the NIC but it totally died shortly afterwards. So ended up getting a new hard drive (or a new old one, haha) and rebuilding.

Pretty sure I've at least got another dead storage drive and possibly a smeg'd motherboard. Not cool.

Thanks for the tips tho.