> Does anyone know why I'm not getting any sound from
> Timidity in Fedora 8
> (Gnome 2.20.3) unless I run the line command as
> root? I have this release
> installed-
> Name   : timidity++
> Arch   : i386
> Version: 2.13.2
> Release: 14.fc8
> 
> Any ideas? It's obviously a permissions problem, but
> there appears to be
> universal read access to the config and soundfonts.
> I didn't get anything
> from the Fedora Forum that I could use-
>
http://forums.fedoraforum.org/showthread.php?t=186613&highlight=timidity
> 
> Thanks,
> Mark.

I don't use Fedora, so you may have to see this info
is appropriate in your case.  I use a variation of
Debian.

I use "group" command to see what groups I belong to. 
I see "audio" as one of such groups.

Then I do

   ls -altr /dev | grep audio 

Here are what I get:

crw-rw----  1 root audio    10, 135 2008-04-29 09:38
rtc
crw-rw----  1 root audio    14,   1 2008-04-29 09:38
sequencer
crw-rw----  1 root audio    14,   8 2008-04-29 09:38
sequencer2
crw-rw----  1 root audio    14,  12 2008-04-29 09:38
adsp
crw-rw----  1 root audio    14,   3 2008-04-29 09:38
dsp
crw-rw----  1 root audio    14,   4 2008-04-29 09:38
audio
crw-rw----  1 root audio    14,   0 2008-04-29 09:38
mixer
crw-rw----  1 root audio    14,  18 2008-04-29 09:38
midi1
crw-rw----  1 root audio    14,  25 2008-04-29 09:38
dmmidi1
crw-rw----  1 root audio    14,  19 2008-04-29 09:38
dsp1
crw-rw----  1 root audio    14,  28 2008-04-29 09:38
adsp1
crw-rw----  1 root audio    14,  20 2008-04-29 09:38
audio1
crw-rw----  1 root audio    14,  16 2008-04-29 09:38
mixer1
crw-rw----  1 root audio    14,  29 2008-04-29 09:38
amidi1
crw-rw----  1 root audio    14,  30 2008-04-29 09:38
admmidi1


You may have to check who owns such devices under
/dev/ directory, and add that user to the the group
which has "rw" (read and write) access to those
devices.

I also use realtime kernel for better midi/audio
timing, and in the file /etc/security/limits.conf I
have these:

@audio           -       rtprio          99
[EMAIL PROTECTED]           -       nice            10
@audio           -       nice            -10
@audio           -       memlock         250000

as well as in the file /etc/sysctl.conf I have 

dev.rtc.max-user-freq=1024
dev.hpet.max-user-freq=1024

I haev also tried 2048 instead of 1024 for those timer
frequency valies in /etc/sysctl.conf.

Hope it helps.

Jimmy



      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Timidity-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/timidity-talk

Reply via email to