LinuxQuestions.org
Social Bookmarking all things Linux and Open Source
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices

Tags used in this thread
Popular LQ Tags , , ,

Reply
 
Thread Tools
Old 07-05-2009, 01:25 PM   #16
GrapefruiTgirl
Moderator
 
Registered: Dec 2006
Location: N.S.
Distribution: Slackware64
Posts: 4,236
Thanked: 180

[Log in to get rid of this advertisement]
Quote:
Originally Posted by angle2009 View Post
unfortunately I don't have alsa-base.conf file.
How to get this file ?
Thanks in advance.
You can simply create it, and actually, call it whatever you like, i.e. 'alsa-config' or 'alsa.conf' or 'sound' or whatever suits you and is meaningful for you.
GrapefruiTgirl is online now     Reply With Quote
Thanked by:
Old 07-06-2009, 12:15 AM   #17
angle2009
Member
 
Registered: Mar 2007
Location: Egypt
Distribution: Fedora 8
Posts: 44
Thanked: 0

Original Poster
thanks alot for all these replies
it works now fine
angle2009 is offline     Reply With Quote
Old 07-06-2009, 12:16 AM   #18
terry-duell
Member
 
Registered: Jan 2007
Location: Melbourne, Australia
Distribution: Fedora 11 x86_64
Posts: 185
Thanked: 3
Quote:
Originally Posted by GrapefruiTgirl View Post
You can simply create it, and actually, call it whatever you like, i.e. 'alsa-config' or 'alsa.conf' or 'sound' or whatever suits you and is meaningful for you.
Please excuse me for butting in here, but after creating the file, I think it must be saved or copied as '/etc/modprobe.d/alsa-base.conf'.

Cheers,
Terry
terry-duell is offline     Reply With Quote
Old 07-06-2009, 09:20 AM   #19
jackgu1988
LQ Newbie
 
Registered: Jun 2009
Distribution: Debian
Posts: 23
Thanked: 1
Quote:
Originally Posted by angle2009 View Post
unfortunately i don't have alsa-base.conf file
how to get this file !
thanks in advance
yes it doesn't exist! just create it!

Last edited by jackgu1988; 07-06-2009 at 11:01 AM..
jackgu1988 is offline     Reply With Quote
Old 07-06-2009, 11:01 AM   #20
jackgu1988
LQ Newbie
 
Registered: Jun 2009
Distribution: Debian
Posts: 23
Thanked: 1
Quote:
Originally Posted by angle2009 View Post
unfortunately i don't have alsa-base.conf file
how to get this file !
thanks in advance
just create it! it doesn't exist! do
Code:
gedit /etc/modprobe.d/alsa-base.conf
if using gnome or
Code:
kwrite /etc/modprobe.d/alsa-base.conf
if using kde (as root) and add this line. save and exit! restart alsa and there you are! make sure you have installed alsa and if not do
Code:
yum install alsa alsa-utils alsa-tools alsa-firmware alsa-oss alsa-plugins alsa-plugins-pulse
as root always. hope that helps!
jackgu1988 is offline     Reply With Quote
Old 07-09-2009, 08:05 PM   #21
Paulinux
LQ Newbie
 
