-
Notifications
You must be signed in to change notification settings - Fork 296
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
install.sh still not working after installing kernel from source #132
Comments
at first inspection, it appears the modules aren't being installed properly in /lib/modules/{version} - what do I need to add to get the dependencies set up properly? |
It's all working. It looks good! |
Maybe I encounter with a same issue which you have. BTW, my issue is as following link: |
thanks @treii28 |
I will close this issue, the later you still have questions, you can reopen it |
I tried installing using the install script but no devices showed up. After doing some sniffing through the issues and reading through what the script was trying to do, I found the problem was that the 4.14.92+ kernel (latest from the stretch repositories) apparently didn't have the source headers needed by the install script.
So I went and grabbed the linux kernel source code and build a version of 4.14.95+ from scratch, re-ran the install script, verified the modules are built in the various dkms directories but aplay -l still shows no pi-zero hat.
I'm not even sure where to begin looking for further problems. lsmod shows no seeed-voicecard module. The /etc/modules and /boot/config.txt have the correct entries. The service file appears to be installed and a log file is being generated when it tries to run (which doesn't seem to tell me anything useful)
I made sure raspi-config has spi and i2c enabled. I've tried lsmod - no seed modules in the list. I've tried restarting the service. I've rebooted more times than I care to count.
/var/log/seeed-voicecard.log:
other info related to script created items:
The text was updated successfully, but these errors were encountered: