LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-31-2014, 11:01 AM   #1
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Rep: Reputation: 50
No sound on debian live usb using pavucontrol and ATI RS880 [Radeon HD 4200] audio


Hello everyone.
The sound isn't working on my debian live usb.
I've installed pavucontrol hoping that this would turn on the sound somehow. But it hasn't.

The program is showing RS880 HDMI audio [Radeon HD 4200] as my output device.
The play back bar moves when I play video on youtube but there is no sound.
On the configuration tab, I've tried all the options under 'built-in audio' - but none of these seem to work.


aplay -l

Code:
 
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC892 Digital [ALC892 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
Don't know why there are 3 playback devices...

lspci | grep -i audio

Code:
00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
01:05.1 Audio device: Advanced Micro Devices [AMD] nee ATI RS880 HDMI Audio [Radeon HD 4200 Series]
Not sure why there appears to be two sound cards...

On a Ubuntu site about a similar problem with the same sound card, they suggest creating /etc/asound.conf and adding code to it http://ubuntuforums.org/showthread.php?t=1647400
However, at this point, I'm a bit lost.
Can someone help please?
 
Old 12-31-2014, 11:41 AM   #2
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Are you tryind to use the hdmi thru a hdmi cord or are you using the plugin ports?
 
Old 12-31-2014, 12:14 PM   #3
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by EDDY1 View Post
Are you tryind to use the hdmi thru a hdmi cord or are you using the plugin ports?
I have a HDMI conector on the back of the pc which is connected to a tv.
 
Old 01-01-2015, 12:40 AM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I had to create a .asoundrc file to get mine working, but I,m not at the computer that I did it on but here is a link
http://alsa.opensrc.org/The_.asoundrc_file
 
Old 01-01-2015, 12:45 AM   #5
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
This 1 is better.
http://docs.slackware.com/howtos:har...s_on_slackware
 
Old 01-01-2015, 02:08 AM   #6
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by EDDY1 View Post
I had to create a .asoundrc file to get mine working, but I,m not at the computer that I did it on but here is a link
http://alsa.opensrc.org/The_.asoundrc_file
There is no .asoundrc file in the user account.
So I created one like in the link.
 
Old 01-01-2015, 02:27 AM   #7
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by EDDY1 View Post
Code:
   lsmod | grep snd
This seems to show I have two sound cards. One is HDMI.

Code:
    aplay -l
This shows 3 devices. The last one is HDMI.

Code:
     alsamixer
When I press [f6] to select a sound card, the HDMI card is showing the message 'this sound device does not have any capture copntrols'.

So I can't test the card to see if it's working. Is there a way I can add capture controls to this HDMI card?
 
Old 01-09-2015, 03:37 AM   #8
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Original Poster
Rep: Reputation: 50
This problem is solved from another thread, but I thought I'd update this one too.

I eventually did a search on the radeon hdmi sound card and came across a number of linux-users with the same problem.http://askubuntu.com/questions/67113...-radeon-driver

The solution is this:
Code:
# gedit /etc/default/grub
Then change the line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.audio=1"

Then:
Code:
# update-grub
Reboot.

Turns out the coding was removed because it would turn the screen black for some Intel users because they used the HDMI port for both sound and graphics.
So all users with an ATI RS880/Radeon 4200 hdmi sound card have to manually insert the above code.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
AVCONV WebCam/Audio recording (Pulseaudio) Pavucontrol Papymousofrench Debian 0 11-02-2014 01:45 PM
How to install the ATI/AMD RS880M Mobility Radeon HD 4200 Series commandersrc555 Linux - Newbie 1 02-19-2014 06:05 PM
Pavucontrol will not show applications for audio adjustment. Gumboherpy Slackware 3 05-13-2013 09:12 PM
Compiz - Fusion Emerald on Slackware 13.1 with ATI Radeon HD 4200 nicholls15 Linux - Laptop and Netbook 8 03-24-2011 03:29 PM
What distro handles ATI Radeon HD 4200 graphics? rip Linux - Hardware 7 03-08-2010 07:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration