From owner-freebsd-multimedia Sun Oct 18 07:33:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19732 for freebsd-multimedia-outgoing; Sun, 18 Oct 1998 07:33:02 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from dns.webwizard.net.mx (dns.webwizard.com.mx [148.245.50.27]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA19727 for ; Sun, 18 Oct 1998 07:32:58 -0700 (PDT) (envelope-from eculp@webwizard.org.mx) Received: from webwizard.org.mx (dns.webwizard.com.mx [148.245.50.27]) by dns.webwizard.net.mx (8.9.1/8.9.1) with ESMTP id JAA09760; Sun, 18 Oct 1998 09:31:08 -0500 (CDT) (envelope-from eculp@webwizard.org.mx) Message-ID: <3629FBAC.636117D6@webwizard.org.mx> Date: Sun, 18 Oct 1998 09:31:08 -0500 From: Edwin Culp X-Mailer: Mozilla 4.5b2 [en] (X11; I; FreeBSD 3.0-BETA i386) X-Accept-Language: en MIME-Version: 1.0 To: WetToast , multimedia@FreeBSD.ORG, tech@webwizard.org.mx Subject: Re: C4232 Sound Drivers References: <362985BA.21743F35@sprint.ca> <3629F5BB.E4D19138@webwizard.org.mx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Edwin Culp wrote: > WetToast wrote: > > > Hello, i just installed 3.0-RELEASE, and i was glad to see that it > > supports the cs4232 sound card. But when i reconfigured the kernel to > > use the sound card, i kept getting errors, it wont compile. > > > > This is my config file > > --- > > device css0 at isa? port 0x534 irq 5 drq 1 vector adintr > > You might try: > > controller pnp0 > device pcm0 at isa? port 0x534 irq 5 drq 1 vector adintr > > Recompile and install kernel. > > before rebooting put something similar to > > USERCONFIG > pnp 1 0 os enable port0 0x530 irq0 5 drq0 1 drq1 3 > quit > > in your /kernel.config file or booting with -c at the config prompt. > > do a cat of an .au file to /dev/audio /dev/audio1 or /dev/audio0, fix all > your audio links. If I'm not mistaken, a sh MAKEDEV snd0 o snd1 from the > dev directory will do it for you but I don't guarantee it. > > provecho y saludos > > ed Something I forgot, that you probably know, is to use # cat /dev/sndstat # pnpinfo|more for more info and for debuging. ed > > > > > > > > This is the compile error i keep getting, this happens right after > > everything is done compiling, and the system load the kernel. (the > > compilation goes by smoothly) > > --- > > loading kernel > > cs4232.o: Undefined symbol `_probe_mpu401' referenced from text segment > > ... > > Error. Stop. > > > > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message