Could you check/post the output of:
ls -al /var/cache/pacman/pkg/linux-firmware*
I wouldn’t really care and directly proceed to remove whatever files with that name are there.
sudo rm -f /var/cache/pacman/pkg/linux-firmware*
and then again:
pamac reinstall linux-firmware --overwrite='/usr/lib/firmware*'
The purpose and intention is to download a fresh copy of the required firmware package.
you used sudo in your prior attempt
Don’t do that.
No sudo with pamac - it will ask for permission.
MAYBL8
15 September 2024 16:46
22
Here is the first command:
I will post the result after the reinstall
[demo@Manjaro firmware]$ ls -al /var/cache/pacman/pkg/linux-firmware*
-rw-r--r-- 1 root root 142290173 Aug 11 16:47 /var/cache/pacman/pkg/linux-firmware-20240809.59460076-1-any.pkg.tar.zst
-rw-r--r-- 1 root root 310 Aug 11 16:47 /var/cache/pacman/pkg/linux-firmware-20240809.59460076-1-any.pkg.tar.zst.sig
-rw-r--r-- 1 root root 143643224 Sep 9 21:33 /var/cache/pacman/pkg/linux-firmware-20240909.552ed9b8-1-any.pkg.tar.zst
-rw-r--r-- 1 root root 310 Sep 9 21:33 /var/cache/pacman/pkg/linux-firmware-20240909.552ed9b8-1-any.pkg.tar.zst.sig
-rw-r--r-- 1 root root 9253943 Sep 9 21:33 /var/cache/pacman/pkg/linux-firmware-qlogic-20240909.552ed9b8-1-any.pkg.tar.zst
-rw-r--r-- 1 root root 310 Sep 9 21:33 /var/cache/pacman/pkg/linux-firmware-qlogic-20240909.552ed9b8-1-any.pkg.tar.zst.sig
-rw-r--r-- 1 root root 36274 Sep 9 21:33 /var/cache/pacman/pkg/linux-firmware-whence-20240909.552ed9b8-1-any.pkg.tar.zst
-rw-r--r-- 1 root root 310 Sep 9 21:33 /var/cache/pacman/pkg/linux-firmware-whence-20240909.552ed9b8-1-any.pkg.tar.zst.sig
[demo@Manjaro firmware]$ pamac reinstall linux-firmware --overwrite='/usr/lib/firmware*'
Preparing...
chmod: changing permissions of '/var/tmp/pamac/dbs/sync/packages-meta-ext-v1.json.gz': Operation not permitted
Warning: linux-firmware-20240909.552ed9b8-1 is up to date -- reinstalling
Resolving dependencies...
Checking inter-conflicts...
To reinstall (1):
linux-firmware 20240909.552ed9b8-1 core 143.6 MB
Total download size: 143.6 MB
Apply transaction ? [y/N] y
==== AUTHENTICATING FOR org.manjaro.pamac.commit ====
Authentication is required to install, update, or remove packages
Authenticating as: Dan Cihon (demo)
Very nice! (not)
Messed up the permissions due to using sudo before.
I don’t know how to rectify that.
You could use pacman to reinstall the firmware.
(this one does need sudo)
But: I don’t know the command to force a reinstall.
It should be:
pacman -S linux-firmware
or, better:
pacman -Syu linux-firmware
But perhaps it did work nonetheless?
It really doesn’t look like it though.
just run the pamac command with sudo once again - the permissions are messed up anyway.
check again:
MAYBL8
16 September 2024 00:54
24
Am I doing something wrong.
I don’t understand what is happening here.
[demo@Manjaro firmware]$ pacman -Syu linux-firmware
:: Synchronizing package databases...
core 137.4 KiB 598 KiB/s 00:00 [----------------------------------------------] 100%
extra 8.0 MiB 9.66 MiB/s 00:01 [----------------------------------------------] 100%
multilib is up to date
warning: linux-firmware-20240909.552ed9b8-1 is up to date -- reinstalling
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
Packages (3) libpamac-11.6.4+2+g1421283-4 pamac-gtk3-10.6.0-5 linux-firmware-20240909.552ed9b8-1
Total Download Size: 1.02 MiB
Total Installed Size: 625.55 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] y
:: Retrieving packages...
pamac-gtk3-10.6.0-5-x86_64 185.9 KiB 765 KiB/s 00:00 [----------------------------------------------] 100%
libpamac-11.6.4+2+g1421283-4-x86_64 863.1 KiB 2.58 MiB/s 00:00 [----------------------------------------------] 100%
Total (2/2) 1049.0 KiB 2.80 MiB/s 00:00 [----------------------------------------------] 100%
(3/3) checking keys in keyring [----------------------------------------------] 100%
(3/3) checking package integrity [----------------------------------------------] 100%
(3/3) loading package files [----------------------------------------------] 100%
(3/3) checking for file conflicts [----------------------------------------------] 100%
(3/3) checking available disk space [----------------------------------------------] 100%
warning: could not get file information for usr/lib/firmware/iwlwifi-cc-a0-50.ucode
warning: could not get file information for usr/lib/firmware/iwlwifi-cc-a0-59.ucode
warning: could not get file information for usr/lib/firmware/iwlwifi-cc-a0-66.ucode
warning: could not get file information for usr/lib/firmware/iwlwifi-cc-a0-72.ucode
warning: could not get file information for usr/lib/firmware/iwlwifi-cc-a0-73.ucode
warning: could not get file information for usr/lib/firmware/iwlwifi-cc-a0-74.ucode
warning: could not get file information for usr/lib/firmware/iwlwifi-cc-a0-77.ucode
:: Processing package changes...
(1/3) reinstalling linux-firmware [----------------------------------------------] 100%
(2/3) upgrading libpamac [----------------------------------------------] 100%
(3/3) upgrading pamac-gtk3 [----------------------------------------------] 100%
:: Running post-transaction hooks...
( 1/10) Reloading system manager configuration...
( 2/10) Arming ConditionNeedsUpdate...
( 3/10) Updating the MIME type database...
( 4/10) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux610.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.10-x86_64 -g /boot/initramfs-6.10-x86_64.img
==> Starting build: '6.10.10-2-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.10-x86_64.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux610.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.10-x86_64 -g /boot/initramfs-6.10-x86_64-fallback.img -S autodetect
==> Starting build: '6.10.10-2-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.10-x86_64-fallback.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux611.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.11-x86_64 -g /boot/initramfs-6.11-x86_64.img
==> Starting build: '6.11.0-rc7-3-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.11-x86_64.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux611.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.11-x86_64 -g /boot/initramfs-6.11-x86_64-fallback.img -S autodetect
==> Starting build: '6.11.0-rc7-3-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.11-x86_64-fallback.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64.img
==> Starting build: '6.6.51-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64-fallback.img -S autodetect
==> Starting build: '6.6.51-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64-fallback.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
( 5/10) Reloading system bus configuration...
( 6/10) Updating icon theme caches...
( 7/10) linux-firmware-post.hook
( 8/10) Looking for Pacnew/Pacsave created.
( 9/10) Checking which packages need to be rebuilt
foreign python-sklearn-pandas
foreign thonny
(10/10) Updating the desktop file MIME type cache...
If you’ve been running pamac with sudo, it might, probably will, explain the permission errors. It has been mentioned many times in a lot of places here on the forum, pamac is not pacman and pamac should not be run with sudo. pacman yes. pamac no.
So that’s probably why you’re getting permissions errors. So first install pacutils:
pacman install pacutils
When that’s finished, check for any file errors:
sudo paccheck --quiet --files --recursive
Please post the output here if you wish us to take a look.
Read my post again - I added some (probably controversial) opinion to it.
just as you did before
and deal with the permission issue later
sudo pamac reinstall linux-firmware --overwrite='/usr/lib/firmware*'
Or use
sudo pacman -S --force linux-firmware
or
sudo pacman -Syu --force linux-firmware
MAYBL8
16 September 2024 11:56
27
@Mirdarthos
I usually just use pacman for all package updates and deletions.
Here is the result of what you asked me to do:
[demo@Manjaro ~]$ sudo paccheck --quiet --files --recursive
[sudo] password for demo:
linux-firmware: '/usr/lib/firmware/iwlwifi-cc-a0-50.ucode' missing file
linux-firmware: '/usr/lib/firmware/iwlwifi-cc-a0-59.ucode' missing file
linux-firmware: '/usr/lib/firmware/iwlwifi-cc-a0-66.ucode' missing file
linux-firmware: '/usr/lib/firmware/iwlwifi-cc-a0-72.ucode' missing file
linux-firmware: '/usr/lib/firmware/iwlwifi-cc-a0-73.ucode' missing file
linux-firmware: '/usr/lib/firmware/iwlwifi-cc-a0-74.ucode' missing file
linux-firmware: '/usr/lib/firmware/iwlwifi-cc-a0-77.ucode' missing file
xampp: '/opt/lampp/htdocs/dashboard/images/appleVM-logo.png' missing file
Don’t we already know that these files are missing?
This was the reason for trying to remedy that by first deleting the existing firmware package from the pacman cache
/var/cache/pacman/pkg
to force the download of a fresh one and then install that.
Those files are in there - I checked.
Have you checked whether the files are now present?
However:
I personally doubt that your Bluetooth adapter will magically appear once they are …
Well,
something’s f…dodgy…
Anyway, those files might be, probably is, why this isn’t working.
So, lets try the nuclear option:
pamac reinstall --overwrite='*' linux-firmware
Note:
The --overwrite argument has the potential to lead to serious, irrecoverable data loss, and should not be used willy-nilly.
I am starting to agree. How ever it happened, this installation is very borked.
The important issue right now - and very dominant indeed - is for you to determine why those files are missing on your system - because without whatever firmware files is required you will not get you bluetooth working.
$ ls -l /usr/lib/firmware/iwlwifi-cc*.ucode
-rw-r--r-- 1 root root 1101228 10 sep 03:23 /usr/lib/firmware/iwlwifi-cc-a0-50.ucode
-rw-r--r-- 1 root root 1261280 10 sep 03:23 /usr/lib/firmware/iwlwifi-cc-a0-59.ucode
-rw-r--r-- 1 root root 1307180 10 sep 03:23 /usr/lib/firmware/iwlwifi-cc-a0-66.ucode
-rw-r--r-- 1 root root 1329780 10 sep 03:23 /usr/lib/firmware/iwlwifi-cc-a0-72.ucode
-rw-r--r-- 1 root root 1333296 10 sep 03:23 /usr/lib/firmware/iwlwifi-cc-a0-73.ucode
-rw-r--r-- 1 root root 1334780 10 sep 03:23 /usr/lib/firmware/iwlwifi-cc-a0-74.ucode
-rw-r--r-- 1 root root 1367496 10 sep 03:23 /usr/lib/firmware/iwlwifi-cc-a0-77.ucode
Try:
history | grep -i iwlwifi
…and obviously provide the output here.
MAYBL8
16 September 2024 12:17
32
First I want to thank you guys for sticking with me on this. I appreciate your knowledge with this .
I have been trying to solve this since I bought this Laptop on an off over the years.
One person suggested I take the laptop apart and put in a different card.
One said just get a bluetooth dongle.
Anyway I would like to get this to work. So thanks again,
Here is the output of what you asked and some more info if it helps at all.
[demo@Manjaro ~]$ pamac reinstall --overwrite='*' linux-firmware
Preparing...
chmod: changing permissions of '/var/tmp/pamac/dbs/sync/packages-meta-ext-v1.json.gz': Operation not permitted
Warning: linux-firmware-20240909.552ed9b8-1 is up to date -- reinstalling
Resolving dependencies...
Checking inter-conflicts...
To reinstall (1):
linux-firmware 20240909.552ed9b8-1 core
Apply transaction ? [y/N] y
==== AUTHENTICATING FOR org.manjaro.pamac.commit ====
Authentication is required to install, update, or remove packages
Authenticating as: Dan Cihon (demo)
Password:
==== AUTHENTICATION COMPLETE ====
Checking keyring... [1/1]
Checking integrity... [1/1]
Loading packages files... [1/1]
Checking file conflicts... [1/1]
Checking available disk space... [1/1]
Reinstalling linux-firmware (20240909.552ed9b8-1)... [1/1]
Running post-transaction hooks...
Arming ConditionNeedsUpdate... [1/5]
Updating linux initcpios... [2/5]
==> Building image from preset: /etc/mkinitcpio.d/linux610.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.10-x86_64 -g /boot/initramfs-6.10-x86_64.img
==> Starting build: '6.10.10-3-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.10-x86_64.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux610.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.10-x86_64 -g /boot/initramfs-6.10-x86_64-fallback.img -S autodetect
==> Starting build: '6.10.10-3-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.10-x86_64-fallback.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux611.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.11-x86_64 -g /boot/initramfs-6.11-x86_64.img
==> Starting build: '6.11.0-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.11-x86_64.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux611.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.11-x86_64 -g /boot/initramfs-6.11-x86_64-fallback.img -S autodetect
==> Starting build: '6.11.0-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.11-x86_64-fallback.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64.img
==> Starting build: '6.6.51-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64-fallback.img -S autodetect
==> Starting build: '6.6.51-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64-fallback.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
linux-firmware-post.hook [3/5]
Looking for Pacnew/Pacsave created. [4/5]
Checking which packages need to be rebuilt [5/5]
parallel: Warning: $HOME not set. Using /tmp.
foreign python-sklearn-pandas
foreign thonny
A restart is required for the changes to take effect.
Transaction successfully finished.
[demo@Manjaro ~]$ history | grep -i iwlwifi
381 sudo stat /usr/lib/firmware/iwlwifi-cc-*.ucode
382 stat /usr/lib/firmware/iwlwifi-cc-*.ucode
384 file /usr/lib/firmware/iwlwifi-cc-*.ucode
446 stat /usr/lib/firmware/iwlwifi-cc-*.ucode
456 history | grep -i iwlwifi
[demo@Manjaro ~]$ sudo dmesg | grep iwlwifi
[sudo] password for demo:
[ 6.258749] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 6.268778] iwlwifi 0000:00:14.3: Detected crf-id 0x3617, cnv-id 0x20000302 wfpm id 0x80000000
[ 6.268798] iwlwifi 0000:00:14.3: PCI dev 02f0/0074, rev=0x351, rfid=0x10a100
[ 6.281660] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[ 6.282071] iwlwifi 0000:00:14.3: loaded firmware version 77.85be44d3.0 QuZ-a0-hr-b0-77.ucode op_mode iwlmvm
[ 6.550949] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
[ 6.673661] iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100
[ 6.740506] iwlwifi 0000:00:14.3: base HW address: 0c:dd:24:ab:82:13
[ 7.899669] iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
[ 6414.451540] iwlwifi 0000:00:14.3: missed beacons exceeds threshold, but receiving data. Stay connected, Expect bugs.
[ 6414.451556] iwlwifi 0000:00:14.3: missed_beacons:19, missed_beacons_since_rx:1
[ 6414.553900] iwlwifi 0000:00:14.3: missed beacons exceeds threshold, but receiving data. Stay connected, Expect bugs.
[ 6414.553908] iwlwifi 0000:00:14.3: missed_beacons:20, missed_beacons_since_rx:1
[ 6414.656312] iwlwifi 0000:00:14.3: missed beacons exceeds threshold, but receiving data. Stay connected, Expect bugs.
[ 6414.656324] iwlwifi 0000:00:14.3: missed_beacons:21, missed_beacons_since_rx:1
[ 6414.758784] iwlwifi 0000:00:14.3: missed beacons exceeds threshold, but receiving data. Stay connected, Expect bugs.
[ 6414.758798] iwlwifi 0000:00:14.3: missed_beacons:22, missed_beacons_since_rx:2
[ 6414.861133] iwlwifi 0000:00:14.3: missed beacons exceeds threshold, but receiving data. Stay connected, Expect bugs.
[ 6414.861148] iwlwifi 0000:00:14.3: missed_beacons:23, missed_beacons_since_rx:3
[43388.229367] intel_wmi_thunderbolt mtd wmi_bmof ucsi_acpi intel_lpss_pci processor_thermal_power_floor soundcore thunderbolt i2c_mux typec_ucsi mei_me intel_lpss iwlwifi processor_thermal_mbox typec mei intel_ish_ipc idma64 intel_soc_dts_iosf i2c_hid_acpi intel_pch_thermal intel_ishtp roles i2c_hid cfg80211 pinctrl_cannonlake intel_pmc_core intel_vsec pmt_telemetry wireless_hotkey int3400_thermal int3403_thermal intel_hid rfkill acpi_thermal_rel acpi_pad sparse_keymap soc_button_array int340x_thermal_zone pmt_class mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) pkcs8_key_parser i2c_dev sg crypto_user dm_mod loop nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 hid_generic usbhid i915 serio_raw atkbd i2c_algo_bit rtsx_pci_sdmmc libps2 drm_buddy mmc_core vivaldi_fmap ttm mxm_wmi nvme intel_gtt nvme_core drm_display_helper crc32c_intel spi_intel_pci xhci_pci nvme_auth rtsx_pci i8042 spi_intel cec video xhci_pci_renesas serio wmi
[43388.235513] intel_wmi_thunderbolt mtd wmi_bmof ucsi_acpi intel_lpss_pci processor_thermal_power_floor soundcore thunderbolt i2c_mux typec_ucsi mei_me intel_lpss iwlwifi processor_thermal_mbox typec mei intel_ish_ipc idma64 intel_soc_dts_iosf i2c_hid_acpi intel_pch_thermal intel_ishtp roles i2c_hid cfg80211 pinctrl_cannonlake intel_pmc_core intel_vsec pmt_telemetry wireless_hotkey int3400_thermal int3403_thermal intel_hid rfkill acpi_thermal_rel acpi_pad sparse_keymap soc_button_array int340x_thermal_zone pmt_class mac_hid vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) pkcs8_key_parser i2c_dev sg crypto_user dm_mod loop nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 hid_generic usbhid i915 serio_raw atkbd i2c_algo_bit rtsx_pci_sdmmc libps2 drm_buddy mmc_core vivaldi_fmap ttm mxm_wmi nvme intel_gtt nvme_core drm_display_helper crc32c_intel spi_intel_pci xhci_pci nvme_auth rtsx_pci i8042 spi_intel cec video xhci_pci_renesas serio wmi
At the moment my suggestion might sound similar. Albeit less drastic.
Just Nuke the OS, already.
But that’s just me.
MAYBL8
16 September 2024 12:25
34
@Mirdarthos
My system is not “borked” . This is the only issue I have . You might disagree that is ok.
I have tried other LInux OS’s on this system and none of them get this working out of the box anyway.
I hate to say it. Windows is the only one it works on. And am NOT going to use Windows as my daily machine.
Well, please provide tthe output of:
sudo ls -lah /usr/lib/firmware
Edit:
Here, it clearly shows it’s picking up the AX201:
And according to:
Bluetooth is integrated on that . But your bluetooth doesn’t work. In any distribution, apparently.
But, as mentioned, apparently it’s not just you . I just checked the AUR again, and:
$ pamac search iwlwifi
[...]
iwlwifi-ax101-dkms 6.2-3 AUR
Intel wireless chips driver fixed for ax101 from linux (6.2)
So perhaps it might be a good idea to install and test this iwlwifi-ax101-dkms:
pamac build iwlwifi-ax101-dkms
Edit:
AND what @anon33601770 said:
I don’t mean to interfere, but at this point I’d have long lost my patience and simply extract the archive myself and copy the missing files “by hand” to where they belong
for example:
mkdir test
tar -C /home/username/test --zstd -xf /var/cache/pacman/pkg/linux-firmware-20240809.59460076-1-any.pkg.tar.zst
(that is all on one line, obviously replace the “username” part)
and then go to that directory and (as admin) copy them where they should be
MAYBL8
16 September 2024 12:35
36
[demo@Manjaro ~]$ sudo ls -lah /usr/lib/firmware
[sudo] password for demo:
total 204M
drwxr-xr-x 100 root root 20K Sep 16 08:11 .
drwxr-xr-x 281 root root 300K Sep 16 07:51 ..
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 3com
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 acenic
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 adaptec
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 advansys
-rw-r--r-- 1 root root 50K Sep 9 21:23 agere_ap_fw.bin
-rw-r--r-- 1 root root 64K Sep 9 21:23 agere_sta_fw.bin
-rw-r--r-- 1 root root 23K Sep 23 2023 aic94xx-seq.fw
-rw-r--r-- 1 root root 3.4K Jul 11 18:17 aica_firmware.bin
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 airoha
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 amd
drwxr-xr-x 2 root root 28K Sep 16 08:09 amdgpu
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 amdtee
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 amlogic
drwxr-xr-x 3 root root 4.0K Sep 15 12:23 amphion
drwxr-xr-x 8 root root 4.0K Sep 16 08:09 ar3k
-rw-r--r-- 1 root root 150K Sep 9 21:23 ar5523.bin
-rw-r--r-- 1 root root 69K Sep 9 21:23 ar7010_1_1.fw
-rw-r--r-- 1 root root 69K Sep 9 21:23 ar7010.fw
-rw-r--r-- 1 root root 82K Sep 9 21:23 ar9170-1.fw
-rw-r--r-- 1 root root 3.5K Sep 9 21:23 ar9170-2.fw
-rw-r--r-- 1 root root 51K Sep 9 21:23 ar9271.fw
drwxr-xr-x 3 root root 4.0K Sep 15 12:23 arm
-rw-r--r-- 1 root root 94K Sep 9 21:23 as102_data1_st.hex
-rw-r--r-- 1 root root 80K Sep 9 21:23 as102_data2_st.hex
drwxr-xr-x 2 root root 4.0K Sep 13 08:51 asihpi
-rw-r--r-- 1 root root 26K Nov 11 2023 ast_dp501_fw.bin
drwxr-xr-x 11 root root 4.0K Sep 15 12:23 ath10k
drwxr-xr-x 10 root root 4.0K Sep 15 12:23 ath11k
drwxr-xr-x 3 root root 4.0K Sep 15 12:23 ath12k
-rw-r--r-- 1 root root 242K Sep 9 21:23 ath3k-1.fw
drwxr-xr-x 6 root root 4.0K Sep 15 12:23 ath6k
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 ath9k_htc
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 atmel
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 atusb
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 av7110
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 bnx2
drwxr-xr-x 2 root root 12K Sep 16 08:09 brcm
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 cadence
-rw-r--r-- 1 root root 14K Sep 9 21:23 carl9170-1.fw
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 cavium
-rw-r--r-- 1 root root 405K Sep 9 21:23 cbfw-3.2.5.1.bin
drwxr-xr-x 4 root root 60K Sep 16 08:09 cirrus
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 cis
-rw-r--r-- 1 root root 62K Sep 9 21:23 cmmb_vega_12mhz.inp
-rw-r--r-- 1 root root 95K Sep 9 21:23 cmmb_venice_12mhz.inp
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 cnm
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 cpia2
-rw-r--r-- 1 root root 560 Sep 9 21:23 cs42l43.bin
drwxr-xr-x 2 root root 4.0K Sep 13 08:51 cs46xx
-rw-r--r-- 1 root root 571K Sep 9 21:23 ct2fw-3.2.5.1.bin
-rw-r--r-- 1 root root 641K Sep 9 21:23 ctefx.bin
-rw-r--r-- 1 root root 641K Jul 11 18:17 ctefx-desktop.bin
-rw-r--r-- 1 root root 641K Jul 11 18:17 ctefx-r3di.bin
-rw-r--r-- 1 root root 527K Sep 9 21:23 ctfw-3.2.5.1.bin
-rw-r--r-- 1 root root 4.1K Sep 9 21:23 ctspeq.bin
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 cxgb3
drwxr-xr-x 3 root root 4.0K Sep 16 08:09 cxgb4
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 cypress
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 dabusb
-rw-r--r-- 1 root root 96K Jul 11 18:17 digiface_firmware.bin
-rw-r--r-- 1 root root 96K Jul 11 18:17 digiface_firmware_rev11.bin
drwxr-xr-x 3 root root 4.0K Sep 15 12:23 dpaa2
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 dsp56k
-rw-r--r-- 1 root root 19K Sep 9 21:23 dvb-fe-xc4000-1.4.1.fw
-rw-r--r-- 1 root root 13K Sep 9 21:23 dvb-fe-xc5000-1.6.114.fw
-rw-r--r-- 1 root root 17K Sep 9 21:23 dvb-fe-xc5000c-4.1.30.7.fw
-rw-r--r-- 1 root root 100K Sep 9 21:23 dvb_nova_12mhz_b0.inp
-rw-r--r-- 1 root root 92K Sep 9 21:23 dvb_nova_12mhz.inp
-rw-r--r-- 1 root root 33K Sep 9 21:23 dvb-usb-dib0700-1.20.fw
-rw-r--r-- 1 root root 8.0K Sep 9 21:23 dvb-usb-it9135-01.fw
-rw-r--r-- 1 root root 5.7K Sep 9 21:23 dvb-usb-it9135-02.fw
-rw-r--r-- 1 root root 50K Sep 9 21:23 dvb-usb-terratec-h5-drxk.fw
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 e100
drwxr-xr-x 2 root root 4.0K Sep 13 08:51 ea
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 edgeport
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 emi26
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 emi62
drwxr-xr-x 2 root root 4.0K Sep 13 08:51 emu
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 ene-ub6250
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 ess
-rw-r--r-- 1 root root 178K Sep 9 21:23 f2255usb.bin
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 go7007
-rw-r--r-- 1 root root 32K Sep 9 21:23 hfi1_dc8051.fw
-rw-r--r-- 1 root root 17K Sep 9 21:23 hfi1_fabric.fw
-rw-r--r-- 1 root root 33K Sep 9 21:23 hfi1_pcie.fw
-rw-r--r-- 1 root root 5.3K Sep 9 21:23 hfi1_sbus.fw
-rw-r--r-- 1 root root 71K Sep 9 21:23 htc_7010.fw
-rw-r--r-- 1 root root 50K Sep 9 21:23 htc_9271.fw
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 i915
drwxr-xr-x 3 root root 4.0K Sep 15 12:23 imx
drwxr-xr-x 3 root root 4.0K Sep 15 12:23 inside-secure
lrwxrwxrwx 1 root root 26 Sep 9 21:23 INT8866RCA2.bin -> ti/tas2563/INT8866RCA2.bin
drwxr-xr-x 12 root root 4.0K Sep 16 08:09 intel
drwxr-xr-x 2 root root 4.0K Sep 13 08:51 intel-ucode
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 isci
-rw-r--r-- 1 root root 97K Sep 9 21:23 isdbt_nova_12mhz_b0.inp
-rw-r--r-- 1 root root 75K Sep 9 21:23 isdbt_nova_12mhz.inp
-rw-r--r-- 1 root root 84K Sep 9 21:23 isdbt_rio.inp
-rw-r--r-- 1 root root 330K Sep 9 21:23 iwlwifi-1000-5.ucode
-rw-r--r-- 1 root root 330K Sep 9 21:23 iwlwifi-100-5.ucode
-rw-r--r-- 1 root root 674K Sep 9 21:23 iwlwifi-105-6.ucode
-rw-r--r-- 1 root root 685K Sep 9 21:23 iwlwifi-135-6.ucode
-rw-r--r-- 1 root root 680K Sep 9 21:23 iwlwifi-2000-6.ucode
-rw-r--r-- 1 root root 691K Sep 9 21:23 iwlwifi-2030-6.ucode
-rw-r--r-- 1 root root 897K Sep 9 21:23 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 1012K Sep 9 21:23 iwlwifi-3168-29.ucode
-rw-r--r-- 1 root root 147K Sep 9 21:23 iwlwifi-3945-2.ucode
-rw-r--r-- 1 root root 184K Sep 9 21:23 iwlwifi-4965-2.ucode
-rw-r--r-- 1 root root 333K Sep 9 21:23 iwlwifi-5000-5.ucode
-rw-r--r-- 1 root root 330K Sep 9 21:23 iwlwifi-5150-2.ucode
-rw-r--r-- 1 root root 444K Sep 9 21:23 iwlwifi-6000-4.ucode
-rw-r--r-- 1 root root 662K Sep 9 21:23 iwlwifi-6000g2a-6.ucode
-rw-r--r-- 1 root root 664K Sep 9 21:23 iwlwifi-6000g2b-6.ucode
-rw-r--r-- 1 root root 459K Sep 9 21:23 iwlwifi-6050-5.ucode
-rw-r--r-- 1 root root 1.1M Sep 9 21:23 iwlwifi-7260-17.ucode
-rw-r--r-- 1 root root 1.2M Sep 9 21:23 iwlwifi-7265-17.ucode
-rw-r--r-- 1 root root 1013K Sep 9 21:23 iwlwifi-7265D-29.ucode
-rw-r--r-- 1 root root 2.4M Sep 9 21:23 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2.4M Sep 9 21:23 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2.4M Sep 9 21:23 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2.4M Sep 9 21:23 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2.6M Sep 9 21:23 iwlwifi-9000-pu-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2.5M Sep 9 21:23 iwlwifi-9000-pu-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-9000-pu-b0-jf-b0-46.ucode
-rw-r--r-- 1 root root 2.6M Sep 9 21:23 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2.5M Sep 9 21:23 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-9260-th-b0-jf-b0-46.ucode
-rw-r--r-- 1 root root 1.9M Sep 9 21:23 iwlwifi-bz-b0-fm-c0-92.ucode
-rw-r--r-- 1 root root 289K Sep 9 21:23 iwlwifi-bz-b0-fm-c0.pnvm
-rw-r--r-- 1 root root 1.8M Sep 9 21:23 iwlwifi-gl-c0-fm-c0-83.ucode
-rw-r--r-- 1 root root 1.8M Sep 9 21:23 iwlwifi-gl-c0-fm-c0-86.ucode
-rw-r--r-- 1 root root 1.9M Sep 9 21:23 iwlwifi-gl-c0-fm-c0-90.ucode
-rw-r--r-- 1 root root 1.9M Sep 9 21:23 iwlwifi-gl-c0-fm-c0-92.ucode
-rw-r--r-- 1 root root 289K Sep 9 21:23 iwlwifi-gl-c0-fm-c0.pnvm
-rw-r--r-- 1 root root 1.7M Sep 9 21:23 iwlwifi-ma-b0-gf4-a0-83.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-ma-b0-gf4-a0-86.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-ma-b0-gf4-a0-89.ucode
-rw-r--r-- 1 root root 28K Sep 9 21:23 iwlwifi-ma-b0-gf4-a0.pnvm
-rw-r--r-- 1 root root 1.7M Sep 9 21:23 iwlwifi-ma-b0-gf-a0-83.ucode
-rw-r--r-- 1 root root 1.7M Sep 9 21:23 iwlwifi-ma-b0-gf-a0-86.ucode
-rw-r--r-- 1 root root 1.7M Sep 9 21:23 iwlwifi-ma-b0-gf-a0-89.ucode
-rw-r--r-- 1 root root 54K Sep 9 21:23 iwlwifi-ma-b0-gf-a0.pnvm
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-ma-b0-hr-b0-83.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-ma-b0-hr-b0-86.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-ma-b0-hr-b0-89.ucode
-rw-r--r-- 1 root root 1.1M Sep 9 21:23 iwlwifi-Qu-b0-hr-b0-50.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-Qu-b0-hr-b0-59.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-Qu-b0-hr-b0-66.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-Qu-b0-hr-b0-72.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-Qu-b0-hr-b0-73.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-Qu-b0-hr-b0-74.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-Qu-b0-hr-b0-77.ucode
-rw-r--r-- 1 root root 1.1M Sep 9 21:23 iwlwifi-Qu-b0-jf-b0-50.ucode
-rw-r--r-- 1 root root 1.2M Sep 9 21:23 iwlwifi-Qu-b0-jf-b0-59.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-Qu-b0-jf-b0-66.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-Qu-b0-jf-b0-72.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-Qu-b0-jf-b0-73.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-Qu-b0-jf-b0-74.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-Qu-b0-jf-b0-77.ucode
-rw-r--r-- 1 root root 1.1M Sep 9 21:23 iwlwifi-Qu-c0-hr-b0-50.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-Qu-c0-hr-b0-59.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-Qu-c0-hr-b0-66.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-Qu-c0-hr-b0-72.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-Qu-c0-hr-b0-73.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-Qu-c0-hr-b0-74.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-Qu-c0-hr-b0-77.ucode
-rw-r--r-- 1 root root 1.1M Sep 9 21:23 iwlwifi-Qu-c0-jf-b0-50.ucode
-rw-r--r-- 1 root root 1.2M Sep 9 21:23 iwlwifi-Qu-c0-jf-b0-59.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-Qu-c0-jf-b0-66.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-Qu-c0-jf-b0-72.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-Qu-c0-jf-b0-73.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-Qu-c0-jf-b0-74.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-Qu-c0-jf-b0-77.ucode
-rw-r--r-- 1 root root 1.1M Sep 9 21:23 iwlwifi-QuZ-a0-hr-b0-50.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-QuZ-a0-hr-b0-59.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-QuZ-a0-hr-b0-66.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-QuZ-a0-hr-b0-72.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-QuZ-a0-hr-b0-73.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-QuZ-a0-hr-b0-74.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-QuZ-a0-hr-b0-77.ucode
-rw-r--r-- 1 root root 1.1M Sep 9 21:23 iwlwifi-QuZ-a0-jf-b0-50.ucode
-rw-r--r-- 1 root root 1.2M Sep 9 21:23 iwlwifi-QuZ-a0-jf-b0-59.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-QuZ-a0-jf-b0-66.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-QuZ-a0-jf-b0-72.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-QuZ-a0-jf-b0-73.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-QuZ-a0-jf-b0-74.ucode
-rw-r--r-- 1 root root 1.3M Sep 9 21:23 iwlwifi-QuZ-a0-jf-b0-77.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-so-a0-gf4-a0-72.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-so-a0-gf4-a0-73.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-so-a0-gf4-a0-74.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-so-a0-gf4-a0-77.ucode
-rw-r--r-- 1 root root 1.7M Sep 9 21:23 iwlwifi-so-a0-gf4-a0-78.ucode
-rw-r--r-- 1 root root 1.7M Sep 9 21:23 iwlwifi-so-a0-gf4-a0-79.ucode
-rw-r--r-- 1 root root 1.7M Sep 9 21:23 iwlwifi-so-a0-gf4-a0-81.ucode
-rw-r--r-- 1 root root 1.7M Sep 9 21:23 iwlwifi-so-a0-gf4-a0-83.ucode
-rw-r--r-- 1 root root 1.7M Sep 9 21:23 iwlwifi-so-a0-gf4-a0-84.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-so-a0-gf4-a0-86.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-so-a0-gf4-a0-89.ucode
-rw-r--r-- 1 root root 28K Sep 9 21:23 iwlwifi-so-a0-gf4-a0.pnvm
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-so-a0-gf-a0-72.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-so-a0-gf-a0-73.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-so-a0-gf-a0-74.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-so-a0-gf-a0-77.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-so-a0-gf-a0-78.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-so-a0-gf-a0-79.ucode
-rw-r--r-- 1 root root 1.7M Sep 9 21:23 iwlwifi-so-a0-gf-a0-81.ucode
-rw-r--r-- 1 root root 1.7M Sep 9 21:23 iwlwifi-so-a0-gf-a0-83.ucode
-rw-r--r-- 1 root root 1.7M Sep 9 21:23 iwlwifi-so-a0-gf-a0-84.ucode
-rw-r--r-- 1 root root 1.7M Sep 9 21:23 iwlwifi-so-a0-gf-a0-86.ucode
-rw-r--r-- 1 root root 1.7M Sep 9 21:23 iwlwifi-so-a0-gf-a0-89.ucode
-rw-r--r-- 1 root root 54K Sep 9 21:23 iwlwifi-so-a0-gf-a0.pnvm
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-so-a0-hr-b0-72.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-so-a0-hr-b0-73.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-so-a0-hr-b0-74.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-so-a0-hr-b0-77.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-so-a0-hr-b0-79.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-so-a0-hr-b0-81.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-so-a0-hr-b0-83.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-so-a0-hr-b0-84.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-so-a0-hr-b0-86.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-so-a0-hr-b0-89.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-so-a0-jf-b0-72.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-so-a0-jf-b0-73.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-so-a0-jf-b0-74.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-so-a0-jf-b0-77.ucode
-rw-r--r-- 1 root root 1.4M Sep 9 21:23 iwlwifi-ty-a0-gf-a0-59.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-ty-a0-gf-a0-66.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-ty-a0-gf-a0-72.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-ty-a0-gf-a0-73.ucode
-rw-r--r-- 1 root root 1.5M Sep 9 21:23 iwlwifi-ty-a0-gf-a0-74.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-ty-a0-gf-a0-77.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-ty-a0-gf-a0-78.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-ty-a0-gf-a0-79.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-ty-a0-gf-a0-81.ucode
-rw-r--r-- 1 root root 1.7M Sep 9 21:23 iwlwifi-ty-a0-gf-a0-83.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-ty-a0-gf-a0-84.ucode
-rw-r--r-- 1 root root 1.6M Sep 9 21:23 iwlwifi-ty-a0-gf-a0-86.ucode
-rw-r--r-- 1 root root 1.7M Sep 9 21:23 iwlwifi-ty-a0-gf-a0-89.ucode
-rw-r--r-- 1 root root 54K Sep 9 21:23 iwlwifi-ty-a0-gf-a0.pnvm
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 ixp4xx
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 kaweth
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 keyspan
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 keyspan_pda
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 korg
-rw-r--r-- 1 root root 117K Sep 9 21:23 lbtf_usb.bin
-rw-r--r-- 1 root root 262 Sep 9 21:23 lgs8g75.fw
-rw-r--r-- 1 root root 18K Sep 9 21:23 lt9611uxc_fw.bin
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 matrox
drwxr-xr-x 12 root root 4.0K Sep 16 08:09 mediatek
drwxr-xr-x 3 root root 4.0K Sep 15 12:23 meson
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 microchip
drwxr-xr-x 2 root root 4.0K Sep 13 08:51 mixart
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 moxa
lrwxrwxrwx 1 root root 20 Sep 9 21:23 mt7601u.bin -> mediatek/mt7601u.bin
lrwxrwxrwx 1 root root 19 Sep 9 21:23 mt7650.bin -> mediatek/mt7650.bin
lrwxrwxrwx 1 root root 19 Sep 9 21:23 mt7662.bin -> mediatek/mt7662.bin
lrwxrwxrwx 1 root root 29 Sep 9 21:23 mt7662_rom_patch.bin -> mediatek/mt7662_rom_patch.bin
-rw-r--r-- 1 root root 14K Sep 9 21:23 mts_cdma.fw
-rw-r--r-- 1 root root 14K Sep 9 21:23 mts_edge.fw
lrwxrwxrwx 1 root root 11 Sep 9 21:23 mts_gsm.fw -> mts_cdma.fw
-rw-r--r-- 1 root root 14K Sep 9 21:23 mts_mt9234mu.fw
-rw-r--r-- 1 root root 14K Sep 9 21:23 mts_mt9234zba.fw
-rw-r--r-- 1 root root 96K Jul 11 18:17 multiface_firmware.bin
-rw-r--r-- 1 root root 96K Jul 11 18:17 multiface_firmware_rev11.bin
-rw-r--r-- 1 root root 370K Sep 9 21:23 myri10ge_eth_big_z8e.dat
-rw-r--r-- 1 root root 381K Sep 9 21:23 myri10ge_ethp_big_z8e.dat
-rw-r--r-- 1 root root 380K Sep 9 21:23 myri10ge_ethp_z8e.dat
-rw-r--r-- 1 root root 370K Sep 9 21:23 myri10ge_eth_z8e.dat
-rw-r--r-- 1 root root 524K Sep 9 21:23 myri10ge_rss_eth_big_z8e.dat
-rw-r--r-- 1 root root 534K Sep 9 21:23 myri10ge_rss_ethp_big_z8e.dat
-rw-r--r-- 1 root root 534K Sep 9 21:23 myri10ge_rss_ethp_z8e.dat
-rw-r--r-- 1 root root 524K Sep 9 21:23 myri10ge_rss_eth_z8e.dat
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 myricom
drwxr-xr-x 37 root root 4.0K Sep 15 12:23 nvidia
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 nxp
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 ositech
drwxr-xr-x 2 root root 4.0K Sep 13 08:51 pcxhr
-rw-r--r-- 1 root root 1.8M Sep 9 21:23 phanfw.bin
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 powervr
-rw-r--r-- 1 root root 650K Sep 9 21:23 qat_402xx.bin
-rw-r--r-- 1 root root 147K Sep 9 21:23 qat_402xx_mmp.bin
-rw-r--r-- 1 root root 650K Sep 9 21:23 qat_4xxx.bin
-rw-r--r-- 1 root root 147K Sep 9 21:23 qat_4xxx_mmp.bin
-rw-r--r-- 1 root root 349K Sep 9 21:23 qat_895xcc.bin
-rw-r--r-- 1 root root 117K Sep 9 21:23 qat_895xcc_mmp.bin
-rw-r--r-- 1 root root 260K Sep 9 21:23 qat_c3xxx.bin
-rw-r--r-- 1 root root 118K Sep 9 21:23 qat_c3xxx_mmp.bin
-rw-r--r-- 1 root root 389K Sep 9 21:23 qat_c62x.bin
-rw-r--r-- 1 root root 118K Sep 9 21:23 qat_c62x_mmp.bin
lrwxrwxrwx 1 root root 18 Sep 9 21:23 qat_mmp.bin -> qat_895xcc_mmp.bin
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 qca
drwxr-xr-x 2 root root 4.0K Sep 13 08:52 qed
-rw-r--r-- 1 root root 76K Sep 9 21:23 ql2100_fw.bin
-rw-r--r-- 1 root root 83K Sep 9 21:23 ql2200_fw.bin
-rw-r--r-- 1 root root 123K Sep 9 21:23 ql2300_fw.bin
-rw-r--r-- 1 root root 133K Sep 9 21:23 ql2322_fw.bin
-rw-r--r-- 1 root root 260K Sep 9 21:23 ql2400_fw.bin
-rw-r--r-- 1 root root 269K Sep 9 21:23 ql2500_fw.bin
drwxr-xr-x 2 root root 4.0K Sep 13 08:52 qlogic
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 r128
-rw-r--r-- 1 root root 9.3K Sep 9 21:23 r8a779x_usb3_v1.dlmem
-rw-r--r-- 1 root root 9.2K Sep 9 21:23 r8a779x_usb3_v2.dlmem
-rw-r--r-- 1 root root 9.2K Sep 9 21:23 r8a779x_usb3_v3.dlmem
drwxr-xr-x 2 root root 12K Sep 16 08:09 radeon
-rw-r--r-- 1 root root 5.4K Aug 28 15:08 regulatory.db
-rw-r--r-- 1 root root 1.1K Aug 28 15:08 regulatory.db.p7s
-rw-r--r-- 1 root root 13K Sep 5 2023 renesas_usb_fw.mem
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 rockchip
-rw-r--r-- 1 root root 63 Sep 9 21:23 rp2.fw
-rw-r--r-- 1 root root 96K Jul 11 18:17 rpm_firmware.bin
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 rsi
-rw-r--r-- 1 root root 92K Sep 9 21:23 rsi_91x.fw
-rw-r--r-- 1 root root 8.0K Sep 9 21:23 rt2561.bin
-rw-r--r-- 1 root root 8.0K Sep 9 21:23 rt2561s.bin
-rw-r--r-- 1 root root 8.0K Sep 9 21:23 rt2661.bin
-rw-r--r-- 1 root root 8.0K Sep 9 21:23 rt2860.bin
-rw-r--r-- 1 root root 8.0K Sep 9 21:23 rt2870.bin
lrwxrwxrwx 1 root root 10 Sep 9 21:23 rt3070.bin -> rt2870.bin
-rw-r--r-- 1 root root 4.0K Sep 9 21:23 rt3071.bin
lrwxrwxrwx 1 root root 10 Sep 9 21:23 rt3090.bin -> rt2860.bin
-rw-r--r-- 1 root root 4.0K Sep 9 21:23 rt3290.bin
-rw-r--r-- 1 root root 2.0K Sep 9 21:23 rt73.bin
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 rtl_bt
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 rtl_nic
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 rtlwifi
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 rtw88
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 rtw89
lrwxrwxrwx 1 root root 17 Sep 9 21:23 s2250.fw -> go7007/s2250-2.fw
lrwxrwxrwx 1 root root 17 Sep 9 21:23 s2250_loader.fw -> go7007/s2250-1.fw
-rw-r--r-- 1 root root 345K Sep 9 21:23 s5p-mfc.fw
-rw-r--r-- 1 root root 698K Sep 9 21:23 s5p-mfc-v12.fw
-rw-r--r-- 1 root root 300K Sep 9 21:23 s5p-mfc-v6.fw
-rw-r--r-- 1 root root 336K Sep 9 21:23 s5p-mfc-v6-v2.fw
-rw-r--r-- 1 root root 374K Sep 9 21:23 s5p-mfc-v7.fw
-rw-r--r-- 1 root root 353K Sep 9 21:23 s5p-mfc-v8.fw
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 sb16
-rw-r--r-- 1 root root 816 Sep 9 21:23 sdd_sagrad_1091_1098.bin
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 slicoss
-rw-r--r-- 1 root root 84K Sep 9 21:23 sms1xxx-hcw-55xxx-dvbt-02.fw
-rw-r--r-- 1 root root 69K Sep 9 21:23 sms1xxx-hcw-55xxx-isdbt-02.fw
lrwxrwxrwx 1 root root 28 Sep 9 21:23 sms1xxx-nova-a-dvbt-01.fw -> sms1xxx-hcw-55xxx-dvbt-02.fw
-rw-r--r-- 1 root root 75K Sep 9 21:23 sms1xxx-nova-b-dvbt-01.fw
-rw-r--r-- 1 root root 39K Sep 9 21:23 sms1xxx-stellar-dvbt-01.fw
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 sun
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 sxg
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX2234.bin -> ti/tas2781/TAS2XXX2234.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX3870.bin -> ti/tas2563/TAS2XXX3870.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX387D.bin -> ti/tas2781/TAS2XXX387D.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX387E.bin -> ti/tas2781/TAS2XXX387E.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX387F.bin -> ti/tas2781/TAS2XXX387F.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX3880.bin -> ti/tas2781/TAS2XXX3880.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX3881.bin -> ti/tas2781/TAS2XXX3881.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX3882.bin -> ti/tas2781/TAS2XXX3882.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX3884.bin -> ti/tas2781/TAS2XXX3884.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX3886.bin -> ti/tas2781/TAS2XXX3886.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38A5.bin -> ti/tas2781/TAS2XXX38A5.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38A7.bin -> ti/tas2781/TAS2XXX38A7.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38A8.bin -> ti/tas2781/TAS2XXX38A8.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38B8.bin -> ti/tas2781/TAS2XXX38B8.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38B9.bin -> ti/tas2781/TAS2XXX38B9.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38BA.bin -> ti/tas2781/TAS2XXX38BA.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38BB.bin -> ti/tas2781/TAS2XXX38BB.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38BE.bin -> ti/tas2781/TAS2XXX38BE.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38BF.bin -> ti/tas2781/TAS2XXX38BF.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38C3.bin -> ti/tas2781/TAS2XXX38C3.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38CB.bin -> ti/tas2781/TAS2XXX38CB.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38CD.bin -> ti/tas2781/TAS2XXX38CD.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38D3.bin -> ti/tas2781/TAS2XXX38D3.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38D4.bin -> ti/tas2781/TAS2XXX38D4.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38D5.bin -> ti/tas2781/TAS2XXX38D5.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38D6.bin -> ti/tas2781/TAS2XXX38D6.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38DF.bin -> ti/tas2781/TAS2XXX38DF.bin
lrwxrwxrwx 1 root root 26 Sep 9 21:23 TAS2XXX38E0.bin -> ti/tas2781/TAS2XXX38E0.bin
-rw-r--r-- 1 root root 40K Sep 9 21:23 tdmb_nova_12mhz.inp
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 tehuti
drwxr-xr-x 4 root root 4.0K Sep 16 08:09 ti
-rw-r--r-- 1 root root 14K Sep 9 21:23 ti_3410.fw
-rw-r--r-- 1 root root 14K Sep 9 21:23 ti_5052.fw
lrwxrwxrwx 1 root root 27 Sep 9 21:23 TIAS2781RCA2.bin -> ti/tas2781/TIAS2781RCA2.bin
lrwxrwxrwx 1 root root 27 Sep 9 21:23 TIAS2781RCA4.bin -> ti/tas2781/TIAS2781RCA4.bin
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 ti-connectivity
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 tigon
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 ti-keystone
-rw-r--r-- 1 root root 51K Sep 9 21:23 tlg2300_firmware.bin
-rw-r--r-- 1 root root 260K Sep 9 21:23 tsse_firmware.bin
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 ttusb-budget
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 ueagle-atm
-rw-r--r-- 1 root root 999 Sep 9 21:23 usbduxfast_firmware.bin
-rw-r--r-- 1 root root 1.8K Sep 9 21:23 usbdux_firmware.bin
-rw-r--r-- 1 root root 8.0K Sep 9 21:23 usbduxsigma_firmware.bin
-rw-r--r-- 1 root root 16K Sep 9 21:23 v4l-cx231xx-avcore-01.fw
-rw-r--r-- 1 root root 138K Sep 9 21:23 v4l-cx23418-apu.fw
-rw-r--r-- 1 root root 155K Sep 9 21:23 v4l-cx23418-cpu.fw
-rw-r--r-- 1 root root 16K Sep 9 21:23 v4l-cx23418-dig.fw
-rw-r--r-- 1 root root 16K Sep 9 21:23 v4l-cx23885-avcore-01.fw
-rw-r--r-- 1 root root 16K Sep 9 21:23 v4l-cx25840.fw
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 vicam
-rw-r--r-- 1 root root 12K Sep 9 21:23 vntwusb.fw
lrwxrwxrwx 1 root root 25 Sep 9 21:23 vpu_d.bin -> mediatek/mt8173/vpu_d.bin
lrwxrwxrwx 1 root root 25 Sep 9 21:23 vpu_p.bin -> mediatek/mt8173/vpu_p.bin
drwxr-xr-x 2 root root 4.0K Sep 13 08:51 vx
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 vxge
-rw-r--r-- 1 root root 14K Mar 1 2022 wd719x-risc.bin
-rw-r--r-- 1 root root 514 Mar 1 2022 wd719x-wcs.bin
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 wfx
-rw-r--r-- 1 root root 24K Sep 9 21:23 whiteheat.fw
-rw-r--r-- 1 root root 5.5K Sep 9 21:23 whiteheat_loader.fw
-rw-r--r-- 1 root root 3.6K Sep 9 21:23 wil6210.brd
-rw-r--r-- 1 root root 391K Sep 9 21:23 wil6210.fw
-rw-r--r-- 1 root root 96K Sep 9 21:23 wsm_22.bin
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 xe
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 yam
drwxr-xr-x 2 root root 4.0K Sep 16 08:09 yamaha
I don’t mean to interfere, but at this point I’d have long lost my patience and simply extract the archive myself and copy the missing files “by hand” to where they belong
for example:
mkdir test
tar -C /home/username/test --zstd -xf /var/cache/pacman/pkg/linux-firmware-20240809.59460076-1-any.pkg.tar.zst
(that is all on one line, obviously replace the “username” part)
and then go to that directory and (as admin) copy them where they should be
MAYBL8
16 September 2024 13:01
38
Here is the result of trying this.
The output from the dkms install part is over my head.
Does it mean it didn’t work.
[demo@Manjaro pkg]$ pamac build iwlwifi-ax101-dkms
Preparing...
Checking iwlwifi-ax101-dkms dependencies...
chmod: changing permissions of '/var/tmp/pamac/dbs/sync/packages-meta-ext-v1.json.gz': Operation not permitted
Resolving dependencies...
Checking inter-conflicts...
To build (1):
iwlwifi-ax101-dkms 6.2-3 AUR
Edit build files : [e]
Apply transaction ? [e/y/N] y
Cloning iwlwifi-ax101-dkms build files...
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Generating iwlwifi-ax101-dkms information...
==== AUTHENTICATING FOR org.manjaro.pamac.commit ====
Authentication is required to install, update, or remove packages
Authenticating as: Dan Cihon (demo)
Password:
==== AUTHENTICATION COMPLETE ====
chmod: changing permissions of '/var/tmp/pamac/dbs/sync/packages-meta-ext-v1.json.gz': Operation not permitted
Building iwlwifi-ax101-dkms...
==> Making package: iwlwifi-ax101-dkms 6.2-3 (Mon 16 Sep 2024 08:47:06 AM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading linux-6.2.tar.xz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 162 100 162 0 0 482 0 --:--:-- --:--:-- --:--:-- 482
100 130M 100 130M 0 0 2392k 0 0:00:55 0:00:55 --:--:-- 3286k
-> Found dkms.conf
-> Found 0001-ax101.patch
==> Validating source files with sha256sums...
linux-6.2.tar.xz ... Passed
dkms.conf ... Passed
0001-ax101.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Extracting linux-6.2.tar.xz with bsdtar
==> Starting prepare()...
patching file pcie/drv.c
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "iwlwifi-ax101-dkms"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: iwlwifi-ax101-dkms 6.2-3 (Mon 16 Sep 2024 08:48:29 AM EDT)
==> Cleaning up...
Checking keyring... [1/1]
Checking integrity... [1/1]
Loading packages files... [1/1]
Checking file conflicts... [1/1]
Checking available disk space... [1/1]
Installing iwlwifi-ax101-dkms (6.2-3)... [1/1]
Running post-transaction hooks...
Arming ConditionNeedsUpdate... [1/3]
Install DKMS modules [2/3]
==> dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.11.0-1-MANJARO
Error! Bad return status for module build on kernel: 6.11.0-1-MANJARO (x86_64)
Consult /var/lib/dkms/iwlwifi-ax101/6.2/build/make.log for more information.
==> WARNING: `dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.11.0-1-MANJARO' exited 10
==> dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.6.51-1-MANJARO
Error! Bad return status for module build on kernel: 6.6.51-1-MANJARO (x86_64)
Consult /var/lib/dkms/iwlwifi-ax101/6.2/build/make.log for more information.
==> WARNING: `dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.6.51-1-MANJARO' exited 10
==> dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.6.47-1-MANJARO
Error! Bad return status for module build on kernel: 6.6.47-1-MANJARO (x86_64)
Consult /var/lib/dkms/iwlwifi-ax101/6.2/build/make.log for more information.
==> WARNING: `dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.6.47-1-MANJARO' exited 10
==> dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.11.0-rc6-2-MANJARO
Error! Bad return status for module build on kernel: 6.11.0-rc6-2-MANJARO (x86_64)
Consult /var/lib/dkms/iwlwifi-ax101/6.2/build/make.log for more information.
==> WARNING: `dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.11.0-rc6-2-MANJARO' exited 10
==> dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.6.49-1-MANJARO
Error! Bad return status for module build on kernel: 6.6.49-1-MANJARO (x86_64)
Consult /var/lib/dkms/iwlwifi-ax101/6.2/build/make.log for more information.
==> WARNING: `dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.6.49-1-MANJARO' exited 10
==> dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.6.50-1-MANJARO
Error! Bad return status for module build on kernel: 6.6.50-1-MANJARO (x86_64)
Consult /var/lib/dkms/iwlwifi-ax101/6.2/build/make.log for more information.
==> WARNING: `dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.6.50-1-MANJARO' exited 10
==> dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.6.50-2-MANJARO
Error! Bad return status for module build on kernel: 6.6.50-2-MANJARO (x86_64)
Consult /var/lib/dkms/iwlwifi-ax101/6.2/build/make.log for more information.
==> WARNING: `dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.6.50-2-MANJARO' exited 10
==> dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.10.10-2-MANJARO
Error! Bad return status for module build on kernel: 6.10.10-2-MANJARO (x86_64)
Consult /var/lib/dkms/iwlwifi-ax101/6.2/build/make.log for more information.
==> WARNING: `dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.10.10-2-MANJARO' exited 10
==> dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.11.0-rc6-4-MANJARO
Error! Bad return status for module build on kernel: 6.11.0-rc6-4-MANJARO (x86_64)
Consult /var/lib/dkms/iwlwifi-ax101/6.2/build/make.log for more information.
==> WARNING: `dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.11.0-rc6-4-MANJARO' exited 10
==> dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.6.48-1-MANJARO
Error! Bad return status for module build on kernel: 6.6.48-1-MANJARO (x86_64)
Consult /var/lib/dkms/iwlwifi-ax101/6.2/build/make.log for more information.
==> WARNING: `dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.6.48-1-MANJARO' exited 10
==> dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.10.10-3-MANJARO
Error! Bad return status for module build on kernel: 6.10.10-3-MANJARO (x86_64)
Consult /var/lib/dkms/iwlwifi-ax101/6.2/build/make.log for more information.
==> WARNING: `dkms install --no-depmod iwlwifi-ax101/6.2 -k 6.10.10-3-MANJARO' exited 10
Updating linux initcpios... [3/3]
==> Building image from preset: /etc/mkinitcpio.d/linux610.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.10-x86_64 -g /boot/initramfs-6.10-x86_64.img
==> Starting build: '6.10.10-3-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.10-x86_64.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux610.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.10-x86_64 -g /boot/initramfs-6.10-x86_64-fallback.img -S autodetect
==> Starting build: '6.10.10-3-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.10-x86_64-fallback.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux611.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.11-x86_64 -g /boot/initramfs-6.11-x86_64.img
==> Starting build: '6.11.0-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.11-x86_64.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux611.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.11-x86_64 -g /boot/initramfs-6.11-x86_64-fallback.img -S autodetect
==> Starting build: '6.11.0-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.11-x86_64-fallback.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64.img
==> Starting build: '6.6.51-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64-fallback.img -S autodetect
==> Starting build: '6.6.51-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64-fallback.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
Transaction successfully finished.
Seems to have worked. Unfortunately I’ve got bad news for you. I misread the package name. I read:
iwlwifi-ax201-dkms
…when I should have read:
iwlwifi-ax101-dkms
So although it seems to have installed, I think you can remove it:
pamac remove iwlwifi-ax101-dkms
I’m very sorry 'bout that.
I think you need to follow @anon33601770 ’s advice regarding the firmware files:
I don’t mean to interfere, but at this point I’d have long lost my patience and simply extract the archive myself and copy the missing files “by hand” to where they belong
for example:
mkdir test
tar -C /home/username/test --zstd -xf /var/cache/pacman/pkg/linux-firmware-20240809.59460076-1-any.pkg.tar.zst
(that is all on one line, obviously replace the “username” part)
and then go to that directory and (as admin) copy them where they should be
MAYBL8
16 September 2024 14:07
40
Ok I manually installed the firmware packages.
I removed the ax101-dkms
Unfortunately still no adapter found.
I will do some more investigating.
If you come across anything new to try please let me know.
Here is the result of latest work:
[demo@Manjaro firmware]$ ls -l /usr/lib/firmware/iwlwifi-cc*.ucode
-rw-r--r-- 1 demo demo 1101228 Sep 9 21:23 /usr/lib/firmware/iwlwifi-cc-a0-50.ucode
-rw-r--r-- 1 demo demo 1261280 Sep 9 21:23 /usr/lib/firmware/iwlwifi-cc-a0-59.ucode
-rw-r--r-- 1 demo demo 1307180 Sep 9 21:23 /usr/lib/firmware/iwlwifi-cc-a0-66.ucode
-rw-r--r-- 1 demo demo 1329780 Sep 9 21:23 /usr/lib/firmware/iwlwifi-cc-a0-72.ucode
-rw-r--r-- 1 demo demo 1333296 Sep 9 21:23 /usr/lib/firmware/iwlwifi-cc-a0-73.ucode
-rw-r--r-- 1 demo demo 1334780 Sep 9 21:23 /usr/lib/firmware/iwlwifi-cc-a0-74.ucode
-rw-r--r-- 1 demo demo 1367496 Sep 9 21:23 /usr/lib/firmware/iwlwifi-cc-a0-77.ucode
At least something is corrected.
Rfkill still hasn’t changed.
[demo@Manjaro firmware]$ rfkill
ID TYPE DEVICE SOFT HARD
0 wlan phy0 unblocked unblocked
Do you know what this is in the AUR:
4 extra/manjaro-bluetooth 20221002-1 (17.8 KiB 0.0 B)
Manjaro meta package for complete Bluetooth support