You are not logged in.

#1 2019-03-21 13:51:07

adrianmay
Member
Registered: 2017-12-19
Posts: 64

[SOLVED] Wifi USB dongle died after recent upgrade of Arch

For a long time I've been using a USB wifi adapter with Arch.

It identifies as 2001:3318 which I believe is a RTL8821 chipset.

I'm not sure precisely which driver I was using but it's one of these: https://wiki.archlinux.org/index.php/Wi … #rtl88xxau. I've since installed all of those that offer to handle 8821 to no avail.

Since I updated Arch yesterday, no driver seems to be claiming 2001:3318. There's no corresponding wireless device in "ip link" although I can still see the device in lsusb.

Any help much appreciated.

Last edited by adrianmay (2019-03-23 19:20:22)

Offline

#2 2019-03-21 13:56:25

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

Have you rebooted since the upgrade?


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2019-03-21 14:06:33

adrianmay
Member
Registered: 2017-12-19
Posts: 64

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

Yes

Offline

#4 2019-03-21 14:12:43

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

Please post the kernel message from the journal from a boot that did not have the issue.
Edit:
Also from pacman.log which of the rtl88xxau packages was used before the 5.0 upgrade if any?

Last edited by loqs (2019-03-21 14:16:58)

Offline

#5 2019-03-21 15:04:51

adrianmay
Member
Registered: 2017-12-19
Posts: 64

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

I'm not sure how you want that log. I'm trying "journalctl -b -6 -o verbose" which finds an error-free boot, but the output doesn't look very useful.

Here's the pacman log:

cat /var/log/pacman.log | grep rtl
[2019-01-11 05:42] [PACMAN] Running 'pacman -U rtl8821au-dkms-git-5.1.5.r74.g30fb964-1-x86_64.pkg.tar.xz'
[2019-01-11 05:43] [ALPM] installed rtl8821au-dkms-git (5.1.5.r74.g30fb964-1)
[2019-01-11 05:43] [ALPM-SCRIPTLET] ==> Unable to install module rtl8821au/5.1.5.r74.g30fb964 for kernel *: Missing kernel headers.
[2019-01-11 05:45] [ALPM-SCRIPTLET] ==> dkms install rtl8821au/5.1.5.r74.g30fb964 -k 4.20.0-arch1-1-ARCH
[2019-01-11 05:47] [PACMAN] Running 'pacman -U rtl8821au-dkms-git-5.1.5.r74.g30fb964-1-x86_64.pkg.tar.xz'
[2019-01-11 05:47] [ALPM-SCRIPTLET] ==> dkms remove rtl8821au/5.1.5.r74.g30fb964 -k 4.20.0-arch1-1-ARCH
[2019-01-11 05:47] [ALPM] reinstalled rtl8821au-dkms-git (5.1.5.r74.g30fb964-1)
[2019-01-11 05:47] [ALPM-SCRIPTLET] ==> dkms install rtl8821au/5.1.5.r74.g30fb964 -k 4.20.0-arch1-1-ARCH
[2019-03-20 19:03] [ALPM-SCRIPTLET] ==> dkms remove rtl8821au/5.1.5.r74.g30fb964 -k 4.20.0-arch1-1-ARCH
[2019-03-20 19:04] [ALPM-SCRIPTLET] ==> dkms install rtl8821au/5.1.5.r74.g30fb964 -k 5.0.2-arch1-1-ARCH
[2019-03-20 19:04] [ALPM-SCRIPTLET] Consult /var/lib/dkms/rtl8821au/5.1.5.r74.g30fb964/build/make.log for more information.
[2019-03-21 08:54] [PACMAN] Running '/usr/bin/pacman -U /home/ad/build/rtl8812au-dkms-git/rtl8812au-dkms-git-5.2.20.2.r29.gac063a4-1-x86_64.pkg.tar.xz'
[2019-03-21 08:54] [ALPM] installed rtl8812au-dkms-git (5.2.20.2.r29.gac063a4-1)
[2019-03-21 08:54] [ALPM-SCRIPTLET] ==> dkms install rtl8812au/5.2.20.2.r29.gac063a4 -k 5.0.2-arch1-1-ARCH
[2019-03-21 09:10] [PACMAN] Running '/usr/bin/pacman -U /home/ad/build/rtl8814au-dkms-git/rtl8814au-dkms-git-4.3.21.r43.gfff3f08-1-x86_64.pkg.tar.xz'
[2019-03-21 09:10] [ALPM] installed rtl8814au-dkms-git (4.3.21.r43.gfff3f08-1)
[2019-03-21 09:10] [ALPM-SCRIPTLET] ==> dkms install rtl8814au/4.3.21.r43.gfff3f08 -k 5.0.2-arch1-1-ARCH
[2019-03-21 10:02] [PACMAN] Running '/usr/bin/pacman -U /home/ad/build/rtl8821au-dkms-git/rtl8821au-dkms-git-5.1.5.r78.gecd3494-1-x86_64.pkg.tar.xz'
[2019-03-21 10:02] [ALPM] upgraded rtl8821au-dkms-git (5.1.5.r74.g30fb964-1 -> 5.1.5.r78.gecd3494-1)
[2019-03-21 10:02] [ALPM-SCRIPTLET] ==> dkms install rtl8821au/5.1.5.r78.gecd3494 -k 5.0.2-arch1-1-ARCH

Offline

#6 2019-03-21 15:20:44

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

[2019-03-20 19:04] [ALPM-SCRIPTLET] ==> dkms install rtl8821au/5.1.5.r74.g30fb964 -k 5.0.2-arch1-1-ARCH
[2019-03-20 19:04] [ALPM-SCRIPTLET] Consult /var/lib/dkms/rtl8821au/5.1.5.r74.g30fb964/build/make.log for more information.

rtl8821au 5.1.5.r74.g30fb964-1 failed to build with 5.0.  Please try rtl8821au-dkms-git 5.1.5.r78.gecd3494-1 or rtl8812au-dkms-git 5.2.20.2.r29.gac063a4-1
Please also use code tags for commands and their outputs.
Edit:
meant rtl8821au-dkms-git 5.1.5.r78.gecd3494-1 to be tried first

Oops you have tried those versions but something is still going wrong.  Is the module loaded?  If it is what is the dmesg output?

Last edited by loqs (2019-03-21 15:32:03)

Offline

#7 2019-03-21 15:35:15

adrianmay
Member
Registered: 2017-12-19
Posts: 64

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

How? I tried hacking the PKGBUILD but where should I pull the sources from? On zebulon's github I only see the 1.5.1 branch.

Offline

#8 2019-03-21 15:48:28

adrianmay
Member
Registered: 2017-12-19
Posts: 64

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

Seems like the module isn't loaded:

lsmod | grep rtl
btrtl                  20480  1 btusb
bluetooth             651264  5 btrtl,btintel,btbcm,btusb

Offline

#9 2019-03-21 15:51:02

adrianmay
Member
Registered: 2017-12-19
Posts: 64

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

find /lib/modules/5.0.2-arch1-1-ARCH/ | grep rtl88
/lib/modules/5.0.2-arch1-1-ARCH/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae
/lib/modules/5.0.2-arch1-1-ARCH/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/rtl8821ae.ko.xz
/lib/modules/5.0.2-arch1-1-ARCH/build/include/config/rtl8821ae.h

Offline

#10 2019-03-21 16:00:03

seth
Member
Registered: 2012-09-03
Posts: 51,028

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

dmesg?
Did you establish that the HW is still good? (Other system)

Offline

#11 2019-03-21 16:12:25

adrianmay
Member
Registered: 2017-12-19
Posts: 64

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

I don't think it's the HW cos this happened at the exact moment I did a system upgrade. Nobody was anywhere near the HW at the time. I had rebooted a few times that day for other reasons. It's showing its USB ids so it can't be completely dead. But as yet I didn't plug it into another computer. I can try that when I get home.

