no sound on hdmi amd 780g HD 3200

Asked by glynn cleaver

does this mean i need to change the order of the sound cards if so how
!!Soundcards recognised by ALSA
!!-----------------------------

 0 [SB ]: HDA-Intel - HDA ATI SB
                      HDA ATI SB at 0xfe8f4000 irq 16
 1 [HDMI ]: HDA-Intel - HDA ATI HDMI
                      HDA ATI HDMI at 0xfeae8000 irq 19

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

Hi,

In order to gather essential troubleshooting information about your sound card, please first follow this procedure:

Step 1: Open Terminal from "Applications->Accessories->
Terminal"

Step 2: Run the following 2 commands (copy/paste each command into the Terminal and then hit <enter> after each command)

wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh

bash alsa-info.sh

When the alsa-info.sh script asks "Do you want to run this script? [y/n]", press y and then hit <enter> to make sure the script actually runs. Please send us the full terminal output after the script has actually run.

Step 3: Run the following command. The command STARTS with the word cat and ENDS with the word snd. So please copy-paste the ENTIRE command below into a Terminal, press enter, then enter password when sudo asks for password, then press enter again.

cat /proc/asound/cards; sudo aptitude install gnome-alsamixer asoundconf-gtk alsa-utils; asoundconf list; aplay -l; ls -lart /dev/snd; cat /dev/sndstat; lspci -nn ; lsmod | grep snd

Step 4: Please post results (copy/paste terminal output) on this thread

Step 5: Please also report on this thread if you cannot hear sound through the speakers, the headphones or cannot hear sound on both.

Step 6: If you are using a dual boot system (with Windows and Ubuntu installed on separate partitions),
then make sure to set the sound volume in Windows to a high level before booting into Ubuntu.
Also make sure to use the special function keys in Windows to make sure the loudspeakers are physically switched ON and working properly in Windows before installing and testing Ubuntu. This step is necessary with certain Toshiba Tecra laptops.

Step 7: Experiment with the audio settings in gnome-alsamixer and asoundconf-gtk until you get sound (hopefully)

Step 8: In System/Administration/Users and Groups , make sure that your user and the root user are members of the following 5 groups:

 pulse
 pulse-access
 pulse-rt
 audio
 video

Step 9: Run the command gnome-volume-control and set the Sound Theme to "No sounds" (Sound Theme is also accessible via System > Preferences > Sound)

Step 10: Try connecting headphones to different audio jacks/ports on the backpanel of the sound card until you hopefully hear sound

Step 11: Please specify the exact model and make of pc you are using (if possible)

======================================================================================================

Please also read the following pages

http://www.ubuntugeek.com/sound-solutions-for-ubuntu-904-jaunty-users.html

http://doc.ubuntu-fr.org/audio_intel_hda (check for correct /etc/modprobe.d/alsa-base.conf options at bottom of this page)

https://help.ubuntu.com/community/SoundTroubleshooting

http://ubuntuforums.org/showthread.php?t=789578&highlight=audacity

for some initial suggestions.

You should add the following string to the /etc/modprobe.d/alsa-base.conf file

options snd-hda-intel model=YOUR_MODEL

Valid model names (that replace YOUR_MODEL) depending on the codec chip, can be found at

http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-jaunty.git;a=blob_plain;f=Documentation/sound/alsa/ALSA-Configuration.txt

If you do not know your codec chip name, you can execute the following Terminal command to find out:

cat /proc/asound/card*/codec* | grep Codec

Each combination of audio codec, audio mixer and audio device name requires a very specific configuration in the alsa-base.conf file, if the audio chipset does not work out-of-the-box.

Make sure to set all channels to high volume levels in gnome-alsamixer.

