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