ALSA configurieren

T

tapemasterdave

Hallo alle zusammen.

Bin in Sachen Linux noch nen relativer Neuling und versuche momentanm, meine on-bourd Sound-Karte unter Debian mit ALSA in Gang zu setzten. Leider finded alsaconf keine Soundkarte. Es handelt sich hier um eine SiS 735. Das benötigte Modul heißt snd-intel8x0.
Kann mir einer weiter helfen?
 
Ist das Modul denn geladen?

Code:
lsmod

zeigt dir das an.

Alternativ kannst du das auch mit

Code:
dmesg | grep -i snd-intel

prüfen.

Wenn es nicht geladen wird / ist, kannst du es mit

Code:
modprobe

laden.
 
Module Size Used by
snd_pcm_oss 48552 0
snd_pcm 84872 1 snd_pcm_oss
snd_timer 21508 1 snd_pcm
snd_page_alloc 7816 1 snd_pcm
sd_mod 15120 0
snd_mixer_oss 17792 1 snd_pcm_oss
snd 48100 4 snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore 7776 1 snd
lp 8872 0
ipv6 239616 8
ide_cd 38688 0
floppy 55632 0
parport_pc 32064 1
parport 35272 2 lp,parport_pc
ns558 4864 0
gameport 3712 1 ns558
pcspkr 3432 0
e100 31872 0
mii 4224 1 e100
aic7xxx 200280 0
ehci_hcd 28548 0
tsdev 6080 0
joydev 8256 0
evdev 7680 0
usbhid 29888 0
ohci_hcd 18820 0
usbcore 103908 5 ehci_hcd,usbhid,ohci_hcd
dm_mod 52092 0
sg 33952 0
sr_mod 14500 0
cdrom 37788 2 ide_cd,sr_mod
ide_scsi 14212 0
scsi_mod 111180 5 sd_mod,aic7xxx,sg,sr_mod,ide_scsi
rtc 10552 0
unix 23348 210

Habe es aber schon mit modprobe snd-intel8x0 Ausprobiert. Ergebniss:
FATAL: Module snd_intel8x0 not found.
FATAL: Error running install command for snd_intel8x0
 

Ähnliche Themen

Keine grafische Oberfläche (Debian Installation)

Alsa: snd-hda-intel geht nicht mehr

HDMI Soundausgabe 2

ALSA meldung im syslog und console

SUSE10.2: Konfiguration von Onboard AC'97 Audio Controller mit alsa

Zurück
Oben