Headers to build WiFi driver

Hi there

I’m trying to install WiFi adapter rtl8812AU but I can’t get the headers…any advice?

osmc@osmc:~$ sudo apt-get install linux-headers-$(uname -r)
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package linux-headers-3.18.5-v7
E: Couldn’t find any package by regex ‘linux-headers-3.18.5-v7’
osmc@osmc:~$

Bump. I just bought a TrendNet TEW-804UB, which apparently uses this chipset… which apparently isn’t supported.

I found this package: GitHub - caljorden/rtl8812AU_8821AU_linux: rtl8812AU_8821AU linux kernel driver for AC1200 (801.11ac) Wireless Dual-Band USB Adapter

But it cannot build without headers.

root@medios:~/wifi# apt-get install linux-headers-$(uname -r)
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package linux-headers-3.18.13-1-osmc
E: Couldn’t find any package by regex ‘linux-headers-3.18.13-1-osmc’

No joy.

Need headers… or someone with them willing to build the driver.

Thanks

You’re replying to a 5 month old, completely out of date thread.

We already have the rtl8812au driver in the current version of OSMC - if it’s not working it’s likely that it just needs the Vendor iD and Product iD adding to the driver which we can do for the July update.

Please provide the output of dmesg with your adaptor connected, so we can see whether the driver is loading and if not, what the Vid/Pid for it are:

dmesg | paste-log

And just to check, you are running the most current version of OSMC ? (2015.06-1)

Thanks for any assistance on this.

[ 0.000000] Booting Linux on physical CPU 0xf00
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.18.13-1-osmc (root@vero) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP PREEMPT Sun May 17 18:50:26 UTC 2015
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
[ 0.000000] cma: Reserved 8 MiB at 0x2e800000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 192512
[ 0.000000] free_area_init_node: node 0, pgdat 809abd80, node_mem_map ae213000
[ 0.000000] Normal zone: 1504 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 192512 pages, LIFO batch:31
[ 0.000000] [bcm2709_smp_init_cpus] enter (8640->f3003010)
[ 0.000000] [bcm2709_smp_init_cpus] ncores=4
[ 0.000000] PERCPU: Embedded 10 pages/cpu @ae1e1000 s12096 r8192 d20672 u40960
[ 0.000000] pcpu-alloc: s12096 r8192 d20672 u40960 alloc=10*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 191008
[ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1280 bcm2708_fb.fbheight=720 bcm2709.boardrev=0xa21041 bcm2709.serial=0xcba26f61 smsc95xx.macaddr=B8:27:EB:A2:6F:61 bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait quiet osmcdev=rbp2
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 744108K/770048K available (7249K kernel code, 401K rwdata, 1864K rodata, 388K init, 763K bss, 25940K reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
vmalloc : 0xaf800000 - 0xff000000 (1272 MB)
lowmem : 0x80000000 - 0xaf000000 ( 752 MB)
modules : 0x7f000000 - 0x80000000 ( 16 MB)
.text : 0x80008000 - 0x808ee928 (9115 kB)
.init : 0x808ef000 - 0x80950000 ( 388 kB)
.data : 0x80950000 - 0x809b465c ( 402 kB)
.bss : 0x809b465c - 0x80a73594 ( 764 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:608
[ 0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[ 0.000014] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 3579139424256ns
[ 0.000036] Switching to timer-based delay loop, resolution 52ns
[ 0.000319] Console: colour dummy device 80x30
[ 0.000521] console [tty0] enabled
[ 0.000546] Calibrating delay loop (skipped), value calculated using timer frequency… 38.40 BogoMIPS (lpj=192000)
[ 0.000574] pid_max: default: 32768 minimum: 301
[ 0.000959] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000980] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002202] Initializing cgroup subsys memory
[ 0.002252] Initializing cgroup subsys devices
[ 0.002277] Initializing cgroup subsys freezer
[ 0.002300] Initializing cgroup subsys net_cls
[ 0.002336] Initializing cgroup subsys blkio
[ 0.002418] CPU: Testing write buffer coherency: ok
[ 0.002496] ftrace: allocating 18151 entries in 54 pages
[ 0.046715] CPU0: update cpu_capacity 1024
[ 0.046752] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[ 0.046772] [bcm2709_smp_prepare_cpus] enter
[ 0.046914] Setting up static identity map for 0x6aeea8 - 0x6aef00
[ 0.106650] [bcm2709_boot_secondary] cpu:1 started (0) 17
[ 0.106948] CPU1: Booted secondary processor
[ 0.106956] [bcm2709_secondary_init] enter cpu:1
[ 0.107012] CPU1: update cpu_capacity 1024
[ 0.107020] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[ 0.126630] [bcm2709_boot_secondary] cpu:2 started (0) 18
[ 0.126885] CPU2: Booted secondary processor
[ 0.126892] [bcm2709_secondary_init] enter cpu:2
[ 0.126923] CPU2: update cpu_capacity 1024
[ 0.126931] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[ 0.146663] [bcm2709_boot_secondary] cpu:3 started (0) 18
[ 0.146906] CPU3: Booted secondary processor
[ 0.146912] [bcm2709_secondary_init] enter cpu:3
[ 0.146942] CPU3: update cpu_capacity 1024
[ 0.146951] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[ 0.147045] Brought up 4 CPUs
[ 0.147079] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.147089] CPU: All CPU(s) started in SVC mode.
[ 0.148096] devtmpfs: initialized
[ 0.173051] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.175076] pinctrl core: initialized pinctrl subsystem
[ 0.178154] NET: Registered protocol family 16
[ 0.183500] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[ 0.206468] cpuidle: using governor ladder
[ 0.236492] cpuidle: using governor menu
[ 0.236626] bcm2709.uart_clock = 3000000
[ 0.239534] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.239555] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.239588] mailbox: Broadcom VideoCore Mailbox driver
[ 0.239711] bcm2708_vcio: mailbox at f300b880
[ 0.240034] bcm_power: Broadcom power driver
[ 0.240051] bcm_power_open() → 0
[ 0.240062] bcm_power_request(0, 8)
[ 0.740727] bcm_mailbox_read → 00000080, 0
[ 0.740740] bcm_power_request → 0
[ 0.740859] Serial: AMBA PL011 UART driver
[ 0.741000] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev3
[ 0.809055] SCSI subsystem initialized
[ 0.809296] usbcore: registered new interface driver usbfs
[ 0.809410] usbcore: registered new interface driver hub
[ 0.809555] usbcore: registered new device driver usb
[ 0.811193] Switched to clocksource arch_sys_counter
[ 0.838700] FS-Cache: Loaded
[ 0.839022] CacheFiles: Loaded
[ 0.850692] NET: Registered protocol family 2
[ 0.852098] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.852243] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.852436] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.852544] TCP: reno registered
[ 0.852567] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.852630] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.853107] NET: Registered protocol family 1
[ 0.853534] RPC: Registered named UNIX socket transport module.
[ 0.853551] RPC: Registered udp transport module.
[ 0.853562] RPC: Registered tcp transport module.
[ 0.853573] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.854034] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[ 0.854258] bcm2708_dma: DMA manager at f3007000
[ 0.854415] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[ 0.856036] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.856266] audit: initializing netlink subsys (disabled)
[ 0.856331] audit: type=2000 audit(0.829:1): initialized
[ 0.872203] VFS: Disk quotas dquot_6.5.2
[ 0.872584] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.875557] FS-Cache: Netfs ‘nfs’ registered for caching
[ 0.876532] NFS: Registering the id_resolver key type
[ 0.876604] Key type id_resolver registered
[ 0.876617] Key type id_legacy registered
[ 0.877650] msgmni has been set to 1469
[ 0.879664] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.879848] io scheduler noop registered
[ 0.880163] io scheduler bfq registered (default)
[ 0.880174] BFQ I/O-scheduler version: v7r7
[ 0.882665] BCM2708FB: allocated DMA memory eec00000
[ 0.882709] BCM2708FB: allocated DMA channel 0 @ f3007000
[ 0.898478] Console: switching to colour frame buffer device 160x45
[ 0.909117] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
[ 0.909402] uart-pl011 dev:f1: no DMA platform data
[ 0.909898] vc-cma: Videocore CMA driver
[ 0.909913] vc-cma: vc_cma_base = 0x00000000
[ 0.909925] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
[ 0.909935] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
[ 0.921445] brd: module loaded
[ 0.927262] loop: module loaded
[ 0.928069] vchiq: vchiq_init_state: slot_zero = 0xaec80000, is_master = 0
[ 0.928904] Loading iSCSI transport class v2.0-870.
[ 0.929830] usbcore: registered new interface driver smsc95xx
[ 0.929905] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.130246] Core Release: 2.80a
[ 1.130270] Setting default values for core params
[ 1.130296] Finished setting default values for core params
[ 1.330702] Using Buffer DMA mode
[ 1.330719] Periodic Transfer Interrupt Enhancement - disabled
[ 1.330730] Multiprocessor Interrupt Enhancement - disabled
[ 1.330741] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 1.330757] Dedicated Tx FIFOs mode
[ 1.331123] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xaec14000 dma = 0xeec14000 len=9024
[ 1.331163] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
[ 1.331224] dwc_otg: Microframe scheduler enabled
[ 1.331299] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x804f8c30
[ 1.331319] WARN::hcd_init_fiq:413: FIQ ASM at 0x804f8fa0 length 36
[ 1.331338] WARN::hcd_init_fiq:438: MPHI regs_base at 0xaf80a000
[ 1.331367] dwc_otg bcm2708_usb: DWC OTG Controller
[ 1.331418] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
[ 1.331465] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[ 1.331519] Init: Port Power? op_state=1
[ 1.331530] Init: Power Port (0)
[ 1.331829] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.331850] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.331866] usb usb1: Product: DWC OTG Controller
[ 1.331882] usb usb1: Manufacturer: Linux 3.18.13-1-osmc dwc_otg_hcd
[ 1.331897] usb usb1: SerialNumber: bcm2708_usb
[ 1.332877] hub 1-0:1.0: USB hub found
[ 1.332941] hub 1-0:1.0: 1 port detected
[ 1.333457] dwc_otg: FIQ enabled
[ 1.333472] dwc_otg: NAK holdoff enabled
[ 1.333482] dwc_otg: FIQ split-transaction FSM enabled
[ 1.333522] Module dwc_common_port init
[ 1.333882] usbcore: registered new interface driver usb-storage
[ 1.334164] mousedev: PS/2 mouse device common for all mice
[ 1.335053] bcm2835-cpufreq: min=600000 max=900000
[ 1.335367] sdhci: Secure Digital Host Controller Interface driver
[ 1.335380] sdhci: Copyright(c) Pierre Ossman
[ 1.335563] DMA channels allocated for the MMC driver
[ 1.371225] Load BCM2835 MMC driver
[ 1.371521] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.375400] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.377747] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.378051] usbcore: registered new interface driver usbhid
[ 1.378064] usbhid: USB HID core driver
[ 1.379438] TCP: cubic registered
[ 1.379460] Initializing XFRM netlink socket
[ 1.379510] NET: Registered protocol family 17
[ 1.380761] Key type dns_resolver registered
[ 1.380939] Registering SWP/SWPB emulation handler
[ 1.384127] registered taskstats version 1
[ 1.387717] vc-sm: Videocore shared memory driver
[ 1.387739] [vc_sm_connected_init]: start
[ 1.388547] [vc_sm_connected_init]: end - returning 0
[ 1.389606] Waiting for root device /dev/mmcblk0p2…
[ 1.410499] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.413983] mmc0: new high speed SDHC card at address aaaa
[ 1.414572] mmcblk0: mmc0:aaaa SL08G 7.40 GiB
[ 1.416041] mmcblk0: p1 p2
[ 1.507680] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 1.507751] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.517950] devtmpfs: mounted
[ 1.518614] Freeing unused kernel memory: 388K (808ef000 - 80950000)
[ 1.531354] Indeed it is in host mode hprt0 = 00021501
[ 1.711351] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.711517] Indeed it is in host mode hprt0 = 00001101
[ 1.911671] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 1.911703] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.912759] hub 1-1:1.0: USB hub found
[ 1.912880] hub 1-1:1.0: 5 ports detected
[ 2.191469] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 2.291674] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 2.291704] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.294801] smsc95xx v1.0.4
[ 2.355341] smsc95xx 1-1.1:1.0 eth0: register ‘smsc95xx’ at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:a2:6f:61
[ 2.431460] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
[ 2.532329] usb 1-1.2: New USB device found, idVendor=20f4, idProduct=804b
[ 2.532361] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.532377] usb 1-1.2: Product: 802.11n WLAN Adapter
[ 2.532392] usb 1-1.2: Manufacturer: Realtek
[ 2.532408] usb 1-1.2: SerialNumber: 00e04c000001
[ 2.611450] usb 1-1.3: new low-speed USB device number 5 using dwc_otg
[ 2.769031] usb 1-1.3: New USB device found, idVendor=05a4, idProduct=9881
[ 2.769065] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.808288] input: HID 05a4:9881 as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:05A4:9881.0001/input/input0
[ 2.808729] hid-generic 0003:05A4:9881.0001: input,hidraw0: USB HID v1.10 Keyboard [HID 05a4:9881] on usb-bcm2708_usb-1.3/input0
[ 2.932851] input: HID 05a4:9881 as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:05A4:9881.0002/input/input1
[ 2.933492] hid-generic 0003:05A4:9881.0002: input,hidraw1: USB HID v1.10 Mouse [HID 05a4:9881] on usb-bcm2708_usb-1.3/input1
[ 3.206813] random: systemd urandom read with 88 bits of entropy available
[ 3.264015] NET: Registered protocol family 10
[ 3.588265] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[ 3.588583] systemd[1]: Found ordering cycle on basic.target/start
[ 3.588612] systemd[1]: Found dependency on sysinit.target/start
[ 3.588640] systemd[1]: Found dependency on kbd.service/start
[ 3.588667] systemd[1]: Found dependency on remote-fs.target/start
[ 3.588692] systemd[1]: Found dependency on remote-fs-pre.target/start
[ 3.588717] systemd[1]: Found dependency on connman.service/start
[ 3.588741] systemd[1]: Found dependency on dbus.service/start
[ 3.588765] systemd[1]: Found dependency on basic.target/start
[ 3.588791] systemd[1]: Breaking ordering cycle by deleting job kbd.service/start
[ 3.588821] systemd[1]: Job kbd.service/start deleted to break ordering cycle starting with basic.target/start
[ 3.589168] systemd[1]: Found ordering cycle on basic.target/start
[ 3.589201] systemd[1]: Found dependency on sysinit.target/start
[ 3.589229] systemd[1]: Found dependency on rpcbind.service/start
[ 3.589258] systemd[1]: Found dependency on network-online.target/start
[ 3.589283] systemd[1]: Found dependency on network.target/start
[ 3.589306] systemd[1]: Found dependency on connman.service/start
[ 3.589330] systemd[1]: Found dependency on dbus.service/start
[ 3.589354] systemd[1]: Found dependency on basic.target/start
[ 3.589379] systemd[1]: Breaking ordering cycle by deleting job rpcbind.service/start
[ 3.589409] systemd[1]: Job rpcbind.service/start deleted to break ordering cycle starting with basic.target/start
[ 3.775192] fuse init (API version 7.23)
[ 3.777613] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 4.129338] systemd-udevd[130]: starting version 215
[ 4.332149] lirc_dev: IR Remote Control driver registered, major 246
[ 4.433442] lirc_rpi: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.611785] random: nonblocking pool is initialized
[ 4.743933] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 5.391287] lirc_rpi: auto-detected active high receiver on GPIO pin 18
[ 5.391767] lirc_rpi lirc_rpi: lirc_dev: driver lirc_rpi registered at minor = 0
[ 5.391790] lirc_rpi: driver registered!
[ 5.615463] input: lircd as /devices/virtual/input/input2
[ 5.811823] systemd-journald[104]: Received request to flush runtime journal from PID 1
[ 6.283475] smsc95xx 1-1.1:1.0 eth0: hardware isn’t capable of remote wakeup
[ 6.283935] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 7.982917] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 7.989961] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
[ 8.015426] 8021q: 802.1Q VLAN Support v1.8
[ 11.719752] Console: switching to colour dummy device 80x30

