FC2 kein Ton bei AC97 und USB audio

Martin Gansser mgansser at ngi.de
Thu May 20 14:32:36 UTC 2004


Hallo,

ich habe das Problem dass ich nach der Neuinstallation von FC2 keinen
Tonausgabe mehr erhalte.

/etc/modprobe.conf:
===================
alias eth0 e1000
#
# Soundcad AC97
alias snd-card-0 snd-intel8x0
alias sound-slot-0 i810_audio
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-intel8x0
#
alias snd-card-1 audio
install audio /sbin/modprobe --ignore-install audio && /usr/sbin/alsactl
restore >/dev/null 2>&1 || :
remove audio { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove audio
#
# USB
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
#
# DVB
alias char-major-250 dvb-ttpci
install dvb-ttpci for f in alps_bsru6 alps_bsrv2 \
       grundig_29504-401 grundig_29504-491 \
       stv0299 ves1820; do /sbin/modprobe $f; done; \
/sbin/modprobe --ignore-install dvb-ttpci


lsmod:
======
[root at gecko tmp]# lsmod
Module                  Size  Used by
snd_mixer_oss          13824  1
parport_pc             19392  1
lp                      8236  0
parport                29640  2 parport_pc,lp
autofs4                10624  0
sunrpc                101064  1
e1000                  68492  0
ipt_REJECT              4736  1
ipt_state               1536  1
ip_conntrack           24968  1 ipt_state
iptable_filter          2048  1
ip_tables              13440  3 ipt_REJECT,ipt_state,iptable_filter
floppy                 47440  0
sg                     27552  0
scsi_mod               91344  1 sg
microcode               4768  0
audio                  36612  0
snd_usb_audio          56552  1
snd_rawmidi            17184  1 snd_usb_audio
snd_seq_device          6152  1 snd_rawmidi
snd_pcm                68872  1 snd_usb_audio
snd_page_alloc          7940  1 snd_pcm
snd_timer              17156  1 snd_pcm
snd                    38372  6
snd_mixer_oss,snd_usb_audio,snd_rawmidi,snd_seq_device,snd_pcm,snd_timer
soundcore               6112  3 audio,snd
joydev                  6976  0
dm_mod                 33184  0
uhci_hcd               23708  0
ehci_hcd               21896  0
button                  4504  0
battery                 6924  0
asus_acpi               8472  0
ac                      3340  0
ipv6                  184288  8
ext3                  102376  1
jbd                    40216  1 ext3


Erst ein modprobe snd-intel8x0
lädt dann die Module 'snd_intel8x0' 'snd_ac97_codec'
'gameport' 'snd_mpu401_uart' nach, aber immer noch kein Ton.

- ein Aufruf von alsamixer zeigt mir die Einstellungen der Philips
Webcam:

Card: USB Device
0x471:0x311                                                                                                          ││ Chip: USB Mixer                                                                                                                       ││ Item: Mic 

- ein Aufruf von alsamixer -c 1 zeigt die Einstellungen der 

Card: Intel
ICH5                                                                                                                      ││ Chip: Analog Devices AD1980                                                                                                           ││ Item: Master

habe auch alles mit der m-Taste aktiviert.

# dmesg |grep audio
usbcore: registered new driver snd-usb-audio
usbcore: registered new driver audio
drivers/usb/class/audio.c: v1.0.0:USB Audio Class driver

Ich denke mal daß 'snd-usb-audio' über hotplug geladen wird
weiß jemand Abhilfe?

Danke Martin





More information about the Fedora-de-list mailing list