1

I installed Lubuntu 17.04 on my Computer because its a lot faster with my PC.

i tested before Ubuntu 16.10 and there my Wireless Adaptor "Belkin F7D1101 v1" works just fine.

Now in Lubuntu I cant find the Adaptor, I have no network.

I don't find a working link for a driver package on the internet.

Can you help me ?

OK SI
  • 11
  • https://askubuntu.com/a/907771/665251 see if this works for you, 17.04 has a little bug with internet wireless connectivity right now – Sumeet Deshmukh Apr 26 '17 at 13:35
  • 2
    Thanks for you answer. I need a offline method. i have no internet access on lubuntu. i cant installed gedit. – OK SI Apr 26 '17 at 13:57
  • Did it work? if not then update your question! – Sumeet Deshmukh Apr 26 '17 at 13:59
  • 1
    @OKSI - Use nano or vi instead. Like this: $ nano /etc/NetworkManager/NetworkManager.conf. Once you've made your changed, press ctrl+x then y, enter. This will save your changes. – AnotherKiwiGuy Apr 26 '17 at 15:00

1 Answers1

3

This was Originally posted by Mike_IronFist over here

All you need to do is Open a terminal by pressing Ctrl + Alt + T and run:

sudo nano /etc/NetworkManager/NetworkManager.conf

At the bottom of this file, copy and paste the following:

[device]
wifi.scan-rand-mac-address=no

after pasting it press Ctrl+ X and then type Y to Save it and press Enter

You can double check if the changes got saved by running the first command again and check if the edited line is there

Now you need to start your network manager for changes to take effect

sudo service network-manager restart

And WiFi should work again, Try to connect it