-
Notifications
You must be signed in to change notification settings - Fork 155
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
Compile error after changing 'make menuconfig' options #154
Comments
Linux kernel 4.6 is needed for the saa716x_budget module to be build. |
Unfortunately I get a completely different error with kernel 4.8.17: uname -a :
|
I also get exactly the same error on 4.9.16 |
I have the same error. I'm on 4.9.16 Gentoo. |
Thanks @mfyorp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I follow the default steps to compile the ljalves drivers, my TBS6982 card is not recognized.
uname -a :
Linux voyage 4.1.6-voyage #1 SMP Fri Jun 3 10:04:48 HKT 2016 i686 GNU/Linux
lspci | grep -i saa :
13:00.0 Multimedia controller: Philips Semiconductors SAA7160 (rev 03)
sudo modprobe saa716x_budget int_type=1 :
modprobe: FATAL: Module saa716x_budget not found.
So I activated
with make menuconfig
But when I 'make' after that change, I get the following error:
The error is gone and compilation is succesfull when I disable the option :
SAA7160/1/2 based Budget PCIe cards (DVB only)
but then my TBS6982 isn't working.
Is this a bug or am I doing something wrong?
The text was updated successfully, but these errors were encountered: