Find the answer to your Linux question:
Results 1 to 5 of 5
I have no network conection after upgrade to 8.10. With live CD ubuntu 8.04 it works. I downloded and installed the most recent network-manager and network-manager-gnome but pointless. I've found ...
  1. #1
    Just Joined!
    Join Date
    Jan 2008
    Posts
    5

    [SOLVED] Network Manager problem after upgrade to 8.10



    I have no network conection after upgrade to 8.10. With live CD ubuntu 8.04 it works.
    I downloded and installed the most recent network-manager and network-manager-gnome but pointless.
    I've found in a post that /etc/NetworkManager/nm-system-settings.conf should be changed. In [ifupdown] managed=true. It is pointless too.
    I've tried to downgrade. Downloaded tar-file of network-manager-0.6.5. After untar I run configure and got an error of "wireless-tools >= 28pre9 not installed or not functional". Well, I have no wireless card... .
    Any help pleace!

    M2N-SLI DeLuxe motherboard, amd64

  2. #2
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    I wouldn't worry about the version of Network Manager...there weren't any regressions breaking cards there that I've heard of. What I have heard of however is issues with the various changes to drivers.

    What card are you using? Broadcom cards need to have firmware downloaded and there have been many shifts in the kernel with regards to wifi drivers between releases which should make things better in the future. If you can post the output of these commands that should help
    Code:
    lspci
    lsusb
    iwconfig
    ifconfig
    lsmod
    Some of that output might be quite long so if you can, put it into some [ code ] tags

  3. #3
    Just Joined!
    Join Date
    Jan 2008
    Posts
    5
    Hi!
    Once more: I have no wireless card at all .
    And I'm sitting behind a router.
    Attached Files Attached Files

  4. #4
    Just Joined!
    Join Date
    Jan 2008
    Posts
    5
    Hi everybody!
    I've found the solution.
    The reason was the bugy maintenance of MCP55 nVidia ethernet. More details can be fond at https://bugs.launchpad.net/ubuntu/+s...ux/+bug/136836 .

    In short:
    you have to append to
    /etc/modprobe.d/options
    the next line
    options forcedeth msi=0 msix=0

  5. #5
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    Hi susyp...I'm sorry I didn't see your response but I'm glad you got sorted out. And thank you for posting back the solution

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •