LinuxQuestions.org
Help answer threads with 0 replies.
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 02-06-2004, 09:53 PM   #1
Aerlock
LQ Newbie
 
Registered: Oct 2003
Location: Earth
Distribution: Mandrake 9.2
Posts: 29

Rep: Reputation: 15
ALSA and ESS1879 sound card on mandrake 9.2


I've got a Compaq Armada 7800 laptop with an ess1879 sound card built in and I can't get it working with 'sndconfig'. In all my looking on the web I've found that ALSA seems to be the best alternative, but I can't get ALSA to install and was hoping that someone here might have some pointers for me.

Thanks
 
Old 02-06-2004, 11:11 PM   #2
95se
Member
 
Registered: Apr 2002
Location: Windsor, ON, CA
Distribution: Ubuntu
Posts: 740

Rep: Reputation: 32
perhaps this will help.
http://www.linuxquestions.org/questi...hreadid=133546
 
Old 02-07-2004, 08:07 PM   #3
deloptes
Member
 
Registered: Feb 2004
Location: AT
Distribution: debian etch and SUSE 10.2
Posts: 123

Rep: Reputation: 15
It was a little bit fuzzy but I used a good howtos from google - look for something that you understand.

IF you want to use alsa, than you need a custom kernel - download the sources (I don't think it's easy if you don't have any idea leave it!)

Well if you know at least the basics of the kernel build process than what you should do is:

you disable your sounddriver in the kernel and let sound configured as module

build kernel and modules and install.

then build alsa-driver, afterwards alsa-lib and utils

I downloaded also the alsaplayer and put everything under /opt/alsa.

No I just miss a gtk-mixer

What was important to do is run after installation from the shell following lines - that actually unmuted the alsa-driver
# amixer set Master 100 unmute
# amixer set PCM 100 unmute
# amixer

starting alsamixer didn't unmute

now after this I added some stuff like this below in /etc/modules.conf (Oh, my god, debians conf area! Don't warry it worked!)
I got the output from another program called alsaconf (you find it under $PREFIX/sbin)
If you have devfs (i.e. distros like mandrake and redhat use it as far as I know), then there are different files to modify, consult the docs.

#
## ALSA portion
alias snd-card-0 snd-emu10k1
## If you have more than one, add:
## alias snd-card-1 snd-intel8x0
## alias snd-card-2 snd-ens1370
## OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##

I think it's better to start experimenting with kernel higher than 2.5 as alsa can be compiled from within the kernel

Hope I could help
 
Old 05-03-2004, 07:44 PM   #4
netboy_541
Member
 
Registered: Jul 2003
Location: Hamilton, OH
Distribution: Redhat 9, SuSE 10.1 & 10.2, Kubuntu
Posts: 173

Rep: Reputation: 30
i used OSS and had absolutely no problems getting sound to work...

downloaded it, installed it, and it found it and life was good...

just watch it when it initilizes the sound card --

it'll flip the mic on and blow your friggin' ears out...

I almost dropped my laptop when it started squealing!! :P
 
Old 05-04-2004, 02:54 AM   #5
deloptes
Member
 
Registered: Feb 2004
Location: AT
Distribution: debian etch and SUSE 10.2
Posts: 123

Rep: Reputation: 15
didn't got your point

what worked OSS, ALSA or both?!

we were discussing problems installing ALSA on 2.4.X kernels the 2.6 series have this included and precompiled in the source code

r3gard5
 
Old 05-04-2004, 10:50 AM   #6
netboy_541
Member
 
Registered: Jul 2003
Location: Hamilton, OH
Distribution: Redhat 9, SuSE 10.1 & 10.2, Kubuntu
Posts: 173

Rep: Reputation: 30
just oss in my case.
alsa was too damn confusing...

download this, compile that, blah blah blah....


OSS worked like a charm....
 
Old 05-04-2004, 08:19 PM   #7
deloptes
Member
 
Registered: Feb 2004
Location: AT
Distribution: debian etch and SUSE 10.2
Posts: 123

Rep: Reputation: 15
yes, I thing you're right.

Anyway when kernel 2.6 replaces 2.4 will have the choice without "confusion".

If you are experimenting with audio you'll find out why ALSA is good and why it's worth to "download this and compile that ...."

Since I use ALSA I really like it and on the surface there is absolutely no difference exept in the sound quallity.

well it still much better to have an alternative and choice isn't it ...

that's the pont of competition in the good sense I think.

regards
 
Old 05-04-2004, 10:41 PM   #8
netboy_541
Member
 
Registered: Jul 2003
Location: Hamilton, OH
Distribution: Redhat 9, SuSE 10.1 & 10.2, Kubuntu
Posts: 173

Rep: Reputation: 30
i agree...

just gets real confusing --

compile this into the kernel...

JEEZE MAN! I'm running this on a pentium 100!!

lol
 
Old 05-06-2004, 05:37 PM   #9
deloptes
Member
 
Registered: Feb 2004
Location: AT
Distribution: debian etch and SUSE 10.2
Posts: 123

Rep: Reputation: 15
Arrow

Oh, my goodness Pentium 100 ...
Well I have one Pentium I (with floating point bug) . I don't think he'll manage to uncompress my mp3's .... any way I use it like firewall and it has no soundcard in it ...

Installing on such kind of machine without compiling on it is a bit tricky and not for everyone .... shared libraries and so... disgusting

So ... I don't know .. if you have time you can give it a try - i.e. compile it over night (or two)

finally you need to compile just the ALSA portion and perheps some tool (mixer) or so

It wont take long ...

regards
 
  


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
ALSA not working for Creative Sound Blaster Live 24 Bit sound card vishalsonu Linux - Hardware 7 08-20-2005 01:02 PM
Dell SB Live! [value] sound card, Mandrake 10.1, ALSA 1.0.7, playback problems Grasshopper Linux - Hardware 1 07-11-2005 02:28 PM
No sound with a CM8738 sound card -- alsa installed istar80 Linux - Hardware 1 06-17-2005 02:02 PM
Force ALSA to Sound Card CrackerStealth Slackware 2 03-08-2004 04:30 PM
ESS1879 sound card very choppy jbanafato Linux - General 4 01-03-2004 11:28 PM

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

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