You are not logged in.

#1 2011-05-30 00:18:48

jmak
Member
Registered: 2008-12-21
Posts: 453

Need help with sound

Hello,

I'm unable to make my sound work. I've already gone through the alsa wiki but found no help there.

Could anyone help me make my sound work?

This is a new install. Everything works fine except the sound.

Here are some info about the cound card.

Thanks,
jmak

[root@myhost mak]# lspci
00:00.0 Host bridge: ATI Technologies Inc RS690 Host Bridge
00:02.0 PCI bridge: ATI Technologies Inc RS690 PCI to PCI Bridge (PCI Express Graphics Port 0)
00:07.0 PCI bridge: ATI Technologies Inc RS690 PCI to PCI Bridge (PCI Express Port 3)
00:12.0 SATA controller: ATI Technologies Inc SB600 Non-Raid-5 SATA
00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0)
00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1)
00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2)
00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3)
00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4)
00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI)
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 14)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
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:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3600 Series
01:00.1 Audio device: ATI Technologies Inc RV635 Audio device [Radeon HD 3600 Series]
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)

[root@myhost mak]# ls -l /sys/module/snd/holders/
total 0
lrwxrwxrwx 1 root root 0 May 29 20:06 snd_hwdep -> ../../snd_hwdep
lrwxrwxrwx 1 root root 0 May 29 20:06 snd_pcm -> ../../snd_pcm
lrwxrwxrwx 1 root root 0 May 29 20:06 snd_rawmidi -> ../../snd_rawmidi
lrwxrwxrwx 1 root root 0 May 29 20:06 snd_seq_device -> ../../snd_seq_device
lrwxrwxrwx 1 root root 0 May 29 20:06 snd_timer -> ../../snd_timer
lrwxrwxrwx 1 root root 0 May 29 20:06 snd_usb_audio -> ../../snd_usb_audio
lrwxrwxrwx 1 root root 0 May 29 20:06 snd_usbmidi_lib -> ../../snd_usbmidi_lib
[root@myhost mak]# 

[root@myhost mak]# ls -l /dev/snd/
total 0
drwxr-xr-x  2 root root       60 May 29 19:54 by-id
drwxr-xr-x  2 root root       60 May 29 19:54 by-path
crw-rw----+ 1 root audio 116,  3 May 29 19:54 controlC0
crw-rw----+ 1 root audio 116,  2 May 29 19:54 pcmC0D0c
crw-------  1 root audio 116,  1 May 29 19:54 seq
crw-rw----+ 1 root audio 116, 33 May 29 19:54 timer
[root@myhost mak]# 

[root@myhost mak]# lsmod | grep snd
snd_usb_audio          84746  1 
snd_hwdep               6134  1 snd_usb_audio
snd_usbmidi_lib        17889  1 snd_usb_audio
snd_rawmidi            18826  1 snd_usbmidi_lib
snd_seq_device          5100  1 snd_rawmidi
usbcore               134859  7 usbhid,snd_usb_audio,snd_usbmidi_lib,uvcvideo,ohci_hcd,ehci_hcd
snd_pcm                71032  1 snd_usb_audio
snd_timer              18992  1 snd_pcm
snd                    55132  9 snd_usb_audio,snd_hwdep,snd_usbmidi_lib,snd_rawmidi,snd_seq_device,snd_pcm,snd_timer
soundcore               5986  1 snd
snd_page_alloc          7017  1 snd_pcm
[root@myhost mak]# 

[root@myhost mak]# cat /proc/asound/cards
 0 [U0x46d0x819    ]: USB-Audio - USB Device 0x46d:0x819
                      USB Device 0x46d:0x819 at usb-0000:00:13.5-4, high speed
[root@myhost mak]# 

[root@myhost mak]# pacman -Qs alsa
local/alsa-lib 1.0.24.1-1
    An alternative implementation of Linux sound support
local/alsa-oss 1.0.17-1
    OSS compatibility library
local/alsa-plugins 1.0.24-2
    Extra alsa plugins
local/alsa-utils 1.0.24.2-1
    An alternative implementation of Linux sound support
local/lib32-alsa-lib 1.0.24.1-1
    An alternative implementation of Linux sound support (32 bit)
local/pulseaudio-alsa 1-2 (pulseaudio-gnome)
    ALSA Configuration for PulseAudio
