What is the info for configuring sound in Debian please? I have a book that I got with Caldera OpenLinux 2.2 - 'Sams Teach Yoursel Linux in 24 hours' (no chance!) that mentions 'insmod' but Debian doesn't approve! What is the right way to configure sound in Debian? Also, with printing, it's configured with A4 size paper, mine is 8 1/2" x 11" tractor paper - where do I alter the size?
Thanks in anticipation!
All the Best
Terry
[ This email came to you via the Anglian Linux User Group list ] [ If you only wish to recieve event announcements, email the ] [ SUBJECTs of "unsubscribe alug" and "subscribe alug-announce" ] [ to listserver@stu.uea.ac.uk -- We do need your support, tho' ]
On Wed, Apr 19, 2000 at 02:34:09PM +0100, Terry Filby wrote:
What is the info for configuring sound in Debian please? I have a book that I got with Caldera OpenLinux 2.2 - 'Sams Teach Yoursel Linux in 24 hours' (no chance!) that mentions 'insmod' but Debian doesn't approve! What is the right way to configure sound in Debian?
Have you read the sound howtos? They're pretty useful.
I have a SoundBlaster AWE-32 and do the following.
echo "sound" >> /etc/modules
put the following in /etc/conf.modules (adjust the io/irq/etc if needed) alias sound sb options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
When the system boots it will load all kernel modules listed in /etc/modules with the options specified in /etc/conf.modules.
You can test without rebooting by doing, rmmod sound, modprobe sound. If it fails, rmmod all of the modules related to sound (lsmod will list them).