Build Your Own Arcade Controls Forum
Software Support => GroovyMAME => Topic started by: DreyMIX on September 14, 2020, 04:58:55 am
-
Hello,
do you know if this wifi adapter on substring GroovyArcade distribution is supported?
https://www.amazon.it/TP-Link-TL-WN823N-Adattatore-Wireless-Pulsante/dp/B07M69276N/
https://www.tp-link.com/en/home-networking/adapter/archer-t3u/
Thx!
-
Can't tell if it work ootb, but I'd say most chances are that it works. May require some manual tweaking though
-
What do you mean by "manual tweaking though"?
Otherwise, have you already tested any other wifi adapter that works perfectly with this system?
Thank you
-
Manually tweaking could mean installing a compilation environment and use AUR to install a good driver. Any linux newbie would fear such operation
As for me, using the 2 wifi dongles I own :
- one worked without a hitch
- the other one is really troublesome : it's detected by the system, can list APs, but won't connect to any. The same dongle works just perfect on my everyday ubuntu PC ...
I've had reports of :
- someone got it working flawlessly
- someone had to install a specific driver
-
As for me, using the 2 wifi dongles I own :
- one worked without a hitch
Thank you. Could you tell me exactly what model you used?
-
It's some kind of "no name" that I got bundled with a raspberry Pi 2. Will try to find the chip inside. But it's an old and crappy one, the bandwidth is really poor.
-
Ah, I understand. Maybe I'll buy this adapter first and see if I can get it to work.
Thanks in the meantime. I will let you know ;)
-
Hello,
then I got the wifi adapter from TP-Link - Archer T3U. I tried looking for the drivers for Arch Linux (which is installed on the GroovyArcade), but I can't find anything. On the CD there are drivers only for Windows and Mac.
If I enter the console and type the command "lsusb", the device is detected.
[arcade@GroovyArcade ~]$ lsusb
Bus 002 Device 007: ID 2357:012d TP-Link 802.11ac NIC
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 002: ID d209:0452 Ultimarc J-PAC
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Could you help me install the drivers or at least figure out where to download them? Unfortunately I don't understand much about Arch. I am from Ubuntu.
PS:
From this link I see that they are talking about the same version of adapter that I also have. All right?
https://askubuntu.com/a/1183710
Thx!
-
First check if wlan0 exists. If available, go the easy way : sudo wifi-menu
-
Can I check it with "ifconfig"? If so, just give me the wired network interface.
[arcade@GroovyArcade ~]$ ifconfig
enp6s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.240 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::e2cb:4eff:feb0:8275 prefixlen 64 scopeid 0x20<link>
ether e0:cb:4e:b0:82:75 txqueuelen 1000 (Ethernet)
RX packets 275 bytes 33932 (33.1 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 88 bytes 11800 (11.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 4 bytes 240 (240.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 4 bytes 240 (240.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[arcade@GroovyArcade ~]$
-
https://wiki.archlinux.org/index.php/Network_configuration/Wireless#Check_the_driver_status should be a good start as GroovyArcade is basically a custom Arch Linux distro.
-
Sorry if I understand little, but I'm afraid of doing damage. Through that guide you passed me, I ran the following command "lsusb -v" and it gave me the following information. What do you mean, who found the device?
[arcade@GroovyArcade ~]$ lsusb -v
Bus 002 Device 004: ID 2357:012d TP-Link 802.11ac NIC
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.10
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x2357 TP-Link
idProduct 0x012d
bcdDevice 2.10
iManufacturer 1
iProduct 2
iSerial 3
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0035
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 5
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 2
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x05 EP 5 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x06 EP 6 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x87 EP 7 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 3
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x08 EP 8 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
I continued to read and execute the commands the guide told me, but without success. Then towards the end, in the "Troubleshooting drivers and firmware" section. It seems to be talking about my device:
rtl8822bu
rtl8822bu-dkms-gitAUR or rtl88x2bu-dkms-gitAUR provides a kernel module for the Realtek 8822bu chipset found in the Edimax EW7822ULC USB3, Asus AC53 Nano USB 802.11ac and TP-Link Archer T3U adapter.
This requires DKMS, so make sure you have your proper kernel headers installed.
And I found this: https://github.com/jeremyb31/rtl8822bu
-
lspci -k would be better in that case, lsusb is not helping much here
-
Here's what it gives me back. I don't seem to see the device.
00:00.0 Host bridge: Intel Corporation 5520/5500/X58 I/O Hub to ESI Port (rev 13)
Subsystem: ASUSTeK Computer Inc. Device 836b
00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 13)
Kernel driver in use: pcieport
00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 13)
Kernel driver in use: pcieport
00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 13)
Kernel driver in use: pcieport
00:14.0 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers (rev 13)
Kernel driver in use: i7core_edac
Kernel modules: i7core_edac
00:14.1 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers (rev 13)
00:14.2 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers (rev 13)
00:14.3 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub Throttle Registers (rev 13)
Kernel modules: i5500_temp
00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4
Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5
Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6
Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2
Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
Subsystem: ASUSTeK Computer Inc. Device 8357
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1
Kernel driver in use: pcieport
00:1c.2 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 3
Kernel driver in use: pcieport
00:1c.3 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 4
Kernel driver in use: pcieport
00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 5
Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1
Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2
Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3
Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1
Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)
00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller
Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
Kernel modules: i2c_i801
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV710/M92 [Mobility Radeon HD 4330/4350/4550]
Subsystem: PC Partner Limited / Sapphire Technology Radeon HD 4350/4550 HyperMemory DDR2
Kernel driver in use: radeon
Kernel modules: radeon
02:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] RV710/730 HDMI Audio [Radeon HD 4000 series]
Subsystem: PC Partner Limited / Sapphire Technology Device aa38
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
04:00.0 SATA controller: JMicron Technology Corp. JMB363 SATA/IDE Controller (rev 03)
Subsystem: ASUSTeK Computer Inc. Device 824f
Kernel driver in use: ahci
04:00.1 IDE interface: JMicron Technology Corp. JMB363 SATA/IDE Controller (rev 03)
Subsystem: ASUSTeK Computer Inc. Device 824f
Kernel driver in use: pata_jmicron
Kernel modules: pata_jmicron, pata_acpi, ata_generic
05:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6315 Series Firewire Controller
Subsystem: ASUSTeK Computer Inc. P8P67 Deluxe Motherboard
Kernel driver in use: firewire_ohci
Kernel modules: firewire_ohci
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 02)
Subsystem: ASUSTeK Computer Inc. M3A78 Series Motherboard
Kernel driver in use: r8169
Kernel modules: r8169
ff:00.0 Host bridge: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers (rev 05)
Subsystem: Intel Corporation Device 8086
ff:00.1 Host bridge: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture System Address Decoder (rev 05)
Subsystem: Intel Corporation Device 8086
ff:02.0 Host bridge: Intel Corporation Xeon 5500/Core i7 QPI Link 0 (rev 05)
Subsystem: Intel Corporation Device 8086
ff:02.1 Host bridge: Intel Corporation Xeon 5500/Core i7 QPI Physical 0 (rev 05)
Subsystem: Intel Corporation Device 8086
ff:03.0 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller (rev 05)
Subsystem: Intel Corporation Device 8086
ff:03.1 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Target Address Decoder (rev 05)
Subsystem: Intel Corporation Device 8086
ff:03.4 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Test Registers (rev 05)
Subsystem: Intel Corporation Device 8086
ff:04.0 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Control Registers (rev 05)
Subsystem: Intel Corporation Device 8086
ff:04.1 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address Registers (rev 05)
Subsystem: Intel Corporation Device 8086
ff:04.2 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank Registers (rev 05)
Subsystem: Intel Corporation Device 8086
ff:04.3 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal Control Registers (rev 05)
Subsystem: Intel Corporation Device 8086
ff:05.0 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Control Registers (rev 05)
Subsystem: Intel Corporation Device 8086
ff:05.1 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address Registers (rev 05)
Subsystem: Intel Corporation Device 8086
ff:05.2 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank Registers (rev 05)
Subsystem: Intel Corporation Device 8086
ff:05.3 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal Control Registers (rev 05)
Subsystem: Intel Corporation Device 8086
ff:06.0 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Control Registers (rev 05)
Subsystem: Intel Corporation Device 8086
ff:06.1 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address Registers (rev 05)
Subsystem: Intel Corporation Device 8086
ff:06.2 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank Registers (rev 05)
Subsystem: Intel Corporation Device 8086
ff:06.3 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal Control Registers (rev 05)
Subsystem: Intel Corporation Device 8086
-
Not listed, indeed. I suppose dmesg should show it can't load the driver. Are you sure about your chipset ?
-
Please download the file at https://we.tl/t-f3Q5rGCgjq (I've just built it for you). Copy to your GA PC, run sudo pacman -U rtl88x2bu-dkms-git-5.8.7.1.r96.220508d-1-x86_64.pkg.tar.zst, reboot, try again your wifi dongle. Had someone facing the same problem, worked fine for him this way. So I guess I'll this driver to the repo.
-
Not listed, indeed. I suppose dmesg should show it can't load the driver. Are you sure about your chipset ?
What I can tell you is that I'm sure it works. At least on Windows 10, the device works.
Please download the file at https://we.tl/t-f3Q5rGCgjq (I've just built it for you). Copy to your GA PC, run sudo pacman -U rtl88x2bu-dkms-git-5.8.7.1.r96.220508d-1-x86_64.pkg.tar.zst, reboot, try again your wifi dongle. Had someone facing the same problem, worked fine for him this way. So I guess I'll this driver to the repo.
Thx! Now I try now and let you know;)
-
I think it gave me an error:
==> Unable to install module rtl88x2bu/5.8.7.1.r96.220508d for kernel *: Missing kernel headers.
[arcade@GroovyArcade ~]$ sudo pacman -U rtl88x2bu-dkms-git-5.8.7.1.r96.220508d-1-x86_64.pkg.tar.zst
loading packages...
resolving dependencies...
looking for conflicting packages...
Packages (12) binutils-2.35-2 dkms-2.8.3-1 elfutils-0.180-1 gcc-10.2.0-2 gcc-libs-10.2.0-2 guile-2.2.6-2 libelf-0.180-1 libmicrohttpd-0.9.71-1 libmpc-1.1.0-2
make-4.3-3 patch-2.7.6-8 rtl88x2bu-dkms-git-5.8.7.1.r96.220508d-1
Total Download Size: 76.68 MiB
Total Installed Size: 405.49 MiB
Net Upgrade Size: 253.87 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
gcc-libs-10.2.0-2-x86_64 31.5 MiB 38.9 MiB/s 00:01 [##############################################################] 100%
libmicrohttpd-0.9.71-1-x86_64 202.9 KiB 66.0 MiB/s 00:00 [##############################################################] 100%
libelf-0.180-1-x86_64 450.4 KiB 147 MiB/s 00:00 [##############################################################] 100%
elfutils-0.180-1-x86_64 619.8 KiB 202 MiB/s 00:00 [##############################################################] 100%
binutils-2.35-2-x86_64 5.3 MiB 59.1 MiB/s 00:00 [##############################################################] 100%
libmpc-1.1.0-2-x86_64 65.1 KiB 0.00 B/s 00:00 [##############################################################] 100%
gcc-10.2.0-2-x86_64 31.5 MiB 45.2 MiB/s 00:01 [##############################################################] 100%
make-4.3-3-x86_64 481.6 KiB 157 MiB/s 00:00 [##############################################################] 100%
patch-2.7.6-8-x86_64 92.5 KiB 0.00 B/s 00:00 [##############################################################] 100%
guile-2.2.6-2-x86_64 6.4 MiB 48.0 MiB/s 00:00 [##############################################################] 100%
dkms-2.8.3-1-any 53.8 KiB 0.00 B/s 00:00 [##############################################################] 100%
(12/12) checking keys in keyring [##############################################################] 100%
(11/12) checking package integrity [##############################################################] 100%
(11/12) loading package files [##############################################################] 100%
(12/12) checking for file conflicts [##############################################################] 100%
:: Processing package changes...
( 1/12) upgrading gcc-libs [##############################################################] 100%
( 2/12) installing libmicrohttpd [##############################################################] 100%
( 3/12) upgrading libelf [##############################################################] 100%
( 4/12) installing elfutils [##############################################################] 100%
( 5/12) installing binutils [##############################################################] 100%
( 6/12) installing libmpc [##############################################################] 100%
( 7/12) installing gcc [##############################################################] 100%
Optional dependencies for gcc
lib32-gcc-libs: for generating code for 32-bit ABI
( 8/12) installing guile [##############################################################] 100%
( 9/12) installing make [##############################################################] 100%
(10/12) installing patch [##############################################################] 100%
Optional dependencies for patch
ed: for patch -e functionality
(11/12) installing dkms [##############################################################] 100%
Optional dependencies for dkms
linux-headers: build modules against the Arch kernel
linux-lts-headers: build modules against the LTS kernel
linux-zen-headers: build modules against the ZEN kernel
linux-hardened-headers: build modules against the HARDENED kernel
(12/12) installing rtl88x2bu-dkms-git [##############################################################] 100%
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Install DKMS modules
==> Unable to install module rtl88x2bu/5.8.7.1.r96.220508d for kernel *: Missing kernel headers.
(3/3) Updating the info directory file...
[arcade@GroovyArcade ~]$
I don't know if it will help you.
[arcade@GroovyArcade ~]$ uname -a
Linux GroovyArcade 5.7.7-arch1-1-15khz #1 SMP PREEMPT Fri, 03 Jul 2020 00:38:27 +0000 x86_64 GNU/Linux
-
Ah yeah sorry. Just run :
pacman -Sy linux-15khz-headers
-
ok it's downloading ... Thanks I'll let you know
-
Why is it still like this? I tried rebooting and now GA Setup starts and AM doesn't even start anymore.
[arcade@GroovyArcade ~]$ sudo pacman -Sy linux-15khz-headers
:: Synchronizing package databases...
groovyarcade 7.4 KiB 1845 KiB/s 00:00 [##############################################################] 100%
core 131.6 KiB 1415 KiB/s 00:00 [##############################################################] 100%
extra 1660.9 KiB 15.2 MiB/s 00:00 [##############################################################] 100%
community 5.2 MiB 51.5 MiB/s 00:00 [##############################################################] 100%
resolving dependencies...
looking for conflicting packages...
Packages (1) linux-15khz-headers-5.8.8.arch1-1
Total Download Size: 28.52 MiB
Total Installed Size: 122.62 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
linux-15khz-headers-5.8.8.arch1-1-x86_64 28.5 MiB 164 KiB/s 02:58 [##############################################################] 100%
(1/1) checking keys in keyring [##############################################################] 100%
(1/1) checking package integrity [##############################################################] 100%
(1/1) loading package files [##############################################################] 100%
(1/1) checking for file conflicts [##############################################################] 100%
:: Processing package changes...
(1/1) installing linux-15khz-headers [##############################################################] 100%
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating module dependencies...
(3/3) Install DKMS modules
==> Unable to install module rtl88x2bu/5.8.7.1.r96.220508d for kernel 5.8.8-arch1-1-15khz: Missing kernel modules tree.
[arcade@GroovyArcade ~]$
-
mmhhh ... looks like you need to update the kernel too
sudo pacman -S linux-15khz linux-15khz-docs
-
Good! It looks like it's gone.
[arcade@GroovyArcade ~]$ sudo pacman -S linux-15khz linux-15khz-docs
resolving dependencies...
looking for conflicting packages...
Packages (2) linux-15khz-5.8.8.arch1-1 linux-15khz-docs-5.8.8.arch1-1
Total Download Size: 99.12 MiB
Total Installed Size: 239.00 MiB
Net Upgrade Size: 163.17 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
linux-15khz-5.8.8.arch1-1-x86_64 72.5 MiB 5.44 MiB/s 00:13 [##############################################################] 100%
linux-15khz-docs-5.8.8.arch1-1-x86_64 26.7 MiB 8.17 MiB/s 00:03 [##############################################################] 100%
(2/2) checking keys in keyring [##############################################################] 100%
(2/2) checking package integrity [##############################################################] 100%
(2/2) loading package files [##############################################################] 100%
(2/2) checking for file conflicts [##############################################################] 100%
:: Running pre-transaction hooks...
(1/2) Removing linux initcpios...
(2/2) Remove DKMS modules
==> Unable to remove module rtl88x2bu/5.8.7.1.r96.220508d for kernel 5.7.7-arch1-1-15khz: Not found in dkms status output.
:: Processing package changes...
(1/2) upgrading linux-15khz [##############################################################] 100%
(2/2) installing linux-15khz-docs [##############################################################] 100%
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating module dependencies...
(3/4) Install DKMS modules
==> dkms install --no-depmod -m rtl88x2bu -v 5.8.7.1.r96.220508d -k 5.8.8-arch1-1-15khz
==> depmod 5.8.8-arch1-1-15khz
(4/4) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux-15khz.preset: 'default'
-> -k /boot/vmlinuz-linux-15khz -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-15khz.img
==> Starting build: 5.8.8-arch1-1-15khz
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [modconf]
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
-> Running build hook: [fsck]
-> Running build hook: [plymouth]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-15khz.img
==> Image generation successful
[arcade@GroovyArcade ~]$
I tried to restart the pc:
[arcade@GroovyArcade ~]$ uname -a
Linux GroovyArcade 5.8.8-arch1-1-15khz #1 SMP PREEMPT Fri, 11 Sep 2020 00:38:27 +0000 x86_64 GNU/Linux
[arcade@GroovyArcade ~]$ ifconfig
enp6s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.240 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::e2cb:4eff:feb0:8275 prefixlen 64 scopeid 0x20<link>
ether e0:cb:4e:b0:82:75 txqueuelen 1000 (Ethernet)
RX packets 3162 bytes 530676 (518.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3238 bytes 889960 (869.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether d0:37:45:17:f1:b7 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[arcade@GroovyArcade ~]$
But now AM doesn't start anymore. Going to read the logs (/home/arcade/shared/logs/attract.log), it says this:
attract: /usr/lib/libc.so.6: version `GLIBC_2.32' not found (required by /usr/lib/libgomp.so.1)
-
will look at this some other day, bed time here
-
Don't worry! Thanks for everything for now! In the meantime I see if I can at least configure the wifi and let you know.
-
All problems solved!
The wifi network adapter now works for me:
[arcade@GroovyArcade ~]$ iw dev wlan0 link
Connected to **:**:**:**:**:** (on wlan0)
SSID: ******_2.4GHz
freq: 2472
signal: -76 dBm
tx bitrate: 300.0 MBit/s
[arcade@GroovyArcade ~]$
AM now starts up again. I tried to force update the Glibc library
sudo pacman -S glibc
Thanks for all the help, and I hope this post will be useful for other users;)
-
Wanted to suggest a full system upgrade (I hardly bother with per package updates). The groovyarcade-config package could have been a little tricky, see my last post in the collaborative GA topic giving some news
-
ok I'll take a look at it. Doesn't running it risk compromising something?
-
If you're using the 2020.06 iso, what I can recall is :
- confirm you agree for some package replacements (harmless)
- Xorg fonts conflicts -> the default answer is no, so you must accept the proposal. Harmless too
- /home/arcade/.xinitrc : used to be "statically" created, not belonging to a package. But since yesterday, it's part of the groovyarcade-config package. So pacman will refuse to install the update. I've explained how to solve that in the collaborative GA topic. I don't recommend you customize this file
- a plymouth update will restore the default boot splash. Once again, check the collaborative GA topic
Better reference : http://forum.arcadecontrols.com/index.php/topic,160023.msg1723442.html#msg1723442
-
ok thx! ;D