LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-24-2016, 11:45 AM   #1
redbonsai
LQ Newbie
 
Registered: May 2016
Posts: 5

Rep: Reputation: Disabled
Wi-Fi not working on Linux Mint


I am very new to Linux, so bear with me. I am running a recently-installed Linux Mint 17 from a flash drive. I see that this is a common problem, but I still can't connect to Wi-Fi. My wireless card is Intel Corporation Wireless 7265 (rev 61) and /lib/firmware seems to have the appropriate files.

The output from iwconfig is
Code:
eth0      no wireless extensions.

wlan0     IEEE 802.11abgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          
lo        no wireless extensions.
Suggestions?
 
Old 05-24-2016, 01:30 PM   #2
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by redbonsai View Post
Suggestions?
Hello and welcome to the forum

Could you also include the results of these commands?

Code:
lspci -nnk | grep -i net -A2
Code:
lsmod
Code:
rfkill list
Code:
sudo lshw -C network
Disclaimer: Be careful with the last command especially, as it will essentially allow root access to your system. Mistakes could possibly damage or even destroy your OS.

Also, what are some of the solutions have you tried already, if any?

Regards...
 
Old 05-24-2016, 02:22 PM   #3
redbonsai
LQ Newbie
 
Registered: May 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thanks for the reply. I looked at the drivers required by my card at https://wireless.wiki.kernel.org/en/...rivers/iwlwifi with my kernel version 3.19+. However, the files already appear to be in the firmware folder.

Next I looked at my driver manager, but it only showed the three options under NVIDIA Corporation: nvidia 352, xserver-xorg-video-nouveau, and nvidia-352-updates.

I looked around for terminal commands to automatically update drivers, but I am too new to all of this to find what I needed.

Here are the commands you asked for:

Code:
lspci -nnk | grep -i net -A2
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
	Subsystem: Hewlett-Packard Company Device [103c:806d]
	Kernel driver in use: r8169
08:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 61)
	Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5010]
	Kernel driver in use: iwlwifi

Code:
lsmod
Module                  Size  Used by
snd_soc_rt5640         94208  0 
snd_soc_rl6231         16384  1 snd_soc_rt5640
hid_sensor_magn_3d     16384  0 
hid_sensor_incl_3d     16384  0 
hid_sensor_rotation    16384  0 
hid_sensor_accel_3d    16384  0 
hid_sensor_gyro_3d     16384  0 
hid_sensor_trigger     16384  10 hid_sensor_gyro_3d,hid_sensor_incl_3d,hid_sensor_accel_3d,hid_sensor_rotation,hid_sensor_magn_3d
industrialio_triggered_buffer    16384  5 hid_sensor_gyro_3d,hid_sensor_incl_3d,hid_sensor_accel_3d,hid_sensor_rotation,hid_sensor_magn_3d
dm_crypt               24576  0 
kfifo_buf              16384  1 industrialio_triggered_buffer
industrialio           57344  8 hid_sensor_trigger,hid_sensor_gyro_3d,industrialio_triggered_buffer,hid_sensor_incl_3d,hid_sensor_accel_3d,hid_sensor_rotation,kfifo_buf,hid_sensor_magn_3d
hid_sensor_iio_common    16384  5 hid_sensor_gyro_3d,hid_sensor_incl_3d,hid_sensor_accel_3d,hid_sensor_rotation,hid_sensor_magn_3d
arc4                   16384  2 
hid_multitouch         20480  0 
acer_wmi               20480  0 
hp_wmi                 16384  0 
sparse_keymap          16384  2 acer_wmi,hp_wmi
intel_rapl             20480  0 
iwlmvm                278528  0 
iosf_mbi               16384  1 intel_rapl
x86_pkg_temp_thermal    16384  0 
intel_powerclamp       20480  0 
mac80211              708608  1 iwlmvm
uvcvideo               90112  0 
coretemp               16384  0 
dm_multipath           24576  0 
videobuf2_vmalloc      16384  1 uvcvideo
videobuf2_memops       16384  1 videobuf2_vmalloc
scsi_dh                16384  1 dm_multipath
videobuf2_core         53248  1 uvcvideo
kvm                   479232  0 
v4l2_common            16384  1 videobuf2_core
crct10dif_pclmul       16384  0 
videodev              159744  3 uvcvideo,v4l2_common,videobuf2_core
crc32_pclmul           16384  0 
ghash_clmulni_intel    16384  0 
aesni_intel           172032  0 
iwlwifi               188416  1 iwlmvm
media                  24576  2 uvcvideo,videodev
aes_x86_64             20480  1 aesni_intel
hid_sensor_hub         20480  7 hid_sensor_trigger,hid_sensor_gyro_3d,hid_sensor_incl_3d,hid_sensor_accel_3d,hid_sensor_rotation,hid_sensor_magn_3d,hid_sensor_iio_common
lrw                    16384  1 aesni_intel
gf128mul               16384  1 lrw
glue_helper            16384  1 aesni_intel
cfg80211              524288  3 iwlwifi,mac80211,iwlmvm
ablk_helper            16384  1 aesni_intel
cryptd                 20480  3 ghash_clmulni_intel,aesni_intel,ablk_helper
snd_hda_codec_realtek    81920  1 
joydev                 20480  0 
serio_raw              16384  0 
snd_hda_codec_hdmi     53248  1 
snd_hda_codec_generic    69632  1 snd_hda_codec_realtek
btusb                  40960  0 
lpc_ich                24576  0 
shpchp                 40960  0 
snd_hda_intel          36864  6 snd_hda_codec_hdmi
snd_hda_controller     32768  1 snd_hda_intel
snd_hda_codec         143360  5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
i915_bpo             1138688  5 
snd_hwdep              20480  1 snd_hda_codec
snd_soc_core          196608  1 snd_soc_rt5640
snd_seq_midi           16384  0 
snd_seq_midi_event     16384  1 snd_seq_midi
snd_compress           20480  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_rawmidi            32768  1 snd_seq_midi
snd_pcm               106496  7 snd_soc_rt5640,snd_soc_core,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller,snd_pcm_dmaengine
snd_seq                65536  2 snd_seq_midi_event,snd_seq_midi
rfcomm                 69632  8 
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
bnep                   20480  2 
i2c_hid                20480  0 
snd_timer              32768  2 snd_pcm,snd_seq
hp_accel               28672  0 
mei_me                 20480  0 
lis3lv02d              20480  1 hp_accel
i2c_designware_platform    16384  0 
int3400_thermal        16384  0 
dw_dmac                16384  0 
dw_dmac_core           24576  1 dw_dmac
soc_button_array       16384  0 
intel_ips              20480  1 i915_bpo
bluetooth             491520  22 bnep,btusb,rfcomm
mei                    90112  1 mei_me
int3403_thermal        16384  0 
input_polldev          16384  1 lis3lv02d
i2c_designware_core    16384  1 i2c_designware_platform
8250_dw                16384  0 
processor_thermal_device    16384  0 
acpi_thermal_rel       16384  1 int3400_thermal
spi_pxa2xx_platform    24576  0 
snd                    86016  23 snd_hda_codec_realtek,snd_soc_core,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_compress
hp_wireless            16384  0 
snd_soc_sst_acpi       16384  0 
soundcore              16384  2 snd,snd_hda_codec
mac_hid                16384  0 
acpi_pad               20480  0 
parport_pc             32768  0 
ppdev                  20480  0 
lp                     20480  0 
parport                45056  3 lp,ppdev,parport_pc
binfmt_misc            20480  1 
squashfs               49152  1 
overlay                45056  1 
nls_iso8859_1          16384  1 
dm_mirror              24576  0 
dm_region_hash         24576  1 dm_mirror
dm_log                 20480  2 dm_region_hash,dm_mirror
usbhid                 53248  0 
hid                   110592  4 i2c_hid,hid_multitouch,hid_sensor_hub,usbhid
uas                    24576  0 
usb_storage            69632  2 uas
nouveau              1368064  0 
mxm_wmi                16384  1 nouveau
i2c_algo_bit           16384  2 i915_bpo,nouveau
ttm                    94208  1 nouveau
psmouse               114688  0 
drm_kms_helper        126976  2 i915_bpo,nouveau
ahci                   36864  0 
drm                   344064  8 ttm,i915_bpo,drm_kms_helper,nouveau
libahci                32768  1 ahci
r8169                  81920  0 
mii                    16384  1 r8169
wmi                    20480  4 acer_wmi,hp_wmi,mxm_wmi,nouveau
video                  20480  3 i915_bpo,acer_wmi,nouveau
sdhci_acpi             16384  0 
sdhci                  45056  1 sdhci_acpi
Code:
rfkill list
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
1: acer-wireless: Wireless LAN
	Soft blocked: yes
	Hard blocked: no
2: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

Code:
sudo lshw -C network
  *-network               
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:07:00.0
       logical name: eth0
       version: 15
       serial: 30:8d:99:1a:56:f6
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.34 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:48 ioport:4000(size=256) memory:c6104000-c6104fff memory:c6100000-c6103fff
  *-network DISABLED
       description: Wireless interface
       product: Wireless 7265
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:08:00.0
       logical name: wlan0
       version: 61
       serial: 5c:e0:c5:d3:ba:c6
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=3.19.0-32-generic firmware=25.17.12.0 latency=0 link=no multicast=yes wireless=IEEE 802.11abgn
       resources: irq:53 memory:c6000000-c6001fff
 
Old 05-24-2016, 03:29 PM   #4
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by redbonsai View Post
Code:
rfkill list
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
1: acer-wireless: Wireless LAN
	Soft blocked: yes
	Hard blocked: no
2: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

sudo lshw -C network
  *-network DISABLED
       description: Wireless interface
       product: Wireless 7265
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:08:00.0
       logical name: wlan0
       version: 61
       serial: 5c:e0:c5:d3:ba:c6
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=3.19.0-32-generic firmware=25.17.12.0 latency=0 link=no multicast=yes wireless=IEEE 802.11abgn
       resources: irq:53 memory:c6000000-c6001fff
Hi...

Hmm. By any chance, does this command free things up...

Code:
rfkill unblock all
If not, please post the results of...

Code:
dmesg | grep -iC 3 "wlan0"
or...

Code:
dmesg | grep -iC 3 "iwlwifi"
Thanks!
 
Old 05-24-2016, 03:45 PM   #5
redbonsai
LQ Newbie
 
Registered: May 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ardvark71 View Post
Hi...

Hmm. By any chance, does this command free things up...

Code:
rfkill unblock all
If not, please post the results of...

Code:
dmesg | grep -iC 3 "wlan0"
or...

Code:
dmesg | grep -iC 3 "iwlwifi"
Thanks!
Do you think the soft block showing "yes" is the problem? (Again, sorry I'm so new at this). I used to think my drivers were the problem, but when I run "nm-tool" I see that it recognizes the driver "iwlwifi" which is correct for my wireless card.

I ran "rfkill unblock all" but got the same results for "rfkill list."

Here are the results you wanted.


Code:
dmesg | grep -iC 3 "wlan0"
[   15.763084] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   15.781289] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   15.781846] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   15.802387] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   15.879742] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   15.880197] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   15.900445] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   15.931908] init: samba-ad-dc main process (1941) terminated with status 1
[   16.363867] init: alsa-restore main process (1614) terminated with status 99
[   16.799829] init: plymouth-upstart-bridge main process ended, respawning
--
[   18.707887] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!
[   26.063961] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   26.064509] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   26.086501] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   27.965649] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   27.966705] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   27.995721] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   40.296074] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!
[  137.218647] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  137.219204] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  137.242800] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  145.669850] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  145.670411] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  145.696368] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  277.372951] systemd-hostnamed[3269]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
[  297.711863] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  297.712434] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  297.739930] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  299.323469] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  299.324083] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  299.347562] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  329.063024] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  329.063581] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  329.088884] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  463.332705] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  463.333262] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  463.363224] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2683.175878] ------------[ cut here ]------------
[ 2683.175908] WARNING: CPU: 2 PID: 0 at /build/linux-lts-vivid-naHA4g/linux-lts-vivid-3.19.0/ubuntu/i915/intel_display.c:11100 intel_check_page_flip+0x10d/0x120 [i915_bpo]()
[ 2683.175910] Kicking stuck page flip: queued at 149379, now 149383
--
[ 8355.634620] perf interrupt took too long (2514 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[10920.717160] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[10920.717621] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[10920.735546] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[11044.069789] ACPI Error: [^^^PEG0.PEGP.DGID] Namespace lookup failure, AE_NOT_FOUND (20141107/psargs-359)
[11044.069805] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._Q1D] (Node ffff8802560c9f50), AE_NOT_FOUND (20141107/psparse-536)
[11044.221918] ACPI Error: [^^^PEG0.PEGP.DGID] Namespace lookup failure, AE_NOT_FOUND (20141107/psargs-359)
--
[13735.017043] r8169 0000:07:00.0 eth0: link up
[13757.481618] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[13757.482183] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[13757.504442] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[14342.752033] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[14342.752598] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[14342.778011] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[14889.350585] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[14889.351148] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[14889.373366] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[14991.253781] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[14991.254497] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[14991.283471] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[15046.398614] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[15046.399173] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[15046.423579] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[15207.536696] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[15207.537150] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[15207.557104] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[15228.966248] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[15228.966808] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[15228.987591] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Code:
dmesg | grep -iC 3 "iwlwifi"
[   14.509394] Copyright(c) 2003- 2014 Intel Corporation
[   14.512242] AVX2 version of gcm_enc/dec engaged.
[   14.512245] AES CTR mode by8 optimization enabled
[   14.513095] iwlwifi 0000:08:00.0: Unsupported splx structure
[   14.528468] Linux video capture interface: v2.00
[   14.572388] iwlwifi 0000:08:00.0: loaded firmware version 25.17.12.0 op_mode iwlmvm
[   14.621922] device-mapper: multipath: version 1.7.0 loaded
[   14.627311] kvm: disabled by bios
[   14.652314] uvcvideo: Found UVC 1.00 device HP Truevision HD (064e:930a)
[   14.656358] input: HP Truevision HD as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input12
[   14.656437] usbcore: registered new interface driver uvcvideo
[   14.656439] USB Video Class driver (1.1.1)
[   14.705947] iwlwifi 0000:08:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
[   14.706298] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   14.706751] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   14.725750] intel_rapl: Found RAPL domain package
[   14.725754] intel_rapl: Found RAPL domain core
[   14.725756] intel_rapl: Found RAPL domain uncore
--
[   15.763029] r8169 0000:07:00.0 eth0: link down
[   15.763060] r8169 0000:07:00.0 eth0: link down
[   15.763084] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   15.781289] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   15.781846] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   15.802387] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   15.879742] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   15.880197] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   15.900445] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   15.931908] init: samba-ad-dc main process (1941) terminated with status 1
[   16.363867] init: alsa-restore main process (1614) terminated with status 99
--
[   17.414792] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   18.619943] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!
[   18.707887] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!
[   26.063961] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   26.064509] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   26.086501] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   27.965649] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   27.966705] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[   27.995721] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   40.296074] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!
[  137.218647] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  137.219204] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  137.242800] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  145.669850] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  145.670411] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  145.696368] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  277.372951] systemd-hostnamed[3269]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
[  297.711863] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  297.712434] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  297.739930] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  299.323469] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  299.324083] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  299.347562] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  329.063024] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  329.063581] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  329.088884] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  463.332705] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  463.333262] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[  463.363224] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2683.175878] ------------[ cut here ]------------
[ 2683.175908] WARNING: CPU: 2 PID: 0 at /build/linux-lts-vivid-naHA4g/linux-lts-vivid-3.19.0/ubuntu/i915/intel_display.c:11100 intel_check_page_flip+0x10d/0x120 [i915_bpo]()
[ 2683.175910] Kicking stuck page flip: queued at 149379, now 149383
[ 2683.175911] Modules linked in: snd_soc_rt5640 snd_soc_rl6231 hid_sensor_magn_3d hid_sensor_incl_3d hid_sensor_rotation hid_sensor_accel_3d hid_sensor_gyro_3d hid_sensor_trigger industrialio_triggered_buffer dm_crypt kfifo_buf industrialio hid_sensor_iio_common arc4 hid_multitouch acer_wmi hp_wmi sparse_keymap intel_rapl iwlmvm iosf_mbi x86_pkg_temp_thermal intel_powerclamp mac80211 uvcvideo coretemp dm_multipath videobuf2_vmalloc videobuf2_memops scsi_dh videobuf2_core kvm v4l2_common crct10dif_pclmul videodev crc32_pclmul ghash_clmulni_intel aesni_intel iwlwifi media aes_x86_64 hid_sensor_hub lrw gf128mul glue_helper cfg80211 ablk_helper cryptd snd_hda_codec_realtek joydev serio_raw snd_hda_codec_hdmi snd_hda_codec_generic btusb lpc_ich shpchp snd_hda_intel snd_hda_controller snd_hda_codec i915_bpo snd_hwdep snd_soc_core snd_seq_midi snd_seq_midi_event snd_compress snd_pcm_dmaengine snd_rawmidi snd_pcm snd_seq rfcomm snd_seq_device bnep i2c_hid snd_timer hp_accel mei_me lis3lv02d i2c_designware_platform int3400_thermal dw_dmac dw_dmac_core soc_button_array intel_ips bluetooth mei int3403_thermal input_polldev i2c_designware_core 8250_dw processor_thermal_device acpi_thermal_rel spi_pxa2xx_platform snd hp_wireless snd_soc_sst_acpi soundcore mac_hid acpi_pad parport_pc ppdev lp parport binfmt_misc squashfs overlay nls_iso8859_1 dm_mirror dm_region_hash dm_log usbhid hid uas usb_storage nouveau mxm_wmi i2c_algo_bit ttm psmouse drm_kms_helper ahci drm libahci r8169 mii wmi video sdhci_acpi sdhci
[ 2683.175964] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 3.19.0-32-generic #37~14.04.1-Ubuntu
[ 2683.175965] Hardware name: HP HP ENVY x360 m6 Convertible   /806D, BIOS F.10 07/14/2015
[ 2683.175967]  ffffffffc06f3890 ffff88025ec83d58 ffffffff817af41b 0000000000000000
--
[ 2683.176049]  [<ffffffff81048b97>] start_secondary+0x197/0x1c0
[ 2683.176051] ---[ end trace 50cb65799b4e0ec0 ]---
[ 8355.634620] perf interrupt took too long (2514 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[10920.717160] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[10920.717621] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[10920.735546] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[11044.069789] ACPI Error: [^^^PEG0.PEGP.DGID] Namespace lookup failure, AE_NOT_FOUND (20141107/psargs-359)
[11044.069805] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._Q1D] (Node ffff8802560c9f50), AE_NOT_FOUND (20141107/psparse-536)
--
[11047.909981] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!
[13720.192433] r8169 0000:07:00.0 eth0: link down
[13735.017043] r8169 0000:07:00.0 eth0: link up
[13757.481618] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[13757.482183] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[13757.504442] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[14342.752033] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[14342.752598] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[14342.778011] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[14889.350585] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[14889.351148] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[14889.373366] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[14991.253781] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[14991.254497] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[14991.283471] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[15046.398614] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[15046.399173] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[15046.423579] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[15207.536696] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[15207.537150] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[15207.557104] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[15228.966248] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[15228.966808] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled
[15228.987591] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready

