1.ubuntu无线网卡不识别
解决方法:
Qualcomm atheros QCA61x4a ubuntu网卡驱动:(联想小新锐龙版装ubuntu)
默认装上ubuntu是不识别这个网卡的。需要:
Check mokutil --sb-state if it shows Secure Boot is enabled reboot and disable Secure Boot in BIOS settings, then in terminal do
sudo apt install git dkms build-essential
git clone https://github.com/jeremyb31/ideapad-laptop.git
sudo dkms add ./ideapad-laptop
sudo dkms install ideapad-laptop/1.0
Reboot
参考:askubuntu
2.装中文:
设置里装语言包,选ibus
然后: sudo apt install ibus-libpinyin 然后reboot
3.ubuntu无法插外接显示器,CPU 过热,ubuntu无法调节屏幕亮度
解决方法: ubuntu内核升级到5.4.177 问题解决,不可升级过高版本内核,有时候有坑。
4.ubuntu不识别USB摄像头
解决方法:
重装摄像头驱动,包括UVC的摄像头也是需要
git clone git://linuxtv.org/media_build.git
cd media_build
./build
make install