LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 07-05-2009, 12:25 PM   #16
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556

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.
 
Old 07-05-2009, 11:15 PM   #17
angle2009
Member
 
Registered: Mar 2007
Location: Egypt
Distribution: Ubuntu 11.10 x86_64
Posts: 80

Original Poster
Rep: Reputation: 15
thanks alot for all these replies
it works now fine
 
Old 07-05-2009, 11:16 PM   #18
terry-duell
Member
 
Registered: Jan 2007
Location: Melbourne, Australia
Distribution: Fedora 38 x86_64
Posts: 539

Rep: Reputation: 59
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
 
Old 07-06-2009, 08:20 AM   #19
jackgu1988
Member
 
Registered: Jun 2009
Distribution: Debian
Posts: 41

Rep: Reputation: 16
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 10:01 AM.
 
Old 07-06-2009, 10:01 AM   #20
jackgu1988
Member
 
Registered: Jun 2009
Distribution: Debian
Posts: 41

Rep: Reputation: 16
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!
 
Old 07-09-2009, 07:05 PM   #21
Paulinux
LQ Newbie
 
Registered: Sep 2007
Posts: 6

Rep: Reputation: 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.
 
Old 07-10-2009, 10:13 AM   #22
jackgu1988
Member
 
Registered: Jun 2009
Distribution: Debian
Posts: 41

Rep: Reputation: 16
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 10:15 AM.
 
Old 07-10-2009, 10:33 AM   #23
jackgu1988
Member
 
Registered: Jun 2009
Distribution: Debian
Posts: 41

Rep: Reputation: 16
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...
 
Old 08-07-2009, 10:45 PM   #24
Neo31
LQ Newbie
 
Registered: Aug 2009
Posts: 4

Rep: Reputation: 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?
 
Old 08-08-2009, 10:07 AM   #25
angle2009
Member
 
Registered: Mar 2007
Location: Egypt
Distribution: Ubuntu 11.10 x86_64
Posts: 80

Original Poster
Rep: Reputation: 15
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
 
Old 08-11-2009, 03:18 AM   #26
Neo31
LQ Newbie
 
Registered: Aug 2009
Posts: 4

Rep: Reputation: 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 03:28 AM.
 
Old 08-27-2009, 01:31 PM   #27
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 99
Neo31, MY GOSH, THANK YOU!!! I have been struggling w/ this for hours and simply checking two checkboxes was the fix. WOW!!

Forrest
 
Old 09-07-2009, 09:26 AM   #28
Neo31
LQ Newbie
 
Registered: Aug 2009
Posts: 4

Rep: Reputation: 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?
 
Old 11-20-2009, 08:23 AM   #29
flashback
LQ Newbie
 
Registered: Nov 2009
Location: Milan, Italy
Distribution: Fedora of course !
Posts: 11

Rep: Reputation: 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.
 
Old 11-21-2009, 11:21 AM   #30
Neo31
LQ Newbie
 
Registered: Aug 2009
Posts: 4

Rep: Reputation: 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
 
  


Reply

Tags
hp, kde, sound



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

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

All times are GMT -5. The time now is 11:09 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