Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Hardware or Driver problem

  • 02-05-2010 5:14pm
    #1
    Registered Users, Registered Users 2 Posts: 1,093 ✭✭✭


    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,093 ✭✭✭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