Networking not working at all

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite
1












So I have recently decided to dual boot with Windows 10 and Ubuntu 18.04 LTS. I am also fairly new to a Linux environment. So far it seems I am having the worst time trying to get any sort of network connection. Everything works fine on Windows but when I shutdown and restart to Ubuntu, nothing works Not only is wireless not working but neither is a wired connection. All I have done is install Ubuntu to a separate hard drive. From the get go no networking has worked. I have searched online and tried a variety of solutions to no avail.



  • Complete shutdown (not restart) from Windows, then boot to Ubuntu

  • Complete shutdown (not restart) from Ubuntu, then boot to Ubuntu

  • I have tried executing "ipconfig /release" on windows before a complete shutdown

  • I have checked to make sure Ubuntu recognizes my Ethernet and WiFi hardware

  • Setting the NetworkManager.conf "managed" to true

  • Restarted the network manager with "sudo systemctl restart network-manager"

I am at a complete loss at this point, if anyone has any ideas, I would love to try them...



Networking stuff:



  • Wireless card Qualcomm Atheros AR9287

  • Ethernet is Realtek RTL8111/8168/8411

Update:

I have also tried



  • blacklisting acer-wmi

  • adding "options ath9k nohwcrypt=1" to /etc/modprobe.d/ath9.conf

  • I have also changed the file from above to ath9k.conf

However, now it seems that sometimes some networks such as a printer and a random network show up briefly then disappear



Update 2:

Network drivers:



  • Ethernet: r8169

  • Wireless: ath9k






share|improve this question





















  • How do you know that you do not have a network connection? Check the output of ip -a. Does your network device show up? Does it have an IP address? If so, is the problem with name resolution? ping ubuntu.com. Also try systemctl status systemd-networkd. Poke about a bit. journalctl will have useful information. journalctl | grep network for example.
    – Stephen Boston
    Jun 4 at 23:37











  • So far I have not been able to establish a connection via ethernet (an messege keeps poping up that says it was unable to connect) and no wifi networks are shown in the connection dialog. unfortunatly it is a little hard for me to poke about because I am unfamiliar with a lot of linux as I am just getting into it. I tried the commands you suggested and all it seems I can find out is from the status command. It says Loaded: loaded (systemd-networkd.service; disabled; vendor present: enabled) Active: inactive
    – Knotsman
    Jun 4 at 23:53










  • sudo lshw -class network. This should show you have network devices. sudo iwconfig This should show you have wireless network devices. So ip -a shows nothing? No return at all?
    – Stephen Boston
    Jun 5 at 13:42










  • I have run the commands and posted the outputs here. Unfortunately most of the results don't make too much sense to me...
    – Knotsman
    Jun 5 at 14:13










  • You seem to be in pretty good shape hardware-wise. Please: Rather than posting images, it is better to copy the output into your question. There is an option to edit it. When you paste you can format the display using markdown (see help).
    – Stephen Boston
    Jun 5 at 14:20















up vote
0
down vote

favorite
1












So I have recently decided to dual boot with Windows 10 and Ubuntu 18.04 LTS. I am also fairly new to a Linux environment. So far it seems I am having the worst time trying to get any sort of network connection. Everything works fine on Windows but when I shutdown and restart to Ubuntu, nothing works Not only is wireless not working but neither is a wired connection. All I have done is install Ubuntu to a separate hard drive. From the get go no networking has worked. I have searched online and tried a variety of solutions to no avail.



  • Complete shutdown (not restart) from Windows, then boot to Ubuntu

  • Complete shutdown (not restart) from Ubuntu, then boot to Ubuntu

  • I have tried executing "ipconfig /release" on windows before a complete shutdown

  • I have checked to make sure Ubuntu recognizes my Ethernet and WiFi hardware

  • Setting the NetworkManager.conf "managed" to true

  • Restarted the network manager with "sudo systemctl restart network-manager"

I am at a complete loss at this point, if anyone has any ideas, I would love to try them...



Networking stuff:



  • Wireless card Qualcomm Atheros AR9287

  • Ethernet is Realtek RTL8111/8168/8411

Update:

I have also tried



  • blacklisting acer-wmi

  • adding "options ath9k nohwcrypt=1" to /etc/modprobe.d/ath9.conf

  • I have also changed the file from above to ath9k.conf

However, now it seems that sometimes some networks such as a printer and a random network show up briefly then disappear



Update 2:

Network drivers:



  • Ethernet: r8169

  • Wireless: ath9k