Make sure all the different speakers (including 'Front', 'Master', and 'PCM") are NOT muted and NOT set to low volume levels in gnome-alsamixer.

If sound still does not work, try upgrading ALSA to the newest version, reboot and retest sound.

ALSA upgrade procedure is here:

http://monespaceperso.org/blog-en/2009/05/09/upgrade-alsa-1020-on-ubuntu-jaunty-904/

Kind regards,

Mark

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Before doing any of that, make sure all volumes are maxed and not muted. Also check the speakers are on and connected right (if its a desktop) and that the volume for them is also cranked high

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Can you also provide the output of:

lspci | grep -i audio

Thanks

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#4

Hi Glynn,

Please try these 3 alternative procedures:

http://vaioubuntu.wordpress.com/2008/12/29/hdmi-works/
https://answers.launchpad.net/ubuntu/+question/68942
http://vaioubuntu.wordpress.com/2009/07/08/hdmi-sound-output-switcher-for-pulseaudio/

Make sure to also try this:

You need to enable IEC958 switch for HDA ATI HDMI in volume control in gnome-alsamixer.
Then select HDA ATI HDMI (ALSA) in sound preferences where you can test the sound.

Regards,

Mark

Revision history for this message
glynn cleaver (glynn-cleaver) said :
#5

actionparsnip said 21 hours ago:

Can you also provide the output of:

lspci | grep -i audio

Thanks
cleavers@cleavers-desktop:~$ lspci | grep -i audio
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
01:05.1 Audio device: ATI Technologies Inc RS780 Azalia controller
cleavers@cleavers-desktop:~$

Revision history for this message
glynn cleaver (glynn-cleaver) said :
#6

actionparsnip said 21 hours ago:

Can you also provide the output of:

lspci | grep -i audio

Thanks
cleavers@cleavers-desktop:~$ lspci | grep -i audio
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
01:05.1 Audio device: ATI Technologies Inc RS780 Azalia controller
cleavers@cleavers-desktop:~$

Revision history for this message
glynn cleaver (glynn-cleaver) said :
#7

Step 3: cleavers@cleavers-desktop:~$ cat /proc/asound/cards; sudo aptitude install gnome-alsamixer asoundconf-gtk alsa-utils; asoundconf list; aplay -l; ls -lart /dev/snd; cat /dev/sndstat; lspci -nn ; lsmod | grep snd
 0 [SB ]: HDA-Intel - HDA ATI SB
                      HDA ATI SB at 0xfe8f4000 irq 16
 1 [HDMI ]: HDA-Intel - HDA ATI HDMI
                      HDA ATI HDMI at 0xfeae8000 irq 19
[sudo] password for cleavers:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Initializing package states... Done
Writing extended state information... Done
The following NEW packages will be installed:
  asoundconf-gtk gnome-alsamixer libgconfmm-2.6-1c2{a}
  libglademm-2.4-1c2a{a} libpulse-mainloop-glib0{a} padevchooser{a}
  paman{a} paprefs{a} pavucontrol{a} pavumeter{a}
  pulseaudio-module-zeroconf{a}
0 packages upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
Need to get 417kB of archives. After unpacking 2818kB will be used.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
Get:1 http://nz.archive.ubuntu.com jaunty/universe asoundconf-gtk 1.6-0ubuntu1 [6444B]
Get:2 http://nz.archive.ubuntu.com jaunty/universe gnome-alsamixer 0.9.7~cvs.20060916.ds.1-2 [56.6kB]
Get:3 http://nz.archive.ubuntu.com jaunty/main libgconfmm-2.6-1c2 2.24.0-0ubuntu1 [30.3kB]
Get:4 http://nz.archive.ubuntu.com jaunty/main libglademm-2.4-1c2a 2.6.7-1 [21.9kB]
Get:5 http://nz.archive.ubuntu.com jaunty-updates/main libpulse-mainloop-glib0 1:0.9.14-0ubuntu20.2 [34.6kB]
Get:6 http://nz.archive.ubuntu.com jaunty/universe pavumeter 0.9.3-1ubuntu1 [30.1kB]
Get:7 http://nz.archive.ubuntu.com jaunty/universe pavucontrol 0.9.7-1ubuntu3 [67.2kB]
Get:8 http://nz.archive.ubuntu.com jaunty/universe paman 0.9.4-1ubuntu2 [92.5kB]
Get:9 http://nz.archive.ubuntu.com jaunty-updates/main pulseaudio-module-zeroconf 1:0.9.14-0ubuntu20.2 [20.5kB]
Get:10 http://nz.archive.ubuntu.com jaunty/universe paprefs 0.9.7-0ubuntu1 [35.2kB]
Get:11 http://nz.archive.ubuntu.com jaunty/universe padevchooser 0.9.3-2ubuntu4 [21.6kB]
Fetched 417kB in 7s (57.7kB/s)
Selecting previously deselected package asoundconf-gtk.
(Reading database ... 184291 files and directories currently installed.)
Unpacking asoundconf-gtk (from .../asoundconf-gtk_1.6-0ubuntu1_all.deb) ...
Selecting previously deselected package gnome-alsamixer.
Unpacking gnome-alsamixer (from .../gnome-alsamixer_0.9.7~cvs.20060916.ds.1-2_amd64.deb) ...
Selecting previously deselected package libgconfmm-2.6-1c2.
Unpacking libgconfmm-2.6-1c2 (from .../libgconfmm-2.6-1c2_2.24.0-0ubuntu1_amd64.deb) ...
Selecting previously deselected package libglademm-2.4-1c2a.
Unpacking libglademm-2.4-1c2a (from .../libglademm-2.4-1c2a_2.6.7-1_amd64.deb) ...
Selecting previously deselected package libpulse-mainloop-glib0.
Unpacking libpulse-mainloop-glib0 (from .../libpulse-mainloop-glib0_1%3a0.9.14-0ubuntu20.2_amd64.deb) ...
Selecting previously deselected package pavumeter.
Unpacking pavumeter (from .../pavumeter_0.9.3-1ubuntu1_amd64.deb) ...
Selecting previously deselected package pavucontrol.
Unpacking pavucontrol (from .../pavucontrol_0.9.7-1ubuntu3_amd64.deb) ...
Selecting previously deselected package paman.
Unpacking paman (from .../paman_0.9.4-1ubuntu2_amd64.deb) ...
Selecting previously deselected package pulseaudio-module-zeroconf.
Unpacking pulseaudio-module-zeroconf (from .../pulseaudio-module-zeroconf_1%3a0.9.14-0ubuntu20.2_amd64.deb) ...
Selecting previously deselected package paprefs.
Unpacking paprefs (from .../paprefs_0.9.7-0ubuntu1_amd64.deb) ...
Selecting previously deselected package padevchooser.
Unpacking padevchooser (from .../padevchooser_0.9.3-2ubuntu4_amd64.deb) ...
Processing triggers for man-db ...
Setting up asoundconf-gtk (1.6-0ubuntu1) ...
Setting up gnome-alsamixer (0.9.7~cvs.20060916.ds.1-2) ...

Setting up libgconfmm-2.6-1c2 (2.24.0-0ubuntu1) ...

Setting up libglademm-2.4-1c2a (2.6.7-1) ...

Setting up libpulse-mainloop-glib0 (1:0.9.14-0ubuntu20.2) ...

Setting up pavumeter (0.9.3-1ubuntu1) ...

Setting up pavucontrol (0.9.7-1ubuntu3) ...

Setting up paman (0.9.4-1ubuntu2) ...

Setting up pulseaudio-module-zeroconf (1:0.9.14-0ubuntu20.2) ...
Setting up paprefs (0.9.7-0ubuntu1) ...

Setting up padevchooser (0.9.3-2ubuntu4) ...

Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done

Names of available sound cards:
SB
HDMI
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC883 Analog [ALC883 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC883 Digital [ALC883 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
total 0
crw-rw----+ 1 root audio 116, 2 2009-07-17 20:11 timer
crw-rw----+ 1 root audio 116, 3 2009-07-17 20:11 seq
crw-rw----+ 1 root audio 116, 10 2009-07-17 20:11 pcmC1D3p
crw-rw----+ 1 root audio 116, 11 2009-07-17 20:11 controlC1
crw-rw----+ 1 root audio 116, 4 2009-07-17 20:11 pcmC0D2c
crw-rw----+ 1 root audio 116, 5 2009-07-17 20:11 pcmC0D1p
crw-rw----+ 1 root audio 116, 6 2009-07-17 20:11 pcmC0D1c
crw-rw----+ 1 root audio 116, 9 2009-07-17 20:11 controlC0
drwxr-xr-x 2 root root 240 2009-07-17 20:11 .
drwxr-xr-x 18 root root 4520 2009-07-17 20:11 ..
crw-rw----+ 1 root audio 116, 8 2009-07-17 20:12 pcmC0D0c
crw-rw----+ 1 root audio 116, 7 2009-07-17 20:12 pcmC0D0p
Sound Driver:3.8.1a-980706 (ALSA v1.0.18rc3 emulation code)
Kernel: Linux cleavers-desktop 2.6.28-14-generic #46-Ubuntu SMP Wed Jul 8 07:41:18 UTC 2009 x86_64
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
HDA ATI SB at 0xfe8f4000 irq 16
HDA ATI HDMI at 0xfeae8000 irq 19

Audio devices:
0: ALC883 Analog (DUPLEX)

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
31: system timer

Mixers:
0: Realtek ALC889A
1: ATI ATI RS690/780 HDMI
00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] RS780 Host Bridge [1022:9600]
00:01.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx) [1022:9602]
00:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 5) [1022:9609]
00:11.0 SATA controller [0106]: ATI Technologies Inc SB700/SB800 SATA Controller [IDE mode] [1002:4390]
00:12.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller [1002:4397]
00:12.1 USB Controller [0c03]: ATI Technologies Inc SB700 USB OHCI1 Controller [1002:4398]
00:12.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB EHCI Controller [1002:4396]
00:13.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller [1002:4397]
00:13.1 USB Controller [0c03]: ATI Technologies Inc SB700 USB OHCI1 Controller [1002:4398]
00:13.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB EHCI Controller [1002:4396]
00:14.0 SMBus [0c05]: ATI Technologies Inc SBx00 SMBus Controller [1002:4385] (rev 3a)
00:14.1 IDE interface [0101]: ATI Technologies Inc SB700/SB800 IDE Controller [1002:439c]
00:14.2 Audio device [0403]: ATI Technologies Inc SBx00 Azalia (Intel HDA) [1002:4383]
00:14.3 ISA bridge [0601]: ATI Technologies Inc SB700/SB800 LPC host controller [1002:439d]
00:14.4 PCI bridge [0604]: ATI Technologies Inc SBx00 PCI to PCI Bridge [1002:4384]
00:14.5 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller [1002:4399]
00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] HyperTransport Configuration [1022:1200]
00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Address Map [1022:1201]
00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] DRAM Controller [1022:1202]
00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Miscellaneous Control [1022:1203]
00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Link Control [1022:1204]
01:05.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon HD 3200 Graphics [1002:9610]
01:05.1 Audio device [0403]: ATI Technologies Inc RS780 Azalia controller [1002:960f]
02:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller [11ab:4364] (rev 14)
snd_hda_intel 557492 3
snd_pcm_oss 52352 0
snd_mixer_oss 24960 1 snd_pcm_oss
snd_pcm 99336 2 snd_hda_intel,snd_pcm_oss
snd_seq_dummy 11524 0
snd_seq_oss 41984 0
snd_seq_midi 15744 0
snd_rawmidi 33920 1 snd_seq_midi
snd_seq_midi_event 16512 2 snd_seq_oss,snd_seq_midi
snd_seq 66272 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 34064 2 snd_pcm,snd_seq
snd_seq_device 16276 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 78792 15 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 16800 1 snd
snd_page_alloc 18704 2 snd_hda_intel,snd_pcm
cleavers@cleavers-desktop:~$

