Latest update breaks networking?

Discussion in 'Linux' started by drakekin, Jan 28, 2009.

  1. drakekin

    drakekin

    Joined:
    Jan 16, 2009
    Messages:
    4
    Likes Received:
    0
    I recently, as in past twenty minutes, updated ubuntu 8.10 on my aspire one (512ram, 120gb hdd) one of the updates was one of the 'linux-image' packages. I restarted and lo and behold, wi-fi no longer worked. Tried using a wired connection, again, not working. Anyone else getting this?
     
    drakekin, Jan 28, 2009
    #1
  2. drakekin

    drakekin

    Joined:
    Jan 16, 2009
    Messages:
    4
    Likes Received:
    0
    Okay, got it working now, had to rebuild the madwifi drivers though. Anyone else got this issue?
     
    drakekin, Jan 28, 2009
    #2
  3. drakekin

    Joeb

    Joined:
    Oct 5, 2008
    Messages:
    44
    Likes Received:
    0
    If your update installed a new kernel and you were using a manually compiled driver, it would not have been included with the update. Recompiling it fixed that, because it compiles and installs the driver for current (now new) kernel.
     
    Joeb, Jan 28, 2009
    #3
  4. drakekin

    FenixDrakken

    Joined:
    Oct 11, 2008
    Messages:
    2
    Likes Received:
    0
    As a Linux noob, how would I go about recompiling everything so my Ethernet works again?
     
    FenixDrakken, Jan 28, 2009
    #4
  5. drakekin

    drakekin

    Joined:
    Jan 16, 2009
    Messages:
    4
    Likes Received:
    0
    Turns out ethernet works, it's just wifi. Go to where you untared the madwifi drivers, then type this in the terminal:
    Code:
    make
    sudo make install
    modprobe pci_ath
    I think that last line is right. Then restart. It should all work now.
     
    drakekin, Jan 28, 2009
    #5
  6. drakekin

    Joeb

    Joined:
    Oct 5, 2008
    Messages:
    44
    Likes Received:
    0
    Did you do an update and your networking broke or are you having networking problems from the initial installation? Also, do you actually mean ethernet (wired connection) or do you mean the wifi or wireless networking?
     
    Joeb, Jan 28, 2009
    #6
  7. drakekin

    FenixDrakken

    Joined:
    Oct 11, 2008
    Messages:
    2
    Likes Received:
    0
    I did the upgrade and the ethernet no longer connects. I haven't even gotten around to installing the right wifi module; it's a brand-new install of 8.10.
     
    FenixDrakken, Jan 28, 2009
    #7
  8. drakekin

    Bassetts

    Joined:
    Jan 19, 2009
    Messages:
    2
    Likes Received:
    0
    To recompile the driver for a new kernel the following commands should be used:

    Code:
    make clean
    make
    sudo make install
    That is all that is needed :)
     
    Bassetts, Jan 29, 2009
    #8
  9. drakekin

    Stickee

    Joined:
    Sep 7, 2008
    Messages:
    12
    Likes Received:
    0
    Weird, last update broke my ethernet networking also. Wireless works fine after the make clean, make, sudo make install.

    edit: Just rebooted into 2.6.27-9 and ethernet is working.
     
    Stickee, Jan 29, 2009
    #9
  10. drakekin

    glitterball

    Joined:
    Jan 29, 2009
    Messages:
    1
    Likes Received:
    0
    Can confirm the same here - no ethernet after the last kernel update.
     
    glitterball, Jan 29, 2009
    #10
  11. drakekin

    macki

    Joined:
    Jan 24, 2009
    Messages:
    4
    Likes Received:
    0
    macki, Jan 30, 2009
    #11
  12. drakekin

    psraj

    Joined:
    Jan 30, 2009
    Messages:
    4
    Likes Received:
    0
    Same here. Lost ethernet after a full update on my new AAO. I just replaced my XP. Havent got wifi to work yet.
     
    psraj, Jan 31, 2009
    #12
  13. drakekin

    maxn

    Joined:
    Sep 25, 2008
    Messages:
    8
    Likes Received:
    0
    I am using the ath5k driver from backport module:

    i installed it this way:

    Code:
    sudo aptitude install linux-backports-modules-intrepid
    To avoid broken wlan after kernel-updates, get updates for the backports-modules:

    Code:
    sudo synaptic
    Then go to:

    * Settings -> Repositories -> Updates
    * Check "Unsupported updates (intrepid-backports)"

    Now you can update without loosing wireless, it works for me with newest kernel...
     
    maxn, Jan 31, 2009
    #13
  14. drakekin

    Baza

    Joined:
    Jun 21, 2008
    Messages:
    58
    Likes Received:
    0
    I know this solution isn't for everyone, but I was sick and tired of having to redo this and re install that to get Wifi functional. So i took the plunge and following the excellent guides elsewhere on the forum I replaced the bloody useless Athros card with a intel one. No problems now what so ever connects and stays connected.
     
    Baza, Feb 1, 2009
    #14
  15. drakekin

    jango

    Joined:
    Aug 2, 2008
    Messages:
    307
    Likes Received:
    0
    Can someone tell me if the new kernel 2.6.27.11 supports resume/suspend with HOME in the SDHC left slot?

    Thanks
     
    jango, Feb 1, 2009
    #15
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.