LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 04-01-2008, 08:36 AM   #1
ashercharles
LQ Newbie
 
Registered: Mar 2008
Posts: 4

Rep: Reputation: 0
Fedora 8 in acer 5920 audio issues


hai

im a linux newbie.......iv e got an Acer 5920 with im using Fedora 2.6.24.3-50 i686...........

well here is my problem ...........my headphones work fine.........but the built-in speakers dont work.........

i tried these commands

aplay -l
aplay -L
/sbin/lsmod | grep snd
/sbin/lspci |grep Audio

and the results were..........


aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC883 Analog [ALC883 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
[napster@localhost ~]$ aplay -L
front:CARD=Intel,DEV=0
HDA Intel, ALC883 Analog
Front speakers
surround40:CARD=Intel,DEV=0
HDA Intel, ALC883 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
HDA Intel, ALC883 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
HDA Intel, ALC883 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
HDA Intel, ALC883 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
HDA Intel, ALC883 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Intel,DEV=0
HDA Intel
IEC958 (S/PDIF) Digital Audio Output
null
Discard all samples (playback) or generate zero samples (capture)

/sbin/lsmod | grep snd
snd_hda_intel 297441 4
snd_seq_dummy 6725 0
snd_seq_oss 31553 0
snd_seq_midi_event 9665 1 snd_seq_oss
snd_seq 48945 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 10317 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 44353 1
snd_mixer_oss 17217 3 snd_pcm_oss
snd_pcm 70981 2 snd_hda_intel,snd_pcm_oss
snd_timer 21317 2 snd_seq,snd_pcm
snd_page_alloc 11593 2 snd_hda_intel,snd_pcm
snd_hwdep 10693 1 snd_hda_intel
snd 48325 12 snd_hda_intel,snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd _timer,snd_hwdep
soundcore 9505 4 snd

/sbin/lspci |grep Audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)

any advices.....?
 
Old 04-07-2008, 04:44 PM   #2
lovenemesis
LQ Newbie
 
Registered: Jan 2008
Distribution: Fedora 8 X86_64
Posts: 9

Rep: Reputation: 0
You might need to check your KMix or the similar thing in GNOME to make sure your "Front Speaker" is not mute.

If it doesn't help and you might need to edit "/etc/modprobe.conf" file as root.
Modify the line from "options snd-hda-intel index=0" to "options snd-hda-intel index=0 model=acer", refer to "/usr/share/doc/kernel-doc-2.6.24/Documentation/sound/alsa/ALSA-Configuration.txt" for details.

Reboot and try.
 
Old 04-08-2008, 08:39 AM   #3
ashercharles
LQ Newbie
 
Registered: Mar 2008
Posts: 4

Original Poster
Rep: Reputation: 0
missing ALSA config.txt

hey i don have any problem in doin this options
snd-hda-intel index=0 model=acer"


but im not able to make changes in this alsa config.txt file

/usr/share/doc/kernel-doc-2.6.24/


kernel-doc-2.6.24/ this folder is missing


and on more thing

my alsa mixer says......

alsa mixer : snd_ctl_open failed for default:connection refused

any advices????

Last edited by ashercharles; 04-08-2008 at 09:32 AM.
 
Old 04-09-2008, 01:32 AM   #4
lovenemesis
LQ Newbie
 
Registered: Jan 2008
Distribution: Fedora 8 X86_64
Posts: 9

Rep: Reputation: 0
Quote:
Originally Posted by ashercharles View Post
hey i don have any problem in doin this options
snd-hda-intel index=0 model=acer"
So, do you hear something from your speaker? Don't test it via system-config-soundcard, it never works.

Quote:
Originally Posted by ashercharles View Post
but im not able to make changes in this alsa config.txt file

/usr/share/doc/kernel-doc-2.6.24/


kernel-doc-2.6.24/ this folder is missing

Well, I forget the default installation won't include kernel-doc.

You can get that reference via:
yum install kernel-doc

Then try to read documents again. You don't need to modify that document, it's just a reference telling the available options of "model=".


Quote:
Originally Posted by ashercharles View Post
and on more thing

my alsa mixer says......

alsa mixer : snd_ctl_open failed for default:connection refused

any advices????
That's might be a bug, which was probably fixed on
Mar 28 alsa-plugins-pulseaudio - 1.0.15-3.fc8.1

You could perform an update to get that :
yum update
 
  


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
Configuring Acer Orbicam on an acer aspire 7720 with fedora 8 ags123 Linux - Laptop and Netbook 3 02-11-2008 08:21 AM
Best Linux on Acer Aspire 5920? ngurah1241 Linux - Laptop and Netbook 3 12-10-2007 05:03 PM
Fedora 7 Having issues with Broadcom wireless & Audio on Compaq V3424AU ashesh0326 Linux - Laptop and Netbook 7 09-17-2007 09:45 AM
No sound on Acer TravelMate 6291with Intel High Definition Audio on Fedora Core 6 akiglobal Linux - Hardware 9 07-19-2007 12:08 AM
Wengophone + Fedora Core 6, audio issues tpetri1807 Linux - Software 0 06-24-2007 05:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 03:31 PM.

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