AWE 64 setup ?

1998-12-28 Thread Didier Verna

Hi!

Is there a simple way to setup my SoundBlaster AWE 64 for debian ?
In my former redhat installation, it was configured automatically, and I had a 
sndconfig program to position the proper IRQs and the like. I didn't find the
equivalent under debian. Do I have to assimilate the whole pnp howto ?

Thanks.

-- 
/ /   _   _   Didier Vernahttp://www.inf.enst.fr/~verna/
 - / / - / / /_/ /  E.N.S.T. INF C201.1  mailto:[EMAIL PROTECTED]
/_/ / /_/ / /__ /46 rue BarraultTel.   (33) 01 45 81 73 46
  75634 Paris  cedex 13 Fax.   (33) 01 45 81 31 19


Re: AWE 64 setup ?

1998-12-28 Thread Britton

Marcus Brinkman (my regrets if I've butchered your name Marcus) has a
spiffy mini-HOWTO on setting up the AWE32/64 on his web page, the address
of which I unfortunately forget, but a search with his name in there would
probably turn it up.  It'll probably help you and give you an idea what's
going on with isapnp and the AWE card into the boot.  Good luck.

__
GNU GPL: The Source will be with you... always.

Britton Kerin

On 28 Dec 1998, Didier Verna wrote:

 
   Hi!
 
   Is there a simple way to setup my SoundBlaster AWE 64 for debian ?
 In my former redhat installation, it was configured automatically, and I had 
 a 
 sndconfig program to position the proper IRQs and the like. I didn't find the
 equivalent under debian. Do I have to assimilate the whole pnp howto ?
 
   Thanks.
 
 -- 
 / /   _   _   Didier Vernahttp://www.inf.enst.fr/~verna/
  - / / - / / /_/ /  E.N.S.T. INF C201.1  mailto:[EMAIL PROTECTED]
 /_/ / /_/ / /__ /46 rue BarraultTel.   (33) 01 45 81 73 46
   75634 Paris  cedex 13 Fax.   (33) 01 45 81 31 19
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: AWE 64 setup ?

1998-12-28 Thread Marcus Brinkmann

Hi Didier, hi Britton!

On Mon, Dec 28, 1998 at 01:46:38AM -0900, Britton wrote:
 
 Marcus Brinkman (my regrets if I've butchered your name Marcus)

It's tow n, but beside that, fine! Nice to see you still around, Britton!

 has a
 spiffy mini-HOWTO on setting up the AWE32/64 on his web page, the address
 of which I unfortunately forget, but a search with his name in there would
 probably turn it up.  It'll probably help you and give you an idea what's
 going on with isapnp and the AWE card into the boot.  Good luck.

A search on my name in search engines is most likely to turn out a few
hundred emails to the Debian lists (which are archived). Better take the
address directly from my signature.

Bye,
Marcus

-- 
Rhubarb is no Egyptian god.Debian GNU/Linuxfinger brinkmd@ 
Marcus Brinkmann   http://www.debian.orgmaster.debian.org
[EMAIL PROTECTED]for public  PGP Key
http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/   PGP Key ID 36E7CD09


Re: AWE 64 setup ?

1998-12-28 Thread Peter Berlau
On Mon, Dec 28, 1998 at 11:42:24AM +0100, Didier Verna wrote:
 
   Hi!
 
   Is there a simple way to setup my SoundBlaster AWE 64 for debian ?
please install:

Package: awe-drv
Status: install ok installed
Priority: extra
Section: sound
Installed-Size: 462
Maintainer: Tom Lees [EMAIL PROTECTED]
Source: awe
Version: 0.4.3-pre-2-1
Replaces: awe-utils, awe-patch
Provides: awe-utils, awe-patch
Depends: libawe0.4, libc6 (= 2.0.7u)
Conflicts: awe-utils, awe-patch
Description: Linux AWE32 driver source and utilities
[..]


Package: isapnptools
Status: install ok installed
Priority: extra
Section: admin
Installed-Size: 140
Maintainer: Frederic Lepied [EMAIL PROTECTED]
Version: 1.16-4.1
Depends: libc6 (= 2.0.7u), dpkg (= 1.4.0.21), grep, awk
Suggests: pciutils
[..]

after that configure Your kernel like:
!!! 
please note:
the irq's and th io'sare based on the
configruation of my systems, this 
are my individual settings of this 
items .
It is highly recommended You will
change these parameters to the
dependencies of Your system.
!!!
# Sound
#
CONFIG_SOUND=m
# CONFIG_PAS is not set
CONFIG_SB=y
CONFIG_ADLIB=y
CONFIG_AUDIO=y
CONFIG_MIDI=y
CONFIG_YM3812=y
SBC_BASE=220
SBC_IRQ=9
SBC_DMA=3
SB_DMA2=7
SB_MPU_BASE=330
SB_MPU_IRQ=-1
DSP_BUFFSIZE=65536
CONFIG_LOWLEVEL_SOUND=y
CONFIG_AWE32_SYNTH=y

an build a new kernel, don't forget to add the line
sound in Your
/etc/modules
[..]
# loading the sound module
sound
#st

next step
pnpdump  /etc/isapnp.conf
edit the resulted file, maby result is:

# $Id: pnpdump.c,v 1.16 1998/10/09 22:19:06 fox Exp $
# Board 1 has serial identifier 41 12 94 bb 9f c5 00 8c 0e

# (DEBUG)
(READPORT 0x020b)
(ISOLATE PRESERVE)
(IDENTIFY *)
(VERBOSITY 2)
(CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING

(CONFIGURE CTL00c5/311737247 (LD 0
# ANSI string --Audio--

 (INT 0 (IRQ 9 (MODE +E)))
 (DMA 0 (CHANNEL 3))
 (DMA 1 (CHANNEL 7))
 (IO 0 (SIZE 16) (BASE 0x0220))
 (IO 1 (SIZE 2) (BASE 0x0330))
 (IO 2 (SIZE 4) (BASE 0x0388))
 (NAME CTL00c5/311737247[0]{Audio   })
 (ACT Y)
))

(CONFIGURE CTL00c5/311737247 (LD 1
# Compatible device id PNPb02f
# ANSI string --Game--

 (IO 0 (SIZE 8) (BASE 0x0200))
 (NAME CTL00c5/311737247[1]{Game})
 (ACT Y)
))

(CONFIGURE CTL00c5/311737247 (LD 2
 (IO 0 (SIZE 4) (BASE 0x0620))
 (IO 1 (SIZE 4) (BASE 0x0A20))
 (IO 2 (SIZE 4) (BASE 0x0E20))
 (NAME CTL00c5/311737247[2]{WaveTable   })

 (ACT Y)
))
(WAITFORKEY)
#end of /etc/isapnp.conf
-- 
   Peter