You are not logged in.

#1 2020-09-01 16:13:20

KashinKoji
Member
Registered: 2020-09-01
Posts: 6

wifi device not ready

nm-applet saying wifi device not ready once in while but works other times .no software nor hardware blocks are present.

Offline

#2 2020-09-03 21:39:21

fistrosan
Member
Registered: 2020-04-01
Posts: 168

Re: wifi device not ready

Outout of

ip a

on the terminal ?

Last edited by fistrosan (2020-09-03 21:39:36)

Offline

#3 2020-09-04 03:27:12

KashinKoji
Member
Registered: 2020-09-01
Posts: 6

Re: wifi device not ready

This is the result I'm getting

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp7s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether 74:e6:e2:08:af:f2 brd ff:ff:ff:ff:ff:ff
4: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 4c:bb:58:1d:2c:a3 brd ff:ff:ff:ff:ff:ff
    inet 192.168.43.43/24 brd 192.168.43.255 scope global dynamic noprefixroute wlan0
       valid_lft 3556sec preferred_lft 3556sec
    inet6 2409:4061:2c85:7bfa:b87c:dd85:1bf3:cc49/64 scope global dynamic noprefixroute 
       valid_lft 3567sec preferred_lft 3567sec
    inet6 fe80::ffc3:5132:972f:f4cf/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever

Last edited by KashinKoji (2020-09-04 10:04:15)

Offline

#4 2020-09-04 05:38:45

fistrosan
Member
Registered: 2020-04-01
Posts: 168

Re: wifi device not ready

Your wifi is up and running. You even have an IP address so what's the problem ? nm-applet does not see that ?

Offline

#5 2020-09-04 05:50:57

KashinKoji
Member
Registered: 2020-09-01
Posts: 6

Re: wifi device not ready

I Stoped NetworkManager and restarted it again. It worked. But the problem is sometimes device works normally but sometimes I have to do it manually

Last edited by KashinKoji (2020-09-04 05:54:12)

Offline

#6 2020-09-04 07:01:54

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,431

Re: wifi device not ready

Do you have multiple services enabled?

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

(also please use [ code ] and not [ quote ] tags for output)

Offline

#7 2020-09-04 07:08:24

KashinKoji
Member
Registered: 2020-09-01
Posts: 6

Re: wifi device not ready

bluetooth.service                        | bluetooth.target.wants
dbus-org.bluez.service                   | system
dbus-org.freedesktop.nm-dispatcher.service | system
dirmngr.socket                           | sockets.target.wants
display-manager.service                  | system
getty@tty1.service                       | getty.target.wants
gpg-agent-browser.socket                 | sockets.target.wants
gpg-agent-extra.socket                   | sockets.target.wants
gpg-agent.socket                         | sockets.target.wants
gpg-agent-ssh.socket                     | sockets.target.wants
NetworkManager.service                   | multi-user.target.wants
NetworkManager-wait-online.service       | network-online.target.wants
ntpdate.service                          | multi-user.target.wants
p11-kit-server.socket                    | sockets.target.wants
powertop.service                         | multi-user.target.wants
pulseaudio.socket                        | sockets.target.wants
remote-fs.target                         | multi-user.target.wants
tlp.service                              | multi-user.target.wants

So I guess it is the NetworkManager-wait-online service that is causing the trouble?

Last edited by KashinKoji (2020-09-04 07:14:23)

Offline

#8 2020-09-04 08:17:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,431

Re: wifi device not ready

No. Could also be a firmware/driver issue check/post your dmesg or

journalctl -b

when the issue happens. You have TLP enabled, is power saving active on the wifi driver? Does it stabilize if you disable power saving for the wifi driver?

Offline

#9 2020-09-04 10:00:04

KashinKoji
Member
Registered: 2020-09-01
Posts: 6

Re: wifi device not ready

Here is the dmesg output