dmesg | grep 3318 -A20 
[    1.781014] usb 1-1: New USB device found, idVendor=2001, idProduct=3318, bcdDevice= 2.00
[    1.781020] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.781024] usb 1-1: Product: 11ac adapter
[    1.781028] usb 1-1: Manufacturer: D-Link Corporation
[    1.781031] usb 1-1: SerialNumber: 00e04c000001
[    1.803739] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded

Offline

#12 2019-03-21 16:29:01

seth
Member
Registered: 2012-09-03
Posts: 51,028

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

please no grep, the complete dmesg.
Did you try the lts kernel?

Offline

#13 2019-03-21 17:26:17

adrianmay
Member
Registered: 2017-12-19
Posts: 64

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

dmesg       
[    0.424536] cpuidle: using governor ladder
[    0.424536] cpuidle: using governor menu
[    0.424536] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.424536] ACPI: bus type PCI registered
[    0.424536] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.424536] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.424536] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.424536] PCI: Using configuration type 1 for base access
[    0.427290] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.427290] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.427290] ACPI: Added _OSI(Module Device)
[    0.427290] ACPI: Added _OSI(Processor Device)
[    0.427290] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.427290] ACPI: Added _OSI(Processor Aggregator Device)
[    0.427290] ACPI: Added _OSI(Linux-Dell-Video)
[    0.427290] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.427290] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.473140] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.478244] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.483829] ACPI: Dynamic OEM Table Load:
[    0.483836] ACPI: SSDT 0xFFFF88CBB5297000 000651 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.484515] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.486304] ACPI: Dynamic OEM Table Load:
[    0.486309] ACPI: SSDT 0xFFFF88CBB4D66800 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.486895] ACPI: Dynamic OEM Table Load:
[    0.486899] ACPI: SSDT 0xFFFF88CBB4CBB400 000115 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.487310] ACPI: Dynamic OEM Table Load:
[    0.487314] ACPI: SSDT 0xFFFF88CBB4CBB800 0001A4 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    0.488167] ACPI: Dynamic OEM Table Load:
[    0.488172] ACPI: SSDT 0xFFFF88CBB4DE8800 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.489090] ACPI: Dynamic OEM Table Load:
[    0.489094] ACPI: SSDT 0xFFFF88CBB4CBB600 000197 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.489628] ACPI: Dynamic OEM Table Load:
[    0.489632] ACPI: SSDT 0xFFFF88CBB4CBBA00 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.492240] ACPI: EC: EC started
[    0.492241] ACPI: EC: interrupt blocked
[    0.492274] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as first EC
[    0.492276] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0x14, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.492278] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions
[    0.492278] ACPI: Interpreter enabled
[    0.492326] ACPI: (supports S0 S3 S4 S5)
[    0.492328] ACPI: Using IOAPIC for interrupt routing
[    0.492373] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.493684] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.502136] ACPI: Power Resource [WRST] (on)
[    0.502603] ACPI: Power Resource [WRST] (on)
[    0.503067] ACPI: Power Resource [WRST] (on)
[    0.503534] ACPI: Power Resource [WRST] (on)
[    0.504004] ACPI: Power Resource [WRST] (on)
[    0.504468] ACPI: Power Resource [WRST] (on)
[    0.504933] ACPI: Power Resource [WRST] (on)
[    0.505401] ACPI: Power Resource [WRST] (on)
[    0.505867] ACPI: Power Resource [WRST] (on)
[    0.506331] ACPI: Power Resource [WRST] (on)
[    0.506795] ACPI: Power Resource [WRST] (on)
[    0.507272] ACPI: Power Resource [WRST] (on)
[    0.507732] ACPI: Power Resource [WRST] (on)
[    0.508194] ACPI: Power Resource [WRST] (on)
[    0.508654] ACPI: Power Resource [WRST] (on)
[    0.509112] ACPI: Power Resource [WRST] (on)
[    0.510890] ACPI: Power Resource [WRST] (on)
[    0.511365] ACPI: Power Resource [WRST] (on)
[    0.511827] ACPI: Power Resource [WRST] (on)
[    0.512584] ACPI: Power Resource [WRST] (on)
[    0.529713] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.529720] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.529770] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.530823] PCI host bridge to bus 0000:00
[    0.530825] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.530827] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.530828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.530830] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.530831] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.530833] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.530842] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[    0.531280] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[    0.531293] pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
[    0.531300] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.531305] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.531515] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.531532] pci 0000:00:08.0: reg 0x10: [mem 0xdc34f000-0xdc34ffff 64bit]
[    0.531745] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.531768] pci 0000:00:14.0: reg 0x10: [mem 0xdc330000-0xdc33ffff 64bit]
[    0.531841] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.532122] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.532145] pci 0000:00:14.2: reg 0x10: [mem 0xdc34e000-0xdc34efff 64bit]
[    0.532364] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.532392] pci 0000:00:16.0: reg 0x10: [mem 0xdc34d000-0xdc34dfff 64bit]
[    0.532469] pci 0000:00:16.0: PME# supported from D3hot
[    0.532690] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[    0.532710] pci 0000:00:17.0: reg 0x10: [mem 0xdc348000-0xdc349fff]
[    0.532718] pci 0000:00:17.0: reg 0x14: [mem 0xdc34c000-0xdc34c0ff]
[    0.532726] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.532734] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.532742] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.532750] pci 0000:00:17.0: reg 0x24: [mem 0xdc34b000-0xdc34b7ff]
[    0.532795] pci 0000:00:17.0: PME# supported from D3hot
[    0.533001] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[    0.533085] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.533335] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[    0.533411] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.533649] pci 0000:00:1c.7: [8086:9d17] type 01 class 0x060400
[    0.533722] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.533969] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[    0.534050] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.534316] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
[    0.534611] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.534629] pci 0000:00:1f.2: reg 0x10: [mem 0xdc344000-0xdc347fff]
[    0.534864] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040100
[    0.534894] pci 0000:00:1f.3: reg 0x10: [mem 0xdc340000-0xdc343fff 64bit]
[    0.534928] pci 0000:00:1f.3: reg 0x20: [mem 0xdc320000-0xdc32ffff 64bit]
[    0.534982] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.535253] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.535313] pci 0000:00:1f.4: reg 0x10: [mem 0xdc34a000-0xdc34a0ff 64bit]
[    0.535383] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.535640] pci 0000:00:1f.6: [8086:15d8] type 00 class 0x020000
[    0.535666] pci 0000:00:1f.6: reg 0x10: [mem 0xdc300000-0xdc31ffff]
[    0.535771] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.536010] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    0.536015] pci 0000:00:1c.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.536020] pci 0000:00:1c.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.536130] pci 0000:3a:00.0: [8086:24fd] type 00 class 0x028000
[    0.536186] pci 0000:3a:00.0: reg 0x10: [mem 0xdc200000-0xdc201fff 64bit]
[    0.536382] pci 0000:3a:00.0: PME# supported from D0 D3hot D3cold
[    0.536578] pci 0000:00:1c.5: PCI bridge to [bus 3a]
[    0.536583] pci 0000:00:1c.5:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.536702] pci 0000:3b:00.0: [10ec:5229] type 00 class 0xff0000
[    0.536740] pci 0000:3b:00.0: reg 0x10: [mem 0xdc100000-0xdc100fff]
[    0.536888] pci 0000:3b:00.0: supports D1 D2
[    0.536890] pci 0000:3b:00.0: PME# supported from D1 D2 D3hot
[    0.537088] pci 0000:00:1c.7: PCI bridge to [bus 3b]
[    0.537092] pci 0000:00:1c.7:   bridge window [mem 0xdc100000-0xdc1fffff]
[    0.537431] pci 0000:3c:00.0: [144d:a804] type 00 class 0x010802
[    0.537461] pci 0000:3c:00.0: reg 0x10: [mem 0xdc000000-0xdc003fff 64bit]
[    0.537955] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[    0.537960] pci 0000:00:1d.0:   bridge window [mem 0xdc000000-0xdc0fffff]
[    0.540604] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.540676] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.540745] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.540814] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.540885] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.540954] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.541022] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.541090] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.541692] ACPI: EC: interrupt unblocked
[    0.541707] ACPI: EC: event unblocked
[    0.541719] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0x14, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.541721] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions and events
[    0.541818] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.541818] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.541818] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.541818] vgaarb: loaded
[    0.541818] ACPI: bus type USB registered
[    0.541818] usbcore: registered new interface driver usbfs
[    0.541818] usbcore: registered new interface driver hub
[    0.541818] usbcore: registered new device driver usb
[    0.541818] pps_core: LinuxPPS API ver. 1 registered
[    0.541818] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.541818] PTP clock support registered
[    0.541818] EDAC MC: Ver: 3.0.0
[    0.541818] PCI: Using ACPI for IRQ routing
[    0.565915] PCI: pci_cache_line_size set to 64 bytes
[    0.566163] e820: reserve RAM buffer [mem 0x0009c400-0x0009ffff]
[    0.566165] e820: reserve RAM buffer [mem 0x6e6d2000-0x6fffffff]
[    0.566166] e820: reserve RAM buffer [mem 0x7a16a000-0x7bffffff]
[    0.566167] e820: reserve RAM buffer [mem 0x7b3ff000-0x7bffffff]
[    0.566168] e820: reserve RAM buffer [mem 0x27f000000-0x27fffffff]
[    0.566255] NetLabel: Initializing
[    0.566256] NetLabel:  domain hash size = 128
[    0.566257] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.566269] NetLabel:  unlabeled traffic allowed by default
[    0.566273] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.566273] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.568216] clocksource: Switched to clocksource tsc-early
[    0.577342] VFS: Disk quotas dquot_6.6.0
[    0.577358] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.577420] pnp: PnP ACPI init
[    0.577942] system 00:00: [io  0x0a00-0x0a1f] has been reserved
[    0.577944] system 00:00: [io  0x0a20-0x0a2f] has been reserved
[    0.577945] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    0.577947] system 00:00: [io  0x0a40-0x0a4f] has been reserved
[    0.577948] system 00:00: [io  0x0a50-0x0a5f] has been reserved
[    0.577950] system 00:00: [io  0x0a60-0x0a6f] has been reserved
[    0.577955] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.578244] pnp 00:01: [dma 0 disabled]
[    0.578275] pnp 00:01: Plug and Play ACPI device, IDs ITE8708 (active)
[    0.578458] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.578460] system 00:02: [io  0xffff] has been reserved
[    0.578462] system 00:02: [io  0xffff] has been reserved
[    0.578463] system 00:02: [io  0xffff] has been reserved
[    0.578465] system 00:02: [io  0x1800-0x18fe] has been reserved
[    0.578466] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.578471] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.578586] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.578632] system 00:04: [io  0x1854-0x1857] has been reserved
[    0.578635] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.578977] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.578979] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.578981] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.578982] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.578984] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.578986] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.578987] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.578989] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.578991] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.578993] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.578997] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.579047] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.579049] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.579051] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.579052] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.579054] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.579056] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.579057] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.579061] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.579442] system 00:07: [io  0xff00-0xfffe] has been reserved
[    0.579446] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.581003] system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
[    0.581005] system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
[    0.581006] system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.581008] system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.581010] system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.581013] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.582156] pnp: PnP ACPI: found 9 devices
[    0.587901] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.587914] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01-39] add_size 1000
[    0.587942] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.587945] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    0.587947] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.587951] pci 0000:00:1c.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.587954] pci 0000:00:1c.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.587959] pci 0000:00:1c.5: PCI bridge to [bus 3a]
[    0.587963] pci 0000:00:1c.5:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.587969] pci 0000:00:1c.7: PCI bridge to [bus 3b]
[    0.587972] pci 0000:00:1c.7:   bridge window [mem 0xdc100000-0xdc1fffff]
[    0.587978] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[    0.587989] pci 0000:00:1d.0:   bridge window [mem 0xdc000000-0xdc0fffff]
[    0.587996] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.587998] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.587999] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.588001] pci_bus 0000:00: resource 7 [mem 0x80000000-0xdfffffff window]
[    0.588002] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.588004] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.588005] pci_bus 0000:01: resource 1 [mem 0xc4000000-0xda0fffff]
[    0.588006] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.588008] pci_bus 0000:3a: resource 1 [mem 0xdc200000-0xdc2fffff]
[    0.588010] pci_bus 0000:3b: resource 1 [mem 0xdc100000-0xdc1fffff]
[    0.588011] pci_bus 0000:3c: resource 1 [mem 0xdc000000-0xdc0fffff]
[    0.588216] NET: Registered protocol family 2
[    0.588366] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.588393] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.588490] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.588602] TCP: Hash tables configured (established 65536 bind 65536)
[    0.588632] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.588651] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.588707] NET: Registered protocol family 1
[    0.588712] NET: Registered protocol family 44
[    0.588721] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.589258] PCI: CLS 64 bytes, default 64
[    0.589297] Unpacking initramfs...
[    0.729493] Freeing initrd memory: 9128K
[    0.749314] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.749316] software IO TLB: mapped [mem 0x7616a000-0x7a16a000] (64MB)
[    0.749344] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22983777dd9, max_idle_ns: 440795300422 ns
[    0.749357] clocksource: Switched to clocksource tsc
[    0.749436] check: Scanning for low memory corruption every 60 seconds
[    0.749995] Initialise system trusted keyrings
[    0.750005] Key type blacklist registered
[    0.750047] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.751228] zbud: loaded
[    0.791379] Key type asymmetric registered
[    0.791381] Asymmetric key parser 'x509' registered
[    0.791395] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.791430] io scheduler mq-deadline registered
[    0.791431] io scheduler kyber registered
[    0.791481] io scheduler bfq registered
[    0.792356] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.792426] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    0.792427] vesafb: scrolling: redraw
[    0.792428] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.792441] vesafb: framebuffer at 0x90000000, mapped to 0x00000000f5246ea3, using 3072k, total 3072k
[    0.792483] fbcon: Deferring console take-over
[    0.792484] fb0: VESA VGA frame buffer device
[    0.792499] intel_idle: MWAIT substates: 0x11142120
[    0.792500] intel_idle: v0.4.1 model 0x8E
[    0.792726] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.792815] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.792824] ACPI: Sleep Button [SLPB]
[    0.792857] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.792864] ACPI: Power Button [PWRB]
[    0.792893] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.793928] ACPI: Power Button [PWRF]
[    0.794930] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.796234] nvme nvme0: pci function 0000:3c:00.0
[    0.796267] usbcore: registered new interface driver usbserial_generic
[    0.796271] usbserial: USB Serial support registered for generic
[    0.796291] rtc_cmos 00:03: RTC can wake from S4
[    0.797086] rtc_cmos 00:03: registered as rtc0
[    0.797100] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.797146] intel_pstate: Intel P-state driver initializing
[    0.797425] intel_pstate: HWP enabled
[    0.797467] ledtrig-cpu: registered to indicate activity on CPUs
[    0.797487] intel_pmc_core:  initialized
[    0.797687] NET: Registered protocol family 10
[    0.804361] Segment Routing with IPv6
[    0.804384] NET: Registered protocol family 17
[    0.804667] RAS: Correctable Errors collector initialized.
[    0.804707] microcode: sig=0x806e9, pf=0x80, revision=0x42
[    0.804833] microcode: Microcode Update Driver: v2.2.
[    0.804844] sched_clock: Marking stable (807713847, -2884971)->(913141363, -108312487)
[    0.805066] registered taskstats version 1
[    0.805073] Loading compiled-in X.509 certificates
[    0.808682] Loaded X.509 cert 'Build time autogenerated kernel key: 99038d2e75a4db33613e35d3aec7de22c3ebdaec'
[    0.808707] zswap: loaded using pool lzo/zbud
[    0.815543] Key type big_key registered
[    0.816921]   Magic number: 11:83:290
[    0.816939] tty tty23: hash matches
[    0.817091] rtc_cmos 00:03: setting system clock to 2019-03-21T17:16:51 UTC (1553188611)
[    1.047501] nvme nvme0: 4/0/0 default/read/poll queues
[    1.071107]  nvme0n1: p1 p2
[    1.073752] Freeing unused decrypted memory: 2040K
[    1.074338] Freeing unused kernel image memory: 1536K
[    1.097476] Write protecting the kernel read-only data: 18432k
[    1.098500] Freeing unused kernel image memory: 2016K
[    1.098768] Freeing unused kernel image memory: 376K
[    1.118076] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.118078] x86/mm: Checking user space page tables
[    1.134048] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.134050] Run /init as init process
[    1.152027] fbcon: Taking over console
[    1.152105] Console: switching to colour frame buffer device 128x48
[    1.300135] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.300142] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.300479] SCSI subsystem initialized
[    1.301229] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    1.301238] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.301583] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    1.301586] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.301588] usb usb1: Product: xHCI Host Controller
[    1.301590] usb usb1: Manufacturer: Linux 5.0.2-arch1-1-ARCH xhci-hcd
[    1.301592] usb usb1: SerialNumber: 0000:00:14.0
[    1.301941] hub 1-0:1.0: USB hub found
[    1.301960] hub 1-0:1.0: 12 ports detected
[    1.304170] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.304176] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.304181] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    1.304226] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
[    1.304228] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.304230] usb usb2: Product: xHCI Host Controller
[    1.304232] usb usb2: Manufacturer: Linux 5.0.2-arch1-1-ARCH xhci-hcd
[    1.304234] usb usb2: SerialNumber: 0000:00:14.0
[    1.304362] hub 2-0:1.0: USB hub found
[    1.304375] hub 2-0:1.0: 6 ports detected
[    1.305322] usb: port power management may be unreliable
[    1.317270] libata version 3.00 loaded.
[    1.325283] ahci 0000:00:17.0: version 3.0
[    1.335663] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.335666] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    1.335880] scsi host0: ahci
[    1.335959] ata1: SATA max UDMA/133 abar m2048@0xdc34b000 port 0xdc34b100 irq 129
[    1.634054] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.644391] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.657676] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.657684] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.657690] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.775009] usb 1-1: New USB device found, idVendor=2001, idProduct=3318, bcdDevice= 2.00
[    1.775015] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.775019] usb 1-1: Product: 11ac adapter
[    1.775024] usb 1-1: Manufacturer: D-Link Corporation
[    1.775028] usb 1-1: SerialNumber: 00e04c000001
[    1.778002] ata1.00: ATA-10: ST2000LM015-2E8174, SDM1, max UDMA/133
[    1.778012] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.803126] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.803135] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.803141] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.840643] ata1.00: configured for UDMA/133
[    1.850407] scsi 0:0:0:0: Direct-Access     ATA      ST2000LM015-2E81 SDM1 PQ: 0 ANSI: 5
[    1.857822] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.857826] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.857843] sd 0:0:0:0: [sda] Write Protect is off
[    1.857845] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.857869] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.884573]  sda: sda1 sda2 < sda5 >
[    1.886489] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.900701] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[    2.054512] usb 1-3: New USB device found, idVendor=0b95, idProduct=772b, bcdDevice= 0.02
[    2.054518] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.054522] usb 1-3: Product: AX88772C
[    2.054526] usb 1-3: Manufacturer: ASIX Elec. Corp.
[    2.054529] usb 1-3: SerialNumber: 00000C
[    2.174050] random: fast init done
[    2.180628] usb 1-8: new full-speed USB device number 4 using xhci_hcd
[    2.298276] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
[    2.321692] usb 1-8: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
[    2.321694] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.397580] systemd[1]: systemd 241.7-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    2.414114] systemd[1]: Detected architecture x86-64.
[    2.417214] systemd[1]: Set hostname to <rout>.
[    2.501997] systemd[1]: /etc/systemd/system/netctl@pppoe.service:1: .include directives are deprecated, and support for them will be removed in a future version of systemd. Please use drop-in files instead.
[    2.502983] systemd[1]: /etc/systemd/system/netctl@ethusb.service:1: .include directives are deprecated, and support for them will be removed in a future version of systemd. Please use drop-in files instead.
[    2.506162] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.506291] systemd[1]: Listening on Journal Audit Socket.
[    2.506328] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.506336] systemd[1]: Reached target Paths.
[    2.506376] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.524329] EXT4-fs (nvme0n1p1): re-mounted. Opts: data=ordered
[    2.540309] random: systemd-random-: uninitialized urandom read (512 bytes read)
[    2.540734] random: lvm: uninitialized urandom read (4 bytes read)
[    2.791491] audit: type=1130 audit(1553188613.473: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'
[    2.800437] systemd-journald[263]: Received request to flush runtime journal from PID 1
[    2.832281] audit: type=1130 audit(1553188613.513: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'
[    2.983940] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x201] vs fed40080 f80
[    2.983947] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x201] vs fed40080 f80
[    2.984654] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    2.995567] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    2.995569] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    2.995570] RAPL PMU: hw unit of domain package 2^-14 Joules
[    2.995571] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    2.995572] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    2.995573] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    3.003263] ite_cir: Auto-detected model: ITE8708 CIR transceiver
[    3.003265] ite_cir: Using model: ITE8708 CIR transceiver
[    3.003266] ite_cir: TX-capable: 1
[    3.003267] ite_cir: Sample period (ns): 8680
[    3.003268] ite_cir: TX carrier frequency (Hz): 38000
[    3.003269] ite_cir: TX duty cycle (%): 33
[    3.003270] ite_cir: RX low carrier frequency (Hz): 0
[    3.003270] ite_cir: RX high carrier frequency (Hz): 0
[    3.003502] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    3.003563] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    3.019213] audit: type=1130 audit(1553188613.700:4): 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'
[    3.037372] Registered IR keymap rc-rc6-mce
[    3.066931] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    3.066933] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    3.067240] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    3.067467] IR RC6 protocol handler initialized
[    3.067528] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    3.073760] cryptd: max_cpu_qlen set to 1000
[    3.080343] Linux agpgart interface v0.103
[    3.093921] rc rc0: ITE8708 CIR transceiver as /devices/virtual/rc/rc0
[    3.093975] input: ITE8708 CIR transceiver as /devices/virtual/rc/rc0/input4
[    3.094082] rc rc0: lirc_dev: driver ite-cir registered at minor = 0, raw IR receiver, raw IR transmitter
[    3.097237] ite_cir: driver has been successfully loaded
[    3.113877] iTCO_vendor_support: vendor-support=0
[    3.116609] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.116745] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    3.116865] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.133514] AVX2 version of gcm_enc/dec engaged.
[    3.133516] AES CTR mode by8 optimization enabled
[    3.187650] Bluetooth: Core ver 2.22
[    3.187667] NET: Registered protocol family 31
[    3.187669] Bluetooth: HCI device and connection manager initialized
[    3.187673] Bluetooth: HCI socket layer initialized
[    3.187676] Bluetooth: L2CAP socket layer initialized
[    3.187680] Bluetooth: SCO socket layer initialized
[    3.193618] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.199274] audit: type=1130 audit(1553188613.880:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.211489] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.212221] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.212224] cfg80211: failed to load regulatory.db
[    3.225483] usbcore: registered new interface driver btusb
[    3.234444] audit: type=1130 audit(1553188613.916:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.234608] Bluetooth: hci0: Firmware revision 0.1 build 29 week 38 2018
[    3.306813] Intel(R) Wireless WiFi driver for Linux
[    3.306815] Copyright(c) 2003- 2015 Intel Corporation
[    3.324249] iwlwifi 0000:3a:00.0: loaded firmware version 36.9f0a2d68.0 op_mode iwlmvm
[    3.331242] VFIO - User Level meta-driver version: 0.3
[    3.333972] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    3.358300] audit: type=1130 audit(1553188614.040:7): 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'
[    3.369030] audit: type=1130 audit(1553188614.050:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=haveged comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.372044] audit: type=1127 audit(1553188614.053:9): pid=398 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    3.377759] audit: type=1130 audit(1553188614.060:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.470565] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    3.472090] iwlwifi 0000:3a:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[    3.527553] asix 1-3:1.0 eth0: register 'asix' at usb-0000:00:14.0-3, ASIX AX88772B USB 2.0 Ethernet, 00:b5:6d:0d:c1:2a
[    3.527601] usbcore: registered new interface driver asix
[    3.531949] iwlwifi 0000:3a:00.0: base HW address: f8:63:3f:08:dd:9c
[    3.533989] asix 1-3:1.0 enp0s20f0u3: renamed from eth0
[    3.570365] checking generic (90000000 300000) vs hw (90000000 10000000)
[    3.570367] fb0: switching to inteldrmfb from VESA VGA
[    3.570390] Console: switching to colour dummy device 80x25
[    3.570465] [drm] Replacing VGA console driver
[    3.571911] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.571912] [drm] Driver supports precise vblank timestamp query.
[    3.572677] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.574302] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    3.618300] [drm] Initialized i915 1.6.0 20181204 for 0000:00:02.0 on minor 0
[    3.621508] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.622036] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[    3.622167] snd_hda_intel 0000:00:1f.3: Linked as a consumer to 0000:00:02.0
[    3.622238] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.638609] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    3.638947] thermal thermal_zone1: failed to read out thermal zone (-61)
[    3.642310] iwlwifi 0000:3a:00.0 wlp58s0: renamed from wlan0
[    3.661440] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) f4:4d:30:69:75:c3
[    3.661443] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    3.661518] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[    3.663582] e1000e 0000:00:1f.6 eno1: renamed from eth0
[    3.751835] intel_rapl: Found RAPL domain package
[    3.751838] intel_rapl: Found RAPL domain core
[    3.751839] intel_rapl: Found RAPL domain uncore
[    3.751841] intel_rapl: Found RAPL domain dram
[    3.760375] random: crng init done
[    3.779242] fbcon: inteldrmfb (fb0) is primary device
[    3.876130] Console: switching to colour frame buffer device 128x48
[    3.894290] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.948096] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC283: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:hp
[    3.948100] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.948103] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.948105] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    3.948106] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    3.948109] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x12
[    4.003965] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
[    4.004045] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
[    4.004113] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[    4.004170] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[    4.004251] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[    4.004320] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    4.153812] PPP generic driver version 2.4.2
[    4.166348] tun: Universal TUN/TAP device driver, 1.6
[    4.183332] NET: Registered protocol family 24
[    5.584310] e1000e: eno1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[    5.584321] e1000e 0000:00:1f.6 eno1: 10/100 speed: disabling TSO
[    5.614900] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    5.617518] Bridge firewalling registered
[    5.627019] kauditd_printk_skb: 14 callbacks suppressed
[    5.627023] audit: type=1325 audit(1553188616.306:25): table=filter family=2 entries=0
[    5.646393] audit: type=1325 audit(1553188616.326:26): table=nat family=2 entries=6
[    5.648041] audit: type=1325 audit(1553188616.330:27): table=filter family=2 entries=4
[    5.649649] audit: type=1325 audit(1553188616.330:28): table=filter family=2 entries=6
[    5.651190] audit: type=1325 audit(1553188616.333:29): table=filter family=2 entries=8
[    5.652910] audit: type=1325 audit(1553188616.333:30): table=filter family=2 entries=10
[    5.654677] audit: type=1325 audit(1553188616.336:31): table=filter family=2 entries=11
[    5.662509] Initializing XFRM netlink socket
[    5.676186] audit: type=1325 audit(1553188616.356:32): table=nat family=2 entries=8
[    5.678034] audit: type=1325 audit(1553188616.360:33): table=nat family=2 entries=9
[    5.680788] audit: type=1325 audit(1553188616.363:34): table=filter family=2 entries=12
[    5.989090] docker0: port 1(vethba59e00) entered blocking state
[    5.989117] docker0: port 1(vethba59e00) entered disabled state
[    5.989216] device vethba59e00 entered promiscuous mode
[    5.992235] docker0: port 1(vethba59e00) entered blocking state
[    5.992238] docker0: port 1(vethba59e00) entered forwarding state
[    5.992739] docker0: port 1(vethba59e00) entered disabled state
[    5.997096] br-1c4620b10467: port 1(vethad416f3) entered blocking state
[    5.997111] br-1c4620b10467: port 1(vethad416f3) entered disabled state
[    5.997211] device vethad416f3 entered promiscuous mode
[    6.000700] br-1c4620b10467: port 1(vethad416f3) entered blocking state
[    6.000703] br-1c4620b10467: port 1(vethad416f3) entered forwarding state
[    6.000769] br-1c4620b10467: port 1(vethad416f3) entered disabled state
[    6.108554] br-1c4620b10467: port 2(veth2a905a6) entered blocking state
[    6.109108] br-1c4620b10467: port 2(veth2a905a6) entered disabled state
[    6.109290] device veth2a905a6 entered promiscuous mode
[    6.109537] br-1c4620b10467: port 2(veth2a905a6) entered blocking state
[    6.109543] br-1c4620b10467: port 2(veth2a905a6) entered forwarding state
[    6.172923] br-1c4620b10467: port 3(veth7d2ff93) entered blocking state
[    6.172984] br-1c4620b10467: port 3(veth7d2ff93) entered disabled state
[    6.173152] device veth7d2ff93 entered promiscuous mode
[    6.173410] br-1c4620b10467: port 3(veth7d2ff93) entered blocking state
[    6.173416] br-1c4620b10467: port 3(veth7d2ff93) entered forwarding state
[    6.231827] br-1c4620b10467: port 4(vethae4d45f) entered blocking state
[    6.231852] br-1c4620b10467: port 4(vethae4d45f) entered disabled state
[    6.231945] device vethae4d45f entered promiscuous mode
[    6.232086] br-1c4620b10467: port 4(vethae4d45f) entered blocking state
[    6.232090] br-1c4620b10467: port 4(vethae4d45f) entered forwarding state
[    6.291404] br-1c4620b10467: port 5(vethd942549) entered blocking state
[    6.291445] br-1c4620b10467: port 5(vethd942549) entered disabled state
[    6.291551] device vethd942549 entered promiscuous mode
[    6.292351] br-1c4620b10467: port 5(vethd942549) entered blocking state
[    6.292356] br-1c4620b10467: port 5(vethd942549) entered forwarding state
[    6.549824] eth0: renamed from veth8ff740f
[    6.564216] br-1c4620b10467: port 2(veth2a905a6) entered disabled state
[    6.564247] br-1c4620b10467: port 3(veth7d2ff93) entered disabled state
[    6.564275] br-1c4620b10467: port 4(vethae4d45f) entered disabled state
[    6.564296] br-1c4620b10467: port 5(vethd942549) entered disabled state
[    6.564308] docker0: port 1(vethba59e00) entered blocking state
[    6.564309] docker0: port 1(vethba59e00) entered forwarding state
[    6.760843] eth0: renamed from veth149b762
[    6.790833] br-1c4620b10467: port 1(vethad416f3) entered blocking state
[    6.790837] br-1c4620b10467: port 1(vethad416f3) entered forwarding state
[    6.994301] eth0: renamed from vethebad68b
[    7.009429] br-1c4620b10467: port 4(vethae4d45f) entered blocking state
[    7.009432] br-1c4620b10467: port 4(vethae4d45f) entered forwarding state
[    7.075598] eth0: renamed from veth9b7d5ae
[    7.101057] br-1c4620b10467: port 5(vethd942549) entered blocking state
[    7.101059] br-1c4620b10467: port 5(vethd942549) entered forwarding state
[    7.205479] eth0: renamed from veth188d822
[    7.244396] eth0: renamed from veth6fba705
[    7.264110] br-1c4620b10467: port 2(veth2a905a6) entered blocking state
[    7.264114] br-1c4620b10467: port 2(veth2a905a6) entered forwarding state
[    7.264573] br-1c4620b10467: port 3(veth7d2ff93) entered blocking state
[    7.264577] br-1c4620b10467: port 3(veth7d2ff93) entered forwarding state
[   14.642906] kauditd_printk_skb: 119 callbacks suppressed
[   14.642912] audit: type=1130 audit(1553188625.323:154): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=create_ap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.642928] audit: type=1131 audit(1553188625.323:155): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=create_ap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.646452] audit: type=1130 audit(1553188625.326:156): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=create_ap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.674613] audit: type=1131 audit(1553188625.356:157): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=create_ap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   19.927429] audit: type=1130 audit(1553188630.610:158): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=create_ap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.927497] audit: type=1131 audit(1553188630.610:159): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=create_ap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.930440] audit: type=1130 audit(1553188630.610:160): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=create_ap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.956954] audit: type=1131 audit(1553188630.636:161): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=create_ap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   24.981560] audit: type=1130 audit(1553188635.663:162): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=create_ap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.981610] audit: type=1131 audit(1553188635.663:163): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=create_ap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.985017] audit: type=1130 audit(1553188635.666:164): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=create_ap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.011465] audit: type=1131 audit(1553188635.693:165): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=create_ap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   30.231756] audit: type=1130 audit(1553188640.913:166): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=create_ap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   30.231832] audit: type=1131 audit(1553188640.913:167): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=create_ap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
etc
etc

