[Share Experiences] 之前看到大佬发内核deb编译的教程碰到的一些小问题
Tofloor
poster avatar
落日
deepin
2023-05-08 10:32
Author

当我make deb-pkg时,会报一个没有git仓库的错,不要慌!这只需要几个步骤就能解决:

在linux-xxx/下执行:

git init
git add .
git commit -m "随便写"

然后直接make deb-pkg -j4就行啦!

我已经换上了6.3.1的内核,而且这次升级内核和以前不一样,我的根分区大小和之前几乎没有变化,太爽了!

image.png

Reply Favorite View the author
All Replies
青稚°
Moderator
2023-05-08 14:45
#1

编译好的deb文件可以放到论坛供他人使用,

可以备份,下次省的编译了。

Reply View the author
Amber
deepin
2023-05-08 15:09
#2

大佬,deb内核文件发出来呗hi

Reply View the author
阿尼樱奈奈
Moderator
2023-05-08 15:14
#3

applaud

Reply View the author
fuuko
deepin
2023-05-08 16:55
#4

applaud

Reply View the author
jjcui8595
Moderator
2023-05-08 17:09
#5

like

Reply View the author
落日
deepin
2023-05-09 00:20
#6

我靠,我嫌占地方删了,等我找回一下

Reply View the author
落日
deepin
2023-05-09 00:37
#7
It has been deleted!
落日
deepin
2023-05-09 00:39
#8

你们一定要先备份啊!

Reply View the author
Arc
deepin
2023-05-10 21:06
#9
落日

你们一定要先备份啊!

是指备份原来的内核吗?怎么做?

Reply View the author
朔妈图财
deepin
2023-05-10 22:25
#10

我显示安装成功了,但是内核没变

Reply View the author
fax928
Moderator
2023-05-10 23:05
#11
朔妈图财

我显示安装成功了,但是内核没变

重启一下。

Reply View the author
朔妈图财
deepin
2023-05-10 23:34
#12
fax928

重启一下。

搞定了,谢谢

Reply View the author
deepin
2023-05-12 06:45
#13

不行啊,这个是什么原因呢?
image.png

Reply View the author
落日
deepin
2023-05-12 06:47
#14

不行啊,这个是什么原因呢?
image.png

git没提交成功,按上一条命令的提示信息设置好后,重新提交

Reply View the author
deepin
2023-05-12 07:03
#15
落日

git没提交成功,按上一条命令的提示信息设置好后,重新提交

好的,谢谢。

Reply View the author
fedora
deepin
2023-05-17 04:12
#16

安装内核成功了,但是触摸板和tracepoint都用不了了, 我用电脑是thinkpad

image.png

Reply View the author
落日
deepin
2023-05-17 04:20
#17
fedora

安装内核成功了,但是触摸板和tracepoint都用不了了, 我用电脑是thinkpad

image.png

那就用原来的内核就行了,由于系统默认会使用高版本内核启动,所以最好还是用原来的内核启动后手动卸载高版本内核 sudo apt purge linux-headers-xxx linux-image-xxx

Reply View the author
fedora
deepin
2023-05-17 17:47
#18
落日

那就用原来的内核就行了,由于系统默认会使用高版本内核启动,所以最好还是用原来的内核启动后手动卸载高版本内核 sudo apt purge linux-headers-xxx linux-image-xxx

今天又重启了一个,发现触摸板和tracepoint好了,什么也也没改动😊

Reply View the author