Network issue 13 February 2021, 13:48:06 For some reason the network card via wifi stoped working ( pass me commands to run so i can get it back working )
Re: Network issue Reply #1 – 13 February 2021, 15:16:30 begin here: https://forum.artixlinux.org/index.php/topic,1923.0.html 1 Likes
Re: Network issue Reply #2 – 13 February 2021, 15:20:33 Quote from: alium – on 13 February 2021, 15:16:30begin here: https://forum.artixlinux.org/index.php/topic,1923.0.htmlThanks
Re: Network issue Reply #4 – 13 February 2021, 16:32:24 no wonder, that it not works, a lot of errors in dmesg, but important is this:Code: [Select]bluetooth hci0: Direct firmware load for intel/ibt-19-0-3.sfi failed with error -2[ 9.960315] Bluetooth: hci0: Failed to load Intel firmware file (-2)[ 9.967396] Intel(R) Wireless WiFi driver for Linux[ 9.974151] iwlwifi 0000:00:14.3: no suitable firmware found![ 9.974153] iwlwifi 0000:00:14.3: minimum version required: (efault)108[ 9.974156] iwlwifi 0000:00:14.3: maximum version supported: (efault)105[ 9.974158] iwlwifi 0000:00:14.3: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git[ 9.974159] iwlwifi 0000:00:14.3: Couldn't request the fw[ 9.975039] iwlwifi: probe of 0000:00:14.3 failed with error -2firmware for wifi card missing. Have you installed "linux-firmware" package?? i doubt about it (missing firmware for wifi and BT) Code: [Select]pacman -S linux-firmware 1 Likes
Re: Network issue Reply #5 – 13 February 2021, 17:13:33 Quote from: alium – on 13 February 2021, 16:32:24no wonder, that it not works, a lot of errors in dmesg, but important is this:Code: [Select]bluetooth hci0: Direct firmware load for intel/ibt-19-0-3.sfi failed with error -2[ 9.960315] Bluetooth: hci0: Failed to load Intel firmware file (-2)[ 9.967396] Intel(R) Wireless WiFi driver for Linux[ 9.974151] iwlwifi 0000:00:14.3: no suitable firmware found![ 9.974153] iwlwifi 0000:00:14.3: minimum version required: (efault)108[ 9.974156] iwlwifi 0000:00:14.3: maximum version supported: (efault)105[ 9.974158] iwlwifi 0000:00:14.3: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git[ 9.974159] iwlwifi 0000:00:14.3: Couldn't request the fw[ 9.975039] iwlwifi: probe of 0000:00:14.3 failed with error -2firmware for wifi card missing. Have you installed "linux-firmware" package?? i doubt about it (missing firmware for wifi and BT) Code: [Select]pacman -S linux-firmware Ran sudo pacman -S linux-firmware rebooted and still nothing but thanks
Re: Network issue Reply #6 – 13 February 2021, 17:16:00 Code: [Select][ 10.946642] iwlwifi 0000:00:14.3: no suitable firmware found![ 10.946645] iwlwifi 0000:00:14.3: minimum version required: (efault)108[ 10.946646] iwlwifi 0000:00:14.3: maximum version supported: (efault)105[ 10.946648] iwlwifi 0000:00:14.3: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git[ 10.946649] iwlwifi 0000:00:14.3: Couldn't request the fw[ 10.947742] iwlwifi: probe of 0000:00:14.3 failed with error -2That is a message that contains some parts of the old but is new i thinkhttps://x0.at/oeO
Re: Network issue Reply #7 – 13 February 2021, 17:23:48 Quote from: alium – on 13 February 2021, 16:32:24no wonder, that it not works, a lot of errors in dmesg, but important is this:Code: [Select]bluetooth hci0: Direct firmware load for intel/ibt-19-0-3.sfi failed with error -2[ 9.960315] Bluetooth: hci0: Failed to load Intel firmware file (-2)[ 9.967396] Intel(R) Wireless WiFi driver for Linux[ 9.974151] iwlwifi 0000:00:14.3: no suitable firmware found![ 9.974153] iwlwifi 0000:00:14.3: minimum version required: (efault)108[ 9.974156] iwlwifi 0000:00:14.3: maximum version supported: (efault)105[ 9.974158] iwlwifi 0000:00:14.3: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git[ 9.974159] iwlwifi 0000:00:14.3: Couldn't request the fw[ 9.975039] iwlwifi: probe of 0000:00:14.3 failed with error -2firmware for wifi card missing. Have you installed "linux-firmware" package?? i doubt about it (missing firmware for wifi and BT) Code: [Select]pacman -S linux-firmware Also i did install it when installed artix linux and worked now is not working
Re: Network issue Reply #8 – 13 February 2021, 18:10:12 Quote from: julianmarcos – on 13 February 2021, 17:23:48Also i did install it when installed artix linux and worked now is not workingwhat is not working? pacman -S linux-firmware command? i repeat... your missing firmware for your wifi card. so some is wrong in your computer. do pacman -Sy linux-firmware
Re: Network issue Reply #9 – 13 February 2021, 18:13:22 Quote from: alium – on 13 February 2021, 18:10:12what is not working? pacman -S linux-firmware command? i repeat... your missing firmware for your wifi card. so some is wrong in your computer. do pacman -Sy linux-firmwareThe command worksCode: [Select][julian@art ~]$ LANG=c sudo pacman -Sy linux-firmware :: Synchronizing package databases... system is up to date world is up to date galaxy is up to date extra is up to date community is up to datewarning: linux-firmware-20210208.b79d239-1 is up to date -- reinstallingresolving dependencies...looking for conflicting packages...Packages (1) linux-firmware-20210208.b79d239-1Total Installed Size: 636.04 MiBNet Upgrade Size: 0.00 MiB:: Proceed with installation? [Y/n] (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%(1/1) checking available disk space [----------------------------------] 100%:: Processing package changes...(1/1) reinstalling linux-firmware [----------------------------------] 100%:: Running post-transaction hooks...Only that after a reboot it does nof fix the issue
Re: Network issue Reply #10 – 13 February 2021, 18:26:22 which version of kernel you use? run "uname -r"put here output from "rfkill list all" please 1 Likes
Re: Network issue Reply #11 – 13 February 2021, 18:32:00 Code: [Select]5.10.15-artix1-1Code: [Select]0: hci0: Bluetooth Soft blocked: no Hard blocked: no
Re: Network issue Reply #12 – 13 February 2021, 18:37:05 thanks, have you dual-boot machine with Windows ? 1 Likes
Re: Network issue Reply #13 – 13 February 2021, 18:40:08 Quoteiwlwifi 0000:00:14.3: minimum version required: (efault)108iwlwifi 0000:00:14.3: maximum version supported: (efault)105it was similar bug in kernel 5.8...looking for solution
Re: Network issue Reply #14 – 13 February 2021, 18:46:00 Quote from: alium – on 13 February 2021, 18:37:05thanks, have you dual-boot machine with Windows ?Nop no dual boot only funky partitionsCode: [Select]NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTnvme0n1 259:0 0 1,8T 0 disk ├─nvme0n1p1 259:1 0 1G 0 part /bedrock/strata/arch/boot├─nvme0n1p2 259:2 0 30G 0 part /bedrock/strata/arch/bedrock/strata/bedrock└─nvme0n1p3 259:3 0 1,8T 0 part /bedrock/strata/arch/home