Last edited by redbonsai; 05-24-2016 at 03:47 PM.
 
Old 05-24-2016, 04:14 PM   #6
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by redbonsai View Post
Do you think the soft block showing "yes" is the problem? (Again, sorry I'm so new at this). I used to think my drivers were the problem, but when I run "nm-tool" I see that it recognizes the driver "iwlwifi" which is correct for my wireless card.
Well, it's showing there is a problem.

Take a look at the post by "JeremyB" here. Does installing this package (and then rebooting) resolve the issue...

Code:
sudo apt-get install linux-firmware
Regards...
 
Old 05-24-2016, 08:42 PM   #7
redbonsai
LQ Newbie
 
Registered: May 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ardvark71 View Post
Well, it's showing there is a problem.

Take a look at the post by "JeremyB" here. Does installing this package (and then rebooting) resolve the issue...

Code:
sudo apt-get install linux-firmware
Regards...
Well, I'm running the OS off a live USB, so I believe everything is reset when I reboot. The firmware install informed me that everything was already up to date, so I went ahead and installed the package. The wireless switch in my tool bar still keeps turning off every time I turn it on. Here is the resulting text file created by the package install:

Code:
########## wireless info START ##########

Report from: 25 May 2016 01:37 UTC +0000

Booted last: 24 May 2016 21:31 UTC +0000

Script from: 27 Sep 2015 00:34 UTC +0000

##### release ###########################

Distributor ID:	LinuxMint
Description:	Linux Mint 17.3 Rosa
Release:	17.3
Codename:	rosa

##### kernel ############################

Linux 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Parameters: file=/cdrom/preseed/linuxmint.seed, cdrom-detect/try-usb=true, noprompt, floppy.allowed_drive_mask=0, ignore_uuid, boot=casper, iso-scan/filename=, quiet, splash, --

##### desktop ###########################

Cinnamon

##### lspci #############################

07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
	Subsystem: Hewlett-Packard Company Device [103c:806d]
	Kernel driver in use: r8169

08:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 61)
	Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5010]
	Kernel driver in use: iwlwifi

