Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 1999 20:05:53 +0100
From:      Mark Ovens <marko@uk.radan.com>
To:        Jonas Hedqvist <jh@sdf.se>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Userconfig question
Message-ID:  <19990426200552.B261@marder-1>
In-Reply-To: <3724C4D1.46DEED87@sdf.se>; from Jonas Hedqvist on Mon, Apr 26, 1999 at 09:56:02PM %2B0200
References:  <3724C4D1.46DEED87@sdf.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 26, 1999 at 09:56:02PM +0200, Jonas Hedqvist wrote:
> Soundcard Quiestion
> I'm using the wonderful pnp driver to get my awe64 to work.
> I've compiled my kernel with the pnp0 driver and pcm0
> Then I booted with -c and wrote the following:
> pnp 1 0 os enable port0 0x220 irq0 5 drq0 1 drq1 5 [enter]
> quit [enter]
> 
> The computer boots up and the soundcard works fine!
> But when I'm rebooting my computer the sound doesn't work so I have to
> boot -c
> and retype the commands.
> Do you know why it doesn't save it to the kernel image??
> 
> If you have any answer so please, send it to me at my e-mail adress:
> jh@sdf.se
> 
> //Jonas Hedqvist <jh@sdf.se>
> 
> (Please!!! Help me!!!)
> 

From ERRATA.TXT (http://www.freebsd.org):

o  Kernel change information is not saved in the new kernel, even 
   though this is claimed to work in the docs.

Fix: The change information is being written out, in fact,
     but to the wrong location.  move /kernel.config to /boot/kernel.conf
     (if it exists, otherwise there were no changes to save) and
     add the following lines to /boot/loader.rc:
        
        load /kernel
        load -t userconfig_script /boot/kernel.conf
        autoboot 5
     
     This will cause the kernel change information to be read in
     and used properly (and you just learned a little about the
     new 3-stage loader in the process, so the exercise wasn't a
     total loss).


> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 

-- 
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://www.users.globalnet.co.uk/~markov
_______________________________________________________________
Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK
CAD/CAM solutions for Sheetmetal Working Industry
mailto:marko@uk.radan.com                  http://www.radan.com



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?19990426200552.B261>