 |
 |
 |
 |
| Hardware & Laptops Help with your hardware, including laptop issues |

31st March 2011, 08:14 PM
|
 |
Registered User
|
|
Join Date: Mar 2011
Location: Rio de Janeiro, Brazil
Posts: 13

|
|
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.
|

31st March 2011, 08:21 PM
|
|
Registered User
|
|
Join Date: Mar 2011
Age: 32
Posts: 6

|
|
|
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.
|

31st March 2011, 08:36 PM
|
 |
Registered User
|
|
Join Date: Mar 2011
Location: Rio de Janeiro, Brazil
Posts: 13

|
|
|
Re: ATi audio device problem on Fedora 14
The command $ alsa-info return:
Code:
http://codepad.org/C9CfiEiN
|

31st March 2011, 08:53 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
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.
|

31st March 2011, 08:55 PM
|
 |
Registered User
|
|
Join Date: Mar 2011
Location: Rio de Janeiro, Brazil
Posts: 13

|
|
|
Re: ATi audio device problem on Fedora 14
@leigh123linux
Please, delete my other posts... The topic don't need 3 topics equals :\
Sorry, sorry... :\
|

31st March 2011, 08:56 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: ATi audio device problem on Fedora 14
Quote:
Originally Posted by merorafael
@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.
|

31st March 2011, 09:37 PM
|
 |
Registered User
|
|
Join Date: Nov 2010
Location: Sweden
Age: 34
Posts: 196

|
|
|
Re: ATi audio device problem on Fedora 14
Try 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.
|

31st March 2011, 10:31 PM
|
 |
Registered User
|
|
Join Date: Mar 2011
Location: Rio de Janeiro, Brazil
Posts: 13

|
|
|
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#
|

31st March 2011, 11:01 PM
|
 |
Registered User
|
|
Join Date: Nov 2010
Location: Sweden
Age: 34
Posts: 196

|
|
|
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.
|

1st April 2011, 12:29 AM
|
 |
Registered User
|
|
Join Date: Mar 2011
Location: Rio de Janeiro, Brazil
Posts: 13

|
|
|
Re: ATi audio device problem on Fedora 14
This did not solve my problem :\
Anyway, thanks... obrigado
|

1st April 2011, 01:01 AM
|
 |
Registered User
|
|
Join Date: Nov 2010
Location: Sweden
Age: 34
Posts: 196

|
|
|
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 and 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.
|

1st April 2011, 02:11 AM
|
 |
Registered User
|
|
Join Date: Mar 2011
Location: Rio de Janeiro, Brazil
Posts: 13

|
|
|
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 :\
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 05:06 (Tuesday, 18-06-2013)
|
|
 |
 |
 |
 |
|
|