Revision history for this message
glynn cleaver (glynn-cleaver) said :
#8

Step 2: cleavers@cleavers-desktop:~$ wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh
--2009-07-17 20:32:55-- http://www.alsa-project.org/alsa-info.sh
Resolving www.alsa-project.org... 212.20.107.51
Connecting to www.alsa-project.org|212.20.107.51|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh [following]
--2009-07-17 20:32:58-- http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh
Resolving git.alsa-project.org... 212.20.107.51
Reusing existing connection to www.alsa-project.org:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: `alsa-info.sh'

    [ <=> ] 26,181 27.7K/s in 0.9s
2009-07-17 20:33:00 (27.7 KB/s) - `alsa-info.sh' saved [26181]

cleavers@cleavers-desktop:~$ wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh
--2009-07-17 20:43:09-- http://www.alsa-project.org/alsa-info.sh
Resolving www.alsa-project.org... 212.20.107.51
Connecting to www.alsa-project.org|212.20.107.51|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh [following]
--2009-07-17 20:43:12-- http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh
Resolving git.alsa-project.org... 212.20.107.51
Reusing existing connection to www.alsa-project.org:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: `alsa-info.sh'

    [ <=> ] 26,181 21.8K/s in 1.2s

2009-07-17 20:43:14 (21.8 KB/s) - `alsa-info.sh' saved [26181]

