Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2003 09:31:52 -0600
From:      Aaron Siegel <bulk_mail@siegel-tech.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: FreeBSD and Sound
Message-ID:  <200308140931.52168.bulk_mail@siegel-tech.net>
In-Reply-To: <000001c36206$0c9e69a0$6601a8c0@crank>
References:  <000001c36206$0c9e69a0$6601a8c0@crank>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello

All you need to add support for you sound card is pcm remove the "device opl0 
at isa? port 0x388" and try compiling the kernel.

On Wednesday 13 August 2003 07:29 pm, David wrote:
> I tried adding a driver for my onboard-soundcard Yamaha OPL-3-SAx on
> P200mmx, FreeBSD 4.7-Release.
>
> After reading the manual, I put these 2 entries in MYKERNEL:
> (copied from LINT):
>
>  device opl0 at isa? port 0x388
>  device pcm
>
> Rebuilt the kernel with:
>
>  config MYKERNEL
>  cd ../../compile/MYKERNEL
>  make depend
>  make
>
> Now I get this error message after the make command:
>
>
> Linking kernel
>  isa_compat.o(.data+0x4): undefined reference to `opldriver'
>  *** Error code 1
>
>  Stop in /usr/src/sys/compile/MYKERNEL.
>
> Any ideas on how to fix?
> Any good references to getting sound  going would be greatly appreciated.
>
> Thanks,
> David
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308140931.52168.bulk_mail>