Hello, as of the title I am having some issues with networking (or to be more specific, in firmware loading).
I am on a laptop, and the internal wifi card does not work, I checked dmesg and found (filtered with grep):
[ 2.703428] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723b_fw.bin
[ 2.705487] bluetooth hci0: loading /lib/firmware/rtl_bt/rtl8723b_fw.bin failed with error -22
[ 2.705490] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_fw.bin failed with error -22
[ 2.705492] Bluetooth: hci0: RTL: firmware file rtl_bt/rtl8723b_fw.bin not found
[ 3.920665] rtl8723be 0000:03:00.0: enabling device (0000 -> 0003)
[ 3.978263] rtl8723be: Using firmware rtlwifi/rtl8723befw_36.bin
[ 3.980072] ieee80211 phy1: Selected rate control algorithm 'rtl_rc'
[ 3.980402] rtlwifi: rtlwifi: wireless switch is on
[ 3.981227] rtl8723be 0000:03:00.0: loading /lib/firmware/rtlwifi/rtl8723befw_36.bin failed with error -22
[ 3.981228] rtl8723be 0000:03:00.0: Direct firmware load for rtlwifi/rtl8723befw_36.bin failed with error -22
[ 3.981238] rtl8723be 0000:03:00.0: loading /lib/firmware/rtlwifi/rtl8723befw.bin failed with error -22
[ 3.981238] rtl8723be 0000:03:00.0: Direct firmware load for rtlwifi/rtl8723befw.bin failed with error -22
[ 3.981239] rtlwifi: Loading alternative firmware rtlwifi/rtl8723befw.bin
[ 3.981239] rtlwifi: Selected firmware is not available
[ 9.888918] r8169 0000:02:00.2: loading /lib/firmware/rtl_nic/rtl8402-1.fw failed with error -22
[ 9.888920] r8169 0000:02:00.2: Direct firmware load for rtl_nic/rtl8402-1.fw failed with error -22
[ 9.888922] r8169 0000:02:00.2: Unable to load firmware rtl_nic/rtl8402-1.fw (-22)
Then I tried to use a WiFi USB stick, and still got similar errors:
[ 3.951529] mt7601u 1-1:1.0: loading /lib/firmware/mt7601u.bin failed with error -22
[ 3.951532] mt7601u 1-1:1.0: Direct firmware load for mt7601u.bin failed with error -22
[ 3.951854] mt7601u: probe of 1-1:1.0 failed with error -22
[ 3.951875] usbcore: registered new interface driver mt7601u
[ 32.421584] mt7601u 1-3:1.0: ASIC revision: 76010001 MAC revision: 76010500
[ 32.422374] mt7601u 1-3:1.0: loading /lib/firmware/mt7601u.bin failed with error -22
[ 32.422383] mt7601u 1-3:1.0: Direct firmware load for mt7601u.bin failed with error -22
[ 32.422721] mt7601u: probe of 1-3:1.0 failed with error -22
I think that the problem might be more related to module loading than to driver in itself, but I am not sure, could anyone help me?