Offline

#14 2019-03-21 18:05:22

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

The start of dmesg is missing.  What is the output of

modinfo rtl8812au

Offline

#15 2019-03-22 08:42:24

adrianmay
Member
Registered: 2017-12-19
Posts: 64

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

The HW is fine. When I stuck it in my other Arch box (the laptop, that is - the problem occurs on my router) dmesg said:

[   80.837888] usb 2-2: new high-speed USB device number 6 using xhci_hcd
[   80.978308] usb 2-2: New USB device found, idVendor=2001, idProduct=3318, bcdDevice= 2.00
[   80.978315] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   80.978320] usb 2-2: Product: 11ac adapter
[   80.978324] usb 2-2: Manufacturer: D-Link Corporation
[   80.978327] usb 2-2: SerialNumber: 00e04c000001
[   81.104269] usbcore: registered new interface driver 8812au
[   81.110174] 8812au 2-2:1.0 wlp0s20u2: renamed from wlan0

That was right after running makepkg -si in an old driver directory which wrote this in pacman.log:

[2019-03-22 08:28] [PACMAN] Running '/usr/bin/pacman -U /home/ad/build/rtl8821au-dkms-git/rtl8821au-dkms-git-5.1.5.r78.gecd3494-1-x86_64.pkg.tar.xz'
[2019-03-22 08:28] [ALPM] running '70-dkms-remove.hook'...
[2019-03-22 08:28] [ALPM-SCRIPTLET] ==> dkms remove rtl8821au/5.1.5.r74.g30fb964 -k 4.17.3-adrian
[2019-03-22 08:28] [ALPM] transaction started
[2019-03-22 08:28] [ALPM] upgraded rtl8821au-dkms-git (5.1.5.r74.g30fb964-1 -> 5.1.5.r78.gecd3494-1)
[2019-03-22 08:28] [ALPM] transaction completed
[2019-03-22 08:28] [ALPM] running '70-dkms-install.hook'...
[2019-03-22 08:28] [ALPM-SCRIPTLET] ==> dkms install rtl8821au/5.1.5.r78.gecd3494 -k 5.0.1-arch1-1-ARCH

