Re: FreeBSD and Sound

2003-08-17 Thread David
How can I get FBSD to only see opl0 and is the WARNING: anything to be concerned with. Thanks again, David - Original Message - From: "Essetee" <[EMAIL PROTECTED]> To: "David" <[EMAIL PROTECTED]> Sent: Friday, August 15, 2003 1:41 AM Subject: Re: FreeBSD and

Re: FreeBSD and Sound

2003-08-14 Thread Aaron Siegel
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. > > Afte

FreeBSD and Sound

2003-08-14 Thread David
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