Intel 8260 and Ubuntu 16.04
![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
1
down vote
favorite
I am having trouble getting the 8260 card to work with Ubuntu 16.04. I have 2 computers running kernel 4.13.0.38. One computer can connect to my wireless network, and the other cannot.
On the malfunctioning computer - the network interface is up according to ifconfig:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:2734 errors:0 dropped:0 overruns:0 frame:0
TX packets:2734 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:283045 (283.0 KB) TX bytes:283045 (283.0 KB)
wlp3s0 Link encap:Ethernet HWaddr 00:c2:c6:dc:1d:83
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
The chipset is an Intel 8260 which appears to have many problems in Ubuntu. According to lshw, firmware v31 is loading:
*-network
description: Wireless interface
product: Wireless 8260
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlp3s0
version: 3a
serial: 00:c2:c6:dc:1d:83
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.13.0-38-generic firmware=31.560484.0 latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:127 memory:dc000000-dc001fff
I have restarted the iwlwifi using modprobe:
sudo modprobe -r iwlwifi
sudo modprobe iwlwifi
I can see wireless networks, but I cannot connect to them. I have duplicated the network settings on the functioning computer, but to no avail. I have also copied the firmware ucode from /lib/firmware, and this also did not work.
Any ideas on how to perform a "diff" between the two computers?
16.04 networking wireless intel
 |Â
show 5 more comments
up vote
1
down vote
favorite
I am having trouble getting the 8260 card to work with Ubuntu 16.04. I have 2 computers running kernel 4.13.0.38. One computer can connect to my wireless network, and the other cannot.
On the malfunctioning computer - the network interface is up according to ifconfig:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:2734 errors:0 dropped:0 overruns:0 frame:0
TX packets:2734 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:283045 (283.0 KB) TX bytes:283045 (283.0 KB)
wlp3s0 Link encap:Ethernet HWaddr 00:c2:c6:dc:1d:83
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
The chipset is an Intel 8260 which appears to have many problems in Ubuntu. According to lshw, firmware v31 is loading:
*-network
description: Wireless interface
product: Wireless 8260
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlp3s0
version: 3a
serial: 00:c2:c6:dc:1d:83
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.13.0-38-generic firmware=31.560484.0 latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:127 memory:dc000000-dc001fff
I have restarted the iwlwifi using modprobe:
sudo modprobe -r iwlwifi
sudo modprobe iwlwifi
I can see wireless networks, but I cannot connect to them. I have duplicated the network settings on the functioning computer, but to no avail. I have also copied the firmware ucode from /lib/firmware, and this also did not work.
Any ideas on how to perform a "diff" between the two computers?
16.04 networking wireless intel
Do both run 8260s? If not, a diff is probably not productive.
â chili555
Apr 22 at 1:34
Yes both have the 8260 chip. Verified via lshw.
â fermi
Apr 22 at 1:48
We could ask for dozens of items but the easiest way is to gather all the data for each in one script: askubuntu.com/questions/425155/⦠Possibly most important is to tweak your settings like this: askubuntu.com/questions/1026395/⦠If tweaking your settings is not productive, paste the wireless-info for both here and give us the link: paste.ubuntu.com
â chili555
Apr 22 at 12:41
Great, @chili555 kudos to whoever built this script ;) Router is broadcasting on channel 11. Station has a width of 20 MHz, and no form of security is enabled. I changed the regulatory domain appropriately, and unfortunately nothing was resolved.
â fermi
Apr 22 at 20:03
Perhaps it is worth mentioning that I needed to bring the cfg80211 module down to modify the reg domain (for future users). Demon comp: paste.ubuntu.com/p/8xWcqCYG2m Working comp: paste.ubuntu.com/p/jRNKdJGxz7
â fermi
Apr 22 at 20:09
 |Â
