LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 03-13-2004, 08:44 PM   #1
firedude
LQ Newbie
 
Registered: Oct 2002
Location: Maryland
Distribution: Red Hat
Posts: 26

Rep: Reputation: 15
fedora on laptop and sound


Hello all,
I recently installed Fedora Core 2 test version on my Dell Inspiron 5000
laptop. This laptop has a ES1978 Maestro 2E sound card. Fedora seems to
detect the sound card fine; however it cannot seem to locate a module to
operate it. I was wondering if anyone else had encountered a simular
problem or knew of a hack/fix to solve this problem? I've run earlier
versions of RedHat on this box and never had a problem with sound before.
Thanks all,
AJ
 
Old 03-13-2004, 09:35 PM   #2
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Rep: Reputation: 32
Does it work at all under KDE/Gnome? Can you, like, open XMMS and it work? Try to go to a terminal and execute sndconfig and see if it will play that sound of Linus Torvalds announcing Linux as Linux. Doing that may even help fix your problem. If you just don't have sound for the KDE envirnoment, try to enable aRTs (or whatever audio manager applies, it's diferent for Gnome). It's somewhere under the Kontrol Center (System Settings sector), and is in a similar place under Gnome. If you got sound under Frozen Bubble (game), or a few other games, but not elsewhere, you have the same problem I have, and would like to know how to fix that. Me, I have a IBM Thinkpad 380XD (P2, 266MHz, 96MB Ram, NeoMagic video, not sure what kind of sound, but using SoundBlaster AWE 32 driver, aRTs doesn't respond, but Frozen Bubble works fine, Mandrake 9.2, will try another flavor since Mandrake development is crap). I am also a Linux Newbie though.
 
Old 03-14-2004, 12:17 PM   #3
firedude
LQ Newbie
 
Registered: Oct 2002
Location: Maryland
Distribution: Red Hat
Posts: 26

Original Poster
Rep: Reputation: 15
I've tried the RedHat sound configuration utility which is basically the graphical front end to sndconfig. This is the program that is seeing the soundcard, shows that it detects it but it apparently can't locate a driver and I can't hear the sample sound. Any other suggestions?
 
Old 03-14-2004, 01:19 PM   #4
ranger_nemo
Senior Member
 
Registered: Feb 2003
Location: N'rn WI -- USA
Distribution: Kubuntu 8.04, ClarkConnect 4
Posts: 1,142

Rep: Reputation: 47
Couple tips, if you are using KDE...

Be sure to run KMix and set all the levels up as high as they'll go, and turn on all the inputs. You can play around with them more later, when you get the sound going.

Go into the Control Center / Sound & Multimedia / Sound System / Hardware, and try manually selecting the sound device. I had to set mine to ESD to get it working.
 
Old 03-14-2004, 06:26 PM   #5
firedude
LQ Newbie
 
Registered: Oct 2002
Location: Maryland
Distribution: Red Hat
Posts: 26

Original Poster
Rep: Reputation: 15
Well I'm not using KDE I'm using Gnome; however if worse comes to worse I guess I could try KDE. Are you using Fedora Core 2? And do you have the Maestro 2E card on a laptop? If the answer to one or both of these questions are in the affirmative and if you wouldn't mind running lsmod for me to see which sound module you have loaded. If I could figure out which sound module is being used I can load it manually. Thanks a lot!
 
Old 03-14-2004, 08:21 PM   #6
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Rep: Reputation: 32
Turn your sound up in the mixer. Try to use the alsamixer and see what happens. Does it act like it's playing but you don't hear a thing? Also try turning up your hardware speakers' volume dial (or turn them on, very common). Can you hear a CD or something if you hook it to the speakers?
 
Old 03-15-2004, 03:06 PM   #7
LST
LQ Newbie
 
Registered: Dec 2003
Location: Daventry, United Kingdom
Distribution: Slackware + Raspberry Pi OS
Posts: 23

Rep: Reputation: 19
What I would do is cat something to the speakers (such as: cat /dev/hda > /dev/dsp) then if it says that /dev/dsp does not exist you either have to load the module for your sound card or recompile your kernel.
 
