[PlanetCCRMA] udev...

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Wed Jan 5 22:21:01 2005


On Wed, 2005-01-05 at 18:30, jonathan segel wrote:
> say, now that fc3 uses udev, how do i set up midi seq and all?
> 
> i am actually going to reinstall fc3 from the iso (tried the upgrade 
> method, but still have problems that i can't seem to fix...) so maybe 
> that will set things up, but what is happening now is that qjackctl 
> complains at server boot that it can't open the alsa sequencer 
> (dev/snd/seq is of course gone...)

I don't know the proper "elegant" solution for this but if you enable
the old alsasound startup script it will load snd-seq for you and the
sequencer interface will be there:
  /sbin/chkconfig --add alsasound
(this is part of the alsa-driver package)

-- Fernando