Lenovo ideapad 530S - what works and what doesn't

The Lenovo idepad 530S-14ARR (model 81H10000MX)
the integrated graphics (Radeon Vega 3) works, I have amdgpu in kld_list, and currently drm-510 installed
Code:
root@kg-pod530:~ # pkg info drm\*
drm-510-kmod-5.10.163.1304000_10
drm-kmod-20220907_3
root@kg-pod530:~ # pkg info gpu-firmware-kmod\*
gpu-firmware-kmod-20241114,1
network - the wireless is a Qualcomm QCA9377, which doesn't work with FreeBSD yet.
Code:
root@kg-pod530:~ # pciconf -lv | grep -A 3 ppt0
ppt0@pci0:1:0:0:    class=0x028000 rev=0x31 hdr=0x00 vendor=0x168c device=0x0042 subvendor=0x17aa subdevice=0x0901
    vendor     = 'Qualcomm Atheros'
    device     = 'QCA9377 802.11ac Wireless Network Adapter'
    class      = network
so I run a small linux vm which handles that (this was before the wifibox port was made)
the touchpad doesn't work, I have tried loading the iichid driver, but that doesn't help
Code:
root@kg-pod530:~ # kldstat | grep iic
 5    1 0xffffffff8336b000     22b0 iic.ko
43    1 0xffffffff8397e000     3220 iichid.ko

bluetooth appears to be working (I have not tested further)
Code:
root@kg-pod530:~ # hccontrol -n ubt0hci inquiry
Inquiry result, num_responses=1
Inquiry result #0
    BD_ADDR: 74:40:bb:9b:fb:c8
    Page Scan Rep. Mode: 0x1
    Page Scan Period Mode: 00
    Page Scan Mode: 00
    Class: ff:01:0c
    Clock offset: 0x7cfd
Inquiry result, num_responses=1
Inquiry result #0
    BD_ADDR: f4:7b:5e:05:49:55
    Page Scan Rep. Mode: 0x1
    Page Scan Period Mode: 00
    Page Scan Mode: 00
    Class: 08:04:3c
    Clock offset: 0x5afa
Inquiry complete. Status: No error [00]
The machine currently runs FreeBSD 13.4-release-p4
Code:
root@kg-pod530:~ # freebsd-version -ku
13.4-RELEASE-p3
13.4-RELEASE-p4
root@kg-pod530:~ # uname -a
FreeBSD kg-pod530 13.4-RELEASE-p3 FreeBSD 13.4-RELEASE-p3 GENERIC amd64
.
That's it for now.
And a dmesg is here: https://dmesgd.nycbug.org/index.cgi?do=view&id=8273
 
Back
Top