How to get ESS1869 ISA sound card working?

Booting, installing, newbie
Post Reply
Message
Author
User avatar
DC
Posts: 360
Joined: Sun 30 Apr 2006, 15:07
Location: Maidenhead, England

How to get ESS1869 ISA sound card working?

#1 Post by DC »

Hi,
Can somebody point me to some more things to try.

I'm trying to get a old ESS1869 ISA sound card working.

I'm running puppy 2.12 from a harddrive installed option 2.
On a Pentium 200 with a ESS1869 ISA sound card.

I've tried ALSACONF which reports no PnP or PCI card.
Probe for ISA reports FATAL module error for all it tested, including ess18xx

I've tried modprobe snd-ess1869; result FATAL: module snd_ess1869 not found.

bios plug and play finds the card as CARD01 ESS1869

Win98 sets it up as
ESS audio 220
ESS 1869 0800-0807
DMA 1 3 IRQ10
220-22F
338-38B
300-301

And it does work under win98

Thanks

David

Sage
Posts: 5536
Joined: Tue 04 Oct 2005, 08:34
Location: GB

#2 Post by Sage »

Don't hold your breathe! ESS cards can be absolute pigs even in 'doze. Maybe you could use an old SB card instead? The advantage of the old SB128 and similar types is that you can squeeze enough OP to drive a pair of quality speakers (I don't mean the rubbishy tin boxes that are foisted on 99% of PC users!) in a very small office/study without resort to a thoroughly nasty little ss amplifier.
But the acid test is to see if the ESS runs under DSL. Otherwise keep it for one of the bloat distros, which will probably recognise it?

User avatar
WhoDo
Posts: 4428
Joined: Wed 12 Jul 2006, 01:58
Location: Lake Macquarie NSW Australia

Re: old ISA sound card

#3 Post by WhoDo »

DC wrote:Hi,
Can somebody point me to some more things to try.

I'm trying to get a old ESS1869 ISA sound card working.
I have several ESS1869 ISA sound cards working fine under Puppy. Do you have the zdrv version of Puppy 2.12 installed?

If not, you can download zdrv_212.sfs separately and place it in your / directory.

If it still cannot find the correct module, try mounting zdrv_212.sfs as a loop system:

Code: Select all

mount -o loop /zdrv_212.sfs /root/mount/zdrv_212.sfs
I hope that code snippet is correct. I'm on my way to work and don't have time to double check.

Hope that helps.

User avatar
DC
Posts: 360
Joined: Sun 30 Apr 2006, 15:07
Location: Maidenhead, England

#4 Post by DC »

Hi again,
Thanks WhoDo. Copied zdrv_212.sfs to / and ran ALSACONF ISA all working now :)

I'd like to just bring up a couple of points.
It took me a while to figure out where to down load the file and what it was.
( http://puptrix.org/isos/Puppylinux-official/2.12/ if your looking )

I did not know the difference between the two versions
puppy-2.12-seamonkey-zdrv.iso
puppy-2.12-seamonkey.iso

Not a complaint! it just drives you up the wall when you hav'nt got a clue.

Thanks again David

ralfehr
Posts: 6
Joined: Sat 02 Dec 2006, 19:46

How to get ESS1869 ISA Sound Card Working?

#5 Post by ralfehr »

I'm trying to get an ISA ESS1869 sound card working too. I have installed Puppy 2.13 full drivers on a hard drive formatted to ReiserFS. The zdrv_213.sfs file is present at /, but when I run alsaconf it won't find any legacy drivers. When booting up from the CD it works perfectly including the alsaconf setup. If I could save that setup to the hard disk I'd be happy but I don't know how. If I could get alsaconf to work when booting from the hard drive I'd be happy.

Any ideas? Thanks.

novellahub
Posts: 15
Joined: Thu 21 Jun 2007, 16:11
Location: Shakopee, MN USA
Contact:

#6 Post by novellahub »

Here is how I got the ESS1869 ISA sound card to work under 2.15CE:

In Terminal:

Code: Select all

modprobe snd-es18xx mpu_port=0x330 irq=5 dma1=1 dma2=5 isapnp=0
Run:

Code: Select all

alsaconf
and chose ESS1869 as the sound card.

Run:

Code: Select all

alsamixer
to set the volumes.

- Joe

User avatar
ecomoney
Posts: 2178
Joined: Fri 25 Nov 2005, 07:00
Location: Lincolnshire, England
Contact:

Working

#7 Post by ecomoney »

Thanks novellahub, this got me going on an old mecer M185 laptop and puppy 2.13 based barelypup.

http://www.murga-linux.com/puppy/viewto ... 359#124359
Puppy Linux's [url=http://www.murga-linux.com/puppy/viewtopic.php?p=296352#296352]Mission[/url]

Sorry, my server is down atm!

novellahub
Posts: 15
Joined: Thu 21 Jun 2007, 16:11
Location: Shakopee, MN USA
Contact:

#8 Post by novellahub »

No problem!

The ALSA wiki has more info here as well:

http://alsa.opensrc.org/index.php/Es18xx

Post Reply