-
-
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
Upgraded to 6.10, now cannot see ALLO Piano 2.1 card on Sparky #1894
Comments
Note, I'm presuming that this affects other kinds of configuration as well: cpu governor, framebuffer settings, etc... |
Thanks for the report 👍 I'll take a look at this tomorrow. We have a hotfix due for tomorrow aswell, we should be able to get this resolved by then. |
I'll check your system configuration + logs tomorrow aswell.
|
Sure thing: 94df705b-f681-420c-b01b-3217e7eeb3db After lots of tinkering, I've been able to manually get my soundcard working again. I hope my bugreport data isn't too noisy; I have removed or disabled lots of the stock stuff and added a couple of things that are probably not supported (I'm pretty familiar with Debian, so went to apt to turn off stuff I'll never use). |
@mfeif @Fourdee Here the code that should apply allo-piano-dac: https://github.com/Fourdee/DietPi/blob/master/dietpi/func/dietpi-set_hardware#L1905-L1921 All the CPU governor related settings should not depend on config.txt at all, even not on RPi: https://github.com/Fourdee/DietPi/blob/master/dietpi/func/dietpi-set_cpu
Only idea would be that Sparky somehow uses But I suggest the reason for your issue is coming from another direction. Though the above is worth testing, as it is easy and fast 😃. Just offtopic: |
Appears this is not being applied As yes, confirmed bug. |
+DietPi-Update | Added reboot whiptail prompt after update is completed. +DietPi-Config | Sparky SBC: Resolved Allo Piano DAC not being installed correctly: https://github.com/Fourdee/DietPi/issues/1894#issuecomment-402541469
Many thanks for sending the bug report 👍 This is resolved for v6.11, which is slated for release today. |
**v6.11** (05/07/18) **Changes / Improvements / Optimizations:** DietPi-Drive_Manager | You can now specify an optional mount target directory, when mounting drives. DietPi-Software | Gogs: Installation optimizations, no gen homefolder as not required. For new installations only. Many thanks to @userdeveloper98 for this contribution.: https://github.com/Fourdee/DietPi/pull/1890 DietPi-Update | Added reboot whiptail prompt after update is completed. **Bug Fixes:** General | Resolved black text in SSH sessions with some clients: https://github.com/Fourdee/DietPi/issues/1891 DietPi-Config | Sparky SBC: Resolved Allo Piano DAC not being installed correctly: https://github.com/Fourdee/DietPi/issues/1894#issuecomment-402541469 DietPi-Drive_Manager | NFS: Now uses the nfs mounting protocol (previously nfs4): https://github.com/Fourdee/DietPi/issues/1898#issuecomment-402781531 **AlloGUI v10:** - Updates: To ensure stability and control of updates, they must now be completed outside the web interface, using either local or remote (SSH) terminal: https://dietpi.com/phpbb/viewtopic.php?f=8&t=2317&p=9218#p9218
Re your "offtopic" block above; on my Sparky:
|
Thanks for looking into this! |
@mfeif |
FWIW:
|
@mfeif Btw, as v6.11 is released, this does solve your issue, doesn't it? |
The kernel version on sparky never changes, as they use the same branch and patch it as needed. These kernel patches are applied by us during updates, however, they have no change in kernel version number. |
I updated dietpi to 6.10 via the dietpi-upgrade script. There were no errors (that I could see).
Now my allo piano 2.1 card isn't present in the devices available to the kernel:
Required Information:
Additional Information (if applicable):
Steps to reproduce:
Expected behaviour:
Actual behaviour:
Extra details:
I HAVE used the dietpi-config script to (re)set the audio device to the allo, but it's not sticking. Additionally, I can't find the confit.txt file to look for dtoverlay settings. Something new must be up, but I don't understand what has replaced it.
I see this: https://github.com/Fourdee/DietPi/pull/1863 But I don't know how my sparky is otherwise configured, since it's more or less an rPi clone.
Here is my /etc/modules:
If I manually load the driver:
modprobe snd-soc-allo-piano-dac-plus
it shows up again, and I can force it to run by putting that in /etc/modulesThe text was updated successfully, but these errors were encountered: