ESS-1868 Sound Drivers for RH 5.0

ESS-1868 Sound Drivers for RH 5.0

Post by g.. » Wed, 13 May 1998 04:00:00





>> I have been looking at the various man pages with my Rh 5.0
>> distribution, and it seems ambiguous about support for the ESS-1868 pnp
>> sound card.  The pnp isn't all that important, but getting the card to

[snip]

Quote:>> Does anyone else have one of these card up and running?  And if so,
>> could you spare this newbie some advice?  Maybe I have missed something
>> really simple and just don't see it :-(
[snip]

>I have an ES1868 card.  After much frustration I got it to work, sort
>of.  It won't work with sdoom, but I can play sounds and modules etc,
>as well as audio CDs.  Much of my information came from the sound
>HOWTO, README.cards in the source tree (/usr/linux/drivers/sound), and
>George Dau's Home Page
>http://www.ozemail.com.au/~gedau/mysystem.html#ESS

        I haven't been as  entirely successful as Karl (I haven't got the
mpu401 device working), but I thought I would send you my encouragement as
well.  The documentation IS ambiguous, but I was able to get the ESS 1868
working on my box (kernel 2.0.30).

        Like Karl I used the isapnptools package to probe for the card and
see what it was made off.  The conf file that it yeilded was came with many
configuration possibilities all commented out.  It was an act of guess work
and faith deciding which of the options to comment out, but it worked first
time round except that I hadn't enabled mpu support in the kernel.  Here is
what the file looks like.

        # $Id: pnpdump.c,v 1.8 1997/01/14 21:05:35 fox Exp $
        # This is free software, see the sources for details.
        # This software has NO WARRANTY, use at your OWN RISK
        #
        # For details of this file format, see isapnp.conf(5)
        #
        # Compiler flags: -DREALTIME -DNEEDSETSCHEDULER
        #
        # Trying port address 0203
        # Board 1 has serial identifier 27 ff ff ff ff 68 18 73 16

        (ISOLATE)
        (IDENTIFY *)

        # Card 1: (serial identifier 27 ff ff ff ff 68 18 73 16)
        # ESS1868 Serial No -1 [checksum 27]
        # Version 1.0, Vendor version 1.0
        # ANSI string -->ESS ES1868 Plug and Play AudioDrive<--
        #
        # Logical device id ESS0000
        #
        (CONFIGURE ESS1868/-1  (LD 0  (IO 0 (BASE 0x0800))  (ACT Y)))
        #

        # Logical device id ESS1868
        #
        (CONFIGURE ESS1868/-1 (LD 1

        (DMA 0  (CHANNEL 1))
        (DMA 1  (CHANNEL 0))
        (INT 0  (IRQ 5 (MODE +E)))
        (IO 0 (BASE 0x0220))
        (IO 1 (BASE 0x0388))
        (IO 2 (BASE 0x0330))
        (ACT Y)))

        #
        # Logical device id ESS0001
        #
        (CONFIGURE ESS1868/-1 (LD 2
        (IO 0 (BASE 0x0201))
        (IO 0 (BASE 0x0200))
        (ACT Y)))

        #
        # Logical device id ESS0002
        #
        (CONFIGURE ESS1868/-1 (LD 3
        (INT 0  (IRQ 12 (MODE +E)))
        (IO 0 (BASE 0x0168))
        (IO 1 (BASE 0x036e))
        (ACT Y)))

        # End tag... Checksum 0x00 (OK)

        Then  I did `make config' for the kernel compile taking the
necessary values for irq, base address etc and supplying them as needed for
the kernel config file,  Like I said, I didn't enable mpu401 first time
round because I wasn't sure if the card supported it.  When I realized it
did (cat /dev/sndstat) I recompiled enabling mpu401 support, but ended up
with two mpu devices configured in the kernel but neither detected, and I
lost the midi device.  So, you might want to follow Karl's example more
closely than mine.  Just thought I let you see my isapnp.conf file and
testimonial that your card will work.

        Good luck.

        Gerald Crimp

 
 
 

ESS-1868 Sound Drivers for RH 5.0

Post by FoulDrag » Thu, 14 May 1998 04:00:00


Quote:>      Like Karl I used the isapnptools package to probe for the card and
>see what it was made off.  The conf file that it yeilded was came with many
>configuration possibilities all commented out.  It was an act of guess work
>and faith deciding which of the options to comment out, but it worked first
>time round except that I hadn't enabled mpu support in the kernel.  Here is
>what the file looks like.

Say.... where do you get this isapnp package?  I have an ESS1869 card that I
currently handle by  initializing it with the included DOS configuration
software, then LOADLINning my way into using the regular SB drivers.

Marada Coeurfuege Shra'drakaii  [~73% dragon pure!] (Clan Nightwings)
users.aol.com/fouldragon
DC.DG.mfsRL--sVR++h--CDm ad++$-d++WL++*Fr-L2.8mBSue---g++i+++U--
Dragons with computers:  even more dangerous than dragons with gasoline }:--)

 
 
 

ESS-1868 Sound Drivers for RH 5.0

Post by Brian Mille » Sat, 16 May 1998 04:00:00


I'll also throw my hat into the ring...

The ESS1868 does work OK under linux.  Like others have said before
you need to use the isapnp utility, and load sound as a module.

Take a look at:

    http://www.netspace.net.au/~bmiller/linux/ess1868.html

for what I have done to get things working.

Brian
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Brian Miller                                 Telstra
CDN Product Group                            30/242 Exhibition Street
ITG Communication Network Platforms          Melbourne, VIC 3000

Tel: +61-3-9632-3883                         FAX: +61-3-9632-3884
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

 
 
 

ESS-1868 Sound Drivers for RH 5.0

Post by Clem D » Mon, 18 May 1998 04:00:00


Correct me if I'm wrong, but as the ESS1868 is supposted to be SoundBlater Pro
compatible, can't you just use that option? The sndconfig utility might then
be able to use the ESS card without having to mess around with isapnp utility.
Having said that, my Linux box uses a bog-standard SoundBlater Pro ....

Clem


>I'll also throw my hat into the ring...

>The ESS1868 does work OK under linux.  Like others have said before
>you need to use the isapnp utility, and load sound as a module.

>Take a look at:

>    http://www.netspace.net.au/~bmiller/linux/ess1868.html

>for what I have done to get things working.

>Brian
>--
>-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>Brian Miller                                 Telstra
>CDN Product Group                            30/242 Exhibition Street
>ITG Communication Network Platforms          Melbourne, VIC 3000

>Tel: +61-3-9632-3883                         FAX: +61-3-9632-3884
>-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

 
 
 

1. Sound Card drivers for ESS-1868

I have to say that this Linux stuff is very COOOOOL!  Just got my
machine up and running today and I am pleased with the increased
performance from my PC.

I actually have 2 questions:

1)  Sound card Drivers for the ESS-1868 for Linux 5.0 (CheapBytes
Hurricane distribution)  Are there any out there?

2)  How do I go about getting my IDE Zip drive to be recognized?  I have
tried mounting it like I did with my CDROM and Floppy, but I get an
error message about the wrong file type and that it is only readable,
even after stating in the mount process that it is writable as well.

Thanks to the many Linux users who offered their support in getting me
up and running.

Sincerely,

Cliff Etzel

2. How to patch a kernel with 2 conflicting patches?

3. RH 4.2, Mitsumi 4x CDROM on ESS 1868 Sound Card

4. Linux MBR

5. ESS Audiodrive ESS-1868 PnP w/ linux

6. Question of copying entire root filesystem using cpio.

7. Luigi sound driver & ESS 1868

8. Which modem to buy for Sun altra 10 running solaris 2.6?

9. ESS-1868 based soundcard

10. SOUND ESS 1868 DOESN'T WORK WITH REDHAT 5.2 ??????

11. ess 1868 sound card

12. ESS 1868 sound card help

13. ESS 1868 pnp Sound card - is it possible ?