[PlanetCCRMA] MIDI unavailable on 2.6.11-0.3.rdt.rhfc2.ccrma

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Mon Apr 4 16:23:01 2005


On Mon, 2005-04-04 at 16:02, luciorgomes wrote:
> Hi 
> After upgrading to the edge kernel I've got some errors
> related to /dev/snd/seq. Here's qjackctl message window on
> start:
> 
> 19:53:06.817 Patchbay deactivated.
> 19:53:06.838 Statistics reset.
> 19:53:06.842 Could not open ALSA sequencer as a client. MIDI
> patchbay will be not available.
> ALSA lib seq_hw.c:451:(snd_seq_hw_open) open /dev/snd/seq
> failed: Permissão negada*
> 
> *Permision denied on portuguese...
> 
> The same with alsa-patch-bay:
> cca_open_socket: could not connect to host 'localhost',
> service '14541'
> cca_init: could not connect to server 'localhost' -
> disabling ladcca
> ALSA lib seq_hw.c:451:(snd_seq_hw_open) open /dev/snd/seq
> failed: Permission denied
>  
> Caught exception while creating AlsaPatchBay: Driver:
> couldn't open alsa sequencer
> 
> 
> What's wrong? What can I do?

See if the snd-seq module is loaded:
  /sbin/lsmod|grep snd-seq
if not you can load it manually (ie: "/sbin/modprobe snd-seq") and/or
activate the alsasound script so that it is loaded automatically on
boot:
  /sbin/chkconfig alsasound on

This will be the default on the next release of the alsa-driver package
(1.0.9-rc2, coming soon).

-- Fernando