Date: Thu, 10 Sep 1998 08:43:13 -0500 (CDT) From: John Preisler <john@vapornet.net> To: Frank Terhaar-Yonkers <fty@cisco.com> Cc: freebsd-multimedia@FreeBSD.ORG Subject: getting that AWE64 gold to play .. Message-ID: <13815.54906.818873.930184@habanero.chili-pepper.net> In-Reply-To: <199809101232.IAA23351@claret.cisco.com> References: <199809101232.IAA23351@claret.cisco.com>
next in thread | previous in thread | raw e-mail | index | archive | help
you need to make a /boot.config file which apparently tickles the card somehow. Mine, for a turtle beach malibu, looks like this: pnp 1 0 os enable port0 0x530 port2 0x220 irq0 5 drq0 1 drq1 3 which produces dmesg output like this: Probing for PnP devices: CSN 1 Vendor ID: CSC7537 [0x3775630e] Serial 0xffffffff PnP: override config for CSN 1 LDN 0 vend_id 0x3775630e mss_attach <CS4237>1 at 0x52c irq 5 dma 1:3 flags 0x13 pcm1 (CS423x/Yamaha <CS4237> sn 0xffffffff) at 0x52c irq 5 drq 1 flags 0x13 id 12 works like a charm too. Please also remember that after making the proper device nodes you will have to symlink /dev/{audio,mixer,dsp} to /dev/{audio1,mixer1,dsp1} since the driver attaches to pcm1. hope this helps, and thanks, luigi, for the pcm driver -j Frank Terhaar-Yonkers writes: > > Howdy - > > After seeing all the recents posts I got motiviated to finally fixing my > sound environment. I chucked the ancient SB Pro card, ordered and installed > an AWE64 gold and gened a new kernel using pnp and pcm. So, what do I have > misconfigured here? This is a 2.1.7 system with the latest cvsup (It has > Luigi's X11AMP/MP3 patch). I'd actually rather *not* use plug and pray and > select the IRQ/DRQ myself so I won't have any SCSI (Adaptec 2970UW) and/or > network card (Dec DE500-XA) conflicts. Do I need to run CTCM/CTCU from > DOS to set the card up first to use: IRQ5, DMA 1 & 5 and IO 0x220 ? > > TIA - Frank > > dmesg: (bootverbose is set) > Probing for PnP devices: > Trying Read_Port at 203 > Trying Read_Port at 243 > CSN 1 Vendor ID: CTL00b2 [0xb2008c0e] Serial 0x05f433a2 > pnp1:0 port 0x0000 0x0000 0x0000 0x0000 irq 0:0 drq 4:4 en 0 fl 0x0 > This is a SB16 PnP, but LDN 0 is disabled > .. > mss_probe: no address supplied, try default 0x530 > mss_detect error, busy still set (0xff) > sb_probe: no address supplied, try defaults (0x220,0x240) > pcm0 not found at 0xffffffff > > > Config entries: > controller pnp0 > device pcm0 at isa? port? tty irq 5 drq 1 flags 0x15 vector pcmintr > > \\\\////\\\\////\\\\\////\\\\\////\\\\////\\\\////\\\\////\\\\////\\\\////\\\\ > Frank Terhaar-Yonkers > Cisco Systems, Inc. > Cat3900 Software Team > 7025 Kit Creek Road PO Box 14987 > Research Triangle Park, North Carolina 27709 > fty@cisco.com voice (919)472-2101 FAX (919)472-2940 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?13815.54906.818873.930184>