Fedora Linux Support Community & Resources Center
  #1  
Old 31st March 2011, 08:14 PM
merorafael's Avatar
merorafael Offline
Registered User
 
Join Date: Mar 2011
Location: Rio de Janeiro, Brazil
Posts: 13
linuxfirefox
Question ATi audio device problem on Fedora 14

Hello guys,

I installed Fedora 14 on my notebook Sony Vaio, it's perfect but don't work the sound.
When I use the speaker of the device, the system is completely silent but when I use headphones the sound comes, but is very low even at maximum volume.
I searched solutions on google and found nothing about the problem :\

The notebook configurations are below.

Manufacturer: Sony Vaio
Model: VPCYB15AB
Series: Y
Processor: AMD E-350 Dual Core
Memory: 2Gb
Audio device:
00:01.1 Audio device: ATI Technologies Inc Device 1314
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)

Sorry for my bad english, my country not use english as native language... i'm trying to speak and write better and better.
Reply With Quote
  #2  
Old 31st March 2011, 08:21 PM
stbnrvs Offline
Registered User
 
Join Date: Mar 2011
Age: 32
Posts: 6
linuxfedorafirefox
Re: ATi audio device problem on Fedora 14

Hi, im a newbie like try command:

alsa-info

for show detailed information. the command will ask for upload, say yes and add this link.
Reply With Quote
  #3  
Old 31st March 2011, 08:36 PM
merorafael's Avatar
merorafael Offline
Registered User
 
Join Date: Mar 2011
Location: Rio de Janeiro, Brazil
Posts: 13
linuxfirefox
Re: ATi audio device problem on Fedora 14

The command $ alsa-info return:
Code:
http://codepad.org/C9CfiEiN
Reply With Quote
  #4  
Old 31st March 2011, 08:53 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxredhatfirefox
Re: ATi audio device problem on Fedora 14

Can you stop editing your previous posts as the links are causing them to be auto-moderated.
Reply With Quote
  #5  
Old 31st March 2011, 08:55 PM
merorafael's Avatar
merorafael Offline
Registered User
 
Join Date: Mar 2011
Location: Rio de Janeiro, Brazil
Posts: 13
linuxfirefox
Re: ATi audio device problem on Fedora 14

@leigh123linux
Please, delete my other posts... The topic don't need 3 topics equals :\
Sorry, sorry... :\
__________________
My projects(links in Portuguese)
Mero Projects - www.meroproj.com / www.meroprojects.com
Mero Projects Forum - http://forum.meroproj.com
Reply With Quote
  #6  
Old 31st March 2011, 08:56 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxredhatfirefox
Re: ATi audio device problem on Fedora 14

Quote:
Originally Posted by merorafael View Post
@leigh123linux
Please, delete my other posts... The topic don't need 3 topics equals :\
Sorry, sorry... :\

Done.

I also edited your post count to prevent it happening again.
Reply With Quote
  #7  
Old 31st March 2011, 09:37 PM
dknation's Avatar
dknation Offline
Registered User
 
Join Date: Nov 2010
Location: Sweden
Age: 34
Posts: 196
linuxfirefox
Re: ATi audio device problem on Fedora 14

Try
Code:
alsamixer
Hit F6 to pick your soundcard from a list, and then unmute your speaker channel with the m key. Navigate with left and right arrows, adjust volume with up and down arrows.
If it's not installed, run (as root)
Code:
yum install alsa-utils
Also install pavucontrol (which really should be installed automatically, since pulseaudio is, and most of the problems people have with hearing no sound is solved by installing it, and adjusting the output device) in the same way
Code:
yum install pavucontrol
That should do it.
__________________
I'm completely operational, and all my circuits are functioning perfectly.
Reply With Quote
  #8  
Old 31st March 2011, 10:31 PM
merorafael's Avatar
merorafael Offline
Registered User
 
Join Date: Mar 2011
Location: Rio de Janeiro, Brazil
Posts: 13
linuxfirefox
Re: ATi audio device problem on Fedora 14

@dknation
I try it, but don't have audio muted... :\
Screenshots: https://picasaweb.google.com/1136756...569/Mar312011#
__________________
My projects(links in Portuguese)
Mero Projects - www.meroproj.com / www.meroprojects.com
Mero Projects Forum - http://forum.meroproj.com
Reply With Quote
  #9  
Old 31st March 2011, 11:01 PM
dknation's Avatar
dknation Offline
Registered User
 
Join Date: Nov 2010
Location: Sweden
Age: 34
Posts: 196
linuxfedorafirefox
Re: ATi audio device problem on Fedora 14

Boa tarde Brasil!

Did a little check on google on realtek alc 259 alsa and this thread from fedora forum popped up http://fedoraforum.org/forum/showthread.php?p=1449230.

Maybe it will help you.

Boa sorte!
__________________
I'm completely operational, and all my circuits are functioning perfectly.
Reply With Quote
  #10  