##### lsusb #############################

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 0483:91d1 STMicroelectronics 
Bus 001 Device 004: ID 064e:930a Suyin Corp. 
Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
Bus 001 Device 002: ID 154b:005b PNY 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

##### PCMCIA card info ##################

##### rfkill ############################

0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
2: acer-wireless: Wireless LAN
	Soft blocked: yes
	Hard blocked: no

##### lsmod #############################

snd_soc_rt5640         94208  0 
snd_soc_rl6231         16384  1 snd_soc_rt5640
acer_wmi               20480  0 
hp_wmi                 16384  0 
sparse_keymap          16384  2 acer_wmi,hp_wmi
iwlmvm                278528  0 
mac80211              708608  1 iwlmvm
iwlwifi               188416  1 iwlmvm
snd_soc_core          196608  1 snd_soc_rt5640
cfg80211              524288  3 iwlwifi,mac80211,iwlmvm
snd_pcm               106496  7 snd_soc_rt5640,snd_soc_core,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller,snd_pcm_dmaengine
mxm_wmi                16384  1 nouveau
wmi                    20480  4 acer_wmi,hp_wmi,mxm_wmi,nouveau
video                  20480  3 i915_bpo,acer_wmi,nouveau

##### interfaces ########################

auto lo
iface lo inet loopback

##### ifconfig ##########################

eth0      Link encap:Ethernet  HWaddr <MAC 'eth0' [IF]>  
          inet addr:192.168.1.34  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::<IP6 'eth0' [IF]>/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:20007 errors:0 dropped:0 overruns:0 frame:0
          TX packets:15776 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:19471462 (19.4 MB)  TX bytes:2155004 (2.1 MB)

wlan0     Link encap:Ethernet  HWaddr <MAC 'wlan0' [IF]>  
          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)

##### iwconfig ##########################

eth0      no wireless extensions.

lo        no wireless extensions.

wlan0     IEEE 802.11abgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          

##### route #############################

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.1.1     0.0.0.0         UG    0      0        0 eth0
192.168.1.0     0.0.0.0         255.255.255.0   U     1      0        0 eth0

##### resolv.conf #######################

nameserver 127.0.1.1

##### network managers ##################

Installed:

	NetworkManager

Running:

root      1562     1  0 01:31 ?        00:00:00 NetworkManager

##### NetworkManager info ###############

NetworkManager Tool

State: connected (global)

- Device: wlan0 ----------------------------------------------------------------
  Type:              802.11 WiFi
  Driver:            iwlwifi
  State:             unavailable
  Default:           no
  HW Address:        <MAC 'wlan0' [IF]>

  Capabilities:

  Wireless Properties
    WEP Encryption:  yes
    WPA Encryption:  yes
    WPA2 Encryption: yes

  Wireless Access Points 

- Device: eth0  [Wired connection 1] -------------------------------------------
  Type:              Wired
  Driver:            r8169
  State:             connected
  Default:           yes
  HW Address:        <MAC 'eth0' [IF]>

  Capabilities:
    Carrier Detect:  yes
    Speed:           100 Mb/s

  Wired Properties
    Carrier:         on

  IPv4 Settings:
    Address:         192.168.1.34
    Prefix:          24 (255.255.255.0)
    Gateway:         192.168.1.1

    DNS:             192.168.1.1

##### NetworkManager.state ##############

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true

##### NetworkManager.conf ###############