[root@myhost mak]# 

Last edited by jmak (2011-05-30 01:02:00)

Offline

#2 2011-05-30 00:41:32

webofunni
Member
From: India
Registered: 2009-05-25
Posts: 53
Website

Re: Need help with sound

Do you have alsamixer ? execute it and see, if it is not muted. Try speaker-test and see, if sound comes

Offline

#3 2011-05-30 00:48:01

jmak
Member
Registered: 2008-12-21
Posts: 453

Re: Need help with sound

The alsa mixer showing only one scroll, the Master, and it is unmuted.

Offline

#4 2011-05-30 00:57:52

webofunni
Member
From: India
Registered: 2009-05-25
Posts: 53
Website

Re: Need help with sound

Did try loading hda intel modules

modprobe snd-hda-codec snd-hda-intel

Offline

#5 2011-05-30 01:01:19

jmak
Member
Registered: 2008-12-21
Posts: 453

Re: Need help with sound

webofunni wrote:

Did try loading hda intel modules

modprobe snd-hda-codec snd-hda-intel

This is the output

[root@myhost mak]# modprobe snd-hda-codec snd-hda-intel
FATAL: Module snd_hda_codec not found.
[root@myhost mak]#

Last edited by jmak (2011-05-30 01:02:49)

Offline

#6 2011-05-30 01:36:42

webofunni
Member
From: India
Registered: 2009-05-25
Posts: 53
Website

Re: Need help with sound

That is fine. snd-hda-intel got loaded correct ? what

speaker-test

says ?

Offline

#7 2011-05-30 01:48:05

jmak
Member
Registered: 2008-12-21
Posts: 453

Re: Need help with sound

webofunni wrote:

That is fine. snd-hda-intel got loaded correct ? what

speaker-test

says ?

No, it wasn't loaded either.

The output:

[root@myhost mak]# modprobe snd-hda-intel
FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.38-ARCH/kernel/sound/pci/hda/snd-hda-intel.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg)
[root@myhost mak]# 

[root@myhost mak]# dmesg
....
6696.008781] snd_hda_intel: Unknown symbol snd_hda_bus_new (err 0)
[ 6696.008963] snd_hda_intel: Unknown symbol snd_hda_build_pcms (err 0)
[ 6696.009108] snd_hda_intel: Unknown symbol snd_hda_codec_cleanup (err 0)
[ 6696.009275] snd_hda_intel: Unknown symbol snd_hda_codec_new (err 0)
[ 6696.009489] snd_hda_intel: Unknown symbol snd_hda_bus_reboot_notify (err 0)
[ 6696.009620] snd_hda_intel: Unknown symbol snd_hda_queue_unsol_event (err 0)
[ 6696.009718] snd_hda_intel: Unknown symbol snd_hda_power_up (err 0)
[ 6696.010085] snd_hda_intel: Unknown symbol snd_hda_power_down (err 0)
[ 6696.010186] snd_hda_intel: Unknown symbol snd_hda_calc_stream_format (err 0)
[ 6696.010266] snd_hda_intel: Unknown symbol snd_hda_codec_configure (err 0)
[ 6696.010419] snd_hda_intel: Unknown symbol snd_hda_load_patch (err 0)
[ 6696.010523] snd_hda_intel: Unknown symbol snd_hda_suspend (err 0)
[ 6696.010900] snd_hda_intel: Unknown symbol snd_hda_resume (err 0)
[ 6696.011045] snd_hda_intel: Unknown symbol snd_hda_build_controls (err 0)
[ 6696.011626] snd_hda_intel: Unknown symbol snd_hda_codec_prepare (err 0)
[root@myhost mak]# 

Last edited by jmak (2011-05-30 01:57:05)

Offline

#8 2011-05-30 02:04:49

webofunni
Member
From: India
Registered: 2009-05-25
Posts: 53
Website

Re: Need help with sound

which version of kernel you are using ?

Offline

#9 2011-05-30 02:09:37

jmak
Member
Registered: 2008-12-21
Posts: 453

Re: Need help with sound

webofunni wrote:

which version of kernel you are using ?

[mak@myhost ~]$ uname -r
2.6.38-ARCH
[mak@myhost ~]$ 

Offline

Board footer

Powered by FluxBB