Hi there! Completely new to linux and kubuntu! I recently installed kubuntu 16.04 and came across a frustrating bug where my entire wireless network ceases to work after a suspend. After I wake my computer after a suspend, I used rfkill list and found out that my wireless was hard blocked. I only get wifi back after a full restart. Thanks for the help!
Announcement
Collapse
No announcement yet.
Wireless hard blocked after suspend
Collapse
This topic is closed.
X
X
-
That appears to be a regression or bug, which affects both hardwired and wifi networks, but is hardware dependent. AFAIK, it affects random machines randomly. I am running Neon, which resulted from adding the Neon repository to 16.04, and suspend works normally on my Acer 7739-6830.
The hibernate option is not offered, however. Here's the reason:
While hardware incompatibilities are a major problem with hibernate, there’s one other common problem. Hibernate saves the contents of your RAM to your swap partition. Therefore, your swap partition must be at least as large as your RAM. If you have a 2GB swap partition and 4GB of RAM, hibernate won’t work properly.
One workaround for your suspend problem is
sudo nmcli nm sleep false
Another workaround is
sudo killall NetworkManager
which is like stopping a car by hitting a telephone pole!
One can also stop and start the service from a Konsole, or using the Systemd applet
in System Settings right mouse on "NetworkManager.service" and chose "stop", and then
right mouse on it again and choose "start".
Some information on suspend and hibernate for 12.04 through 16.04:
http://manpages.ubuntu.com/manpages/...-action.8.html
Here is Ubuntu's article on "Understanding Suspend"
https://wiki.ubuntu.com/UnderstandingSuspend
Bad packages (swsusp, hibernate) can interfere with /etc/acpi/sleep.sh, so make sure they are purged.
EDIT:
I decided to suspend my laptop last night, instead of turning it off, and I left it suspended until this morning, 12 hours later. I touched the Enter key and the desktop re-appeared, with everything working normally EXCEPT one thing: my wireless connection kept cycling between connected and disconnected. My eth0 connection remained stable. I rebooted and my wireless connection resumed stable operations. It is a RTL8188CE 802.11b/g/n WiFi Adapter (rev 01).Last edited by GreyGeek; Aug 23, 2016, 09:46 AM."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
-
Thanks for the response! I tried everything except re-enabling hibernate.
Unfortunately my wireless is still hard blocked after a suspend and trying some of the workarounds.
For the first command:
sudo nmcli nm sleep false
This one does not work for me because I believe I have a different version on nmcli. Object nm does not exist. The version number is 1.2.0.
For the second command:
sudo killall NetworkManager
After the NetworkManager restarts, my wireless is still hard blocked.
I also tried
systemctl stop NetworkManager.service
systemctl start NetworkManager.service
but to no avail.
I also believe the "Understanding Suspend" is most likely outdated because /etc/acpi/sleep.sh does not exist for me.
If it helps at all, I'm using an HP Pavilion Notebook and my wireless is Intel Wireless 3160.
- Top
- Bottom
Comment
-
mmm... Is there a mechanical switch controlling the wireless on that box? I've seen some older dv7's that had a light which turned on with the wireless was on, but if you pressed the light it turned the wireless off."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Ok. Two pieces of information.
The results of running lspci in a Konsole(it will look like this)
Code::~$[B] lspci[/B] 00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02) 00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02) 00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06) 00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) [B]00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)[/B] 00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05) 00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05) 00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 05) 00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5) 00:1f.0 ISA bridge: Intel Corporation HM55 Chipset LPC Interface Controller (rev 05) 00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05) 00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05) 00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05) 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01) 03:00.0 Ethernet controller: Qualcomm Atheros AR8152 v2.0 Fast Ethernet (rev c1) 3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02) 3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02) 3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02) 3f:02.1 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 (rev 02) 3f:02.2 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 02) 3f:02.3 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 02) jerry@jerry-Aspire-7739:~$
Code::~$[B] rfkill list[/B] 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no 1: acer-wireless: Wireless LAN Soft blocked: no Hard blocked: no
RFKILL(8) System Manager's Manual RFKILL(8)
NAME
rfkill - tool for enabling and disabling wireless devices
SYNOPSIS
rfkill [options] command
OPTIONS
--version
Show the version of rfkill.
COMMANDS
help Show rfkill's built-in help text.
event Listen for rfkill events and display them on stdout.
list [type]
List the current state of all available rfkill-using devices, or just all of the given type.
block index|type
Disable the device corresponding to the given index. type is one of "all", "wifi", "wlan", "bluetooth", "uwb",
"ultrawideband", "wimax", "wwan", "gps", "fm" or "nfc".
unblock index|type
Enable the device corresponding to the given index. If the device is hard-blocked, e.g. via a hardware switch, it
will remain unavailable though it is now soft-unblocked.
Last edited by GreyGeek; Aug 23, 2016, 08:57 PM."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
@Greygeek -- Tell him about the wifi script. Will save a lot of back and forth gathering information.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Okay here is the information from running the commands.
Code:[FONT=monospace]:~$ lspci [/FONT]00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09) 00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09) 00:04.0 Signal processing controller: Intel Corporation Broadwell-U Camarillo Device (rev 09) 00:14.0 USB controller: Intel Corporation Wildcat Point-LP USB xHCI Controller (rev 03) 00:16.0 Communication controller: Intel Corporation Wildcat Point-LP MEI Controller #1 (rev 03) 00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High Definition Audio Controller (rev 03) 00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #1 (rev e3) 00:1c.1 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #2 (rev e3) 00:1c.2 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #3 (rev e3) 00:1c.3 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #4 (rev e3) 00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03) 00:1f.2 SATA controller: Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03) 00:1f.3 SMBus: Intel Corporation Wildcat Point-LP SMBus Controller (rev 03) 08:00.0 Network controller: Intel Corporation Wireless 3160 (rev 83) 09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 0a)
Code:[FONT=monospace]:~$ rfkill list [/FONT]0: hci0: Bluetooth Soft blocked: no Hard blocked: no 1: phy0: Wireless LAN Soft blocked: no Hard blocked: no
Code:[FONT=monospace]:~$ rfkill list [/FONT]1: phy0: Wireless LAN Soft blocked: no Hard blocked: yes
- Top
- Bottom
Comment
-
Did you try
sudo rfkill unblock all
?
Being "hard blocked" usually means that your PC has a mechanical switch which may have been accidentally slid to the off position. More modern laptops have replaced mechanical switches with keyboard control switches which use circuits to do what switches used to do. Check your laptop manual or carefully examine your function keys to see if a key combination (like Fn+F8) turns your wifi on or off. Since it is hard blocked there has to be a mechanical way (your fingers).
Another possible solution is to toggle the airplane mode (if it is on your nm dialog) and reboot. Also, you can check in your BIOS and see if something disabled it there, IF there is a wifi enable/disable setting in your BIOS.
To get more complete information about your system run the following script in a Konsole and post the output file into QUOTE's
Code:wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && \ ./wireless-info
Last edited by GreyGeek; Aug 24, 2016, 02:00 PM."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Focussing on the wireless might not be useful here. My 16.04 desktop has no wi-fi, just ethernet, and it becomes "deactivated" if I suspend and resume. (It boots in seconds, the POST being much the longest step, so no suspend is a minor nuisance.)
Regards, John LittleRegards, John Little
- Top
- Bottom
Comment
-
Originally posted by jlittle View PostFocussing on the wireless might not be useful here. My 16.04 desktop has no wi-fi, just ethernet, and it becomes "deactivated" if I suspend and resume. (It boots in seconds, the POST being much the longest step, so no suspend is a minor nuisance.)
Regards, John Little"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
sudo rfkill unblock all did not work for me.
I went through my BIOS and set it back to defaults, did not fix the problem unfortunately.
I found out f12 switches on and off my wifi, but after a suspend my f12 key does not work anymore.
I ran the script, here is my system information:
########## wireless info START ##########
Report from: 25 Aug 2016 11:05 PDT -0700
Booted last: 25 Aug 2016 00:00 PDT -0700
Script from: 08 Jul 2016 02:16 UTC +0000
##### release ###########################
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
##### kernel ############################
Linux 4.4.0-34-generic #53-Ubuntu SMP Wed Jul 27 16:06:39 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Parameters: ro, quiet, splash, vt.handoff=7
##### desktop ###########################
/usr/share/xsessions/plasma
##### lspci #############################
08:00.0 Network controller [0280]: Intel Corporation Wireless 3160 [8086:08b3] (rev 83)
 eviceName: Intel Dual BandWireless-AC 3160 802.11 ac 1x1WiFi + BT 4.0 Combo Adapter
