I’ve recently bought Beelink Ser8 8745h, using 2×32 Kingston fury DDR5 5600 RAM and the recent Ubuntu 24.10. Bios version is the recent one, late 2024. The problem is with Bluetooth headphones, usually it works great but when device is put under load, especially stressing RAM memory usage, then Bluetooth bandwidth drops and the sound in headphones is breaking. The same case used to happen to RC mouse when USB receiver was connected directly into SER8. Using usb hub fixed mouse problem but I can’t do the same with bluetooth card that is inside the case.

I think this is known problem across different devices.
Can you please share you insight on what is the reason for this what is the best solution to fix it? Stable bluetooth headphones is one of the crucial functionalities of any PC

Hi there
Please send us a picture of SN number and BIOS version .
So we would be able to know whether it is latest BIOS and send you files accordingly.
Here`s how to check your BIOS version:

  1. Prese : Win + R ,
  2. Type : msinfo32
  3. Send us the screen.

or try this
https://mega.nz/#F!yuISGa4I!s1bQQajKwnsEdzjqq4nopQ 

Note I use UBUNTU Linux
Image description

    perceval90

    Hello,

    Here are the possible solutions :
    ① Please go to the device manager to check if there is bluetooth driver, if no, please update the driver. Here is the driver source :https://dr.bee-link.cn/?dir= click the item model , then you can find the related driver.
    ② Please clear the CMOS. Please turn off the PC , unplug the power supply, and press the CMOS button (or poke the hole of CMOS with a pin) for about 10 seconds . Next, restart the PC after ten minutes. Here is the tutorial https://mega.nz/file/2nIRGaYI#M2aIM2bkOJshrhE8sK8MNiKopfyHlqyjnn86TypZp2w or https://url.bee-link.cn/5FdW
    ③Please right click the windows–computer management–double click Services–bluetooth–start the service.
    ④Please right click the windows —setting -troubleshooting —other troubleshooters— bluetooth—run , let the PC diagnose the problem and solve it automatically.
    ⑤.Please go to the windows terminal (admin) > type in : sfc /scannow > then wait until finished.
    ⑥.Please try this software https://mega.nz/file/X7hGVZwb#1tA5wEJhxH8BDtKxeB5qS2ZiIEUByAVZoOnzhSf4-Pg or https://url.bee-link.cn/meE5

    Have a nice day!

    Best regards!
    Wendy
    Customer Support

    Did you even read my problem? I don’t use Windows, drivers are fine, all those boxes have the same problem probably caused by bt/wifi signal interferences. Am asking about your solution to that

      perceval90

      Hello,

      1. Could you please send your question to our official after-sales email? This is the address: support-pc@bee-link.com
      2. Please send your SN and purchase record again, as well as the link to this forum, so that our customer service colleagues can better check your question.
        Have a nice day!

      Best regards!
      Wendy
      Customer Support

      3 months later

      Hi you can resolve this by using a usb bluetooth module if you dont mind they can be had for £3 off aliexpress. I plug mine into a usb hub so i can position it better and it works great. I am using zexmte long range bluetooth 150m range but there are similar ones on aliexpress its using ralink8761b chipset which was plug and play on kde neon linux with liqorix kernel.

      To disable the internal bt first identify the id of the devce with the lsusb command via the terminal, which should produce something like this.

      Bus 001 Device 006: ID 8087:0029 Intel Corp. AX200 Bluetooth

      then create a file using sudo nano /etc/udev/rules.d/81-bluetooth-hci.rules
      and enter SUBSYSTEM==“usb”, ATTRS{idVendor}==“8087”, ATTRS{idProduct}==“0029”, ATTR{authorized}=“0”

      replace 8087 0029 with your values from the lsusb output
      save and close with ctrl o ctrl x