View Issue Details

IDProjectCategoryView StatusLast Update
0004651Kali LinuxKali Package Bugpublic2018-03-26 23:05
Reporterck201 Assigned Torhertzog  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version2018.1 
Summary0004651: rtl8812au can't be probe
Description

When I install the realtek-rtl88xxau-dkms,no error reported.
When I insert my 8812 card ,nothing happende too.
When I probe the 8812au mod manually,error reported like this:
modprobe:ERROR: could not insert '8812au':unknown symbol in module. or unknown parameter ( see dmesg).
The dmesg output:
[ 497.186351] usb 2-2.4: USB disconnect, device number 4
[ 500.940171] usb 2-2.2: new high-speed USB device number 5 using xhci_hcd
[ 501.042758] usb 2-2.2: New USB device found, idVendor=0bda, idProduct=8812
[ 501.042767] usb 2-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 501.042771] usb 2-2.2: Product: 802.11n NIC
[ 501.042774] usb 2-2.2: Manufacturer: Realtek
[ 501.042777] usb 2-2.2: SerialNumber: 123456
[ 501.066413] 8812au: Unknown symbol x86_indirect_thunk_rcx (err 0)
[ 501.066517] 8812au: Unknown symbol __x86_indirect_thunk_rdx (err 0)
[ 501.066591] 8812au: Unknown symbol
x86_indirect_thunk_r13 (err 0)
[ 501.066598] 8812au: Unknown symbol x86_indirect_thunk_r12 (err 0)
[ 501.066611] 8812au: Unknown symbol __x86_indirect_thunk_rax (err 0)
[ 501.066682] 8812au: Unknown symbol
x86_indirect_thunk_r8 (err 0)
[ 501.080777] 8812au: Unknown symbol x86_indirect_thunk_rcx (err 0)
[ 501.080901] 8812au: Unknown symbol __x86_indirect_thunk_rdx (err 0)
[ 501.080992] 8812au: Unknown symbol
x86_indirect_thunk_r13 (err 0)
[ 501.081002] 8812au: Unknown symbol x86_indirect_thunk_r12 (err 0)
[ 501.081017] 8812au: Unknown symbol __x86_indirect_thunk_rax (err 0)
[ 501.081106] 8812au: Unknown symbol
x86_indirect_thunk_r8 (err 0)
[ 1384.791951] 8812au: Unknown symbol x86_indirect_thunk_rcx (err 0)
[ 1384.792076] 8812au: Unknown symbol __x86_indirect_thunk_rdx (err 0)
[ 1384.792238] 8812au: Unknown symbol
x86_indirect_thunk_r13 (err 0)
[ 1384.792249] 8812au: Unknown symbol x86_indirect_thunk_r12 (err 0)
[ 1384.792267] 8812au: Unknown symbol __x86_indirect_thunk_rax (err 0)
[ 1384.792363] 8812au: Unknown symbol
x86_indirect_thunk_r8 (err 0)

Steps To Reproduce

apt install realtek-rtl88xxau-dkms
modprobe 8812au

Activities

ck201

ck201

2018-03-25 08:47

reporter   ~0008963

It sames that linux-headers version for building modules is newer than kernel version in use.

ck201

ck201

2018-03-25 10:15

reporter   ~0008964

I found the key.
I removed the default linux-header with version 4.14.17 then installed the 4.14.13 manually.
Error disappeard.
So I think the linux-header's version newer than kernel caused this problem.
Thanks.

rhertzog

rhertzog

2018-03-26 23:05

administrator   ~0008966

This version mismatch is unfortunate, in general the ABI is not broken without bumping the ABI version. In any case, we can't do anything about this at this point. We're close to switching to 4.15.x.

Issue History

Date Modified Username Field Change
2018-03-25 04:48 ck201 New Issue
2018-03-25 08:47 ck201 Note Added: 0008963
2018-03-25 10:15 ck201 Note Added: 0008964
2018-03-26 23:05 rhertzog Assigned To => rhertzog
2018-03-26 23:05 rhertzog Status new => closed
2018-03-26 23:05 rhertzog Resolution open => no change required
2018-03-26 23:05 rhertzog Note Added: 0008966