Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

ACEPC T11 plus problems on 10.6.0 clean install

Need help with peripherals or devices?
Post Reply
Message
Author
asch75
Posts: 3
Joined: 2020-10-01 08:38

ACEPC T11 plus problems on 10.6.0 clean install

#1 Post by asch75 »

Hi guys;

Just installed a clean Debian 10.6.0 on my ACEPC T11 plus. It's a minipc based on x5-z8350 intel cpu.

Code: Select all

root@debian:~# dmesg --level=err
[    5.599289] intel_sst_acpi 808622A8:00: No matching machine driver found
[    5.760305] Bluetooth: hci1: BCM: failed to write clock (-56)
[    5.760323] Bluetooth: hci1: Failed to set baudrate
[    5.903503] bluetooth hci1: firmware: failed to load brcm/BCM4345C0.hcd (-2)
[    5.903518] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[    6.093461] r8169 0000:01:00.0: firmware: failed to load rtl_nic/rtl8168e-3.fw (-2)
[    7.710120] brcmfmac mmc1:0001:1: firmware: failed to load brcm/brcmfmac43455-sdio.bin (-2)
[    8.712282] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[  215.318254] irq 118: nobody cared (try booting with the "irqpoll" option)
[  215.318487] handlers:
[  215.318525] [<0000000022be9313>] irq_default_primary_handler threaded [<000000008ca3a055>] regmap_irq_thread

I fixed [ 6.093461] r8169 0000:01:00.0: firmware: failed to load rtl_nic/rtl8168e-3.fw (-2):

Code: Select all

root@debian:~# nano /etc/apt/sources.list

    Added non-free at the end of these lines:
    deb http://deb.debian.org/debian/ buster main non-free
    deb-src http://deb.debian.org/debian/ buster main non-free

apt-get update
apt-get upgrade
apt-get install firmware-realtek
Started fixing Bluetooth; I downloaded some missing files and placed in /lib/firmware/brcm/:

Code: Select all

apt-get install firmware-brcm80211
mv /home/user/BCM4345C0_003.001.025.0128.0197.hcd /lib/firmware/brcm/BCM4345C0.hcd
mv /home/user/4345r6nvram.txt /lib/firmware/brcm/brcmfmac43455-sdio.txt
wget https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm/brcmfmac43455-sdio.clm_blob
These are the issues left:

Code: Select all

[    5.392856] intel_sst_acpi 808622A8:00: No matching machine driver found
[    5.714610] Bluetooth: hci1: BCM: failed to write clock (-56)
[    5.714630] Bluetooth: hci1: Failed to set baudrate
[   12.465245] Bluetooth: hci1: BCM: failed to write clock (-56)
[  215.898175] irq 118: nobody cared (try booting with the "irqpoll" option)
[  215.898414] handlers:
[  215.898451] [<00000000b79f256a>] irq_default_primary_handler threaded [<000000003eba9b7a>] regmap_irq_thread
Any help will be welcomed. Thanks!

Post Reply