share|improve this question





















  • How do you know that you do not have a network connection? Check the output of ip -a. Does your network device show up? Does it have an IP address? If so, is the problem with name resolution? ping ubuntu.com. Also try systemctl status systemd-networkd. Poke about a bit. journalctl will have useful information. journalctl | grep network for example.
    – Stephen Boston
    Jun 4 at 23:37











  • So far I have not been able to establish a connection via ethernet (an messege keeps poping up that says it was unable to connect) and no wifi networks are shown in the connection dialog. unfortunatly it is a little hard for me to poke about because I am unfamiliar with a lot of linux as I am just getting into it. I tried the commands you suggested and all it seems I can find out is from the status command. It says Loaded: loaded (systemd-networkd.service; disabled; vendor present: enabled) Active: inactive
    – Knotsman
    Jun 4 at 23:53










  • sudo lshw -class network. This should show you have network devices. sudo iwconfig This should show you have wireless network devices. So ip -a shows nothing? No return at all?
    – Stephen Boston
    Jun 5 at 13:42










  • I have run the commands and posted the outputs here. Unfortunately most of the results don't make too much sense to me...
    – Knotsman
    Jun 5 at 14:13










  • You seem to be in pretty good shape hardware-wise. Please: Rather than posting images, it is better to copy the output into your question. There is an option to edit it. When you paste you can format the display using markdown (see help).
    – Stephen Boston
    Jun 5 at 14:20













up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





So I have recently decided to dual boot with Windows 10 and Ubuntu 18.04 LTS. I am also fairly new to a Linux environment. So far it seems I am having the worst time trying to get any sort of network connection. Everything works fine on Windows but when I shutdown and restart to Ubuntu, nothing works Not only is wireless not working but neither is a wired connection. All I have done is install Ubuntu to a separate hard drive. From the get go no networking has worked. I have searched online and tried a variety of solutions to no avail.



  • Complete shutdown (not restart) from Windows, then boot to Ubuntu

  • Complete shutdown (not restart) from Ubuntu, then boot to Ubuntu

  • I have tried executing "ipconfig /release" on windows before a complete shutdown

  • I have checked to make sure Ubuntu recognizes my Ethernet and WiFi hardware

  • Setting the NetworkManager.conf "managed" to true

  • Restarted the network manager with "sudo systemctl restart network-manager"

I am at a complete loss at this point, if anyone has any ideas, I would love to try them...



Networking stuff:



  • Wireless card Qualcomm Atheros AR9287

  • Ethernet is Realtek RTL8111/8168/8411

Update:

I have also tried



  • blacklisting acer-wmi

  • adding "options ath9k nohwcrypt=1" to /etc/modprobe.d/ath9.conf

  • I have also changed the file from above to ath9k.conf

However, now it seems that sometimes some networks such as a printer and a random network show up briefly then disappear



Update 2:

Network drivers:



  • Ethernet: r8169

  • Wireless: ath9k






share|improve this question













So I have recently decided to dual boot with Windows 10 and Ubuntu 18.04 LTS. I am also fairly new to a Linux environment. So far it seems I am having the worst time trying to get any sort of network connection. Everything works fine on Windows but when I shutdown and restart to Ubuntu, nothing works Not only is wireless not working but neither is a wired connection. All I have done is install Ubuntu to a separate hard drive. From the get go no networking has worked. I have searched online and tried a variety of solutions to no avail.



  • Complete shutdown (not restart) from Windows, then boot to Ubuntu

  • Complete shutdown (not restart) from Ubuntu, then boot to Ubuntu

  • I have tried executing "ipconfig /release" on windows before a complete shutdown

  • I have checked to make sure Ubuntu recognizes my Ethernet and WiFi hardware

  • Setting the NetworkManager.conf "managed" to true

  • Restarted the network manager with "sudo systemctl restart network-manager"

I am at a complete loss at this point, if anyone has any ideas, I would love to try them...



Networking stuff:



  • Wireless card Qualcomm Atheros AR9287

  • Ethernet is Realtek RTL8111/8168/8411

Update:

I have also tried



  • blacklisting acer-wmi

  • adding "options ath9k nohwcrypt=1" to /etc/modprobe.d/ath9.conf

  • I have also changed the file from above to ath9k.conf

However, now it seems that sometimes some networks such as a printer and a random network show up briefly then disappear



Update 2:

Network drivers:



  • Ethernet: r8169

  • Wireless: ath9k








share|improve this question












share|improve this question




share|improve this question








edited Jun 7 at 3:09
























asked Jun 4 at 23:06









Knotsman

13




