Networking not working at all
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
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
networking dual-boot
 |Â
show 2 more comments
up vote
0
down vote
favorite
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
networking dual-boot
How do you know that you do not have a network connection? Check the output ofip -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 trysystemctl 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. Soip -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
 |Â
show 2 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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
networking dual-boot
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
networking dual-boot
edited Jun 7 at 3:09
asked Jun 4 at 23:06
![](https://lh4.googleusercontent.com/-HX4HvoZuWkU/AAAAAAAAAAI/AAAAAAAAAU8/F3Wizb74zz4/photo.jpg?sz=32)
![](https://lh4.googleusercontent.com/-HX4HvoZuWkU/AAAAAAAAAAI/AAAAAAAAAU8/F3Wizb74zz4/photo.jpg?sz=32)
Knotsman
13
13
How do you know that you do not have a network connection? Check the output ofip -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 trysystemctl 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. Soip -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
 |Â
show 2 more comments
How do you know that you do not have a network connection? Check the output ofip -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 trysystemctl 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. Soip -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
 |Â
show 2 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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 trysystemctl 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. Soip -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