cleavers@cleavers-desktop:~$ wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh

Revision history for this message
glynn cleaver (glynn-cleaver) said :
#9

This is a MINI_ITX mother board from J&W technology ltd has the amd 780g+sb700 chipset realtek alc 885 HD audio codec

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#10
Revision history for this message
glynn cleaver (glynn-cleaver) said :
#11

ok
Mark Rijckenberg said 21 hours ago:

Try this procedure:

http://www.mediaboxblog.co.uk/blog1.php/2008/10/03/howto-compiling-and-running-radeonhd
tried this and got this
cleavers@cleavers-desktop:~$ sudo apt-get install build-essential git-core configure-debian automake autoconf xorg-dev libtool xutils-dev wget
[sudo] password for cleavers:
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
git-core is already the newest version.
configure-debian is already the newest version.
automake is already the newest version.
autoconf is already the newest version.
xorg-dev is already the newest version.
libtool is already the newest version.
xutils-dev is already the newest version.
wget is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
cleavers@cleavers-desktop:~$ git-clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd
bash: git-clone: command not found
cleavers@cleavers-desktop:~$

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#12

See this bug report:

https://bugs.launchpad.net/ubuntu/+source/git-core/+bug/301905

Also see git release notes here:

http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt

So please use the command

git clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd

instead of

git-clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd

Revision history for this message
glynn cleaver (glynn-cleaver) said :
#13

Hi tried that fix got it to work in comand box now unbuntu will not load and screan drops to 720p crashes just before login

HELP

________________________________
From: Mark Rijckenberg <email address hidden>
To: <email address hidden>
Sent: Sunday, 19 July, 2009 11:07:51 AM
Subject: Re: [Question #77140]: no sound on hdmi amd 780g HD 3200

Your question #77140 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/77140

    Status: Open => Answered

Mark Rijckenberg proposed the following answer:
Try this procedure:

http://www.mediaboxblog.co.uk/blog1.php/2008/10/03/howto-compiling-and-
running-radeonhd

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/77140/+confirm?answer_id=9

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/77140

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#14

Try pressing the ESC (escape) key right after booting and choosing a "safemode" Ubuntu kernel in the grub menu. This will allow logging into a text only environment.

After logging into the console, run the following command:

sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.20090720

After that, reboot the pc and see if Ubuntu can boot into the graphical environment without crashing.

Can you help with this problem?

Provide an answer of your own, or ask glynn cleaver for more information if necessary.

To post a message you must log in.