-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
DietPi-Set_Hardware | Compiling "i-sable-2km" module fails #2547
Comments
@klasLiesen The headers does not seem to be installed, which is strange according to the code as you should have received an error message about that before. Please check:
|
Thanks for your response. Here is the result plus installation progress of the soundcard. |
@klasLiesen
If somehow this is not the case, please try to reinstall the kernel headers: Otherwise I am a bid lost, since this worked well during tests. Perhaps the sources dir the |
Ah sorry the APT reinstall command is: Other sound cards work fine, since their kernel modules/drivers are already included in the default Raspberry Pi kernel, so no module build required. Okay I will check/verify this on my RPi later. In worst case you need to go the way with |
Okay, please try the following to switch the source dir, according to most guides this should be If this works we need to commit to the module dev to switch this in the |
@klasLiesen Do: The symlink build => source btw. is correct. Dev notes:
|
PR up to fix and add infos: https://github.com/Fourdee/DietPi/pull/2550 |
Good morning Michalng.
|
Hmm:
So But again
Works well here (x86 VM):
@klasLiesen What do those say:
@Fourdee While I definitely don't want to revert to |
Just checked, indeed
On RPi, the package contains:
@klasLiesen To check:
|
@klasLiesen Nope g++ is not required then. All this was only to build the kernel module and this has obviously finished successfully. Hmm even the official docs state to install g++ as well, it indeed seems not to be required. However this is something we can test ourself to fine tune the install/build script. As well we can test if @Fourdee |
I tried: ln -s /usr/bin/g++-4.9 /usr/bin/g++ and selected/installed soundcard i-sabre-2km in Dietpi-config. I got no complains but the soundcard did not show in Roon. I then: apt install --reinstall raspberrypi-kernel-headers Thanks for all help and have a nice weekend. Klas |
@klasLiesen |
I get error 2 and 'all' failed when selecting/installing soundcard i-sabre-2km in Dietpi-config.
Had no problems prior to Dietpi 6.20.
The text was updated successfully, but these errors were encountered: