From owner-freebsd-questions Fri Feb 12 03:08:57 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA22686 for freebsd-questions-outgoing; Fri, 12 Feb 1999 03:08:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from isis.dynip.com ([139.141.220.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA22474 for ; Fri, 12 Feb 1999 03:08:37 -0800 (PST) (envelope-from root@isis.dynip.com) From: root@isis.dynip.com Received: (from root@localhost) by isis.dynip.com (8.9.2/8.9.1) id OAA29637 for freebsd-questions@freebsd.org; Fri, 12 Feb 1999 14:08:24 +0300 (AST) (envelope-from root) Message-Id: <199902121108.OAA29637@isis.dynip.com> Date: Fri, 12 Feb 1999 14:08:21 +0300 (AST) Reply-To: root@isis.dynip.com Subject: RE: (no subject) To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 12 Feb, To: medeiros_ed_m@code21.npt.nuwc.navy.mil wrote: > On 11 Feb, Medeiros_Ed_M wrote: >> Sir, >> >> Thanks for your quick response. I tried using the soundblaster stuff in your LINT file but it didn't work. One thing I am wondering about is my soundblaster board is PCI is this a show stopper? Thank You > > I knew you would fall in this trap. > DO NOT JUST CUT AND PASTE, try to figure out how to do similar but NOT > THE SAME thing, thses drivers are for SoundBlaaster Pro > NEVER work with your card, I sent them just to show you how it is done. > > by the way here is an easy script to Rebuild your kernel with out > headaches, just make sure the mentioned directories exist on your > mach9ine, > > uncomment the #tail things to see what is happening during compile. > > > #!/bin/sh > cd /usr/src/sys/i386/conf > config -r MYKERNEL 2>&1 > /var/log/build/FreeBSD-Kernel-Config.log > #tail -f /var/log/build/FreeBSD-Kernel-Config.log > cd ../../compile/MYKERNEL > make clean > make depend 2>&1 > /var/log/build/FreeBSD-Kernel-Depend.log > #tail -f /var/log/build/FreeBSD-Kernel-Depend.log > make > cp /kernel /kernel.safe > make install 2>&1 > /var/log/build/FreeBSD-Kernel-Install.log > #tail -f /var/log/build/FreeBSD-Kernel-Install.log > disklabel -B -b /boot/boot1 -s /boot/boot2 wd0 > > and please cut the unneeded part of message when replying. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message