Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Hardware or Driver problem

  • 02-05-2010 06:14PM
    #1
    Registered Users, Registered Users 2 Posts: 1,077 ✭✭✭


    I lost my network connection the other day, from the PC to the router and I'm just wondering if its a software /driver problem or if the NIC is fried.

    The NIC (integrated Marvell Gigabit built in to an aopen xc cube system) is still showing on the BIOS and PCI table before booting, but there are no connection lights on the back and the light on the router port isn't lighting either.
    I've tried a new cable and a different port on the router (both checked fine on another pc) but no deal.
    I've also tried booting into Puppy linux, but that was the same, thou that could be using the same kernel version.

    So is it just coincidence that this happened a day after I upgraded to Kubuntu 10.04?


Comments

  • Registered Users, Registered Users 2 Posts: 1,077 ✭✭✭KAGY


    Finally solved my own question. I came across a bug while trying to install a wireless dongle.
    https://bugs.launchpad.net/ubuntu/+bug/555571
    The issue was caused by
    NetworkingEnabled=false
    in
    /var/lib/NetworkManager/NetworkManager.state

    After changing it back to
    NetworkingEnabled=true
    in
    /var/lib/NetworkManager/NetworkManager.state
    and running
    sudo service network-manager restart
    everything worked fine again.


Advertisement