Old 03-15-2004, 05:17 PM   #8
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Rep: Reputation: 32
Quote:
Originally posted by LST
What I would do is cat something to the speakers (such as: cat /dev/hda > /dev/dsp) then if it says that /dev/dsp does not exist you either have to load the module for your sound card or recompile your kernel.
If you ls'ed it, would that do the same thing?
 
Old 03-15-2004, 05:26 PM   #9
LST
LQ Newbie
 
Registered: Dec 2003
Location: Daventry, United Kingdom
Distribution: Slackware + Raspberry Pi OS
Posts: 23

Rep: Reputation: 19
Quote:
Originally posted by lectraplayer
If you ls'ed it, would that do the same thing?
lol - In my opinion catting one's hard drive is a rite of passage - And it is relevent to the question.

You do not even need to stop there you can cat your RAM by replacing /dev/hda with /dev/mem - Fun for the whole family!!!
 
Old 03-17-2004, 08:51 PM   #10
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Rep: Reputation: 32
Quote:
Originally posted by LST
lol - In my opinion catting one's hard drive is a rite of passage - And it is relevent to the question.

You do not even need to stop there you can cat your RAM by replacing /dev/hda with /dev/mem - Fun for the whole family!!!
Never mind, I tried it on one of my systems, and now I see why you prefer to cat it (and besides, they purr when you pet them! ).
 
Old 03-18-2004, 08:52 AM   #11
baronlynx
Member
 
Registered: Jan 2004
Location: Lille [Fr]
Distribution: SUSE9.3, WinXP on a leech (vmware)
Posts: 62

Rep: Reputation: 15
how to actually load the modules ?

Quote:
Originally posted by LST
... if it says that /dev/dsp does not exist you either have to load the module for your sound card or recompile your kernel.
i have a similar problem,
i had my card detected wrong by fedora core 1 and i had removed the old modules, installed alsa, but still i dont have the sound and it says that /dev/dsp does not exist and that i will use the null device instead ...
what shall i do now 'cos i'm not sure what shall i do now ... cos i dont know which modules to load and how

any help will be appreciated

--baronlynx--
 
Old 03-19-2004, 10:18 AM   #12
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Rep: Reputation: 32
Re: how to actually load the modules ?

Quote:
Originally posted by baronlynx
i have a similar problem,
i had my card detected wrong by fedora core 1 and i had removed the old modules, installed alsa, but still i dont have the sound and it says that /dev/dsp does not exist and that i will use the null device instead ...
what shall i do now 'cos i'm not sure what shall i do now ... cos i dont know which modules to load and how

any help will be appreciated

--baronlynx--
That's what mine's doing. It usually wants 8-bit 25299 Hz sampling rate (or something like that), but it still doesn't rate when I specify that.
 
Old 03-19-2004, 06:52 PM   #13
firedude
LQ Newbie
 
Registered: Oct 2002
Location: Maryland
Distribution: Red Hat
Posts: 26

Original Poster
Rep: Reputation: 15
I know how to load modules, that's not my problem. I just need to know difinitively which module it's supposed to use. That's my problem at this point.
 
Old 03-20-2004, 04:27 AM   #14
Crazy Travis
Member
 
Registered: Feb 2004
Location: Knoxville TN
Distribution: gentoo
Posts: 104

Rep: Reputation: 15
use /dev/audio1 in fedora with alsa I don't think you need to cat to /dev/dsp. But that could possibly work. Additionally you need the libs, drivers, and util installed. Since it is fedora there are several rpms floating about that will do this. I forgot where I got mine. Does fedora core 2 come with these? Anywhoo, make sure you follow the steps for your card at www.alsa-project.org . You have to do some of those steps. They might be already done though.

Last edited by Crazy Travis; 03-20-2004 at 04:31 AM.
 
Old 04-20-2004, 04:54 PM   #15
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Rep: Reputation: 32
Is laptop sound a big toghie for Linux or something? Me and Firedude both are having trouble on laptop sound.
 
  


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
Sound card Issues in Suse 9.3 with a ??Conexant?? Sound card in Gateway laptop hackerarchangel Linux - Hardware 3 12-30-2005 11:35 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
Sound Card on Fedora Core 2 only playing test sound silverado0103 Linux - Hardware 0 07-29-2004 03:23 PM
Rh9 No Sound On Toshiba Laptop With Ac'97 Sound darkmage224 Linux - Laptop and Netbook 2 02-27-2004 10:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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