Mobian snd_seq not installed - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: Mobian snd_seq not installed (/showthread.php?tid=10736) |
Mobian snd_seq not installed - Hiraghm - 07-19-2020 I've been trying to get Mame and a midi sequencer called "drumstick" to work on Mobian, and I keep getting an error where /dev/snd/seq file or directory not found. Both crash while starting Apparently the kernel was compiled without CONFIG_SND_SEQUENCER set, therefore snd_seq wasn't compiled into the kernel. Can the flag be set in an upcoming update? I don't even know what the sound hardware on the Pinephone is. Also there doesn't appear to be a modprobe for Mobian. ScummVM works, (I played Full Throttle with full audio, no problems) and I suspect the error has something specific to do with MIDI sequencing. edit: modprobe's there, I forgot to sudo when I ran it and just assumed it too was missing. RE: Mobian snd_seq not installed - a-wai - 07-21-2020 Thanks for reporting this issue! Sequencer support is now included in the latest kernel, once you upgrade and reboot RE: Mobian snd_seq not installed - Hiraghm - 07-22-2020 (07-21-2020, 04:50 PM)a-wai Wrote: Thanks for reporting this issue! Sequencer support is now included in the latest kernel, once you upgrade and rebootBLESS YOU! |