Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
华为设备的福利!5.0内核支持HUAWEI WMI热键
Experiences and Insight
1378
views ·
5
replies ·
To
floor
Go
ksplite
deepin
2019-05-02 02:59
Author
本帖最后由 ksplite 于 2019-5-1 20:09 编辑
话不多说,直接上图
我知道deepin的内核也有HUAWEI_WMI,但是在我的Matebook E上,很多热键有问题。
希望这个船新的内核可以解决吧
Reply
Like 0
Favorite
View the author
All Replies
ksplite
deepin
2019-05-02 04:24
#1
本来构建好之后想发出来,但是makefile自带的bindeb-pkg命令没有把linux-modules包打出来,只有image,headers,libc-dev和image-dbg。
有大佬能教一下内核模块打包吗?谢谢!
Reply
Like 0
View the author
funtoo
deepin
2019-05-02 04:41
#2
用make-kpkg打包,这样生成的linux-image包是可以带有内核模块的。不过我以前打的包只给自己本机用,方便包管理器接管,而且我习惯把要用到的东西编入内核,所以需要再自行验证下。
Reply
Like 0
View the author
funtoo
deepin
2019-05-02 04:43
#3
另外,如果只是编译通用内核,直接用UKUU这样的第三方内核管理工具就可以安装新内核了。
Reply
Like 0
View the author
文刀
deepin
2019-05-02 06:25
#4
直接使用Ubuntu打包好的内核升级就OK了
https://bbs.deepin.org/post/175411
Reply
Like 0
View the author
abc
deepin
2019-05-02 14:15
#5
1)准备编译,装编译工具:
apt install build-essential libncurses-dev bison flex libelf-dev libssl-dev
修改内核目录下的drivers/hid/i2c-hid/i2c-hid-core.c中"if ((ret_size > size) || (ret_size < 2))“下面的"dev_err” to “dev_err_once”(bug),
2)然后编译
这里用deb-pkg,编译成deb包,与debian的安全策略有关,大约1-3小时.卡住不要管,一会就好了
make -j9 deb-pkg
3)安装之前配置dpkg的root
安装: dpkg -i /usr/src/linux-*.deb, 重启完事.
在debian下一直这样编译的.你可以试试
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
话不多说,直接上图
我知道deepin的内核也有HUAWEI_WMI,但是在我的Matebook E上,很多热键有问题。
希望这个船新的内核可以解决吧