Offline

#16 2019-03-22 08:50:30

adrianmay
Member
Registered: 2017-12-19
Posts: 64

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

This is on the router with the problem:

$ modinfo 8812au
filename:       /lib/modules/5.0.2-arch1-1-ARCH/kernel/drivers/net/wireless/8812au.ko
version:        v5.2.20.2_28373.20180619
author:         Realtek Semiconductor Corp.
description:    Realtek Wireless Lan Driver
license:        GPL
srcversion:     4F594A9920915070DDDDF12
alias:          usb:v7392pA822d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v7392pA812d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2604p0012d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2357p0122d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2357p010Fd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2357p010Ed*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2357p010Dd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2357p0103d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2357p0101d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v20F4p805Bd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2019pAB30d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2001p3316d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2001p3315d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2001p3313d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2001p330Ed*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1740p0100d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v148Fp9097d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v13B1p003Fd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1058p0632d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0E66p0022d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0DF6p0074d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0BDAp881Ad*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0BDAp8812d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0B05p17D2d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0846p9051d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v07B8p8812d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0789p016Ed*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0586p3426d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v050Dp1109d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v050Dp1106d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v04BBp0952d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0411p025Dd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0409p0408d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0BDAp881Cd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0BDAp881Bd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0BDAp881Ad*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0BDAp8812d*dc*dsc*dp*ic*isc*ip*in*
depends:        cfg80211
retpoline:      Y
name:           8812au
vermagic:       5.0.2-arch1-1-ARCH SMP preempt mod_unload 
parm:           rtw_ips_mode:The default IPS mode (int)
parm:           rtw_lps_level:The default LPS level (int)
parm:           rtw_usb_rxagg_mode:int
parm:           rtw_dynamic_agg_enable:int
parm:           rtw_drv_log_level:set log level when insert driver module, default log level is _DRV_INFO_ = 4 (uint)
parm:           rtw_tx_bw_mode:The max tx bw for 2.4G and 5G. format is the same as rtw_bw_mode (uint)
parm:           rtw_rx_ampdu_sz_limit_1ss:RX AMPDU size limit for 1SS link of each BW, 0xFF: no limitation (array of uint)
parm:           rtw_rx_ampdu_sz_limit_2ss:RX AMPDU size limit for 2SS link of each BW, 0xFF: no limitation (array of uint)
parm:           rtw_rx_ampdu_sz_limit_3ss:RX AMPDU size limit for 3SS link of each BW, 0xFF: no limitation (array of uint)
parm:           rtw_rx_ampdu_sz_limit_4ss:RX AMPDU size limit for 4SS link of each BW, 0xFF: no limitation (array of uint)
parm:           rtw_vht_enable:int
parm:           rtw_vht_rx_mcs_map:VHT RX MCS map (uint)
parm:           rtw_rf_config:int
parm:           rtw_country_code:The default country code (in alpha2) (charp)
parm:           rtw_channel_plan:The default chplan ID when rtw_alpha2 is not specified or valid (int)
parm:           rtw_excl_chs:exclusive channel array (array of uint)
parm:           rtw_qos_opt_enable:int
parm:           ifname:The default name to allocate for first interface (charp)
parm:           if2name:The default name to allocate for second interface (charp)
parm:           rtw_pwrtrim_enable:int
parm:           rtw_initmac:charp
parm:           rtw_special_rf_path:int
parm:           rtw_chip_version:int
parm:           rtw_rfintfs:int
parm:           rtw_lbkmode:int
parm:           rtw_network_mode:int
parm:           rtw_channel:int
parm:           rtw_mp_mode:int
parm:           rtw_wmm_enable:int
parm:           rtw_vrtl_carrier_sense:int
parm:           rtw_vcs_type:int
parm:           rtw_busy_thresh:int
parm:           rtw_ht_enable:int
parm:           rtw_bw_mode:int
parm:           rtw_ampdu_enable:int
parm:           rtw_rx_stbc:int
parm:           rtw_rx_ampdu_amsdu:int
parm:           rtw_tx_ampdu_amsdu:int
parm:           rtw_beamform_cap:int
parm:           rtw_lowrate_two_xmit:int
parm:           rtw_power_mgnt:int
parm:           rtw_smart_ps:int
parm:           rtw_low_power:int
parm:           rtw_wifi_spec:int
parm:           rtw_full_ch_in_p2p_handshake:int
parm:           rtw_antdiv_cfg:int
parm:           rtw_antdiv_type:int
parm:           rtw_drv_ant_band_switch:int
parm:           rtw_single_ant_path:int
parm:           rtw_switch_usb_mode:int
parm:           rtw_enusbss:int
parm:           rtw_hwpdn_mode:int
parm:           rtw_hwpwrp_detect:int
parm:           rtw_hw_wps_pbc:int
parm:           rtw_check_hw_status:int
parm:           rtw_max_roaming_times:The max roaming times to try (uint)
parm:           rtw_mc2u_disable:int
parm:           rtw_80211d:Enable 802.11d mechanism (int)
parm:           rtw_notch_filter:0:Disable, 1:Enable, 2:Enable only for P2P (uint)
parm:           rtw_hiq_filter:0:allow all, 1:allow special, 2:deny all (uint)
parm:           rtw_adaptivity_en:0:disable, 1:enable (uint)
parm:           rtw_adaptivity_mode:0:normal, 1:carrier sense (uint)
parm:           rtw_adaptivity_dml:0:disable, 1:enable (uint)
parm:           rtw_adaptivity_dc_backoff:DC backoff for Adaptivity (uint)
parm:           rtw_adaptivity_th_l2h_ini:th_l2h_ini for Adaptivity (int)
parm:           rtw_adaptivity_th_edcca_hl_diff:th_edcca_hl_diff for Adaptivity (int)
parm:           rtw_amplifier_type_2g:BIT3:2G ext-PA, BIT4:2G ext-LNA (uint)
parm:           rtw_amplifier_type_5g:BIT6:5G ext-PA, BIT7:5G ext-LNA (uint)
parm:           rtw_RFE_type:default init value:64 (uint)
parm:           rtw_powertracking_type:default init value:64 (uint)
parm:           rtw_GLNA_type:default init value:0 (uint)
parm:           rtw_TxBBSwing_2G:default init value:0xFF (uint)
parm:           rtw_TxBBSwing_5G:default init value:0xFF (uint)
parm:           rtw_OffEfuseMask:default open Efuse Mask value:0 (uint)
parm:           rtw_FileMaskEfuse:default drv Mask Efuse value:0 (uint)
parm:           rtw_rxgain_offset_2g:default RF Gain 2G Offset value:0 (uint)
parm:           rtw_rxgain_offset_5gl:default RF Gain 5GL Offset value:0 (uint)
parm:           rtw_rxgain_offset_5gh:uint
parm:           rtw_rxgain_offset_5gm:default RF Gain 5GM Offset value:0 (uint)
parm:           rtw_pll_ref_clk_sel:force pll_ref_clk_sel, 0xF:use autoload value (uint)
parm:           rtw_tx_pwr_by_rate:0:Disable, 1:Enable, 2: Depend on efuse (int)
parm:           rtw_target_tx_pwr_2g_a:2.4G target tx power (unit:dBm) of RF path A for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_2g_b:2.4G target tx power (unit:dBm) of RF path B for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_2g_c:2.4G target tx power (unit:dBm) of RF path C for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_2g_d:2.4G target tx power (unit:dBm) of RF path D for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_5g_a:5G target tx power (unit:dBm) of RF path A for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_5g_b:5G target tx power (unit:dBm) of RF path B for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_5g_c:5G target tx power (unit:dBm) of RF path C for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_5g_d:5G target tx power (unit:dBm) of RF path D for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_phy_file_path:The path of phy parameter (charp)
parm:           rtw_load_phy_file:PHY File Bit Map (int)
parm:           rtw_decrypt_phy_file:Enable Decrypt PHY File (int)
parm:           rtw_en_napi:int
parm:           rtw_en_gro:int
parm:           rtw_iqk_fw_offload:int
parm:           rtw_led_enable:Enable status LED (int)

But if I insert that device in the router, dmesg just says:

[ 1611.804957] usb 1-2: new high-speed USB device number 5 using xhci_hcd
[ 1611.945544] usb 1-2: New USB device found, idVendor=2001, idProduct=3318, bcdDevice= 2.00
[ 1611.945555] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1611.945562] usb 1-2: Product: 11ac adapter
[ 1611.945568] usb 1-2: Manufacturer: D-Link Corporation
[ 1611.945575] usb 1-2: SerialNumber: 00e04c000001

Offline

#17 2019-03-22 08:55:38

adrianmay
Member
Registered: 2017-12-19
Posts: 64

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

Here are the differences between the good and bad modinfo outputs:

diff rtl.good rtl.bad
1,2c1,2
< filename:       /lib/modules/5.0.1-arch1-1-ARCH/kernel/drivers/net/wireless/8812au.ko
< version:        v5.1.5_19247.20160830
---
> filename:       /lib/modules/5.0.2-arch1-1-ARCH/kernel/drivers/net/wireless/8812au.ko
> version:        v5.2.20.2_28373.20180619
6,19c6,7
< srcversion:     E4BFEDF1E8E88C0E7F71AD6
< alias:          usb:v0411p029Bd*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v0BDApA811d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v056Ep4007d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v0846p9052d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v2019pAB32d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v0411p0242d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v056Ep400Fd*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v056Ep400Ed*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v0E66p0023d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v2001p3318d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v2001p3314d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v04BBp0953d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v7392pA813d*dc*dsc*dp*ic*isc*ip*in*
---
> srcversion:     4F594A9920915070DDDDF12
> alias:          usb:v7392pA822d*dc*dsc*dp*ic*isc*ip*in*
21,28d8
< alias:          usb:v7392pA811d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v0BDAp0823d*dc*dsc*dp*icFFiscFFipFFin*
< alias:          usb:v0BDAp0820d*dc*dsc*dp*icFFiscFFipFFin*
< alias:          usb:v0BDApA811d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v0BDAp8822d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v0BDAp0821d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v0BDAp0811d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v148Fp9097d*dc*dsc*dp*ic*isc*ip*in*
30,32d9
< alias:          usb:v050Dp1109d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v0411p025Dd*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v20F4p805Bd*dc*dsc*dp*ic*isc*ip*in*
39d15
< alias:          usb:v13B1p003Fd*dc*dsc*dp*ic*isc*ip*in*
40a17
> alias:          usb:v2019pAB30d*dc*dsc*dp*ic*isc*ip*in*
43,44c20,21
< alias:          usb:v07B8p8812d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v2019pAB30d*dc*dsc*dp*ic*isc*ip*in*
---
> alias:          usb:v2001p3313d*dc*dsc*dp*ic*isc*ip*in*
> alias:          usb:v2001p330Ed*dc*dsc*dp*ic*isc*ip*in*
45a23
> alias:          usb:v148Fp9097d*dc*dsc*dp*ic*isc*ip*in*
48,49d25
< alias:          usb:v2001p3313d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v0586p3426d*dc*dsc*dp*ic*isc*ip*in*
50a27,29
> alias:          usb:v0DF6p0074d*dc*dsc*dp*ic*isc*ip*in*
> alias:          usb:v0BDAp881Ad*dc*dsc*dp*ic*isc*ip*in*
> alias:          usb:v0BDAp8812d*dc*dsc*dp*ic*isc*ip*in*
52c31,32
< alias:          usb:v0409p0408d*dc*dsc*dp*ic*isc*ip*in*
---
> alias:          usb:v0846p9051d*dc*dsc*dp*ic*isc*ip*in*
> alias:          usb:v07B8p8812d*dc*dsc*dp*ic*isc*ip*in*
54,57c34
< alias:          usb:v04BBp0952d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v0DF6p0074d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v7392pA822d*dc*dsc*dp*ic*isc*ip*in*
< alias:          usb:v2001p330Ed*dc*dsc*dp*ic*isc*ip*in*
---
> alias:          usb:v0586p3426d*dc*dsc*dp*ic*isc*ip*in*
59a37,39
> alias:          usb:v04BBp0952d*dc*dsc*dp*ic*isc*ip*in*
> alias:          usb:v0411p025Dd*dc*dsc*dp*ic*isc*ip*in*
> alias:          usb:v0409p0408d*dc*dsc*dp*ic*isc*ip*in*
67c47
< vermagic:       5.0.1-arch1-1-ARCH SMP preempt mod_unload 
---
> vermagic:       5.0.2-arch1-1-ARCH SMP preempt mod_unload 
68a49
> parm:           rtw_lps_level:The default LPS level (int)
69a51
> parm:           rtw_dynamic_agg_enable:int
71a54,60
> parm:           rtw_rx_ampdu_sz_limit_1ss:RX AMPDU size limit for 1SS link of each BW, 0xFF: no limitation (array of uint)
> parm:           rtw_rx_ampdu_sz_limit_2ss:RX AMPDU size limit for 2SS link of each BW, 0xFF: no limitation (array of uint)
> parm:           rtw_rx_ampdu_sz_limit_3ss:RX AMPDU size limit for 3SS link of each BW, 0xFF: no limitation (array of uint)
> parm:           rtw_rx_ampdu_sz_limit_4ss:RX AMPDU size limit for 4SS link of each BW, 0xFF: no limitation (array of uint)
> parm:           rtw_vht_enable:int
> parm:           rtw_vht_rx_mcs_map:VHT RX MCS map (uint)
> parm:           rtw_rf_config:int
75d63
< parm:           rtw_force_igi_lb:force IGI low-bound, 0:no specified (int)
96,97c84,85
< parm:           rtw_ampdu_amsdu:int
< parm:           rtw_vht_enable:int
---
> parm:           rtw_rx_ampdu_amsdu:int
> parm:           rtw_tx_ampdu_amsdu:int
100d87
< parm:           rtw_rf_config:int
108a96
> parm:           rtw_single_ant_path:int
119d106
< parm:           rtw_led_enable:Enable status LED (int)
125,126c112,113
< parm:           rtw_adaptivity_th_l2h_ini:TH_L2H_ini for Adaptivity (int)
< parm:           rtw_adaptivity_th_edcca_hl_diff:TH_EDCCA_HL_diff for Adaptivity (int)
---
> parm:           rtw_adaptivity_th_l2h_ini:th_l2h_ini for Adaptivity (int)
> parm:           rtw_adaptivity_th_edcca_hl_diff:th_edcca_hl_diff for Adaptivity (int)
141d127
< parm:           rtw_tx_pwr_lmt_enable:0:Disable, 1:Enable, 2: Depend on efuse (int)
153a140,143
> parm:           rtw_en_napi:int
> parm:           rtw_en_gro:int
> parm:           rtw_iqk_fw_offload:int
> parm:           rtw_led_enable:Enable status LED (int)

