Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 1999 14:08:21 +0300 (AST)
From:      root@isis.dynip.com
To:        freebsd-questions@FreeBSD.ORG
Subject:   RE: (no subject)
Message-ID:  <199902121108.OAA29637@isis.dynip.com>

next in thread | raw e-mail | index | archive | help
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



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