Page 1 of 1
INTEL WIFI AX1650 on Porteus5.0
Posted: 10 Jul 2022, 17:44
by ofsha
hello friends
trying to test the current version (5.0 NO RC) on my dell xps
Was working "out of the box" with RC3
dmesg | grep iwlwifi.*ucode
[ 28.537961] iwlwifi 0000:00:14.3: loaded firmware version 62.49eeb572.0 Qu-c0-hr-b0-62.ucode op_mode iwlmvm
But with last version I'm getting:
dmesg | grep iwlwifi.*ucode
[ 13.945235] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-72.ucode failed with error -2
tried to search for the answer
but its to overwhelming
Porteus Kernel Builder
Needs guidance
Many Thanks
ofsha
INTEL WIFI AX1650 on Porteus5.0
Posted: 10 Jul 2022, 18:08
by Blaze
INTEL WIFI AX1650 on Porteus5.0
Posted: 10 Jul 2022, 19:15
by Ed_P
ofsha wrote: ↑ 10 Jul 2022, 17:44
tried to search for the answer
but its to overwhelming
Understand. Try starting here:
Porteus Kernel Builder (Post by Ed_P #88239)
INTEL WIFI AX1650 on Porteus5.0
Posted: 10 Jul 2022, 19:18
by babam
Download here
https://anduin.linuxfromscratch.org/BLF ... 0-71.ucode and make a module then reboot
/lib/firmware/iwlwifi-Qu-c0-hr-b0-71.ucode
INTEL WIFI AX1650 on Porteus5.0
Posted: 11 Jul 2022, 02:30
by ofsha
Writing to you all from the new system
Copied bambam file to:
rootcopy/lib/firmware/iwlwifi-Qu-c0-hr-b0-71.ucode
and rebooted.
starting to fiddle with this new system
LOOKING GOOD
TUVM!
INTEL WIFI AX1650 on Porteus5.0
Posted: 11 Jul 2022, 06:34
by Ed_P
ofsha Happy to hear you got your Dell wifi working.
babam how can the 71 driver work when
Blaze posted a few months ago
Blaze wrote: ↑ 11 Apr 2022, 15:22
/* Highest firmware API version supported */
#define IWL_22000_UCODE_API_MAX 63
Has the API_MAX changed?
INTEL WIFI AX1650 on Porteus5.0
Posted: 29 Jul 2022, 20:13
by Blaze
I didn't make any changes, everything is default. Factory supply
INTEL WIFI AX1650 on Porteus5.0
Posted: 29 Jul 2022, 21:00
by Ed_P
Blaze wrote: ↑ 29 Jul 2022, 20:13
I didn't make any changes, everything is default. Factory supply
Where does one find the "/* Highest firmware API version supported */" line in Porteus 5.0?
Added in 46 minutes 3 seconds:
A bit of a surprise with your
kernel-firmware-20220725_150864a-noarch-1.xzm module and my Dell.
Code: Select all
guest@porteus:~$ su
Password:
root@porteus:/home/guest# dmesg | egrep 'ucode|firmware|fail|error|wifi'
[ 0.637904] exFAT-fs (loop0): failed to read boot sector
[ 0.637904] exFAT-fs (loop0): failed to recognize exfat type
[ 0.785393] REISERFS warning (device loop10): sh-2006 read_super_block: bread failed (dev loop10, block 2, size 4096)
[ 0.785398] REISERFS warning (device loop10): sh-2006 read_super_block: bread failed (dev loop10, block 16, size 4096)
[ 2.486935] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 2.486938] cfg80211: failed to load regulatory.db
[ 2.631806] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 2.634959] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-hr-b0-72.ucode failed with error -2
[ 2.694865] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[ 2.694879] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[ 2.695123] iwlwifi 0000:00:14.3: loaded firmware version 71.058653f6.0 QuZ-a0-hr-b0-71.ucode op_mode iwlmvm
[ 2.771167] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
[ 2.828139] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
[ 2.828215] thermal thermal_zone6: failed to read out thermal zone (-61)
[ 2.950927] iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
[ 3.017134] iwlwifi 0000:00:14.3: base HW address: 94:e2:3c:46:53:1b
[ 3.107730] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 3.109412] Bluetooth: hci0: Failed to load Intel firmware file intel/ibt-19-0-4.sfi (-2)
root@porteus:/home/guest#
72.ucode errored out but 71.ucode worked.
Added in 18 minutes 17 seconds:
This explains the 72.ucode error.
Code: Select all
Jul 26 12:37 /lib/firmware/iwlwifi-Qu-c0-jf-b0-63.ucode
-rw-r--r-- 1 root root 1262328 Jul 26 12:37 /lib/firmware/iwlwifi-Qu-c0-jf-b0-66.ucode
-rw-r--r-- 1 root root 1275284 Jul 26 12:37 /lib/firmware/iwlwifi-Qu-c0-jf-b0-68.ucode
-rw-r--r-- 1 root root 1285208 Jul 26 12:37 /lib/firmware/iwlwifi-Qu-c0-jf-b0-71.ucode
-rw-r--r-- 1 root root 1290100 Jul 26 12:37 /lib/firmware/iwlwifi-Qu-c0-jf-b0-73.ucode
-rw-r--r-- 1 root root 1105668 Ju
Added in 3 hours 26 minutes 5 seconds:
Why does:
Code: Select all
mkdir -p /tmp/mod
cp -a --parents /lib/firmware/iwlwifi-*-71.ucode /tmp/mod/
yield:
Code: Select all
+ mkdir -p /tmp/mod
+ cp -a --parents /lib/firmware/iwlwifi-Qu-b0-hr-b0-71.ucode /lib/firmware/iwlwifi-Qu-b0-jf-b0-71.ucode /lib/firmware/iwlwifi-Qu-c0-hr-b0-71.ucode /lib/firmware/iwlwifi-Qu-c0-jf-b0-71.ucode /lib/firmware/iwlwifi-QuZ-a0-hr-b0-71.ucode /lib/firmware/iwlwifi-QuZ-a0-jf-b0-71.ucode /lib/firmware/iwlwifi-cc-a0-71.ucode /lib/firmware/iwlwifi-so-a0-gf-a0-71.ucode /lib/firmware/iwlwifi-so-a0-gf4-a0-71.ucode /lib/firmware/iwlwifi-so-a0-hr-b0-71.ucode /lib/firmware/iwlwifi-so-a0-jf-b0-71.ucode /lib/firmware/iwlwifi-ty-a0-gf-a0-71.ucode /tmp/mod/
+ ls -l /tmp/mod/
total 0
rather than copying each module to the /tmp/mod directory??