Well I'm finally back from the ALSA mailinglist. (I have since given up and managed to get OSS working) So for the first time I get audio output.
now I'm having a problem with PD running in full dulpex. I get the following message when I start:
/dev/dsp (readonly): Device or resource busy
this happens when run as root as well as a normal user. (so its not permissions)
I can do audio out in this case but no audio in.
If in run pd -nodac
I get audio in and no audio out.
my OSS sndstat is:
Card config: Ensoniq AudioPCI 97 at 0xe000 irq 10
Audio devices: 0: Sound Blaster PCI128 (DUPLEX) 1: Sound Blaster PCI128 (playback only)
Synth devices:
Midi devices: 0: AudioPCI97
Timers: 0: System clock
Mixers: 0: AudioPCI 97 (STAC9708)
I see here that audio device 0 is "duplex" and 1 is only for playback. Is there a way I can force PD to use the first device? (assuming it's stuck in playback mode because its using the second device. (might have to do with modules.conf settings?)
Thanks all,
On Sat, 5 Jan 2002 05:58:59 -0500 (EST) Ben Bogart - FMPM/F1999 bbogart@acs.ryerson.ca wrote:
now I'm having a problem with PD running in full dulpex. I get the following message when I start:
/dev/dsp (readonly): Device or resource busy
Does /dev/dsp exist? You might have to make link called "/dev/dsp" to "/dev/dsp0". Just guessing.
mik
On Sat, 5 Jan 2002 05:58:59 -0500 (EST) Ben Bogart - FMPM/F1999 bbogart@acs.ryerson.ca wrote:
/dev/dsp (readonly): Device or resource busy
this happens when run as root as well as a normal user. (so its not permissions)
Sorry, you can have audio out, so it exists. Plz forget my previous message.
mik
Hi folks i am running pd-0.27 with ggext_0.15 and i have stk 3.2 installed cant seem to get the configure script of ggext to find -lstk though
i did a ./configure --with-stk=/home/Pat/stk but the it says "no" during the verbose
any clues would be appreciated
cheers Pat
On Sat, 05 Jan 2002 10:54:54 -0500 ppagano@bellsouth.net wrote:
Hi folks i am running pd-0.27 with ggext_0.15 and i have stk 3.2 installed cant seem to get the configure script of ggext to find -lstk though
i did a ./configure --with-stk=/home/Pat/stk but the it says "no" during the verbose
any clues would be appreciated
cheers Pat
I think it looks for the STK directory in the directory you give. Try with "--with-stk=/home/Pat/". Didn't check it though!
(still running 0.27???)
mik
Ok i have 31 running with -path /usrlib/pd/externs -frags 2 which finds the externals from a previous install ? and the stk stuff seems to be working but no midi is present
on 34 it has all the externs from ggext plus a few but on read-only
can you folks tell me where and what you are running to get ggee externals with stk and read/write DSP and MIDI??
mik wrote:
On Sat, 05 Jan 2002 10:54:54 -0500 ppagano@bellsouth.net wrote:
Hi folks i am running pd-0.27 with ggext_0.15 and i have stk 3.2 installed cant seem to get the configure script of ggext to find -lstk though
i did a ./configure --with-stk=/home/Pat/stk but the it says "no" during the verbose
any clues would be appreciated
cheers Pat
I think it looks for the STK directory in the directory you give. Try with "--with-stk=/home/Pat/". Didn't check it though!
(still running 0.27???)
mik