No sound (was Re: kernel compilation problems - 5.1 (long) )

2004-02-13 Thread Tadimeti Keshav
Hello all Thanks Mike and Peter. I have been able to successfully compile the new kernel & install it. BUT, though I compiled with: device pcm #TK: for sound blaster pro 16. I get no sound. (I tried to play an audio file with amp). The sound card is a SOUND BLASTER PRO 16 Compatible. Here

Re: kernel compilation problems - 5.1 (long)

2004-02-12 Thread Peter Risdon
Tadimeti Keshav wrote: hi all, I am having problems compiling my kernel. Your immediate problem is a common one. Your kernel config includes the line: device umass # Disks/Mass storage - Requires scbus and da But scbus and da are commented out. Uncomment them, and compile. PWR.

re: kernel compilation problems - 5.1 (long)

2004-02-12 Thread Mike Bowie
-- snip -- >> umass.o: In function `umass_cam_quirk_cb': >> umass.o(.text+0x23eb): undefined reference to >> `xpt_done' >> *** Error code 1 >> >> Stop in /usr/src/sys/i386/compile/CUSTOM. -- snip -- >> # SCSI peripherals >> #device& nbsp; scbus

kernel compilation problems - 5.1 (long)

2004-02-12 Thread Tadimeti Keshav
hi all, I am having problems compiling my kernel. FreeBSD 5.1 Intel Pentium 200 MMX. 64MB ram. Digital PC 5000. I am having problems while linking the objects (.o files). Why is it compiling for PentiumPRO? I am attaching the kernel config file. Sorry if I have sent it to the wrong list. I appr