-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install driver on Volumio image (Rasbian buster. Kernel: 5.10.92+) #429
Comments
The link needs to go from /lib/...../build to the directory that has your header files. In your case, it is likely /usr/src/linux-5.10.92/ |
Thank you for you answer. Unfortunately, I don't have 5.10.92 in my /usr/src/ .
|
It has to link to whatever 'uname -r' shows as your present kernel. It looks as though you do not have the latest kernel as the headers are for 5.10.103+, not 5.10.92+. |
Hey guys,
First: Thank you for your work on this driver!
Second:
Here is some system information:
Before installation of the driver I installed the raspberry headers and build essentials
sudo apt install raspberrypi-kernel-headers
sudo apt-get install build-essential
Then I followed the instructions:
clone
,make
andmake install
.Then I got the following error:
Even though I installed the header files, there is no build directory. in /lib/modules/5.10.92+ .
With the following symlink I was abble to compile, but I couldn't
modprobe
orinsmod
the module.sudo ln -s /lib/modules/5.10.103+/build /lib/modules/5.10.92+
I think the symlink is incorrect, but I also don't know how to build for my kernel version.
Thank you in advance!
cheers!
zydariv
The text was updated successfully, but these errors were encountered: