Network UNCLAIMED - Unable to access internet

Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
My Kubuntu was working well until I think a day ago, and suddenly I don't have access to Wi-Fi. I've tried turning on the connection via the Connection editor but the box was grayed out.
After looking for solutions via various sites i came up with this answer to
lshw -c network
as following:
*-network UNCLAIMED
description: Network controller
product: AR9285 Wireless Network Adapter (PCI-Express)
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:03:00.0
version: 01
width: 64 bits
clock: 33MHZ
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f0500000-f050ffff
I understood that this problem caused because i lack a driver, but the thing is, everything was working fine about a day ago.
networking wifi drivers network-interface
add a comment |Â
up vote
2
down vote
favorite
My Kubuntu was working well until I think a day ago, and suddenly I don't have access to Wi-Fi. I've tried turning on the connection via the Connection editor but the box was grayed out.
After looking for solutions via various sites i came up with this answer to
lshw -c network
as following:
*-network UNCLAIMED
description: Network controller
product: AR9285 Wireless Network Adapter (PCI-Express)
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:03:00.0
version: 01
width: 64 bits
clock: 33MHZ
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f0500000-f050ffff
I understood that this problem caused because i lack a driver, but the thing is, everything was working fine about a day ago.
networking wifi drivers network-interface
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
My Kubuntu was working well until I think a day ago, and suddenly I don't have access to Wi-Fi. I've tried turning on the connection via the Connection editor but the box was grayed out.
After looking for solutions via various sites i came up with this answer to
lshw -c network
as following:
*-network UNCLAIMED
description: Network controller
product: AR9285 Wireless Network Adapter (PCI-Express)
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:03:00.0
version: 01
width: 64 bits
clock: 33MHZ
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f0500000-f050ffff
I understood that this problem caused because i lack a driver, but the thing is, everything was working fine about a day ago.
networking wifi drivers network-interface
My Kubuntu was working well until I think a day ago, and suddenly I don't have access to Wi-Fi. I've tried turning on the connection via the Connection editor but the box was grayed out.
After looking for solutions via various sites i came up with this answer to
lshw -c network
as following:
*-network UNCLAIMED
description: Network controller
product: AR9285 Wireless Network Adapter (PCI-Express)
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:03:00.0
version: 01
width: 64 bits
clock: 33MHZ
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f0500000-f050ffff
I understood that this problem caused because i lack a driver, but the thing is, everything was working fine about a day ago.
networking wifi drivers network-interface
networking wifi drivers network-interface
edited Aug 21 at 3:11
Rui F Ribeiro
36.7k1271116
36.7k1271116
asked Apr 24 '15 at 12:56
vito
3114
3114
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
Okay after searching some more, and focusing on the driver problem i came up with this:
echo "options ath9k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath9k.conf
sudo modprobe -rfv ath9k
sudo modprobe -v ath9k
I have no idea what it does, but it worked!
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Okay after searching some more, and focusing on the driver problem i came up with this:
echo "options ath9k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath9k.conf
sudo modprobe -rfv ath9k
sudo modprobe -v ath9k
I have no idea what it does, but it worked!
add a comment |Â
up vote
2
down vote
accepted
Okay after searching some more, and focusing on the driver problem i came up with this:
echo "options ath9k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath9k.conf
sudo modprobe -rfv ath9k
sudo modprobe -v ath9k
I have no idea what it does, but it worked!
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Okay after searching some more, and focusing on the driver problem i came up with this:
echo "options ath9k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath9k.conf
sudo modprobe -rfv ath9k
sudo modprobe -v ath9k
I have no idea what it does, but it worked!
Okay after searching some more, and focusing on the driver problem i came up with this:
echo "options ath9k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath9k.conf
sudo modprobe -rfv ath9k
sudo modprobe -v ath9k
I have no idea what it does, but it worked!
answered Apr 24 '15 at 13:53
vito
3114
3114
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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%2funix.stackexchange.com%2fquestions%2f198373%2fnetwork-unclaimed-unable-to-access-internet%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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');
);
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');
);
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