show 5 more comments
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am having trouble getting the 8260 card to work with Ubuntu 16.04. I have 2 computers running kernel 4.13.0.38. One computer can connect to my wireless network, and the other cannot.
On the malfunctioning computer - the network interface is up according to ifconfig:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:2734 errors:0 dropped:0 overruns:0 frame:0
TX packets:2734 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:283045 (283.0 KB) TX bytes:283045 (283.0 KB)
wlp3s0 Link encap:Ethernet HWaddr 00:c2:c6:dc:1d:83
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
The chipset is an Intel 8260 which appears to have many problems in Ubuntu. According to lshw, firmware v31 is loading:
*-network
description: Wireless interface
product: Wireless 8260
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlp3s0
version: 3a
serial: 00:c2:c6:dc:1d:83
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.13.0-38-generic firmware=31.560484.0 latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:127 memory:dc000000-dc001fff
I have restarted the iwlwifi using modprobe:
sudo modprobe -r iwlwifi
sudo modprobe iwlwifi
I can see wireless networks, but I cannot connect to them. I have duplicated the network settings on the functioning computer, but to no avail. I have also copied the firmware ucode from /lib/firmware, and this also did not work.
Any ideas on how to perform a "diff" between the two computers?
16.04 networking wireless intel
I am having trouble getting the 8260 card to work with Ubuntu 16.04. I have 2 computers running kernel 4.13.0.38. One computer can connect to my wireless network, and the other cannot.
On the malfunctioning computer - the network interface is up according to ifconfig:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:2734 errors:0 dropped:0 overruns:0 frame:0
TX packets:2734 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:283045 (283.0 KB) TX bytes:283045 (283.0 KB)
wlp3s0 Link encap:Ethernet HWaddr 00:c2:c6:dc:1d:83
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
The chipset is an Intel 8260 which appears to have many problems in Ubuntu. According to lshw, firmware v31 is loading:
*-network
description: Wireless interface
product: Wireless 8260
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlp3s0
version: 3a
serial: 00:c2:c6:dc:1d:83
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.13.0-38-generic firmware=31.560484.0 latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:127 memory:dc000000-dc001fff
I have restarted the iwlwifi using modprobe:
sudo modprobe -r iwlwifi
sudo modprobe iwlwifi
I can see wireless networks, but I cannot connect to them. I have duplicated the network settings on the functioning computer, but to no avail. I have also copied the firmware ucode from /lib/firmware, and this also did not work.
Any ideas on how to perform a "diff" between the two computers?
16.04 networking wireless intel
asked Apr 22 at 1:07
fermi
1062
1062
Do both run 8260s? If not, a diff is probably not productive.
â chili555
Apr 22 at 1:34
Yes both have the 8260 chip. Verified via lshw.
â fermi
Apr 22 at 1:48
We could ask for dozens of items but the easiest way is to gather all the data for each in one script: askubuntu.com/questions/425155/⦠Possibly most important is to tweak your settings like this: askubuntu.com/questions/1026395/⦠If tweaking your settings is not productive, paste the wireless-info for both here and give us the link: paste.ubuntu.com
â chili555
Apr 22 at 12:41
Great, @chili555 kudos to whoever built this script ;) Router is broadcasting on channel 11. Station has a width of 20 MHz, and no form of security is enabled. I changed the regulatory domain appropriately, and unfortunately nothing was resolved.
â fermi
Apr 22 at 20:03
Perhaps it is worth mentioning that I needed to bring the cfg80211 module down to modify the reg domain (for future users). Demon comp: paste.ubuntu.com/p/8xWcqCYG2m Working comp: paste.ubuntu.com/p/jRNKdJGxz7
â fermi
Apr 22 at 20:09
 |Â
show 5 more comments
Do both run 8260s? If not, a diff is probably not productive.
â chili555
Apr 22 at 1:34
Yes both have the 8260 chip. Verified via lshw.
â fermi
Apr 22 at 1:48
We could ask for dozens of items but the easiest way is to gather all the data for each in one script: askubuntu.com/questions/425155/⦠Possibly most important is to tweak your settings like this: askubuntu.com/questions/1026395/⦠If tweaking your settings is not productive, paste the wireless-info for both here and give us the link: paste.ubuntu.com
â chili555
Apr 22 at 12:41
Great, @chili555 kudos to whoever built this script ;) Router is broadcasting on channel 11. Station has a width of 20 MHz, and no form of security is enabled. I changed the regulatory domain appropriately, and unfortunately nothing was resolved.
â fermi
Apr 22 at 20:03
Perhaps it is worth mentioning that I needed to bring the cfg80211 module down to modify the reg domain (for future users). Demon comp: paste.ubuntu.com/p/8xWcqCYG2m Working comp: paste.ubuntu.com/p/jRNKdJGxz7
â fermi
Apr 22 at 20:09
Do both run 8260s? If not, a diff is probably not productive.
â chili555
Apr 22 at 1:34
Do both run 8260s? If not, a diff is probably not productive.
â chili555
Apr 22 at 1:34
Yes both have the 8260 chip. Verified via lshw.
â fermi
Apr 22 at 1:48
Yes both have the 8260 chip. Verified via lshw.
â fermi
Apr 22 at 1:48
We could ask for dozens of items but the easiest way is to gather all the data for each in one script: askubuntu.com/questions/425155/⦠Possibly most important is to tweak your settings like this: askubuntu.com/questions/1026395/⦠If tweaking your settings is not productive, paste the wireless-info for both here and give us the link: paste.ubuntu.com
â chili555
Apr 22 at 12:41
We could ask for dozens of items but the easiest way is to gather all the data for each in one script: askubuntu.com/questions/425155/⦠Possibly most important is to tweak your settings like this: askubuntu.com/questions/1026395/⦠If tweaking your settings is not productive, paste the wireless-info for both here and give us the link: paste.ubuntu.com
â chili555
Apr 22 at 12:41
Great, @chili555 kudos to whoever built this script ;) Router is broadcasting on channel 11. Station has a width of 20 MHz, and no form of security is enabled. I changed the regulatory domain appropriately, and unfortunately nothing was resolved.
â fermi
Apr 22 at 20:03
Great, @chili555 kudos to whoever built this script ;) Router is broadcasting on channel 11. Station has a width of 20 MHz, and no form of security is enabled. I changed the regulatory domain appropriately, and unfortunately nothing was resolved.
â fermi
Apr 22 at 20:03
Perhaps it is worth mentioning that I needed to bring the cfg80211 module down to modify the reg domain (for future users). Demon comp: paste.ubuntu.com/p/8xWcqCYG2m Working comp: paste.ubuntu.com/p/jRNKdJGxz7
â fermi
Apr 22 at 20:09
Perhaps it is worth mentioning that I needed to bring the cfg80211 module down to modify the reg domain (for future users). Demon comp: paste.ubuntu.com/p/8xWcqCYG2m Working comp: paste.ubuntu.com/p/jRNKdJGxz7
â fermi
Apr 22 at 20:09
 |Â
