[ARM Stable Update] 2020-08-13 - Bitwarden, Plasma, SystemD and Kernels

Hi, any solution found for the WiFi not working ?

Try: sudo systemctl start NetworkManager.service

See this post for more details. I almost never reboot my system, so I don’t know if it work.

here are the results:

[raxy@vim1jaro ~]$ sudo systemctl start NetworkManager.service
[sudo] password for raxy: 
[raxy@vim1jaro ~]$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether b6:cd:99:81:ec:69 brd ff:ff:ff:ff:ff:ff
    inet 192.168.200.27/24 brd 192.168.200.255 scope global dynamic noprefixroute eth0
       valid_lft 863798sec preferred_lft 863798sec
    inet6 2a01:e0a:592:5030:8d90:ad07:2197:2cd/64 scope global dynamic noprefixroute 
       valid_lft 86200sec preferred_lft 86200sec
    inet6 fe80::ea02:12e:8e11:1892/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
3: ip6tnl0@NONE: <NOARP> mtu 1452 qdisc noop state DOWN group default qlen 1000
    link/tunnel6 :: brd :: permaddr 7aad:d1b9:ee39::
[raxy@vim1jaro ~]$ 

in fact, wlan0 is never shown, and it was shown on the previous kernel version, so i tend to say there was an unfortunate regression

I tried it on my vim1 pro and i had wifi,

Can you install the kvim wifi firmware to check if that works?

sudo pacman -S kvim1-firmware kvim2-firmware --overwrite "*"

ok, this happenned then…

raxy@vim1jaro ~]$ sudo pacman -S kvim1-firmware kvim2-firmware --overwrite "*"
[sudo] password for raxy: 
warning: kvim1-firmware-2020.07-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (2) kvim1-firmware-2020.07-1  kvim2-firmware-2020.05-1

Total Installed Size:  1.18 MiB
Net Upgrade Size:      1.07 MiB

:: Proceed with installation? [Y/n] 
(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%
(2/2) checking available disk space                                                                                 [######################################################################] 100%
:: Processing package changes...
(1/2) reinstalling kvim1-firmware                                                                                   [######################################################################] 100%
(2/2) installing kvim2-firmware                                                                                     [######################################################################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[raxy@vim1jaro ~]$ 

and then…

[raxy@vim1jaro ~]$ dmesg |grep brcm
[   10.615370] brcmfmac: F1 signature read @0x18000000=0x15264345
[   10.628156] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[   10.628326] usbcore: registered new interface driver brcmfmac
[   10.668836] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.khadas,vim.txt failed with error -2
[   10.691938] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.txt failed with error -2
[   11.091269] bluetooth hci1: Direct firmware load for brcm/BCM4345C0.hcd failed with error -2
[   11.101733] Bluetooth: hci1: BCM: Patch brcm/BCM4345C0.hcd not found
[   13.667131] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50

and in /lib/rmware/brcm something seems missing…

[raxy@vim1jaro brcm]$ ls *4345*
BCM4345C0.hcd brcmfmac43455-sdio.khadas,vim2.txt brcmfmac43455-sdio.raspberrypi,4-model-b.txt
BCM4345C5.hcd ‘brcmfmac43455-sdio.MINIX-NEO Z83-4.txt’ brcmfmac43455-sdio.txt
brcmfmac43455-sdio.bin brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt

Try copying this file to brcmfmac43455-sdio.khadas,vim.txt.

@spikerguy, looks like the firmware packages are placing the files in the wrong folder maybe?

1 Like

I had that idea as well and did the copy,
but after reboot, I lost both my accesses to BT mouse and BT keyboard and had to painfully revert to previous situation using the console (now it’s ok again)

Just downloaded and installed 5.8.3.2. on PBP. Was this supposed to address the previous kernel changes concerning usb-c?

No, It was suppose to remove replace from the package so users can move to older version manually if they want to use dp-alt mode.

For those who want to use dp-alt mode please follow the steps in this post.

@raxy
Time to play around with Vim2 and find a wifi solution for your vim1 pro and also report to lima about the errors.

1 Like