Search found 18 matches
- Mon Feb 24, 2020 6:15 pm
- Forum: Troubleshooting
- Topic: USB Automount
- Replies: 21
- Views: 19624
Re: USB Automount
The USB stick has music. The project is The Dementia Friendly Music Player http://dementiamusicplayer.org/. Essentially DietPi + headless VLC + rotary encoders + Python + laser cut bamboo or cherry. DietPi has been consistently excellent for this.
- Mon Feb 24, 2020 4:32 pm
- Forum: Troubleshooting
- Topic: USB Automount
- Replies: 21
- Views: 19624
Re: USB Automount
Thanks Michael. I'm always looking for simpler / built-in methods. But if I understand your method correctly, it requires a one-time admin intervention per USB stick. I chose the udev route because it needs to work for someone that downloads the SD card image that I created who then uses their own P...
- Mon Feb 24, 2020 5:13 am
- Forum: Troubleshooting
- Topic: USB Automount
- Replies: 21
- Views: 19624
Re: USB Automount
I approached the problem in a very pragmatic way, so unfortunately I do not have deep answers to your question (wish I did). My need is for a USB drive to automount at boot and for those files to be accessible on a known/predictable path. I found the solution in the usual pragmatic way (Google). My ...
- Fri Feb 07, 2020 7:51 pm
- Forum: Troubleshooting
- Topic: USB Automount
- Replies: 21
- Views: 19624
Re: USB Automount
@peddanet : here is an updated link, see page 3. https://github.com/rosswesleyporter/dqm ... EATION.pdf
- Sun Oct 13, 2019 6:54 pm
- Forum: General Discussion
- Topic: The new Raspberry Pi 4
- Replies: 88
- Views: 56908
Re: The new Raspberry Pi 4
Do I correctly understand that I can simply install DietPi the normal way on my Pi4? Based on MichaelIng in this thread, "...just made the experimental image the new default download." I don't need Pi4 specific features to work e.g. I don't need dual HDMI (or any HDMI actually). But I do w...
- Mon May 27, 2019 5:30 am
- Forum: Troubleshooting
- Topic: kernel issues with Schiit USB DAC (UAC2, high-speed Isochronous)
- Replies: 7
- Views: 1684
Re: kernel issues with Schiit USB DAC (UAC2, high-speed Isochronous)
I don't have any special info about additional UAC2 support in the 5.X kernel. Just uninformed hope. From what I read, even UAC3 support was baked into 4.19 mainline.
- Mon May 27, 2019 3:03 am
- Forum: Troubleshooting
- Topic: kernel issues with Schiit USB DAC (UAC2, high-speed Isochronous)
- Replies: 7
- Views: 1684
Re: kernel issues with Schiit USB DAC (UAC2, high-speed Isochronous)
Thanks for the definitive response. That lets me move on to other projects. Maybe I'll come back to this one when the Pi Foundation moves to a 5.x kernel.
- Sun May 26, 2019 11:57 pm
- Forum: Troubleshooting
- Topic: kernel issues with Schiit USB DAC (UAC2, high-speed Isochronous)
- Replies: 7
- Views: 1684
Re: kernel issues with Schiit USB DAC (UAC2, high-speed Isochronous)
Thanks for the reply! Yes, running 4.19. Alas, the issue persists. Schiit (DAC manufacturer) was very clear in saying that there are UAC2 issues on Pis specifically, but not on "desktop Linux". The person at Schiit that said this seemed well informed. Do you think that upgrading to a mainl...
- Fri May 17, 2019 6:56 pm
- Forum: Troubleshooting
- Topic: kernel issues with Schiit USB DAC (UAC2, high-speed Isochronous)
- Replies: 7
- Views: 1684
kernel issues with Schiit USB DAC (UAC2, high-speed Isochronous)
I believe that I am experiencing a kernel issue when using a Schiit Fulla 2 USB DAC / headphone amp. The DAC sounds great, but always freezes after rapidly skipping through tracks. Schiit themselves describe it as a Pi kernel issue. Suggestions? Details: - A very nice and informed person at Schiit s...
- Tue Jan 22, 2019 7:49 pm
- Forum: Troubleshooting
- Topic: USB Automount
- Replies: 21
- Views: 19624
Re: USB Automount
I eventually went with the pmount package and some udev rules. It's working well. Whichever USB drive I plug in is automatically available as /media/usb1. I documented the process here: https://github.com/rosswesleyporter/dqmusicbox/blob/master/docs/ADMIN_SD_CARD_CREATION_USB.pdf (look for the pmoun...