Something happened to it in the new release. It was there in 3.1 by default.
I looked for a missing alsa package module to load, or maybe the right kernel module to load. Nothing jumps out.
Thanks!
what happened to /dev/snd/seq
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: what happened to /dev/snd/seq
^ All PulseAudio now. However PulseAudio will honour Alsa requets AFAIK.
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
-
- White ninja
- Posts: 5
- Joined: 14 Feb 2017, 03:37
- Distribution: LMDE/Mate, Q4OS
- Location: Big Island, Hawaii
Re: what happened to /dev/snd/seq
Pulseaudio? I kind of thought pulseaudio sat on top on alsa so to speak. In this new 3.2.2, alsa still exists. I am not really sure what you mean.
Really, it's fluidsynth I am trying to use with jack audio. Without /dev/snd/seq, fluidsynth can't run as a system-wide midi device. And jack's midi capability has been crippled.
Johnny
Really, it's fluidsynth I am trying to use with jack audio. Without /dev/snd/seq, fluidsynth can't run as a system-wide midi device. And jack's midi capability has been crippled.
Johnny
-
- Shogun
- Posts: 217
- Joined: 18 Aug 2013, 12:09
- Distribution: Slackware PartedMagic Xubuntu
- Location: The Netherlands
Re: what happened to /dev/snd/seq
<contents removed>


Last edited by burdi01 on 15 Feb 2017, 11:10, edited 1 time in total.
-
- White ninja
- Posts: 5
- Joined: 14 Feb 2017, 03:37
- Distribution: LMDE/Mate, Q4OS
- Location: Big Island, Hawaii
Re: what happened to /dev/snd/seq
Hey thanks for the help everyone.
I do see that pulseaudio is now part of slackware. That is new.
Guess though, I found my problem... I thought I looked at this simple solution but i was hasty.
The kernel doesn't have the snd-seq built in so I had to install the module:
As root,
/sbin/modprobe snd-seq
brings back the sequencer device.
JohnnyO
I do see that pulseaudio is now part of slackware. That is new.
Guess though, I found my problem... I thought I looked at this simple solution but i was hasty.
The kernel doesn't have the snd-seq built in so I had to install the module:
As root,
/sbin/modprobe snd-seq
brings back the sequencer device.
JohnnyO