Shorter version of what you’re likely looking for…

[ 2.431460] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
[ 2.532329] usb 1-1.2: New USB device found, idVendor=20f4, idProduct=804b
[ 2.532361] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.532377] usb 1-1.2: Product: 802.11n WLAN Adapter
[ 2.532392] usb 1-1.2: Manufacturer: Realtek
[ 2.532408] usb 1-1.2: SerialNumber: 00e04c000001

For what it’s worth, I tried forcing it to use the 8812au driver.

modprobe 8812au
echo 20f4 804b > /sys/bus/usb/rtl8812au/new_id

Kernel panic followed

Can you provide a readable screenshot of the kernel panic ?

Only able to capture about half of the panic text… the rest scrolled up far too quickly to capture.

According to this link, my adapter uses the 8811au chipset, not the 8812au. However, it then includes a link to an 8812/8821 driver. Leaving me both very confused, and without wireless for my new Pi.

That device needs the 8821 module, not 8812. Both are part of our driver, but the vid/pid is not.

{USB_DEVICE(0x20F4, 0x804B),.driver_info = RTL8821}, /* Trendnet - TEW-804UB */```

needs to be added. If you confirm it works, I will add it.

Sam

I do not appear to have a 8821 module. At least, I don’t see anything in /var/modules/uname -r/modules.alias, and modprobe 8821au and modprobe 8821 fail.

Edit: Apologies, I originally wrote “modprobe 8812”… meant “modprobe 8821”

Hi

Thanks for providing us with the info. I’m hoping this commit takes care of things:

This should be part of the July update

Thanks

Sam

Thanks!

No problem – let me know if it does not resolve the issue

Thanks

Sam

Me watching/listening to David Gilmour over my now-functional wireless. Many thanks!

Did you build the driver then or did our updated one take care of it?

Sam

The update took care of it. Thanks!

1 Like

The latest update (Kodi version 17.3, compiled June 1 2017) killed my TEW-804UB. Now I have no network connection for my living room media playback device.

The previous version installed (compiled in March, I believe) worked fine.

Can anyone out there provide a fix?

Can’t see any changes to the driver that would’ve caused this.
Have you checked the adapter is still working as expected?