[    5.929325] systemd[1]: Starting Load Kernel Modules...
[    5.931072] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.931203] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    5.933084] systemd[1]: Starting Coldplug All udev Devices...
[    5.936519] systemd[1]: Mounted Huge Pages File System.
[    5.936798] systemd[1]: Mounted POSIX Message Queue File System.
[    5.937017] systemd[1]: Mounted Kernel Debug File System.
[    5.937178] systemd[1]: Mounted Kernel Trace File System.
[    5.937329] systemd[1]: Mounted Temporary Directory (/tmp).
[    5.938123] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    5.951597] BTRFS info (device sda3): use lzo compression, level 0
[    5.951605] BTRFS info (device sda3): disk space caching is enabled
[    5.953723] systemd[1]: Finished Remount Root and Kernel File Systems.
[    5.954026] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    5.961861] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    5.963377] systemd[1]: Starting Load/Save Random Seed...
[    5.963496] systemd[1]: Condition check resulted in Create System Users being skipped.
[    5.965366] systemd[1]: Starting Create Static Device Nodes in /dev...
[    6.076751] Linux agpgart interface v0.103
[    6.105116] systemd[1]: Finished Create Static Device Nodes in /dev.
[    6.107126] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    6.128358] systemd[1]: Finished Coldplug All udev Devices.
[    6.171387] systemd[1]: Finished Load/Save Random Seed.
[    6.188553] Asymmetric key parser 'pkcs8' registered
[    6.190386] systemd[1]: Finished Load Kernel Modules.
[    6.190841] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    6.192590] systemd[1]: Mounting Kernel Configuration File System...
[    6.194358] systemd[1]: Starting Apply Kernel Variables...
[    6.201228] systemd[1]: Mounted Kernel Configuration File System.
[    6.230290] systemd[1]: Finished Apply Kernel Variables.
[    6.244505] systemd[1]: modprobe@drm.service: Succeeded.
[    6.244982] systemd[1]: Finished Load Kernel Module drm.
[    6.582949] systemd[1]: Started Journal Service.
[    6.583088] audit: type=1130 audit(1599213142.435:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.714322] audit: type=1130 audit(1599213143.568:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.715841] audit: type=1130 audit(1599213143.568:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.064063] ACPI: AC Adapter [AC] (on-line)
[    8.088387] battery: ACPI: Battery Slot [BAT0] (battery present)
[    8.100209] audit: type=1130 audit(1599213143.951:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.156005] wmi_bus wmi_bus-PNP0C14:01: WQBC data block query control method not found
[    8.158935] hid: raw HID events driver (C) Jiri Kosina
[    8.248177] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    8.248216] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    8.265755] i2c_hid i2c-DLL0652:00: supply vdd not found, using dummy regulator
[    8.265782] i2c_hid i2c-DLL0652:00: supply vddl not found, using dummy regulator
[    8.271813] i2c i2c-2: 1/1 memory slots populated (from DMI)
[    8.272187] i2c i2c-2: Successfully instantiated SPD at 0x50
[    8.576934] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    8.704488] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    8.704491] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    8.704493] RAPL PMU: hw unit of domain package 2^-14 Joules
[    8.704494] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    8.704495] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    8.729722] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[    8.756834] r8169 0000:07:00.0: can't disable ASPM; OS doesn't have ASPM control
[    8.768666] libphy: r8169: probed
[    8.769577] r8169 0000:07:00.0 eth0: RTL8106e, 74:e6:e2:08:af:f2, XID 449, IRQ 48
[    8.784770] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3234: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    8.784775] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.784778] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    8.784781] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    8.784783] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    8.784786] snd_hda_codec_realtek hdaudioC1D0:      Headset Mic=0x19
[    8.784789] snd_hda_codec_realtek hdaudioC1D0:      Headphone Mic=0x1a
[    8.784792] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    8.835106] dell-smbios A80593CE-A997-11DA-B012-B622A1EF5492: WMI SMBIOS userspace interface not supported(0), try upgrading to a newer BIOS
[    8.835766] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input6
[    8.835881] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input7
[    8.839238] cryptd: max_cpu_qlen set to 1000
[    8.839935] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    8.862903] iTCO_vendor_support: vendor-support=0
[    8.904708] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    8.925396] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    8.925402] cfg80211: failed to load regulatory.db
[    8.939353] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    8.939430] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
[    8.939583] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    8.943015] AVX2 version of gcm_enc/dec engaged.
[    8.943017] AES CTR mode by8 optimization enabled
[    9.116028] checking generic (d0000000 410000) vs hw (f7400000 400000)
[    9.116032] checking generic (d0000000 410000) vs hw (d0000000 10000000)
[    9.116035] fb0: switching to inteldrmfb from VESA VGA
[    9.116168] Console: switching to colour dummy device 80x25
[    9.116189] i915 0000:00:02.0: vgaarb: deactivate vga console
[    9.116553] input: Dell WMI hotkeys as /devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input8
[    9.117876] at24 2-0050: supply vcc not found, using dummy regulator
[    9.132813] at24 2-0050: 256 byte spd EEPROM, read-only
[    9.191011] input: DLL0652:00 06CB:2985 Mouse as /devices/pci0000:00/INT33C3:00/i2c-1/i2c-DLL0652:00/0018:06CB:2985.0001/input/input9
[    9.191147] hid-generic 0018:06CB:2985.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL0652:00 06CB:2985] on i2c-DLL0652:00
[    9.192863] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    9.193480] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    9.194695] intel-spi intel-spi: mx25l6405d (8192 Kbytes)
[    9.223683] Creating 1 MTD partitions on "intel-spi":
[    9.223689] 0x000000000000-0x000000800000 : "BIOS"
[    9.229396] [drm] Initialized i915 1.6.0 20200515 for 0000:00:02.0 on minor 0
[    9.230453] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    9.233610] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    9.233620] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GFX0.DD02._BCL], AE_NOT_FOUND (20200528/psargs-330)
[    9.233629] ACPI Error: Aborting method \_SB.PCI0.RP05.PEGP.DD02._BCL due to previous error (AE_NOT_FOUND) (20200528/psparse-529)
[    9.233699] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input11
[    9.236139] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    9.236441] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12
[    9.236730] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    9.239617] fbcon: i915drmfb (fb0) is primary device
[    9.346131] rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: s3203, fw id: 1567123
[    9.361481] r8169 0000:07:00.0 enp7s0: renamed from eth0
[    9.409810] input: Synaptics s3203 as /devices/pci0000:00/INT33C3:00/i2c-1/i2c-DLL0652:00/0018:06CB:2985.0001/input/input13
[    9.409990] hid-rmi 0018:06CB:2985.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL0652:00 06CB:2985] on i2c-DLL0652:00
[    9.519164] audit: type=1130 audit(1599213145.371:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:dell::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.566993] MXM: GUID detected in BIOS
[    9.567251] ACPI Warning: \_SB.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20200528/nsarguments-59)
[    9.569301] pci 0000:08:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[    9.569306] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.RP05.PEGP handle
[    9.569310] nouveau: detected PR support, will not use DSM
[    9.576583] mousedev: PS/2 mouse device common for all mice
[    9.853563] ath: phy0: WB335 1-ANT card detected
[    9.853566] ath: phy0: Set BT/WLAN RX diversity capability
[    9.860969] ath: phy0: Enable LNA combining
[    9.862068] ath: phy0: ASPM enabled: 0x42
[    9.862070] ath: EEPROM regdomain: 0x60
[    9.862071] ath: EEPROM indicates we should expect a direct regpair map
[    9.862072] ath: Country alpha2 being used: 00
[    9.862073] ath: Regpair used: 0x60
[    9.863010] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    9.863771] ieee80211 phy0: Atheros AR9565 Rev:1 mem=0xffffa2d980680000, irq=18
[    9.982476] intel_rapl_common: Found RAPL domain package
[    9.982480] intel_rapl_common: Found RAPL domain core
[    9.982482] intel_rapl_common: Found RAPL domain uncore
[    9.982484] intel_rapl_common: Found RAPL domain dram
[    9.982488] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[    9.982496] intel_rapl_common: RAPL package-0 domain dram locked by BIOS
[   10.253609] audit: type=1130 audit(1599213146.105:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.384582] Console: switching to colour frame buffer device 170x48
[   10.387479] audit: type=1130 audit(1599213146.238:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.404449] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[   10.404662] nouveau 0000:08:00.0: NVIDIA GF117 (0d7000a2)
[   10.442542] nouveau 0000:08:00.0: bios: version 75.17.86.00.04
[   10.499087] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[   10.499207] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
[   10.499311] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
[   10.499411] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
[   10.499512] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
[   10.529529] nouveau 0000:08:00.0: fb: 2048 MiB DDR3
[   10.650941] audit: type=1130 audit(1599213146.501:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-4f08a609\x2d37e8\x2d4f9a\x2dbb41\x2d5dcfd4460af0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.922816] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: stripe=4
[   10.922824] ext4 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
[   11.042105] audit: type=1130 audit(1599213146.895:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.062894] audit: type=1127 audit(1599213146.915:11): pid=602 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[   11.313890] mc: Linux media interface: v0.10
[   11.434916] videodev: Linux video capture interface: v2.00
[   11.455656] Bluetooth: Core ver 2.22
[   11.455687] NET: Registered protocol family 31
[   11.455689] Bluetooth: HCI device and connection manager initialized
[   11.455695] Bluetooth: HCI socket layer initialized
[   11.455698] Bluetooth: L2CAP socket layer initialized
[   11.455704] Bluetooth: SCO socket layer initialized
[   11.614924] vga_switcheroo: enabled
[   11.615030] [TTM] Zone  kernel: Available graphics memory: 1964246 KiB
[   11.615033] [TTM] Initializing pool allocator
[   11.615040] [TTM] Initializing DMA pool allocator
[   11.615065] nouveau 0000:08:00.0: DRM: VRAM: 2048 MiB
[   11.615068] nouveau 0000:08:00.0: DRM: GART: 1048576 MiB
[   11.615073] nouveau 0000:08:00.0: DRM: Pointer to TMDS table not found
[   11.615076] nouveau 0000:08:00.0: DRM: DCB version 4.0
[   11.616739] nouveau 0000:08:00.0: DRM: MM: using COPY0 for buffer copies
[   11.617146] [drm] Initialized nouveau 1.3.1 20120801 for 0000:08:00.0 on minor 1
[   11.620520] usbcore: registered new interface driver btusb
[   11.710222] usbcore: registered new interface driver ath3k
[   11.765893] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0bda:5756)
[   11.768950] usb 1-1.6: USB disconnect, device number 4
[   11.773236] uvcvideo 1-1.5:1.0: Entity type for entity Extension 4 was not initialized!
[   11.773240] uvcvideo 1-1.5:1.0: Entity type for entity Extension 7 was not initialized!
[   11.773243] uvcvideo 1-1.5:1.0: Entity type for entity Processing 2 was not initialized!
[   11.773246] uvcvideo 1-1.5:1.0: Entity type for entity Camera 1 was not initialized!
[   11.773378] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input19
[   11.773532] usbcore: registered new interface driver uvcvideo
[   11.773534] USB Video Class driver (1.1.1)
[   11.977706] usb 1-1.6: new full-speed USB device number 6 using ehci-pci
[   12.057628] kauditd_printk_skb: 4 callbacks suppressed
[   12.057631] audit: type=1130 audit(1599213147.908:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.067261] audit: type=1334 audit(1599213147.918:17): prog-id=9 op=LOAD
[   12.067341] audit: type=1334 audit(1599213147.918:18): prog-id=10 op=LOAD
[   12.095530] audit: type=1130 audit(1599213147.948:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.133556] audit: type=1130 audit(1599213147.985:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.427766] audit: type=1130 audit(1599213148.281:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.565085] audit: type=1130 audit(1599213148.418:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.956636] audit: type=1130 audit(1599213148.808:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.990218] RTL8208 Fast Ethernet r8169-700:00: attached PHY driver [RTL8208 Fast Ethernet] (mii_bus:phy_addr=r8169-700:00, irq=IGNORE)
[   13.215515] r8169 0000:07:00.0 enp7s0: Link is Down
[   13.341154] NET: Registered protocol family 38
[   13.696733] audit: type=1130 audit(1599213149.548:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=powertop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.696743] audit: type=1131 audit(1599213149.548:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=powertop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.441705] wlan0: authenticate with d8:6c:02:be:39:32
[   14.459554] wlan0: send auth to d8:6c:02:be:39:32 (try 1/3)
[   14.462149] wlan0: authenticated
[   14.464354] wlan0: associate with d8:6c:02:be:39:32 (try 1/3)
[   14.481298] wlan0: RX AssocResp from d8:6c:02:be:39:32 (capab=0x431 status=0 aid=6)
[   14.481463] wlan0: associated
[   14.523716] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   17.102530] usb 1-1.6: New USB device found, idVendor=0cf3, idProduct=0036, bcdDevice= 0.02
[   17.102534] usb 1-1.6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   17.843574] kauditd_printk_skb: 11 callbacks suppressed
[   17.843580] audit: type=1130 audit(1599213153.695:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.862439] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   17.862441] Bluetooth: BNEP filters: protocol multicast
[   17.862446] Bluetooth: BNEP socket layer initialized
[   18.591210] fuse: init (API version 7.31)
[   19.427993] audit: type=1130 audit(1599213155.281:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.703295] audit: type=1334 audit(1599213155.555:39): prog-id=12 op=LOAD
[   19.703353] audit: type=1334 audit(1599213155.555:40): prog-id=13 op=LOAD
[   20.537899] audit: type=1130 audit(1599213156.391:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.016886] audit: type=1131 audit(1599213159.868:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   27.732271] audit: type=1100 audit(1599213163.585:43): pid=864 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="santu" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   27.734428] audit: type=1101 audit(1599213163.588:44): pid=864 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="santu" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   27.763670] audit: type=1106 audit(1599213163.615:45): pid=760 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   27.763676] audit: type=1104 audit(1599213163.615:46): pid=760 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   27.778202] audit: type=1103 audit(1599213163.631:47): pid=864 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="santu" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   27.778313] audit: type=1006 audit(1599213163.631:48): pid=864 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   27.802336] audit: type=1130 audit(1599213163.655:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   27.812317] audit: type=1101 audit(1599213163.665:50): pid=875 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="santu" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   27.812379] audit: type=1103 audit(1599213163.665:51): pid=875 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="santu" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   31.232106] kauditd_printk_skb: 7 callbacks suppressed
[   31.232109] audit: type=1130 audit(1599213167.085:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   34.310668] audit: type=1130 audit(1599213170.161:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   35.949763] audit: type=1130 audit(1599213171.801:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.278193] Bluetooth: RFCOMM TTY layer initialized
[   36.278203] Bluetooth: RFCOMM socket layer initialized
[   36.278214] Bluetooth: RFCOMM ver 1.11
[   38.047525] audit: type=1131 audit(1599213173.898:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.064084] audit: type=1131 audit(1599213173.915:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   47.477800] audit: type=1100 audit(1599213183.331:64): pid=1262 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=archlinux addr=? terminal=pts/0 res=success'
[   47.477921] audit: type=1101 audit(1599213183.331:65): pid=1262 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=archlinux addr=? terminal=pts/0 res=success'
[   47.478393] audit: type=1103 audit(1599213183.331:66): pid=1262 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=archlinux addr=? terminal=pts/0 res=success'
[   47.478544] audit: type=1105 audit(1599213183.331:67): pid=1262 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=archlinux addr=? terminal=pts/0 res=success'
[   66.928548] audit: type=1131 audit(1599213202.781:68): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   71.065817] audit: type=1131 audit(1599213206.918:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   71.167729] audit: type=1334 audit(1599213207.021:70): prog-id=10 op=UNLOAD
[   71.167734] audit: type=1334 audit(1599213207.021:71): prog-id=9 op=UNLOAD
[   73.804344] usb 1-1.3: new low-speed USB device number 7 using ehci-pci
[   73.906109] usb 1-1.3: New USB device found, idVendor=413c, idProduct=301a, bcdDevice= 1.00
[   73.906116] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   73.906120] usb 1-1.3: Product: Dell MS116 USB Optical Mouse
[   73.906123] usb 1-1.3: Manufacturer: PixArt
[   74.505092] input: PixArt Dell MS116 USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:413C:301A.0002/input/input20
[   74.505296] hid-generic 0003:413C:301A.0002: input,hidraw1: USB HID v1.11 Mouse [PixArt Dell MS116 USB Optical Mouse] on usb-0000:00:1d.0-1.3/input0
[   74.505348] usbcore: registered new interface driver usbhid
[   74.505350] usbhid: USB HID core driver
[  112.975245] audit: type=1106 audit(1599213248.828:72): pid=1262 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=archlinux addr=? terminal=pts/0 res=success'
[  112.975251] audit: type=1104 audit(1599213248.828:73): pid=1262 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=archlinux addr=? terminal=pts/0 res=success'
[  137.303244] audit: type=1100 audit(1599213273.155:74): pid=1558 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=archlinux addr=? terminal=pts/0 res=success'
[  137.303323] audit: type=1101 audit(1599213273.155:75): pid=1558 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=archlinux addr=? terminal=pts/0 res=success'
[  137.303754] audit: type=1103 audit(1599213273.155:76): pid=1558 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=archlinux addr=? terminal=pts/0 res=success'
[  137.303903] audit: type=1105 audit(1599213273.155:77): pid=1558 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=archlinux addr=? terminal=pts/0 res=success'
[  144.540913] audit: type=1334 audit(1599213280.391:78): prog-id=8 op=UNLOAD
[  144.540964] audit: type=1334 audit(1599213280.395:79): prog-id=7 op=UNLOAD
[  144.542979] audit: type=1334 audit(1599213280.395:80): prog-id=13 op=UNLOAD
[  144.542987] audit: type=1334 audit(1599213280.395:81): prog-id=12 op=UNLOAD
[  144.547992] audit: type=1334 audit(1599213280.401:82): prog-id=6 op=UNLOAD
[  144.548020] audit: type=1334 audit(1599213280.401:83): prog-id=5 op=UNLOAD
[  144.553095] audit: type=1334 audit(1599213280.405:84): prog-id=4 op=UNLOAD
[  144.553346] audit: type=1334 audit(1599213280.405:85): prog-id=3 op=UNLOAD
[  144.736760] audit: type=1334 audit(1599213280.588:86): prog-id=15 op=LOAD
[  144.736972] audit: type=1334 audit(1599213280.588:87): prog-id=16 op=LOAD
[  177.796620] kauditd_printk_skb: 8 callbacks suppressed
[  177.796623] audit: type=1100 audit(1599213313.648:96): pid=1640 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=archlinux addr=? terminal=pts/0 res=success'
[  177.796700] audit: type=1101 audit(1599213313.648:97): pid=1640 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=archlinux addr=? terminal=pts/0 res=success'
[  177.797147] audit: type=1103 audit(1599213313.648:98): pid=1640 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=archlinux addr=? terminal=pts/0 res=success'
[  177.797297] audit: type=1105 audit(1599213313.648:99): pid=1640 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=archlinux addr=? terminal=pts/0 res=success'
[  180.111232] wlan0: deauthenticating from d8:6c:02:be:39:32 by local choice (Reason: 3=DEAUTH_LEAVING)
[  180.138281] audit: type=1131 audit(1599213315.991:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  180.147077] audit: type=1130 audit(1599213315.998:101): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  188.460632] audit: type=1130 audit(1599213324.311:102): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  188.472608] audit: type=1334 audit(1599213324.325:103): prog-id=23 op=LOAD
[  188.472676] audit: type=1334 audit(1599213324.325:104): prog-id=24 op=LOAD
[  188.991717] audit: type=1130 audit(1599213324.845:105): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  190.327749] audit: type=1106 audit(1599213326.181:106): pid=1640 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=archlinux addr=? terminal=pts/0 res=success'
[  190.327848] audit: type=1104 audit(1599213326.181:107): pid=1640 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=archlinux addr=? terminal=pts/0 res=success'
[  196.672244] wlan0: authenticate with d8:6c:02:be:39:32
[  196.684111] wlan0: send auth to d8:6c:02:be:39:32 (try 1/3)
[  196.689541] wlan0: authenticated
[  196.690929] wlan0: associate with d8:6c:02:be:39:32 (try 1/3)
[  196.707782] wlan0: RX AssocResp from d8:6c:02:be:39:32 (capab=0x431 status=0 aid=7)
[  196.707901] wlan0: associated
[  196.720029] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  203.924485] audit: type=1111 audit(1599213339.778:108): pid=1651 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=99047faa-fb24-4cd6-88ae-3823d28dcd6f name="E" pid=968 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[  203.927433] wlan0: deauthenticating from d8:6c:02:be:39:32 by local choice (Reason: 3=DEAUTH_LEAVING)
[  203.966867] wlan0: authenticate with d8:6c:02:be:39:32
[  203.978763] wlan0: send auth to d8:6c:02:be:39:32 (try 1/3)
[  203.981684] wlan0: authenticated
[  203.984238] wlan0: associate with d8:6c:02:be:39:32 (try 1/3)
[  204.000285] wlan0: RX AssocResp from d8:6c:02:be:39:32 (capab=0x431 status=0 aid=8)
[  204.000414] wlan0: associated
[  204.019151] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  219.040789] audit: type=1131 audit(1599213354.891:109): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  219.109970] audit: type=1334 audit(1599213354.961:110): prog-id=24 op=UNLOAD
[  219.110023] audit: type=1334 audit(1599213354.961:111): prog-id=23 op=UNLOAD
[  219.498357] audit: type=1130 audit(1599213350.683:112): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpdate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  219.498378] audit: type=1131 audit(1599213350.683:113): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpdate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  220.014557] audit: type=1131 audit(1599213351.200:114): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  220.571753] r8169 0000:07:00.0 enp7s0: Link is Down
[  220.731645] audit: type=1130 audit(1599213351.917:115): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