Old 1st April 2011, 12:29 AM
merorafael's Avatar
merorafael Offline
Registered User
 
Join Date: Mar 2011
Location: Rio de Janeiro, Brazil
Posts: 13
linuxfirefox
Re: ATi audio device problem on Fedora 14

This did not solve my problem :\
Anyway, thanks... obrigado
__________________
My projects(links in Portuguese)
Mero Projects - www.meroproj.com / www.meroprojects.com
Mero Projects Forum - http://forum.meroproj.com
Reply With Quote
  #11  
Old 1st April 2011, 01:01 AM
dknation's Avatar
dknation Offline
Registered User
 
Join Date: Nov 2010
Location: Sweden
Age: 34
Posts: 196
linuxfedorafirefox
Re: ATi audio device problem on Fedora 14

De nada.

By the way, I think something went wrong with your alsa-info.
When you type in alsa-info into your terminal, and follow the instructions, you're supposed to get listed information about your system, not some code.

Perhaps you should try again and see if you'll get another result.

Also post your output from
Code:
cat /proc/asound/cards
and
Code:
aplay -l
and
Code:
lsmod | grep snd
and why not
Code:
lspci -v | grep Audio
while you're at it.

It will give you some useful information to google, and if you put the output here, other people can help as well.

EDIT:

This page should be of interest for you: http://www.linlap.com/wiki/sony+vaio+vpc
__________________
I'm completely operational, and all my circuits are functioning perfectly.

Last edited by dknation; 1st April 2011 at 01:17 AM.
Reply With Quote
  #12  
Old 1st April 2011, 02:11 AM
merorafael's Avatar
merorafael Offline
Registered User
 
Join Date: Mar 2011
Location: Rio de Janeiro, Brazil
Posts: 13
linuxchrome
Re: ATi audio device problem on Fedora 14

$ alsa-info
Code:
http://codepad.org/C9CfiEiN
$ cat /proc/asound/cards
Code:
0 [Generic        ]: HDA-Intel - HD-Audio Generic
                      HD-Audio Generic at 0x90244000 irq 42
 1 [SB             ]: HDA-Intel - HDA ATI SB
                      HDA ATI SB at 0x90240000 irq 16
$ aplay -l
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: Generic [HD-Audio Generic], device 3: ATI HDMI [ATI HDMI]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 0: ALC259 Analog [ALC259 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
$ lsmod | grep snd
Code:
snd_hda_codec_realtek   298572  1 
snd_hda_codec_atihdmi     2727  1 
snd_hda_intel          24479  4 
snd_hda_codec          86743  3 snd_hda_codec_realtek,snd_hda_codec_atihdmi,snd_hda_intel
snd_hwdep               6392  1 snd_hda_codec
snd_seq                53791  0 
snd_seq_device          6191  1 snd_seq
snd_pcm                80190  3 snd_hda_intel,snd_hda_codec
snd_timer              19892  2 snd_seq,snd_pcm
snd                    63984  15 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_seq_device,snd_pcm,snd_timer
soundcore               6576  1 snd
snd_page_alloc          7559  2 snd_hda_intel,snd_pcm
$ lspci -v | grep Audio
Code:
00:01.1 Audio device: ATI Technologies Inc Device 1314
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)


---------- Post added at 10:11 PM ---------- Previous post was at 09:52 PM ----------

I think a found a possible solution, but i don't know how to apply in Fedora, the solutions found is for Ubuntu... :\
Link found: http://kenjiru.ro/blog/2010/05/enabl...vaio-on-ubuntu

PS: My microphone works on Fedora 14, but the sound not work :\

---------- Post added at 10:11 PM ---------- Previous post was at 10:11 PM ----------

I think a found a possible solution, but i don't know how to apply in Fedora, the solutions found is for Ubuntu... :\
Link found: http://kenjiru.ro/blog/2010/05/enabl...vaio-on-ubuntu

PS: My microphone works on Fedora 14, but the sound not work :\
__________________
My projects(links in Portuguese)
Mero Projects - www.meroproj.com / www.meroprojects.com
Mero Projects Forum - http://forum.meroproj.com
Reply With Quote
Reply

Tags
ati, audio, device, fedora, problem

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Fedora to remember audio input device Sugarat Using Fedora 4 2nd May 2010 03:21 PM
Sound problem: failed to open audio device Amit_K Using Fedora 0 8th July 2009 07:51 AM
Audio device problem blackwing01 Hardware & Laptops 4 20th June 2009 02:11 AM
audio device problem ant1her0 Using Fedora 4 4th February 2007 07:33 PM
Help[AO OSS] audio_setup: Can't open audio device /dev/dsp: Device or resource busy. technol Hardware & Laptops 0 18th October 2005 11:21 PM


Current GMT-time: 05:06 (Tuesday, 18-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat