Issues with Soundcard and Bluetooth

Thank you, I try it now, and let you know straight after. You are a star!

This is the result:
image

I also try to change username by mine like:
(zack - r)

okay, I didn’t assume that you could have git not installed.
Then run this:

sudo apt update &&
sudo apt install git fakeroot build-essential ncurses-dev xz-utils libssl-dev bc &&
cd $(mktemp -d) &&
git clone https://github.com/yangxiaohua1977/sound &&
cd sound &&
cp /boot/config-$(uname -r) .config  &&
make menuconfig &&
sudo make -j 4 && 
sudo make modules_install -j 4 && 
sudo make install -j 4 &&
sudo update-grub &&
reboot

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.