Results 1 to 8 of 8

Thread: Ubuntu 17.04 can't connect to internet wirless or wired

  1. #1
    Join Date
    Aug 2017
    Beans
    9

    Ubuntu 17.04 can't connect to internet wirless or wired

    Hi there.

    Just installed Ubuntu. The laptop can see the router but just can't establish connection, everything seems to be in order in the setting yet it can't load anything up in firefox

  2. #2
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,967
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Ubuntu 17.04 can't connect to internet wirless or wired

    Hi,

    there is a bug in 17.04. Please run these 2 commands and reboot

    Code:
    echo -e "\n[device]\nwifi.scan-rand-mac-address=no" | sudo tee -a /etc/NetworkManager/NetworkManager.conf
    sudo sed -i "s/wifi.powersave = 3/wifi.powersave = 2/g" /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf

  3. #3
    Join Date
    Aug 2017
    Beans
    9

    Re: Ubuntu 17.04 can't connect to internet wirless or wired

    HI, thanks for the quick reply.

    I placed them into terminal and then rebooted the system and now I have no wifi bar in the top right. Also when I go into system settings then to network I get "The system network services are not compatible with this version". I have the most up to date version .

    What codes should i have got in return?

  4. #4
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,967
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Ubuntu 17.04 can't connect to internet wirless or wired

    Please follow this guide for the wireless script and show the outputs (c/p into a txt file)

    https://ubuntuforums.org/showthread.php?t=370108

  5. #5
    Join Date
    Jun 2014
    Beans
    41

    Re: Ubuntu 17.04 can't connect to internet wirless or wired

    Will those cmds also correct wired connection failure ?

  6. #6
    Join Date
    Jun 2014
    Beans
    41

    Re: Ubuntu 17.04 can't connect to internet wirless or wired

    Quote Originally Posted by praseodym View Post
    Hi,

    there is a bug in 17.04. Please run these 2 commands and reboot

    Code:
    echo -e "\n[device]\nwifi.scan-rand-mac-address=no" | sudo tee -a /etc/NetworkManager/NetworkManager.conf
    sudo sed -i "s/wifi.powersave = 3/wifi.powersave = 2/g" /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf

    I'm a newbie running Ubuntu 17.04 as a "virtual machine" under Virtual Box (Windows 7).

    (1) how is copy/paste done between Win clipboard and Ubuntu terminal ?
    (2) is ** [device] ** to be entered as shown or is an existing device to be entered instead ?

    Thanx.

    Bewildered Bob
    Last edited by QIII; August 10th, 2017 at 05:15 PM. Reason: removed repeated =

  7. #7
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Ubuntu 17.04 can't connect to internet wirless or wired

    Thread moved to Virtualisation.

  8. #8
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,967
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Ubuntu 17.04 can't connect to internet wirless or wired

    Yes, entered as shown. Just c/p these commands into a txt file. Normally, virtualbox (if used) now can work with c/p or drag/drop txt files

Tags for this Thread

Bookmarks

Posting Permissions

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