Offline

#18 2019-03-22 19:56:36

adrianmay
Member
Registered: 2017-12-19
Posts: 64

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

I fixed it by downgrading the whole system to 1/1/2019.

I guess there was a kernel upgrade from 5.0.1 to 5.0.2 which disabled the old driver and the new one doesn't work.

Where should I report the bug?

Offline

#19 2019-03-22 20:17:37

seth
Member
Registered: 2012-09-03
Posts: 51,028

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

< version:        v5.1.5_19247.20160830
> version:        v5.2.20.2_28373.20180619
< alias:          usb:v2001p3318d*dc*dsc*dp*ic*isc*ip*in*

Does the product/vendor ID show up again?

This also looks like you conflated https://aur.archlinux.org/packages/rtl8812au-dkms-git/ and https://aur.archlinux.org/packages/rtl8821au-dkms-git/ ?

Offline

#20 2019-03-23 07:43:54

adrianmay
Member
Registered: 2017-12-19
Posts: 64

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

I'm not quite sure what I was using before the problem occurred and different websites disagreee about what chipset the USB ID's correspond to, but by the time I compared the two modinfo outputs, it's 8812 everywhere:

< filename:       /lib/modules/5.0.1-arch1-1-ARCH/kernel/drivers/net/wireless/8812au.ko
> filename:       /lib/modules/5.0.2-arch1-1-ARCH/kernel/drivers/net/wireless/8812au.ko

