[PlanetCCRMA] FC3, ALSA and Noteedit; scheduler issue

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Sat May 14 11:20:01 2005


On Sat, 2005-05-14 at 10:58, Nick Metrowsky wrote:
> Hi Folks,
> 
> I am running FC3 and I installed everything from the FC3 CDs, as well 
> as, Planet CCRMA. I am running the stock FC3 kernel, because my laptop 
> internal wireless requires ndiswrapper, which is not happy with the 
> Planet CCRMA low-level kernel. Under either kernel, I still have the 
> same problem I am about to describe.
> 
> When I start up noteedit, and some other applications, I get the 
> following error:
> 
> kbuildsycoca running...
> Reusing existing ksycoca
> LilyPond check: found version: 2.4.5
> WITHOUT semicolons.
> WITH wavelines (for trills)
> WITH slures in graces
> NOTE LENGTHs after chords
> "\property" keyword does not exist
> cannot create an ALSA MIDI Scheduler
> cannot create an OSS MIDI Scheduler
> error opening Midi Device --> music cannot be played
> TSE3 Copyright information :(c) Pete Goodliffe, 2000-2002. A Trax 
> Software Product. Version: 0.2.7
> QCheckBox::setProperty( "Checked", value ) failed: property invalid, 
> read-only or does not exist
> 
> I have tried changing the noteedit configuration, and whatever I try I 
> still get a message stating that it cannot create a scheduler OSS or ALSA.

It looks like the alsa sequencer module may not be up and running
(search for it with "/sbin/ldmod|grep snd-seq"). 

As a workaround you can enable the alsasound ALSA startup script:
  /usr/sbin/chkconfig alsasound on
Then either reboot or start it manually:
  /etc/rc.d/init.d/alsasound start

-- Fernando

> My /etc/modprobe.conf contains:
> 
> alias eth0 8139too
> alias usb-controller ehci-hcd
> alias usb-controller1 uhci-hcd
> alias ieee1394-controller ohci1394
> alias wlan0 ndiswrapper
> alias char-major-116-* snd
> alias char-major-14-* soundcore
> alias sound-service-0-0 snd-mixer-oss
> alias sound-service-0-1 snd-seq-oss
> alias sound-service-0-3 snd-pcm-oss
> alias sound-service-0-8 snd-seq-oss
> alias sound-service-0-12 snd-pcm-oss
> alias snd-card-0 snd-intel8x0
> install sound-slot-0 /sbin/modprobe --first-time --ignore-install 
> sound-slot-0 &&  { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 
> 2>&1 || :; }
> remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 
> 2>&1 || :; } ;  /sbin/modprobe -r --first-time --ignore-remove sound-slot-0
> 
> ls -al /dev/snd gives:
> 
> drwxr-xr-x  2 root   root     220 May 12 13:37 .
> drwxr-xr-x  9 root   root    6100 May 13 17:27 ..
> crw-------  1 nmetro root 116,  0 May 12 13:36 controlC0
> crw-------  1 nmetro root 116, 24 May 12 13:36 pcmC0D0c
> crw-------  1 nmetro root 116, 16 May 12 13:36 pcmC0D0p
> crw-------  1 nmetro root 116, 25 May 12 13:36 pcmC0D1c
> crw-------  1 nmetro root 116, 26 May 12 13:36 pcmC0D2c
> crw-------  1 nmetro root 116, 27 May 12 13:36 pcmC0D3c
> crw-------  1 nmetro root 116, 20 May 12 13:36 pcmC0D4p
> crw-------  1 nmetro root 116,  1 May 12 13:37 seq
> crw-------  1 nmetro root 116, 33 May 12 13:36 timer
> 
> ls -al /dev/dsp gives:
> 
> crw-------  1 nmetro root 14, 3 May 12 13:36 /dev/dsp
> 
> Is there something I forgot to do? Also, when I run applications with 
> Flashplayer, the sound is "scratchy", but everything else the sound is 
> perfect.
> 
> Any ideas would be most welcome.
> 
> Take care!
> 
> Nick
>