Subsystem: Intel Corporation Dual Band Wireless AC 3160 [8086:8070]
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 0a)
 eviceName: Realtek PCIe FE Family Controller
Subsystem: Hewlett-Packard Company RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [103c:8093]
##### lsusb #############################
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 8087:07dc Intel Corp.
Bus 001 Device 002: ID 064e:930c Suyin Corp.
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
##### lsmod #############################
iwlmvm 311296 0
mac80211 737280 1 iwlmvm
iwlwifi 200704 1 iwlmvm
cfg80211 565248 3 iwlwifi,mac80211,iwlmvm
hp_wmi 16384 0
sparse_keymap 16384 1 hp_wmi
wmi 20480 1 hp_wmi
##### interfaces ########################
auto lo
iface lo inet loopback
##### ifconfig ##########################
eno1 Link encap:Ethernet HWaddr <MAC 'eno1' [IF1]>
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)
wlo1 Link encap:Ethernet HWaddr <MAC 'wlo1' [IF2]>
inet addr:172.20.10.3 Bcast:172.20.10.15 Mask:255.255.255.240
inet6 addr: fe80::4ac4:adf9:8c40:b03b/64 Scope:Link
inet6 addr: 2600:1010:b062:c607:aaff:189:87f0:92e6/64 Scope:Global
inet6 addr: 2600:1010:b062:c607:f414:aa49:82a2:8c5f/64 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:715 errors:0 dropped:0 overruns:0 frame:0
TX packets:646 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:586561 (586.5 KB) TX bytes:126746 (126.7 KB)
##### iwconfig ##########################
lo no wireless extensions.
eno1 no wireless extensions.
wlo1 IEEE 802.11abgn ESSID:"iPhone"
Mode:Managed Frequency:2.437 GHz Access Point: <MAC 'iPhone' [AC1]>
Bit Rate=72.2 Mb/s Tx-Power=22 dBm
Retry short limit:7 RTS thrff Fragment thrff
Power Managementn
Link Quality=70/70 Signal level=-27 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:65 Missed beacon:0
##### route #############################
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 172.20.10.1 0.0.0.0 UG 600 0 0 wlo1
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 wlo1
172.20.10.0 0.0.0.0 255.255.255.240 U 600 0 0 wlo1
##### resolv.conf #######################
nameserver 127.0.1.1
##### network managers ##################
Installed:
NetworkManager
Running:
root 2525 1 0 11:00 ? 00:00:00 /usr/sbin/NetworkManager --no-daemon
##### NetworkManager info ###############
GENERAL.DEVICE: wlo1
GENERAL.TYPE: wifi
GENERAL.NM-TYPE: NMDeviceWifi
GENERAL.VENDOR: Intel Corporation
GENERAL.PRODUCT: Wireless 3160 (Dual Band Wireless AC 3160)
GENERAL.DRIVER: iwlwifi
GENERAL.DRIVER-VERSION: 4.4.0-34-generic
GENERAL.FIRMWARE-VERSION: 16.242414.0
GENERAL.HWADDR: <MAC 'wlo1' [IF2]>
GENERAL.MTU: 0
GENERAL.STATE: 100 (connected)
GENERAL.REASON: 0 (No reason given)
GENERAL.UDI: /sys/devices/pci0000:00/0000:00:1c.2/0000:08:00.0/net/wlo1
GENERAL.IP-IFACE: wlo1
GENERAL.IS-SOFTWARE: no
GENERAL.NM-MANAGED: yes
GENERAL.AUTOCONNECT: yes
GENERAL.FIRMWARE-MISSING: no
GENERAL.NM-PLUGIN-MISSING: no
GENERAL.PHYS-PORT-ID: --
GENERAL.CONNECTION: iPhone
GENERAL.CON-UUID: 81788357-5d8e-45f0-9ee7-d15aaff6777d
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/0
GENERAL.METERED: no (guessed)
CAPABILITIES.CARRIER-DETECT: no
CAPABILITIES.SPEED: 72 Mb/s
CAPABILITIES.IS-SOFTWARE: no
WIFI-PROPERTIES.WEP: yes
WIFI-PROPERTIES.WPA: yes
WIFI-PROPERTIES.WPA2: yes
WIFI-PROPERTIES.TKIP: yes
WIFI-PROPERTIES.CCMP: yes
WIFI-PROPERTIES.AP: yes
WIFI-PROPERTIES.ADHOC: yes
WIFI-PROPERTIES.2GHZ: yes
WIFI-PROPERTIES.5GHZ: yes
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{1}
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 81788357-5d8e-45f0-9ee7-d15aaff6777d | iPhone
IP4.ADDRESS[1]: 172.20.10.3/28
IP4.GATEWAY: 172.20.10.1
IP4.ROUTE[1]: dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
IP4.DNS[1]: 172.20.10.1
DHCP4.OPTION[1]: requested_routers = 1
DHCP4.OPTION[2]: requested_domain_search = 1
DHCP4.OPTION[3]: server_name = iPhone
DHCP4.OPTION[4]: requested_time_offset = 1
DHCP4.OPTION[5]: requested_domain_name = 1
DHCP4.OPTION[6]: requested_rfc3442_classless_static_routes = 1
DHCP4.OPTION[7]: requested_broadcast_address = 1
DHCP4.OPTION[8]: requested_wpad = 1
DHCP4.OPTION[9]: requested_netbios_scope = 1
DHCP4.OPTION[10]: next_server = 172.20.10.1
DHCP4.OPTION[11]: expiry = 1472233702
DHCP4.OPTION[12]: requested_interface_mtu = 1
DHCP4.OPTION[13]: requested_subnet_mask = 1
DHCP4.OPTION[14]: dhcp_lease_time = 85536
DHCP4.OPTION[15]: dhcp_message_type = 5
DHCP4.OPTION[16]: ip_address = 172.20.10.3
DHCP4.OPTION[17]: requested_static_routes = 1
DHCP4.OPTION[18]: requested_domain_name_servers = 1
DHCP4.OPTION[19]: routers = 172.20.10.1
DHCP4.OPTION[20]: broadcast_address = 172.20.10.15
DHCP4.OPTION[21]: requested_ntp_servers = 1
DHCP4.OPTION[22]: requested_netbios_name_servers = 1
DHCP4.OPTION[23]: domain_name_servers = 172.20.10.1
DHCP4.OPTION[24]: requested_ms_classless_static_routes = 1
DHCP4.OPTION[25]: subnet_mask = 255.255.255.240
DHCP4.OPTION[26]: network_number = 172.20.10.0
DHCP4.OPTION[27]: requested_host_name = 1
DHCP4.OPTION[28]: dhcp_server_identifier = 172.20.10.1
IP6.ADDRESS[1]: 2600:1010:b062:c607:f414:aa49:82a2:8c5f/64
IP6.ADDRESS[2]: 2600:1010:b062:c607:aaff:189:87f0:92e6/64
IP6.ADDRESS[3]: fe80::4ac4:adf9:8c40:b03b/64
IP6.GATEWAY: fe80::c6:ef40:cf73:5f59
IP6.DNS[1]: fe80::c6:ef40:cf73:5f59
DHCP6.OPTION[1]: requested_dhcp6_domain_search = 1
DHCP6.OPTION[2]: dhcp6_name_servers = fe80::c6:ef40:cf73:5f59
DHCP6.OPTION[3]: dhcp6_server_id = 0:1:0:1:1f:51:ef:22:3a:71:de:c:21:64
DHCP6.OPTION[4]: requested_dhcp6_client_id = 1
DHCP6.OPTION[5]: requested_dhcp6_name_servers = 1
DHCP6.OPTION[6]: dhcp6_client_id = 0:4:1c:e3:3b:81:31:7d:a7:37:b2:16:63:5:c0:54:46:29
GENERAL.DEVICE: eno1
GENERAL.TYPE: ethernet
GENERAL.NM-TYPE: NMDeviceEthernet
GENERAL.VENDOR: Realtek Semiconductor Co., Ltd.
GENERAL.PRODUCT: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
GENERAL.DRIVER: r8169
GENERAL.DRIVER-VERSION: 2.3LK-NAPI
GENERAL.FIRMWARE-VERSION:
GENERAL.HWADDR: <MAC 'eno1' [IF1]>
GENERAL.MTU: 1500
GENERAL.STATE: 20 (unavailable)
GENERAL.REASON: 2 (Device is now managed)
GENERAL.UDI: /sys/devices/pci0000:00/0000:00:1c.3/0000:09:00.0/net/eno1
GENERAL.IP-IFACE:
GENERAL.IS-SOFTWARE: no
GENERAL.NM-MANAGED: yes
GENERAL.AUTOCONNECT: yes
GENERAL.FIRMWARE-MISSING: no
GENERAL.NM-PLUGIN-MISSING: no
GENERAL.PHYS-PORT-ID: --
GENERAL.CONNECTION: --
GENERAL.CON-UUID: --
GENERAL.CON-PATH: --
GENERAL.METERED: unknown
CAPABILITIES.CARRIER-DETECT: yes
CAPABILITIES.SPEED: unknown
CAPABILITIES.IS-SOFTWARE: no
WIRED-PROPERTIES.CARRIER: off
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:
SSID BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY ACTIVE *
iPhone <MAC 'iPhone' [AC1]> Infra 6 2437 MHz 54 Mbit/s 89 ▂▄▆█ WPA2 yes *
HSCC-Guest <MAC 'HSCC-Guest' [AC7]> Infra 1 2412 MHz 54 Mbit/s 59 ▂▄▆_ WPA1 WPA2 no
HSCC-Corp <MAC 'HSCC-Corp' [AC5]> Infra 1 2412 MHz 54 Mbit/s 59 ▂▄▆_ WPA2 no
SBC Wireless <MAC 'SBC Wireless' [AC4]> Infra 2 2417 MHz 54 Mbit/s 47 ▂▄__ WPA1 WPA2 no
Oriental Healing Arts <MAC 'Oriental Healing Arts' [AC8]> Infra 4 2427 MHz 54 Mbit/s 39 ▂▄__ WPA2 no
FBISurveillanceVan1142 <MAC 'FBISurveillanceVan1142' [AC3]> Infra 1 2412 MHz 54 Mbit/s 34 ▂▄__ WPA1 WPA2 no
xfinitywifi <MAC 'xfinitywifi' [AN7]> Infra 149 5745 MHz 54 Mbit/s 34 ▂▄__ -- no
xfinitywifi <MAC 'xfinitywifi' [AC2]> Infra 1 2412 MHz 54 Mbit/s 32 ▂▄__ -- no
French Fries <MAC 'French Fries' [AC11]> Infra 6 2437 MHz 54 Mbit/s 32 ▂▄__ WPA2 no
2WIRE448 <MAC '2WIRE448' [AC10]> Infra 6 2437 MHz 54 Mbit/s 32 ▂▄__ WEP no
FBISurveillanceVan1142 <MAC 'FBISurveillanceVan1142' [AN11]> Infra 149 5745 MHz 54 Mbit/s 32 ▂▄__ WPA1 WPA2 no
ATT928 <MAC 'ATT928' [AN12]> Infra 11 2462 MHz 54 Mbit/s 30 ▂___ WPA1 WPA2 no
xfinitywifi <MAC 'xfinitywifi' [AN13]> Infra 11 2462 MHz 54 Mbit/s 27 ▂___ -- no
CBCI-D871-2.4 <MAC 'CBCI-D871-2.4' [AC12]> Infra 11 2462 MHz 54 Mbit/s 25 ▂___ WPA1 WPA2 no
Karl's Wi-Fi Network <MAC 'Karl's Wi-Fi Network' [AN15]> Infra 6 2437 MHz 54 Mbit/s 24 ▂___ WPA2 no
FastFish <MAC 'FastFish' [AN16]> Infra 11 2462 MHz 54 Mbit/s 24 ▂___ WPA1 WPA2 no
-- <MAC '--' [AN17]> Infra 149 5745 MHz 54 Mbit/s 24 ▂___ -- no
LONG_HAUL <MAC 'LONG_HAUL' [AN18]> Infra 1 2412 MHz 54 Mbit/s 22 ▂___ -- no
CBCI-3925-2.4 <MAC 'CBCI-3925-2.4' [AN19]> Infra 6 2437 MHz 54 Mbit/s 22 ▂___ WPA1 WPA2 no
##### NetworkManager.state ##############
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=false
##### NetworkManager.conf ###############
[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq
[ifupdown]
managed=false
##### NetworkManager profiles ###########
[[/etc/NetworkManager/system-connections/iPhone]] (600 root)
[connection] id=iPhone | type=wifi | permissions=user:john:;
[wifi] mac-address=<MAC 'wlo1' [IF2]> | mac-address-blacklist= | ssid=iPhone
[ipv4] method=auto
[ipv6] method=auto
##### iw reg get ########################
Region: America/Los_Angeles (based on set time zone)
country US: DFS-FCC
(2402 - 2472 @ 40), (N/A, 30), (N/A)
(5170 - 5250 @ 80), (N/A, 17), (N/A)
(5250 - 5330 @ 80), (N/A, 23), (0 ms), DFS
(5490 - 5730 @ 160), (N/A, 23), (0 ms), DFS
(5735 - 5835 @ 80), (N/A, 30), (N/A)
(57240 - 63720 @ 2160), (N/A, 40), (N/A)
##### iwlist channels ###################
lo no frequency information.
eno1 no frequency information.
wlo1 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 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
Channel 144 : 5.72 GHz
Channel 149 : 5.745 GHz
Current Frequency:2.437 GHz (Channel 6)
##### iwlist scan #######################
lo Interface doesn't support scanning.
eno1 Interface doesn't support scanning.
Channel occupancy:
5 APs on Frequency:2.412 GHz (Channel 1)
1 APs on Frequency:2.417 GHz (Channel 2)
1 APs on Frequency:2.427 GHz (Channel 4)
1 APs on Frequency:2.432 GHz (Channel 5)
3 APs on Frequency:2.437 GHz (Channel 6)
1 APs on Frequency:2.462 GHz (Channel 11)
1 APs on Frequency:5.765 GHz
wlo1 Scan completed :
Cell 01 - Address: <MAC 'iPhone' [AC1]>
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=70/70 Signal level=-26 dBm
Encryption keyn
ESSID:"iPhone"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s
Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
Mode:Master
Extra:tsf=000000000d37c5da
Extra: Last beacon: 4004ms ago
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Cell 02 - Address: <MAC 'xfinitywifi' [AC2]>
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=32/70 Signal level=-78 dBm
Encryption keyff
ESSID:"xfinitywifi"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=0000001a4c0cdd1f
Extra: Last beacon: 4140ms ago
Cell 03 - Address: <MAC 'FBISurveillanceVan1142' [AC3]>
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=32/70 Signal level=-78 dBm
Encryption keyn
ESSID:"FBISurveillanceVan1142"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=0000001a4c0d1da0
Extra: Last beacon: 4148ms ago
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Cell 04 - Address: <MAC 'SBC Wireless' [AC4]>
Channel:2
Frequency:2.417 GHz (Channel 2)
Quality=31/70 Signal level=-79 dBm
Encryption keyn
ESSID:"SBC Wireless"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=0000000324519848
Extra: Last beacon: 4128ms ago
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Cell 05 - Address: <MAC 'HSCC-Corp' [AC5]>
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=47/70 Signal level=-63 dBm
Encryption keyn
ESSID:"HSCC-Corp"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s
Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
Mode:Master
Extra:tsf=000000f3b9ed098e
Extra: Last beacon: 4116ms ago
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Cell 06 - Address: <MAC '' [AC6]>
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=29/70 Signal level=-81 dBm
Encryption keyn
ESSID:""
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=0000001a4c0cb632
Extra: Last beacon: 4124ms ago
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Cell 07 - Address: <MAC 'HSCC-Guest' [AC7]>
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=46/70 Signal level=-64 dBm
Encryption keyn
ESSID:"HSCC-Guest"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s
Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
Mode:Master
Extra:tsf=000000f3b9ed1b9a
Extra: Last beacon: 4112ms ago
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Cell 08 - Address: <MAC 'Oriental Healing Arts' [AC8]>
Channel:4
Frequency:2.427 GHz (Channel 4)
Quality=24/70 Signal level=-86 dBm
Encryption keyn
ESSID:"Oriental Healing Arts"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s
Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
Mode:Master
Extra:tsf=000000f3ba9ac183
Extra: Last beacon: 4068ms ago
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Cell 09 - Address: <MAC '2WIRE333_EXT' [AC9]>
Channel:5
Frequency:2.432 GHz (Channel 5)
Quality=21/70 Signal level=-89 dBm
Encryption keyn
ESSID:"2WIRE333_EXT"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=00000064b864ee3d
Extra: Last beacon: 4048ms ago
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Cell 10 - Address: <MAC '2WIRE448' [AC10]>
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=30/70 Signal level=-80 dBm
Encryption keyn
ESSID:"2WIRE448"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=000000008f04870c
Extra: Last beacon: 4040ms ago
Cell 11 - Address: <MAC 'French Fries' [AC11]>
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=30/70 Signal level=-80 dBm
Encryption keyn
ESSID:"French Fries"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=0000004eac9e5652
Extra: Last beacon: 3988ms ago
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Cell 12 - Address: <MAC 'CBCI-D871-2.4' [AC12]>
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=27/70 Signal level=-83 dBm
Encryption keyn
ESSID:"CBCI-D871-2.4"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=000000f3b0105180
Extra: Last beacon: 3852ms ago
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Cell 13 - Address: <MAC 'CBCI-42E5-5' [AC13]>
Channel:153
Frequency:5.765 GHz
Quality=22/70 Signal level=-88 dBm
Encryption keyn
ESSID:"CBCI-42E5-5"
Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=000000f3a8c6b03b
Extra: Last beacon: 392ms ago
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
##### module infos ######################
[iwlmvm]
filename: /lib/modules/4.4.0-34-generic/kernel/drivers/net/wireless/iwlwifi/mvm/iwlmvm.ko
license: GPL
author: Copyright(c) 2003- 2015 Intel Corporation <ilw@linux.intel.com>
description: The new Intel(R) wireless AGN driver for Linux
srcversion: 49DC02934CB3D8C312FF8E1
depends: iwlwifi,mac80211,cfg80211
intree: Y
vermagic: 4.4.0-34-generic SMP mod_unload modversions
parm: init_dbg:set to true to debug an ASSERT in INIT fw (default: false (bool)
parm: power_schemeower management scheme: 1-active, 2-balanced, 3-low power, default: 2 (int)
parm: tfd_q_hang_detect:TFD queues hang detection (default: true (bool)
[mac80211]
filename: /lib/modules/4.4.0-34-generic/kernel/net/mac80211/mac80211.ko
license: GPL
description: IEEE 802.11 subsystem
srcversion: 2FFAEED0245CA1D97FE1E44
depends: cfg80211
intree: Y
vermagic: 4.4.0-34-generic SMP mod_unload modversions
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_algoefault rate control algorithm for mac80211 to use (charp)
[iwlwifi]
filename: /lib/modules/4.4.0-34-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko
license: GPL
author: Copyright(c) 2003- 2015 Intel Corporation <ilw@linux.intel.com>
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-13.ucode
firmware: iwlwifi-7265-13.ucode
firmware: iwlwifi-3160-13.ucode
firmware: iwlwifi-7260-13.ucode
firmware: iwlwifi-8000-13.ucode
srcversion: 651BF6CBF283F6F817B8F3A
depends: cfg80211
intree: Y
vermagic: 4.4.0-34-generic SMP mod_unload modversions
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: nvm_file:NVM file name (charp)
parm: d0i3_disable:disable d0i3 functionality (default: Y) (bool)
parm: lar_disable:disable LAR functionality (default: N) (bool)
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/4.4.0-34-generic/kernel/net/wireless/cfg80211.ko
description: wireless configuration support
license: GPL
author: Johannes Berg
srcversion: 25A45701AAA64DAC1E47D9D
depends:
intree: Y
vermagic: 4.4.0-34-generic SMP mod_unload modversions
parm: ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
parm: cfg80211_disable_40mhz_24ghzisable 40MHz support in the 2.4GHz band (bool)
##### module parameters #################
[iwlmvm]
init_dbg: N
power_scheme: 2
tfd_q_hang_detect: Y
[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
d0i3_disable: Y
fw_monitor: N
fw_restart: Y
lar_disable: N
led_mode: 0
nvm_file: (null)
power_level: 0
power_save: N
swcrypto: 0
uapsd_disable: Y
[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 ########################
##### dmesg #############################
[ 14.729616] iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-3160-17.ucode failed with error -2
[ 14.769895] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq
[ 14.920603] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
[ 15.312222] iwlwifi 0000:08:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm
[ 16.315309] iwlwifi 0000:08:00.0: Detected Intel(R) Dual Band Wireless AC 3160, REV=0x164
[ 16.315636] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled (repeated 2 times)
[ 16.437126] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 16.439158] iwlwifi 0000:08:00.0 wlo1: renamed from wlan0
[ 22.227922] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[ 22.287004] r8169 0000:09:00.0 eno1: link down
[ 22.287094] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[ 22.401469] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
[ 22.401828] iwlwifi 0000:08:00.0: L1 Enabled - LTR Enabled (repeated 4 times)
[ 22.531846] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready (repeated 2 times)
[ 152.467669] wlo1: authenticate with <MAC 'iPhone' [AC1]>
[ 152.473597] wlo1: send auth to <MAC 'iPhone' [AC1]> (try 1/3)
[ 152.475826] wlo1: authenticated
[ 152.476847] wlo1: associate with <MAC 'iPhone' [AC1]> (try 1/3)
[ 152.483220] wlo1: RX AssocResp from <MAC 'iPhone' [AC1]> (capab=0x411 status=0 aid=1)
[ 152.483812] wlo1: associated
[ 152.483855] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[ 152.515280] wlo1: Limiting TX power to 30 (30 - 0) dBm as advertised by <MAC 'iPhone' [AC1]>
########## wireless info END ############
- Top
- Bottom
Comment
-
The good news is that your wireless is NOT blocked, as reported by the output you posted:
##### rfkill ############################
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
GENERAL.HWADDR: <MAC 'wlo1' [IF2]>
GENERAL.MTU: 0
GENERAL.STATE: 100 (connected)
GENERAL.REASON: 0 (No reason given)
GENERAL.UDI: /sys/devices/pci0000:00/0000:00:1c.2/0000:08:00.0/net/wlo1
GENERAL.IP-IFACE: wlo1
GENERAL.IS-SOFTWARE: no
GENERAL.NM-MANAGED: yes
GENERAL.AUTOCONNECT: yes
GENERAL.FIRMWARE-MISSING: no
GENERAL.NM-PLUGIN-MISSING: no
GENERAL.PHYS-PORT-ID: --
GENERAL.CONNECTION: iPhone
GENERAL.CON-UUID: 81788357-5d8e-45f0-9ee7-d15aaff6777d
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/0
GENERAL.METERED: no (guessed)
CAPABILITIES.CARRIER-DETECT: no
CAPABILITIES.SPEED: 72 Mb/s
CAPABILITIES.IS-SOFTWARE: no
WIFI-PROPERTIES.WEP: yes
WIFI-PROPERTIES.WPA: yes
WIFI-PROPERTIES.WPA2: yes
WIFI-PROPERTIES.TKIP: yes
WIFI-PROPERTIES.CCMP: yes
WIFI-PROPERTIES.AP: yes
WIFI-PROPERTIES.ADHOC: yes
WIFI-PROPERTIES.2GHZ: yes
WIFI-PROPERTIES.5GHZ: yes
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{1}
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 81788357-5d8e-45f0-9ee7-d15aaff6777d | iPhone
IP4.ADDRESS[1]: 172.20.10.3/28
IP4.GATEWAY: 172.20.10.1
IP4.ROUTE[1]: dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
IP4.DNS[1]: 172.20.10.1
DHCP4.OPTION[1]: requested_routers = 1
DHCP4.OPTION[2]: requested_domain_search = 1
DHCP4.OPTION[3]: server_name = iPhone
Something’s broken
Getting a 169.254 address simply tells you that the machine cannot reach the DHCP server over the network.
Something isn’t working, but exactly what is difficult to say.
- If you’re connected via a NAT router, then either your computer is not actually connected on the network to that router, or the router itself isn’t responding to the DHCP request. I suggest triple-checking your cabling and wireless settings, and perhaps rebooting the router and/or wireless access point. If you have a wireless connection, sometimes simply disabling and re-enabling it can resolve some situations, as might rebooting your computer.
- If you’re connected to the internet directly, then there’s a problem with that connection. Check the cabling to your broadband modem, and check the cabling from your broadband modem to your telephone or cable line. And, if all else fails, call your ISP – it may actually be their DHCP server or some other item they control that’s at fault.
Bottom line: if you’re getting a 169.254 IP address, something about your network setup isn’t working,"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Originally posted by GreyGeek View PostAre you using an iPhone as a hotspot?Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Yes I did use an iPhone hotspot when I ran the script, with the connection between my computer and hotspot setup correctly. However, it should not be the hotspot that is the issue, I've had this wireless issue on every network I've tried connecting to. Right now, I do not see the connection with getting a 169.254.0.0 address and my wireless not working after a suspend. When I get the chance, I can also try an Ethernet connection and see if anything is different.
- Top
- Bottom
Comment
Comment