The USB IDs were always there. The HW was always working.

I think I narrowed it down to either linux 5.0.2 or the driver. Who should I report it to?

Offline

#21 2019-03-23 09:01:20

seth
Member
Registered: 2012-09-03
Posts: 51,028

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

Both packages will provide the 8812au module, but in different versions and that matters a lot, so please get "quite sure" about what you're using at any given time.

The USB id is in both sources https://github.com/zebulon2/rtl8812au-d … usb_intf.c and https://github.com/zebulon2/rtl8812au/b … usb_intf.c but in a "#ifdef CONFIG_RTL8821A" branch and assigned to 8821.
It is NOT in the 5.2.20 modinfo and https://github.com/zebulon2/rtl8812au-driver-5.2.20 says "Only supports 8812AU chipset." and has "CONFIG_RTL8821A = n" in its Makefile whereas 5.1.5 has "CONFIG_RTL8821A = y"

So my guess would be that you were using diffferent AUR packages and as long as you're not using https://aur.archlinux.org/packages/rtl8821au-dkms-git/ on the new kernel, any further investigation is moot.

Offline

#22 2019-03-23 09:10:49

adrianmay
Member
Registered: 2017-12-19
Posts: 64

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

I tried installing 5.1.5 in the new distro but I think it puts the module under a directory for kernel 5.0.1 or it does nothing.

