[Feedback on issues] 不懂就问,磐石系统需要自己编译驱动怎么处理?
Tofloor
poster avatar
Ethan
deepin
2025-08-05 21:43
Author
ethan@4060TI:~/AX900/aic8800d80/drivers/aic8800$ sudo make install 
mkdir -p /lib/modules/6.12.33-amd64-desktop-rolling/kernel/drivers/net/wireless/aic8800
mkdir: 无法创建目录 "/lib/modules/6.12.33-amd64-desktop-rolling/kernel/drivers/net/wireless/aic8800": 只读文件系统
make: *** [Makefile:67:install] 错误 1

不懂就问,磐石系统需要自己编译驱动怎么处理?

Reply Favorite View the author
All Replies
caoyuUU
deepin
2025-08-05 21:51
#1

解磐石,编译完再封上

Reply View the author
昨夜的星辰
deepin
2025-08-05 22:39
#2

关磐石,折腾完再把磐石打开,具体可以参考我装virtualbox的帖子

Reply View the author
把一切操作变成GUI
deepin
Backbone of ecological co-construction group
2025-08-06 01:54
#3

可以用我这个一键关闭磐石https://bbs.deepin.org/phone/zh/post/289731

Reply View the author
字甲达宾
deepin
2025-08-06 06:26
#4

或者先普通用户编译,再把 两个编译好的两个ko驱动文件,aic8800_fdrv.ko, aic_load.ko (大约是这两个文件名),打成 deb包,安装。安装deb是不受磐石限制的。

Reply View the author
字甲达宾
deepin
2025-08-06 06:29
#5

顺便问一个,你是买的哪家的无线网卡?tenda? 绿联?

不同厂家的aic8800,驱动无法互相支持。加了硬件识别码限制的。

Reply View the author
Ethan
deepin
2025-08-06 22:40
#6
字甲达宾

顺便问一个,你是买的哪家的无线网卡?tenda? 绿联?

不同厂家的aic8800,驱动无法互相支持。加了硬件识别码限制的。

tenda

Reply View the author
Ethan
deepin
2025-08-06 23:03
#7
把一切操作变成GUI

可以用我这个一键关闭磐石https://bbs.deepin.org/phone/zh/post/289731

谢谢您,雷锋同志!

Reply View the author
Ethan
deepin
2025-08-06 23:10
#8

感谢各位雷锋同志!

型号:Tenda U11

环境:

ethan@4060TI:~/AX900/aic8800d80$ uname -a
Linux 4060TI 6.12.36-amd64-desktop-rolling #25.01.01.02 SMP PREEMPT_DYNAMIC Thu Jul 10 14:47:34 CST 2025 x86_64 GNU/Linux

开源驱动:https://github.com/shenmintao/aic8800d80.git

关闭磐石:

sudo deepin-immutable-writable enable -d /usr

确认,然后重启

编译安装:

注意,假设读者会使用GIT并下载好代码。

  1. 安装工具链
sudo apt install build-essential
  1. 参照README即可。
ethan@4060TI:~/AX900/aic8800d80$ ls ~/AX900/aic8800d80/
aicrf_test  aic.rules  drivers  fw  README.md  release_note.txt

开启磐石:

sudo deepin-immutable-writable disable
Reply View the author
Ethan
deepin
2025-08-06 23:15
#9

另外,有些同志可能想要备份一下磐石:

ethan@4060TI:~$ sudo deepin-immutable-ctl snapshot list 
[sudo] password for ethan: 
Verification successful
ID               Name                 Time                 Desc
37b002aa37a51cf0 First backup         2025-08-06 21:57:49  System initialization backup
ethan@4060TI:~$ sudo deepin-immutable-ctl snapshot create 20250806 "Just work"
Snapshot created successfully, ID: 3be580d24ca50c28
ethan@4060TI:~$ sudo deepin-immutable-ctl snapshot list 
ID               Name                 Time                 Desc
37b002aa37a51cf0 First backup         2025-08-06 21:57:49  System initialization backup
3be580d24ca50c28 20250806             2025-08-06 23:14:11  Just work

但是,笔者经历过,备份之后还原只能保证起来,但是并不能完全正常工作。

Reply View the author