[linux-mint] Surface Pro4 安裝linux驅(qū)動
Surface Pro4 這個被淘汰下來的機器,一直沒想好要如何處理,因為有平板,所以也不想刷Android系統(tǒng),最終決定還是安裝linux,當一個辦公小平板來使用,順便練練linux環(huán)境軟件使用,所以就選擇系統(tǒng),然后發(fā)現(xiàn)好多l(xiāng)inux發(fā)行版安裝都有問題,我也不知道什么原因。好在linux-mint還可以正常安裝。系統(tǒng)信息如下:

安裝完系統(tǒng)以后觸屏不可以用,藍牙不可以用,聲音沒有
目前安裝surface驅(qū)動以后,觸屏和藍牙正常,聲音仍然沒有(不知道是不是我機器的問題)
github上項目位置:https://github.com/linux-surface/linux-surface/
WIKI:https://github.com/linux-surface/linux-surface/wiki/Installation-and-Setup
Debian / Ubuntu
1.First you need to import the keys we use to sign packages.
wget -qO - https://raw.githubusercontent.com/linux-surface/linux-surface/master/pkg/keys/surface.asc \ | gpg --dearmor | sudo dd of=/etc/apt/trusted.gpg.d/linux-surface.gpg
2.After this you can add the repository configuration and update APT.
echo "deb [arch=amd64] https://pkg.surfacelinux.com/debian release main" \ | sudo tee /etc/apt/sources.list.d/linux-surface.list
3.update
sudo apt update
4.you can install the linux-surface kernel and its dependencies.
sudo apt install linux-image-surface linux-headers-surface libwacom-surface iptsd
因為訪問國外的網(wǎng)站速度很慢很慢,在我?guī)缀跻艞壍臅r候,竟然安裝成功了,希望愿意折騰的人有些耐心吧。
浙公網(wǎng)安備 33010602011771號