show 5 more comments
1 Answer
1
active
oldest
votes
up vote
0
down vote
The problem was resolved by setting the regulatory domain on my computers and reflashing my router with country specific firmware. I noticed that I could set my regulatory domain and connect to the router, but once I pinged a device on the network, my regulatory domain would revert to global (00).
I started with the standard discussion of setting the reg domain. I had some problems using crda to set the regulatory domain, so I added options to the cfg80211 module, as other users have done. To make these changes permanent, I had to create the file /etc/modprobe.d/cfg80211.conf and add the following:
options cfg80211 ieee80211_regdom=US
Anyone searching for a diff tool to compare network configurations should use this script.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The problem was resolved by setting the regulatory domain on my computers and reflashing my router with country specific firmware. I noticed that I could set my regulatory domain and connect to the router, but once I pinged a device on the network, my regulatory domain would revert to global (00).
I started with the standard discussion of setting the reg domain. I had some problems using crda to set the regulatory domain, so I added options to the cfg80211 module, as other users have done. To make these changes permanent, I had to create the file /etc/modprobe.d/cfg80211.conf and add the following:
options cfg80211 ieee80211_regdom=US
Anyone searching for a diff tool to compare network configurations should use this script.
add a comment |Â
up vote
0
down vote
The problem was resolved by setting the regulatory domain on my computers and reflashing my router with country specific firmware. I noticed that I could set my regulatory domain and connect to the router, but once I pinged a device on the network, my regulatory domain would revert to global (00).
I started with the standard discussion of setting the reg domain. I had some problems using crda to set the regulatory domain, so I added options to the cfg80211 module, as other users have done. To make these changes permanent, I had to create the file /etc/modprobe.d/cfg80211.conf and add the following:
options cfg80211 ieee80211_regdom=US
Anyone searching for a diff tool to compare network configurations should use this script.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
The problem was resolved by setting the regulatory domain on my computers and reflashing my router with country specific firmware. I noticed that I could set my regulatory domain and connect to the router, but once I pinged a device on the network, my regulatory domain would revert to global (00).
I started with the standard discussion of setting the reg domain. I had some problems using crda to set the regulatory domain, so I added options to the cfg80211 module, as other users have done. To make these changes permanent, I had to create the file /etc/modprobe.d/cfg80211.conf and add the following:
options cfg80211 ieee80211_regdom=US
Anyone searching for a diff tool to compare network configurations should use this script.
The problem was resolved by setting the regulatory domain on my computers and reflashing my router with country specific firmware. I noticed that I could set my regulatory domain and connect to the router, but once I pinged a device on the network, my regulatory domain would revert to global (00).
I started with the standard discussion of setting the reg domain. I had some problems using crda to set the regulatory domain, so I added options to the cfg80211 module, as other users have done. To make these changes permanent, I had to create the file /etc/modprobe.d/cfg80211.conf and add the following:
options cfg80211 ieee80211_regdom=US
Anyone searching for a diff tool to compare network configurations should use this script.
answered Apr 22 at 22:22
fermi
1062
1062
add a comment |Â
add a comment |Â
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%2f1027066%2fintel-8260-and-ubuntu-16-04%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
Do both run 8260s? If not, a diff is probably not productive.
â chili555
Apr 22 at 1:34
Yes both have the 8260 chip. Verified via lshw.
â fermi
Apr 22 at 1:48
We could ask for dozens of items but the easiest way is to gather all the data for each in one script: askubuntu.com/questions/425155/⦠Possibly most important is to tweak your settings like this: askubuntu.com/questions/1026395/⦠If tweaking your settings is not productive, paste the wireless-info for both here and give us the link: paste.ubuntu.com
â chili555
Apr 22 at 12:41
Great, @chili555 kudos to whoever built this script ;) Router is broadcasting on channel 11. Station has a width of 20 MHz, and no form of security is enabled. I changed the regulatory domain appropriately, and unfortunately nothing was resolved.
â fermi
Apr 22 at 20:03
Perhaps it is worth mentioning that I needed to bring the cfg80211 module down to modify the reg domain (for future users). Demon comp: paste.ubuntu.com/p/8xWcqCYG2m Working comp: paste.ubuntu.com/p/jRNKdJGxz7
â fermi
Apr 22 at 20:09