You are not logged in.
Pages: 1
Hi all..
My sound just does not work at all.. I've installed alsa-lib and alsa-utils. The computer is a FujitsuSiemens Amilo A1650G Laptop.
kevin@Serenity:~: sudo /etc/rc.d/alsa start
:: Restoring ALSA Levels [DONE]
kevin@Serenity:~: lspci
00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 01)
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 11)
00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI IDE Controller ATI
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge
00:14.5 Multimedia audio controller: ATI Technologies Inc IXP SB400 AC'97 Audio Controller (rev 02)
00:14.6 Modem: ATI Technologies Inc ATI SB400 - AC'97 Modem Controller (rev 02)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:05.0 VGA compatible controller: ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)
02:05.0 Ethernet controller: Atheros Communications, Inc. AR5005G 802.11abg NIC (rev 01)
02:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:09.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
02:09.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller
02:09.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller
kevin@Serenity:~: ls -l /dev/snd/
insgesamt 0
crw-rw---- 1 root audio 116, 0 2. Mai 22:41 controlC0
crw-rw---- 1 root audio 116, 32 2. Mai 22:41 controlC1
crw-rw---- 1 root audio 116, 24 2. Mai 22:41 pcmC0D0c
crw-rw---- 1 root audio 116, 16 2. Mai 22:41 pcmC0D0p
crw-rw---- 1 root audio 116, 17 2. Mai 22:41 pcmC0D1p
crw-rw---- 1 root audio 116, 56 2. Mai 22:41 pcmC1D0c
crw-rw---- 1 root audio 116, 48 2. Mai 22:41 pcmC1D0p
crw-rw---- 1 root audio 116, 1 2. Mai 22:41 seq
crw-rw---- 1 root audio 116, 33 2. Mai 22:41 timer
kevin@Serenity:~: lsmod | grep snd
snd_seq_oss 29184 0
snd_seq_midi_event 6528 1 snd_seq_oss
snd_seq 46928 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 6796 2 snd_seq_oss,snd_seq
snd_pcm_oss 39072 0
snd_mixer_oss 14464 1 snd_pcm_oss
snd_atiixp_modem 12296 1
snd_atiixp 15884 1
snd_ac97_codec 95396 2 snd_atiixp_modem,snd_atiixp
ac97_bus 2432 1 snd_ac97_codec
snd_pcm 68740 4 snd_pcm_oss,snd_atiixp_modem,snd_atiixp,snd_ac97_codec
snd_timer 19204 2 snd_seq,snd_pcm
snd 43876 14 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_atiixp_modem,snd_atiixp,snd_ac97_codec,snd_pcm,snd_timer
soundcore 6496 1 snd
snd_page_alloc 7944 3 snd_atiixp_modem,snd_atiixp,snd_pcm
kevin@Serenity:~: cat /etc/modprobe.conf
#
# /etc/modprobe.conf (for v2.6 kernels)
#
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.14rc2 ---
alias snd-card-0 snd-atiixp
alias sound-slot-0 snd-atiixp
# --- END: Generated by ALSACONF, do not edit. ---
I'm looking forward to any ideas...
kei
Offline
add user to audio group
gpasswd -a USER audio
run
alsaconf
logout you may even need to reboot
Offline
Already done that:
kevin@Serenity:~: groups
tty lp wheel slocate video audio optical floppy storage power users
Offline
K>Multimedia>KMix
turn on Master & PCM turn volumes up
if unable what about
in terminal
alsamixer check whats on/off muted/unmuted
Offline
rayjgu, thanks for your reply and your patience! I'm so dumb, I can't believe it: All channels were muted, because in missinterpreted the icons in kmix... Now everything works fine.
I'm really sorry for wasting your time..
kei
Offline
Pages: 1