[Kernel/Drive] Mac电脑装的深度V20系统,WiFi列表显示不了,还有就是触摸板用不了
Tofloor
poster avatar
michael-20210404
deepin
2021-04-05 00:55
Author

Mac电脑装的深度V20系统,WiFi列表显示不了,还有就是触摸板用不了,是驱动问题还是什么问题,求大神帮忙

Reply Favorite View the author
All Replies
忆往
deepin
2021-04-05 01:08
#1

看起来是驱动问题~

Reply View the author
michael-20210404
deepin
2021-04-05 01:19
#2
忆往

看起来是驱动问题~

有可以装的驱动网址么,求推荐

Reply View the author
SamLukeYes
deepin
2021-04-05 01:24
#3
michael-20210404

有可以装的驱动网址么,求推荐

搜索引擎是你的好朋友

Reply View the author
upc001
deepin
2021-04-05 01:43
#4

运行命令lspci,查看网卡信息。

例如有这么一行:01:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n

然后就满世界找“BCM43228”的无线网卡驱动,老版本的可能好用。新升级的不行。

下载到所需要的deb之后,u盘拷回来安装就行了。

Reply View the author
忘记、过去
deepin
2021-04-05 03:24
#5

mac 全系都是博通的无线网卡吧,参考https://bbs.deepin.org/zh/post/211628试试看......

Reply View the author
177******61
deepin
2021-04-05 03:46
#6

总体来说mac装linux的话wifi不容乐观。

2016-2017的macbookPro的话看这里:https://github.com/Dunedan/mbp-2016-linux

 

Reply View the author
deepinuser17
deepin
2021-04-05 08:46
#7

触摸板大概需要appleapi驱动.

 

试试以下命令:

echo -e "\n# applespi\napplespi\nspi_pxa2xx_platform\nintel_lpss_pci" | sudo tee -a /etc/initramfs-tools/modules
sudo apt install git
sudo git clone https://github.com/PatrickVerner/macbook12-spi-driver.git /usr/src/applespi-0.1
sudo dkms install -m applespi -v 0.1
sudo modprobe intel_lpss_pci spi_pxa2xx_platform applespi apple-ib-tb
sudo shutdown -r now
Reply View the author
deepinuser17
deepin
2021-04-05 08:48
#8

运行以下命令, 上传结果:

 

lspci | grep -i net
Reply View the author
michael-20210404
deepin
2021-04-13 00:39
#9
deepinuser17

运行以下命令, 上传结果:

 

lspci | grep -i net

就是只要运行这个就行了是吧,上一楼的还要试试么

Reply View the author
michael-20210404
deepin
2021-04-13 05:37
#10

这是我的电脑配置文件信息设备信息20210412_184418.txt

Reply View the author