[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq

[ifupdown]
managed=false

##### NetworkManager profiles ###########

##### iw reg get ########################

Region: Etc/UTC (based on set time zone)

country 00:
	(2402 - 2472 @ 40), (3, 20)
	(2457 - 2482 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS
	(2474 - 2494 @ 20), (3, 20), NO-OFDM, PASSIVE-SCAN, NO-IBSS
	(5170 - 5250 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS
	(5735 - 5835 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS

##### iwlist channels ###################

eth0      no frequency information.

lo        no frequency information.

wlan0     32 channels in total; available frequencies :
          Channel 01 : 2.412 GHz
          Channel 02 : 2.417 GHz
          Channel 03 : 2.422 GHz
          Channel 04 : 2.427 GHz
          Channel 05 : 2.432 GHz
          Channel 06 : 2.437 GHz
          Channel 07 : 2.442 GHz
          Channel 08 : 2.447 GHz
          Channel 09 : 2.452 GHz
          Channel 10 : 2.457 GHz
          Channel 11 : 2.462 GHz
          Channel 12 : 2.467 GHz
          Channel 13 : 2.472 GHz
          Channel 36 : 5.18 GHz
          Channel 40 : 5.2 GHz
          Channel 44 : 5.22 GHz
          Channel 48 : 5.24 GHz
          Channel 52 : 5.26 GHz
          Channel 56 : 5.28 GHz
          Channel 60 : 5.3 GHz
          Channel 64 : 5.32 GHz
          Channel 100 : 5.5 GHz
          Channel 104 : 5.52 GHz
          Channel 108 : 5.54 GHz
          Channel 112 : 5.56 GHz
          Channel 116 : 5.58 GHz
          Channel 120 : 5.6 GHz
          Channel 124 : 5.62 GHz
          Channel 128 : 5.64 GHz
          Channel 132 : 5.66 GHz
          Channel 136 : 5.68 GHz
          Channel 140 : 5.7 GHz

##### iwlist scan #######################

eth0      Interface doesn't support scanning.

wlan0     Interface doesn't support scanning : Network is down

lo        Interface doesn't support scanning.

##### module infos ######################

[iwlmvm]
filename:       /lib/modules/3.19.0-32-generic/kernel/drivers/net/wireless/iwlwifi/mvm/iwlmvm.ko
license:        GPL
author:         Copyright(c) 2003- 2014 Intel Corporation <ilw@linux.intel.com>
version:        in-tree:
description:    The new Intel(R) wireless AGN driver for Linux
srcversion:     107FF3619C29D6912CFC75C
depends:        iwlwifi,mac80211,cfg80211
intree:         Y
vermagic:       3.19.0-32-generic SMP mod_unload modversions 
signer:         Magrathea: Glacier signing key
sig_key:        0C:8B:EF:E0:C1:E2:89:E4:D8:99:09:26:11:7A:DA:3B:DF:EB:41:9C
sig_hashalgo:   sha512
parm:           init_dbg:set to true to debug an ASSERT in INIT fw (default: false (bool)
parm:           power_scheme:power management scheme: 1-active, 2-balanced, 3-low power, default: 2 (int)

[mac80211]
filename:       /lib/modules/3.19.0-32-generic/kernel/net/mac80211/mac80211.ko
license:        GPL
description:    IEEE 802.11 subsystem
srcversion:     6AE775D26377F997426A49D
depends:        cfg80211
intree:         Y
vermagic:       3.19.0-32-generic SMP mod_unload modversions 
signer:         Magrathea: Glacier signing key
sig_key:        0C:8B:EF:E0:C1:E2:89:E4:D8:99:09:26:11:7A:DA:3B:DF:EB:41:9C
sig_hashalgo:   sha512
parm:           minstrel_vht_only:Use only VHT rates when VHT is supported by sta. (bool)
parm:           max_nullfunc_tries:Maximum nullfunc tx tries before disconnecting (reason 4). (int)
parm:           max_probe_tries:Maximum probe tries before disconnecting (reason 4). (int)
parm:           beacon_loss_count:Number of beacon intervals before we decide beacon was lost. (int)
parm:           probe_wait_ms:Maximum time(ms) to wait for probe response before disconnecting (reason 4). (int)
parm:           ieee80211_default_rc_algo:Default rate control algorithm for mac80211 to use (charp)

[iwlwifi]
filename:       /lib/modules/3.19.0-32-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko
license:        GPL
author:         Copyright(c) 2003- 2014 Intel Corporation <ilw@linux.intel.com>
version:        in-tree:
description:    Intel(R) Wireless WiFi driver for Linux
firmware:       iwlwifi-100-5.ucode
firmware:       iwlwifi-1000-5.ucode
firmware:       iwlwifi-135-6.ucode
firmware:       iwlwifi-105-6.ucode
firmware:       iwlwifi-2030-6.ucode
firmware:       iwlwifi-2000-6.ucode
firmware:       iwlwifi-5150-2.ucode
firmware:       iwlwifi-5000-5.ucode
firmware:       iwlwifi-6000g2b-6.ucode
firmware:       iwlwifi-6000g2a-5.ucode
firmware:       iwlwifi-6050-5.ucode
firmware:       iwlwifi-6000-4.ucode
firmware:       iwlwifi-7265D-10.ucode
firmware:       iwlwifi-7265-10.ucode
firmware:       iwlwifi-3165-10.ucode
firmware:       iwlwifi-3160-10.ucode
firmware:       iwlwifi-7260-10.ucode
firmware:       iwlwifi-8000-10.ucode
srcversion:     19A5C735A79087003D53D6A
depends:        cfg80211
intree:         Y
vermagic:       3.19.0-32-generic SMP mod_unload modversions 
signer:         Magrathea: Glacier signing key
sig_key:        0C:8B:EF:E0:C1:E2:89:E4:D8:99:09:26:11:7A:DA:3B:DF:EB:41:9C
sig_hashalgo:   sha512
parm:           swcrypto:using crypto in software (default 0 [hardware]) (int)
parm:           11n_disable:disable 11n functionality, bitmap: 1: full, 2: disable agg TX, 4: disable agg RX, 8 enable agg TX (uint)
parm:           amsdu_size_8K:enable 8K amsdu size (default 0) (int)
parm:           fw_restart:restart firmware in case of error (default true) (bool)
parm:           antenna_coupling:specify antenna coupling in dB (default: 0 dB) (int)
parm:           wd_disable:Disable stuck queue watchdog timer 0=system default, 1=disable (default: 1) (int)
parm:           nvm_file:NVM file name (charp)
parm:           uapsd_disable:disable U-APSD functionality (default: Y) (bool)
parm:           bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
parm:           led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0) (int)
parm:           power_save:enable WiFi power management (default: disable) (bool)
parm:           power_level:default power save level (range from 1 - 5, default: 1) (int)
parm:           fw_monitor:firmware monitor - to debug FW (default: false - needs lots of memory) (bool)

[cfg80211]
filename:       /lib/modules/3.19.0-32-generic/kernel/net/wireless/cfg80211.ko
description:    wireless configuration support
license:        GPL
author:         Johannes Berg
srcversion:     F28307769349A31F4B24FC2
depends:        
intree:         Y
vermagic:       3.19.0-32-generic SMP mod_unload modversions 
signer:         Magrathea: Glacier signing key
sig_key:        0C:8B:EF:E0:C1:E2:89:E4:D8:99:09:26:11:7A:DA:3B:DF:EB:41:9C
sig_hashalgo:   sha512
parm:           ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
parm:           cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)

##### module parameters #################

[iwlmvm]
init_dbg: N
power_scheme: 2

[mac80211]
beacon_loss_count: 7
ieee80211_default_rc_algo: minstrel_ht
max_nullfunc_tries: 2
max_probe_tries: 5
minstrel_vht_only: Y
probe_wait_ms: 500

[iwlwifi]
11n_disable: 0
amsdu_size_8K: 0
antenna_coupling: 0
bt_coex_active: Y
fw_monitor: N
fw_restart: Y
led_mode: 0
nvm_file: (null)
power_level: 0
power_save: N
swcrypto: 0
uapsd_disable: Y
wd_disable: 1

[cfg80211]
cfg80211_disable_40mhz_24ghz: N
ieee80211_regdom: 00

##### /etc/modules ######################

##### modprobe options ##################

[/etc/modprobe.d/blacklist-ath_pci.conf]
blacklist ath_pci

[/etc/modprobe.d/blacklist.conf]
blacklist evbug
blacklist usbmouse
blacklist usbkbd
blacklist eepro100
blacklist de4x5
blacklist eth1394
blacklist snd_intel8x0m
blacklist snd_aw2
blacklist i2c_i801
blacklist prism54
blacklist bcm43xx
blacklist garmin_gps
blacklist asus_acpi
blacklist snd_pcsp
blacklist pcspkr
blacklist amd76x_edac

[/etc/modprobe.d/blacklist-rare-network.conf]
alias net-pf-3 off
alias net-pf-6 off
alias net-pf-9 off
alias net-pf-11 off
alias net-pf-12 off
alias net-pf-19 off
alias net-pf-21 off
alias net-pf-36 off

[/etc/modprobe.d/iwlwifi.conf]
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211

[/etc/modprobe.d/mlx4.conf]
softdep mlx4_core post: mlx4_en

##### rc.local ##########################

exit 0

##### pm-utils ##########################

##### udev rules ########################

[/etc/udev/rules.d/70-persistent-net.rules]
# PCI device 0x10ec:0x8168 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC 'eth0' [IF]>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x8086:0x095a (iwlwifi)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC 'wlan0' [IF]>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"

##### dmesg #############################

[   14.724731] iwlwifi 0000:08:00.0: Unsupported splx structure
[   14.811436] iwlwifi 0000:08:00.0: loaded firmware version 25.17.12.0 op_mode iwlmvm
[   14.908152] iwlwifi 0000:08:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
[   14.908495] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled (repeated 2 times)
[   15.015395] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   15.979434] r8169 0000:07:00.0 eth0: link down
[   15.979480] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   15.979815] r8169 0000:07:00.0 eth0: link down
[   17.705293] r8169 0000:07:00.0 eth0: link up
[   17.705301] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   26.038197] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled (repeated 2 times)
[   26.063220] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  302.501135] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled (repeated 2 times)
[  302.531461] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready

