"Kevin Lee" <[EMAIL PROTECTED]> writes:

> xmms
> 
> How do I get sndconfig package?
> 

Since Progeny is based on Debian stable, I don't think sndconfig is
included. You'll probably have to get it from Debian testing.

To see if it's in Progeny, run at apt-get update and then apt-get
install sndconfig.
If that doesn't work, you'll have to uncomment the line for testing in
your /etc/apt/sources.list file and repeat the above. Note, however (as
I believe it says in the comments in your sources.list) that packages
from testing may, under certain circumstances, cause problems when
installed on a Progeny system.

FWIW, the config file for my card (/etc/modutils/opl3) contains the
following:

#Yamaha sound config options
alias sound-slot-0 opl3sa2
options opl3sa2 ymode=2 io=0x370 mss_io=0x530 mpu_89=0x330 irq=5 dma=1
dma2=0
options opl3 io=0x388

I got this file from someone else and tweaked the values until they
matched my system (I'm running a 2.4.x kernel). You might want to check
the files in /proc (e.g. /proc/interrupts and /proc/ioports) to make
sure you don't use parameters that are already in use.

When you're ready to try your settings, run update-modules as root and
your settings should get added to your modules.conf file. You can then
either load them with modprobe or reboot.

Good luck.



Reply via email to