and about tlp; I checked it and turned off the wifi power saving but the problem persists

Last edited by KashinKoji (2020-09-04 10:01:39)

Offline

#10 2020-09-04 19:54:28

fistrosan
Member
Registered: 2020-04-01
Posts: 168

Re: wifi device not ready

I gather that wlan0 is your wifi and enp7s0 is your ethernet ? Are you trying to connect with both at the same time ? According to dmesg at some point both went down one after the other (around time 220) so allegedly both were up at the same time at some point ? If so they might be interfering with each other.

Another possible hint might be:

  wlan0: deauthenticating from d8:6c:02:be:39:32 by local choice (Reason: 3=DEAUTH_LEAVING) 

No idea what it means but it suggests it was a choice (?)

Offline

#11 2020-09-05 15:21:21

KashinKoji
Member
Registered: 2020-09-01
Posts: 6

Re: wifi device not ready

Do you have any idea how am I supposed to disable it?

Last edited by KashinKoji (2020-09-05 15:22:27)

Offline

#12 2020-09-05 21:43:04

fistrosan
Member
Registered: 2020-04-01
Posts: 168

Re: wifi device not ready

Not really no. I don't know enough. My only suggestion would be to make sure enp7s0 is down:

 ip link set enp7s0 down 

and see if the problem persists.

Another question: is your bluetooth associated with enp7s0 (emulated ethernet according to your dmesg) or is enp7s0 an actual ethernet connection ? If the former is true: maybe try disabling the bluetooth service

systemctl disable --now bluetooth.service

and see if the problem goes away ?

Offline

Board footer

Powered by FluxBB