LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Sun Ultra 5 Debain Sound Card install (https://www.linuxquestions.org/questions/linux-hardware-18/sun-ultra-5-debain-sound-card-install-167201/)

DeadlyMuffin 04-07-2004 03:29 AM

Sun Ultra 5 Debain Sound Card install
 
Howdy, I picked up a Sun Ultra 5 dirt cheap and figured I'd toss linux on it. I'm running Debian (woody), everything works perfectly... except for the sound. There isn't any at all, /dev/mixer simply doesn't exist. I know the sound is on board, how do I configure it?

I was wondering if I'd have to make a module for it, but I haven't a clue how I'd go about doing that.

edugonch 01-21-2007 04:41 PM

use modprobe
 
Try sudo modprobe snd_sun_cs4231 to load the module. When I did this in a GNOME Terminal window, I instantly got a message on screen that new sound hardware had been detected and that it was now ready to be configured.

To have the module loaded during startup, you have to manually append a line with snd_sun_cs4231 to /etc/modules:

Code:

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
snd-sun-cs4231



All times are GMT -5. The time now is 04:56 AM.