########## wireless info END ############
 
Old 05-24-2016, 10:38 PM   #8
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by redbonsai View Post
Well, I'm running the OS off a live USB, so I believe everything is reset when I reboot.
Ok, yes, that's makes a big difference. You're correct, everything is reset when you reboot. Unfortunately, I don't know how to help you beyond this point. My suggestion would be to install Mint to your hard drive, if at all possible.

Regards...
 
Old 05-24-2016, 10:41 PM   #9
redbonsai
LQ Newbie
 
Registered: May 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ardvark71 View Post
Ok, yes, that's makes a big difference. You're correct, everything is reset when you reboot. Unfortunately, I don't know how to help you beyond this point. My suggestion would be to install Mint to your hard drive, if at all possible.

Regards...
Thanks for your help anyways. I appreciate it.
 
Old 05-25-2016, 12:13 AM   #10
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by redbonsai View Post
Thanks for your help anyways. I appreciate it.
You're welcome

Regards...
 
Old 05-25-2016, 09:57 AM   #11
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member response

Hi,

Reading the information provided by OP shows that eth0 has a IP & proper kernel route table. Do you have the cable plugged in to active network? It seems the IP is via DHCP assignment '192.168.1.34' ?

You could try the static IP route. First do as root from console a 'ifconfig eth0 down' then do a 'ifconfig wlan0 up'. You could then use available IP like '192.168.1.10' by 'ifconfig wlan0 192.168.1.10' then create the kernel route with 'route add default gw 192.168.1.1 dev wlan0' then do a 'route -n' to show the kernel route table. If you do a 'ifconfig -a' you should see assigned IP to wlan0.
Code:
# ifconfig -a
eth0: flags=4098<BROADCAST,MULTICAST>  mtu 1500
        ether 84:8f:69:c4:6a:e2  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        loop  txqueuelen 0  (Local Loopback)
        RX packets 725  bytes 40832 (39.8 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 725  bytes 40832 (39.8 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.xxx.14  netmask 255.255.255.0  broadcast 192.168.xxx.yyy
        ether 00:db:df:3d:dd:a3  txqueuelen 1000  (Ethernet)
        RX packets 30709361  bytes 38572259895 (35.9 GiB)
        RX errors 0  dropped 1057751  overruns 0  frame 0
        TX packets 15319916  bytes 1804232156 (1.6 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
Code:
Sample output with xxx,yyy to mask my IPs'
Notice the UG to signify the Gateway for wlan0
# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.xxx.yyy 0.0.0.0         UG    1      0        0 wlan0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
192.168.zzz.0   0.0.0.0         255.255.255.0   U     0      0        0 wlan0
I like to use third level DNS for my '/etc/resolv.conf';
Code:
# cat /etc/resolv.conf
#search workgroup
#nameserver 208.67.222.222
nameserver 8.8.4.4
nameserver 4.2.2.2
nameserver 208.67.220.220
nameserver 4.2.2.1
#inameserver 208.67.220.220
nameserver 8.8.8.8
You only need one but fallback should be no more than four DNS nameservers.

To check the network out you can do;
Code:
ping 216.58.192.174   #googles IP, to check if you do have network working with proper route
ping google.com         #to see if nameserver is working
Example;
Code:
ping 216.58.192.174
PING 216.58.192.174 (216.58.192.174) 56(84) bytes of data.
64 bytes from 216.58.192.174: icmp_seq=1 ttl=55 time=11.0 ms
64 bytes from 216.58.192.174: icmp_seq=2 ttl=55 time=10.3 ms
64 bytes from 216.58.192.174: icmp_seq=3 ttl=55 time=9.51 ms
64 bytes from 216.58.192.174: icmp_seq=4 ttl=55 time=11.7 ms
^C
--- 216.58.192.174 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 9.512/10.666/11.762/0.841 ms

# ping google.com
PING google.com (216.58.192.174) 56(84) bytes of data.
64 bytes from ord36s02-in-f14.1e100.net (216.58.192.174): icmp_seq=1 ttl=55 time=12.0 ms
64 bytes from ord36s02-in-f14.1e100.net (216.58.192.174): icmp_seq=2 ttl=55 time=10.6 ms
64 bytes from ord36s02-in-f14.1e100.net (216.58.192.174): icmp_seq=3 ttl=55 time=10.1 ms
^C
--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 10.130/10.922/12.035/0.810 ms
You can do a 'man command' for each of the above commands to understand options.

I do static IP on all my systems to check out a new network to confirm a working network. Once you have a confirmed network then the use of 'dhcp' should be doable when you set things properly.

All the above was from memory and hopefully presented properly for a old Gnu/Linux user. I still need to use references material to get things done. Repeated work gets done easily but when I question myself then references are used as is intended by authors.

Hope this helps.
Have fun & enjoy!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Fan not working under Linux Mint 13 rdanner3 Linux - Laptop and Netbook 1 10-27-2015 12:16 PM
[SOLVED] cron job stopped working after switching from Mint 14 to Mint 13 Don_Nadie Linux Mint 16 05-11-2015 03:16 AM
Linux mint applications not working Lemuel111 Linux - Newbie 12 10-27-2014 04:08 PM
Wifi not working in Linux Mint 12 craxtech Linux Mint 1 05-09-2012 09:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration