I've found that the oss (Open Sound Sytems) sound config program easy
to use and it configures my
soundcard which was otherwise unsupported .
see
http://www.opensound.com/oss.html
--- Sergio Korlowsky <[EMAIL PROTECTED]> wrote:
> mike montgomery wrote:
>
> > I had this problem with my sound card and kde . My
> sound card is a cs4232
> > and sndconfig never worked for me. I resolved it
> by loading the correct
> > sound modules that I found listed in the
> documentation listed in
> > /usr/src/linux-x.x.x/Documentation/sound (x.x.x
> is your kernel version) .
> > I also commented out all the sound card stuff
> sndconfig put in
> > /etc/conf.modules .
> >
> > So to load the sound modules at each boot I added
> this to /etc/rc.d/rc.local
> >
> > /sbin/insmod ad1848
> > /sbin/insmod uart401
> > /sbin/insmod cs4232 io=0x530 irq=5 dma=0 dma2=1
> >
> > I did'nt see a file about an AOpen FX-3D sound
> card but maybe it uses the
> > same chip set as another card that is listed ?
>
> I hope this info helps you guys...
> I have a similar sound card, AW35/Pro (Resource
> R2.2-D7
> I believe it uses the same chip set,
> anyway configures as it if was... (opl3)
> I sell aceropen components. (not a commercial eh..
> ;-)))
>
> ***** THIS is my "modules.conf " FILE ****
>
> alias eth0 ne2k-pci
> alias block-major-8 ppa
> alias parport_lowlevel parport_pc
> pre-install pcmcia_core /etc/rc.d/init.d/pcmcia
> start
> alias sound cs4232
> pre-install sound insmod sound dmabuf=1
> alias midi opl3
> options opl3 io=0x388
> options cs4232 io=0x534 irq=5 dma=1 dma2=0
> mpuio=0x330 mpuirq=9 synthirq=-1
> synthio=-1
>
> ***** THIS is my "isapnp.conf FILE *****
>
> # $Id: pnpdump.c,v 1.18 1999/02/14 22:47:18 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)
> #
> # For latest information and FAQ on isapnp and
> pnpdump see:
> # http://www.roestock.demon.co.uk/isapnptools/
> #
> # Compiler flags: -DREALTIME -DNEEDSETSCHEDULER
> -DABORT_ONRESERR
> #
> # Trying port address 0203
> # Board 1 has serial identifier f7 ff ff ff ff 37 d9
> 63 0e
>
> # (DEBUG)
> (READPORT 0x0203)
> (ISOLATE PRESERVE)
> (IDENTIFY *)
> (VERBOSITY 2)
> (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM
> FATAL)) # or WARNING
>
> # Card 1: (serial identifier f7 ff ff ff ff 37 d9 63
> 0e)
> # Vendor Id CSCd937, No Serial Number (-1), checksum
> 0xF7.
> # Version 1.0, Vendor version 0.1
> # ANSI string -->AW35/Pro (Resource R2.2-D7)<--
> #
> # Logical device id CSC0000
> # Device supports vendor reserved register @
> 0x38
> # Device supports vendor reserved register @
> 0x3b
> # Device supports vendor reserved register @
> 0x3c
> #
> # Edit the entries below to uncomment out the
> configuration required.
> # Note that only the first value of any range is
> given, this may be changed if
> required
> # Don't forget to uncomment the activate (ACT Y)
> when happy
>
> (CONFIGURE CSCd937/-1 (LD 0
> # ANSI string -->WSS/SB<--
>
> # Multiple choice time, choose one only !
>
> # Start dependent functions: priority preferred
> # First DMA channel 1.
> # 8 bit DMA only
> # Logical device is not a bus master
> # DMA may execute in count by byte mode
> # DMA may not execute in count by word
> mode
> # DMA channel speed type A
> (DMA 0 (CHANNEL 1))
> # Next DMA channel 0 or 3.
> # 8 bit DMA only
> # Logical device is not a bus master
> # DMA may execute in count by byte mode
> # DMA may not execute in count by word
> mode
> # DMA channel speed type A
> (DMA 1 (CHANNEL 0))
> # IRQ 5.
> # High true, edge sensitive interrupt
> (by default)
> (INT 0 (IRQ 5 (MODE +E)))
> # Logical device decodes 16 bit IO address
> lines
> # Minimum IO base address 0x0534
> # Maximum IO base address 0x0534
> # IO base alignment 4 bytes
> # Number of IO addresses required: 4
> (IO 0 (SIZE 4) (BASE 0x0534))
> # Logical device decodes 16 bit IO address
> lines
> # Minimum IO base address 0x0388
> # Maximum IO base address 0x0388
> # IO base alignment 8 bytes
> # Number of IO addresses required: 8
> (IO 1 (SIZE 8) (BASE 0x0388))
> # Logical device decodes 16 bit IO address
> lines
> # Minimum IO base address 0x0220
> # Maximum IO base address 0x0220
> # IO base alignment 32 bytes
> # Number of IO addresses required: 16
> (IO 2 (SIZE 16) (BASE 0x0220))
>
> # Start dependent functions: priority
> acceptable
> # First DMA channel 1 or 3.
> # 8 bit DMA only
> # Logical device is not a bus master
> # DMA may execute in count by byte mode
> # DMA may not execute in count by word
> mode
> # DMA channel speed type A
> # (DMA 0 (CHANNEL 1))
> # Next DMA channel 0, 1 or 3.
> # 8 bit DMA only
> # Logical device is not a bus master
> # DMA may execute in count by byte mode
> # DMA may not execute in count by word
> mode
> # DMA channel speed type A
> # (DMA 1 (CHANNEL 0))
> # IRQ 5, 7, 9, 11, 12 or 15.
> # High true, edge sensitive interrupt
> (by default)
> # (INT 0 (IRQ 5 (MODE +E)))
> # Logical device decodes 16 bit IO address
> lines
> # Minimum IO base address 0x0534
> # Maximum IO base address 0x0ffc
> # IO base alignment 4 bytes
> # Number of IO addresses required: 4
> # (IO 0 (SIZE 4) (BASE 0x0534))
> # Logical device decodes 16 bit IO address
> lines
> # Minimum IO base address 0x0388
> # Maximum IO base address 0x0388
> # IO base alignment 8 bytes
> # Number of IO addresses required: 8
> # (IO 1 (SIZE 8) (BASE 0x0388))
> # Logical device decodes 16 bit IO address
> lines
> # Minimum IO base address 0x0220
> # Maximum IO base address 0x0260
> # IO base alignment 32 bytes
> # Number of IO addresses required: 16
> # (IO 2 (SIZE 16) (BASE 0x0220))
>
> # Start dependent functions: priority
> functional
> # First DMA channel 0, 1 or 3.
> # 8 bit DMA only
> # Logical device is not a bus master
> # DMA may execute in count by byte mode
> # DMA may not execute in count by word
> mode
>
=== message truncated ===
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com