I am new to Linux, and I'm trying to configure my sound card so I can record from mic/line in on my SBLive to Rosegarden or Audacity, which requires JACK to be setup. When I run "jackd -d alsa -d hw:0" as the SuSE manual states, I get the following output:
jackd 0.94.0
Copyright 2001-2003 Paul Davis and others.
jackd comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
loading driver ..
apparent rate = 44100
creating alsa driver ... hw:0|hw:0|1024|2|44100|0|0|nomon|swmeter|rt|32bit
ALSA lib pcm_hw.c:1055
snd_pcm_hw_open) open /dev/snd/pcmC0D0c failed: Device or resource busy
the capture device "hw:0" is already in use. Please stop the application using it and run JACK again
cannot load driver module alsa
I have no programs running that are using the soundcard. I am only using the shell in KDE. I even tried it in failsafe mode, and I got the same result. How can I find out what is making it busy and disable it so I can run jackd?
Thanks for any help you can provide.
kshaffer