Would it be wise for me (or the maintainer) to put "CONFIG_RTL8821A = y" in 5.2.20, or is there some reason why that wouldn't work?

Offline

#23 2019-03-23 09:25:11

seth
Member
Registered: 2012-09-03
Posts: 51,028

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

I've no idea why that's deactivated in that branch but the explicit restriction in the readme would concern me.

I tried installing 5.1.5 in the new distro but I think it puts the module under a directory for kernel 5.0.1 or it does nothing.

Yeah, I guess we should investigate this. "under a directory for kernel 5.0.1" is unlikely, that's probably the old build from the 5.0.1 kernel so there's https://bbs.archlinux.org/viewtopic.php … 1#p1838191
I'd sidestep the AUR dkms package and try to build that module explicitly to get an idea why it's failing (actual compiler/linker error) and report upstream.
Both packages are from the same github account, so that dude should know whether better to fix 5.1.5 or enable 8821 on 5.2.20

The error should btw. also show up when dkms actually tries to build the module (but not in the pacman log)
Also "Missing kernel headers." is kinda suspicious, did you maybe just remove linux-headers??

Offline

#24 2019-03-23 10:46:54

adrianmay
Member
Registered: 2017-12-19
Posts: 64

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

Panic over.

I should have been using the aircrack driver ( https://aur.archlinux.org/packages/rtl8 … -dkms-git/ ) all along.

When I installed it in January's Arch the wifi worked fine, then when I did a full upgrade it still worked.

This page ( https://wikidevi.com/wiki/D-Link_DWA-172_rev_A1 ) says the USB IDs correspond to 8811au. The names of recommended drivers had misled me into thinking it was 8812 or something.

Thanks for all your excellent help!

Offline

#25 2019-03-23 15:14:16

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,772

Re: [SOLVED] Wifi USB dongle died after recent upgrade of Arch

adrianmay wrote:

Panic over. ..
Thanks for all your excellent help!

Cool.  Be sure to edit your first post and prepend [solved] to the thread title.   You might need to edit the original title to shorten it so the prepended text will fit.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB