How to build correct kernel headers for my chromebook?
497 views
Skip to first unread message
Manh Nguyen Tien
unread,
Mar 31, 2017, 5:14:01 AM3/31/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium OS discuss
My chromebook's shell output of uname -r is: 3.18.0.13753-gc65690b. I'm following this guide to build headers from source: https://github.com/dnschneid/crouton/wiki/Build-kernel-headers-and-install-Virtualbox-(x86) The problem is I can only find 3.18.0-13753-g92cb5cf, the version is correct but the name tag is different: mine is gc65690b and the source is g92cb5cf. The name mismatching disables me from install correct kernel headers. Any advice guys?
Manh Nguyen Tien
unread,
Mar 31, 2017, 5:29:03 AM3/31/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium OS discuss
Solved, I can actually checkout using uname -r result: git checkout 3.18.0.13753-gc65690b