Date: Fri, 28 May 1999 20:33:40 +0200 (MET DST) From: Josef Belkovics <belkovics@albert.osu.cz> To: Alex Nygren <anygren@architype.com> Cc: Alex Nygren <alex@architype.com>, freebsd-questions@FreeBSD.ORG Subject: Re: Kernel Config Question Message-ID: <Pine.BSF.4.05.9905282028340.2881-100000@albert.osu.cz> In-Reply-To: <Pine.LNX.4.04.9905281051400.3965-100000@nikita.localdomain>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 28 May 1999, Alex Nygren wrote: > Thanks for the help. > > It looks like the file is /kernel.conf, and when I look to edit it; it is > just a list of values: > > di ze0 > di lnc0 > di le0 > di ie0 > di fe0 > di ep0 > di cs0 > di wt0 > di scd0 > di mcd0 > di matcdc0 > di bt0 > di aha0 > q > > Where can I find info on how to modify it; I don't see the device that I > need to modify, ed0. Any ideas? Info probably does not exist. But commands are from boot -c. di ed0 means disable ep0. en ed0 means enable enable ed0 etc. Use boot -c => line config (not visual) and all will be clear. po ed0 0x300 set up port etc. > THanks, > Alex > > On Fri, 28 May 1999, Josef Belkovics wrote: > > > You must manually made changes into /boot/kernel.conf (maybe name isn't > > correct, but look on /boot). In old good times fbsd did it alone, but now > > you must a bit work. > > > > > I am a FreeBSD newbie, and am having some trouble making my driver > > > changes stick. FreeBSD seems to recognize my NE2000 card on irq 10, > > > port 0x280. However the card is at irq 11, port 0x280. So, I boot up > > > with boot -c, manually configure the card in visual mode and, of course, > > > tell the kernel not to load the drivers I do not need. When I save my > > > changes with 'q' it boots up fine, and the card works perfect! However, > > > when I reboot, the kernel loads every driver up, and defaults back to > > > irq 10 for my NE2000. How can I make the configuration changes I make > > > "stick"? I would be most appreciative for any information. I am sure > > > it's quite trivial, I just don't know where to look. If some one could > > > reply back to me at my private email (I am not a subscriber to this > > > list) of where I might be able to find the info on how to do this, or > > > just how to do this it would be great! > > > > > > Thanks in advance, > > > > > > Alex Nygren > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > 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?Pine.BSF.4.05.9905282028340.2881-100000>