13











  • How do you know that you do not have a network connection? Check the output of ip -a. Does your network device show up? Does it have an IP address? If so, is the problem with name resolution? ping ubuntu.com. Also try systemctl status systemd-networkd. Poke about a bit. journalctl will have useful information. journalctl | grep network for example.
    – Stephen Boston
    Jun 4 at 23:37











  • So far I have not been able to establish a connection via ethernet (an messege keeps poping up that says it was unable to connect) and no wifi networks are shown in the connection dialog. unfortunatly it is a little hard for me to poke about because I am unfamiliar with a lot of linux as I am just getting into it. I tried the commands you suggested and all it seems I can find out is from the status command. It says Loaded: loaded (systemd-networkd.service; disabled; vendor present: enabled) Active: inactive
    – Knotsman
    Jun 4 at 23:53










  • sudo lshw -class network. This should show you have network devices. sudo iwconfig This should show you have wireless network devices. So ip -a shows nothing? No return at all?
    – Stephen Boston
    Jun 5 at 13:42










  • I have run the commands and posted the outputs here. Unfortunately most of the results don't make too much sense to me...
    – Knotsman
    Jun 5 at 14:13










  • You seem to be in pretty good shape hardware-wise. Please: Rather than posting images, it is better to copy the output into your question. There is an option to edit it. When you paste you can format the display using markdown (see help).
    – Stephen Boston
    Jun 5 at 14:20

















  • How do you know that you do not have a network connection? Check the output of ip -a. Does your network device show up? Does it have an IP address? If so, is the problem with name resolution? ping ubuntu.com. Also try systemctl status systemd-networkd. Poke about a bit. journalctl will have useful information. journalctl | grep network for example.
    – Stephen Boston
    Jun 4 at 23:37











  • So far I have not been able to establish a connection via ethernet (an messege keeps poping up that says it was unable to connect) and no wifi networks are shown in the connection dialog. unfortunatly it is a little hard for me to poke about because I am unfamiliar with a lot of linux as I am just getting into it. I tried the commands you suggested and all it seems I can find out is from the status command. It says Loaded: loaded (systemd-networkd.service; disabled; vendor present: enabled) Active: inactive
    – Knotsman
    Jun 4 at 23:53










  • sudo lshw -class network. This should show you have network devices. sudo iwconfig This should show you have wireless network devices. So ip -a shows nothing? No return at all?
    – Stephen Boston
    Jun 5 at 13:42










  • I have run the commands and posted the outputs here. Unfortunately most of the results don't make too much sense to me...
    – Knotsman
    Jun 5 at 14:13










  • You seem to be in pretty good shape hardware-wise. Please: Rather than posting images, it is better to copy the output into your question. There is an option to edit it. When you paste you can format the display using markdown (see help).
    – Stephen Boston
    Jun 5 at 14:20
















How do you know that you do not have a network connection? Check the output of ip -a. Does your network device show up? Does it have an IP address? If so, is the problem with name resolution? ping ubuntu.com. Also try systemctl status systemd-networkd. Poke about a bit. journalctl will have useful information. journalctl | grep network for example.
– Stephen Boston
Jun 4 at 23:37





How do you know that you do not have a network connection? Check the output of ip -a. Does your network device show up? Does it have an IP address? If so, is the problem with name resolution? ping ubuntu.com. Also try systemctl status systemd-networkd. Poke about a bit. journalctl will have useful information. journalctl | grep network for example.
– Stephen Boston
Jun 4 at 23:37













So far I have not been able to establish a connection via ethernet (an messege keeps poping up that says it was unable to connect) and no wifi networks are shown in the connection dialog. unfortunatly it is a little hard for me to poke about because I am unfamiliar with a lot of linux as I am just getting into it. I tried the commands you suggested and all it seems I can find out is from the status command. It says Loaded: loaded (systemd-networkd.service; disabled; vendor present: enabled) Active: inactive
– Knotsman
Jun 4 at 23:53




So far I have not been able to establish a connection via ethernet (an messege keeps poping up that says it was unable to connect) and no wifi networks are shown in the connection dialog. unfortunatly it is a little hard for me to poke about because I am unfamiliar with a lot of linux as I am just getting into it. I tried the commands you suggested and all it seems I can find out is from the status command. It says Loaded: loaded (systemd-networkd.service; disabled; vendor present: enabled) Active: inactive
– Knotsman
Jun 4 at 23:53












sudo lshw -class network. This should show you have network devices. sudo iwconfig This should show you have wireless network devices. So ip -a shows nothing? No return at all?
– Stephen Boston
Jun 5 at 13:42




sudo lshw -class network. This should show you have network devices. sudo iwconfig This should show you have wireless network devices. So ip -a shows nothing? No return at all?
– Stephen Boston
Jun 5 at 13:42












I have run the commands and posted the outputs here. Unfortunately most of the results don't make too much sense to me...
– Knotsman
Jun 5 at 14:13




I have run the commands and posted the outputs here. Unfortunately most of the results don't make too much sense to me...
– Knotsman
Jun 5 at 14:13












You seem to be in pretty good shape hardware-wise. Please: Rather than posting images, it is better to copy the output into your question. There is an option to edit it. When you paste you can format the display using markdown (see help).
– Stephen Boston
Jun 5 at 14:20





You seem to be in pretty good shape hardware-wise. Please: Rather than posting images, it is better to copy the output into your question. There is an option to edit it. When you paste you can format the display using markdown (see help).
– Stephen Boston
Jun 5 at 14:20
















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1043647%2fnetworking-not-working-at-all%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1043647%2fnetworking-not-working-at-all%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491