Registered: Sep 2007
Posts: 6
Thanked: 0
I alsa (he he) have a problem with Fedora11/Pulseaudio. I was running fine with Fedora10 for a couple of months when F11 became stable and I let the auto-upgrade happen. All works fine except that anything I play is just a bit too fast -not chipmunk fast, more like 43000 Hz sample rate played at 48000 Hz. My clock runs fine, so it's not a universal timing problem, probably just a bad sound card parameter. I couldn't find any of the old alsa controls or conf files that I had become accustomed to, so I can't experiment with settings that I can't find. I can't sit at a keyboard without some tunes playing. Arrrrgh!!! After I discovered this thread, which introduced me to Pulseaudio, I did a lot of research on it but still can't solve my problem. F10 identified and used my old onboard sound card properly (SIS AC'97); F11 tells me I have a Pulseaudio sound card.That's as far as I got. Does anyone have a suggestion? -Thanks.
Paulinux is offline     Reply With Quote
Old 07-10-2009, 11:13 AM   #22
jackgu1988
LQ Newbie
 
Registered: Jun 2009
Distribution: Debian
Posts: 23
Thanked: 1
i have the same problem! under suse you can change
Code:
options snd-hda-intel model=hp-m4
to
Code:
options snd-hda-intel model=hp-hdx
(or something like that) but fedora's alsa doesn't seem to support it (at least not untill 2 weeks ago when i tested it)...

Last edited by jackgu1988; 07-10-2009 at 11:15 AM..
jackgu1988 is offline     Reply With Quote
Old 07-10-2009, 11:33 AM   #23
jackgu1988
LQ Newbie
 
Registered: Jun 2009
Distribution: Debian
Posts: 23
Thanked: 1
Angry

Quote:
Originally Posted by jackgu1988 View Post
i have the same problem! under suse you can change
Code:
options snd-hda-intel model=hp-m4
to
Code:
options snd-hda-intel model=hp-hdx
(or something like that) but fedora's alsa doesn't seem to support it (at least not untill 2 weeks ago when i tested it)...
just tested it and still doesn't work...
jackgu1988 is offline     Reply With Quote
Old 08-07-2009, 11:45 PM   #24
Neo31
LQ Newbie
 
Registered: Aug 2009
Posts: 4
Thanked: 1
Question

Quote:
Originally Posted by angle2009 View Post
thanks alot for all these replies
it works now fine
I have the same problem,can you please tell me how did u do it?
Neo31 is offline     Reply With Quote
Old 08-08-2009, 11:07 AM   #25
angle2009
Member
 
Registered: Mar 2007
Location: Egypt
Distribution: Fedora 8
Posts: 44
Thanked: 0

Original Poster
Quote:
Originally Posted by jackgu1988 View Post
create
Code:
/etc/modprobe.d/alsa-base.conf
create with your favourite editor and add
Code:
options snd-hda-intel model=hp-m4
save exit and restart alsa or computer... that should work
that is what i did
angle2009 is offline     Reply With Quote
Old 08-11-2009, 04:18 AM   #26
Neo31
LQ Newbie
 
Registered: Aug 2009
Posts: 4
Thanked: 1
Lightbulb

Quote:
Originally Posted by angle2009 View Post
that is what i did
hum!
model=hp-hdx worked for me, I just had to mute Analog Loopback and Analog Loopback 2 (I am using KDE4, I did that with Kmix) I think anyone should check that to see if it works or not.
But the problem I still have is that sound works only with headphones but not with my laptop speakers (volume control configuration profile is Output Analog Stereo + Input Analog Stereo) I tried all audio profiles but no one works with my speakers.

Last edited by Neo31; 08-11-2009 at 04:28 AM..
Neo31 is offline  
Tag This Post , , ,
Reply With Quote
Thanked by:
Old 08-27-2009, 02:31 PM   #27
forrestt
Senior Member
 
Registered: Mar 2004
Location: Newport News, Virginia, USA
Distribution: Fedora, Kubuntu, RedHat, SuSe, Sabayon
Posts: 1,106
Thanked: 40
Neo31, MY GOSH, THANK YOU!!! I have been struggling w/ this for hours and simply checking two checkboxes was the fix. WOW!!

Forrest
linuxfedora forrestt is offline     Reply With Quote
Old 09-07-2009, 10:26 AM   #28
Neo31
LQ Newbie
 
Registered: Aug 2009
Posts: 4
Thanked: 1
Quote:
Originally Posted by forrestt View Post
Neo31, MY GOSH, THANK YOU!!! I have been struggling w/ this for hours and simply checking two checkboxes was the fix. WOW!!
^^ good for ya forrestt but I still have that problem with the speakers, tell me please if yours works well or if you just use the headphones?
linuxfedora Neo31 is offline     Reply With Quote
Old 11-20-2009, 09:23 AM   #29
flashback
LQ Newbie
 
Registered: Nov 2009
Posts: 1
Thanked: 0
Thumbs up It worked

Hi, just to inform everybody that adding:
options snd-hda-intel model=hp-m4
to the file:
/etc/modprobe.d/alsa-base.conf
solved my problem related to the missing audio from speaker but working on headphones.
Thanks buddy.
linuxfedora flashback is offline     Reply With Quote
Old 11-21-2009, 12:21 PM   #30
Neo31
LQ Newbie
 
Registered: Aug 2009
Posts: 4
Thanked: 1
congratz flashback,
I solved my speakers sound but I forgot how i did it I (sry for that), but anyway I posted already how I solved my sound driver and how to make it work on KDE already
linuxfedora Neo31 is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
No sound output from laptop speakers in ACER 5920 (fedora 8) Shashank Rachamalla Linux - Laptop and Netbook 7 03-21-2009 11:14 AM
No sound on my laptop (Dell Vostro 1510) with fedora 8 rock.k Linux - Laptop and Netbook 2 02-15-2009 11:30 PM
Sound with Fedora on an HP Pavillion laptop Nightfox Linux - Laptop and Netbook 2 11-11-2005 11:45 AM
no sound on gateway laptop with Fedora 3 bignewf Linux - Hardware 1 07-04-2005 01:58 PM
fedora on laptop and sound firedude Linux - Laptop and Netbook 16 06-15-2004 12:53 PM


All times are GMT -5. The time now is 09:52 PM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration