Re: kernel configuration file

2012-05-07 Thread Polytropon
oot/loader.conf with those entry bktr_load="YES" Works for my Haupauge WinTV PCI video + tuner card, even the options (PAL) seem to magically work! :-) > I found that every loadable kernel module in the base system is, or at least > "was", rebuilt. That'

Re: kernel configuration file

2012-05-07 Thread Robert Bonomi
Bernt Hansson wrote: > 2012-05-06 20:23, Robert Bonomi skrev: > > > Including *every* loadable module, whether or not you actually use it. > > That's not really true, at least not for me, and I have not made any > changes to the build environment. The loadable module that I actually > use is bktr

Re: kernel configuration file

2012-05-06 Thread Polytropon
On Sun, 6 May 2012 13:23:08 -0500 (CDT), Robert Bonomi wrote: > > From owner-freebsd-questi...@freebsd.org Sun May 6 08:36:52 2012 > > Date: Sun, 6 May 2012 09:34:12 -0400 > > From: Carmel > > To: FreeBSD > > Subject: Re: kernel configuration file > > > &

Re: kernel configuration file

2012-05-06 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Sun May 6 08:36:52 2012 > Date: Sun, 6 May 2012 09:34:12 -0400 > From: Carmel > To: FreeBSD > Subject: Re: kernel configuration file > > On Sun, 6 May 2012 08:08:31 -0500 (CDT) > Robert Bonomi articulated: > > > >

Re: kernel configuration file

2012-05-06 Thread Carmel
On Sun, 06 May 2012 14:58:39 +0100 Matthew Seaman articulated: >cuse4bsd is a third party module. This means that the sources aren't >available as part of the base system, so making work as compiled-in >code in the kernel will require you to create patches for your kernel >source tree. Not impos

Re: kernel configuration file

2012-05-06 Thread Matthew Seaman
On 06/05/2012 14:34, Carmel wrote: >>> Is there a way that I can simply compile it into the kernel? Would a: >>> >>> device cuse4bsd# Required by webcamd >>> >>> entry in the kernel file work? I cannot find any documentation on >>> that. cuse4bsd is a third party module. This means that th

Re: kernel configuration file

2012-05-06 Thread Mario Lobo
On Sunday 06 May 2012 10:34:12 Carmel wrote: > On Sun, 6 May 2012 08:08:31 -0500 (CDT) > > Robert Bonomi articulated: > >Carmel wrote; > > > >> In the "Generic kernel configuration file for FreeBSD/amd64", if I do > >> not have a f

Re: kernel configuration file

2012-05-06 Thread Carmel
On Sun, 6 May 2012 08:08:31 -0500 (CDT) Robert Bonomi articulated: >Carmel wrote; >> >> In the "Generic kernel configuration file for FreeBSD/amd64", if I do >> not have a floppy drive, is it safe to comment out this entry? >> >> # Floppy drives

Re: kernel configuration file

2012-05-06 Thread Robert Bonomi
Carmel wrote; > > In the "Generic kernel configuration file for FreeBSD/amd64", if I do > not have a floppy drive, is it safe to comment out this entry? > > # Floppy drives > device fdc Definitely, "yes". > > Are there any other entri

kernel configuration file

2012-05-06 Thread Carmel
In the "Generic kernel configuration file for FreeBSD/amd64", if I do not have a floppy drive, is it safe to comment out this entry? # Floppy drives device fdc Are there any other entries that I could eliminate if I do not have a floppy drive? Also, according the th

Re: Missing kernel configuration file(s)

2012-04-10 Thread Коньков Евгений
КЕ> I have upgrade src to Revision: 234068 КЕ> # cd /usr/src КЕ> # make -j 8 buildkernel KERNCONF=KES_KERN_v10 КЕ> ERROR: Missing kernel configuration file(s) (KES_KERN_v10). КЕ> *** Error code 1 КЕ> 1 error КЕ> *** Error code 2 КЕ> 1 error КЕ> # cd /usr/src

Missing kernel configuration file(s)

2012-04-10 Thread Коньков Евгений
I have upgrade src to Revision: 234068 # cd /usr/src # make -j 8 buildkernel KERNCONF=KES_KERN_v10 ERROR: Missing kernel configuration file(s) (KES_KERN_v10). *** Error code 1 1 error *** Error code 2 1 error # cd /usr/src/sys/amd64/conf # ls .cvsignore GENERIC.hints

Re: saving kernel configuration file into the kernel itself

2007-03-31 Thread Martin Tournoij
On Sat 31 Mar 2007 20:03, [EMAIL PROTECTED] wrote: > I remember that in FreeBSD 4 there was a way to include configuration file > in the kernel being compiled, but I could not remember what it was and I > could not find it in the handbook. Is there such feature in FreeBSD 6 ? >From /usr/src/sys/co

saving kernel configuration file into the kernel itself

2007-03-31 Thread lalev
I remember that in FreeBSD 4 there was a way to include configuration file in the kernel being compiled, but I could not remember what it was and I could not find it in the handbook. Is there such feature in FreeBSD 6 ? ___ freebsd-questions@freebsd.org

Re: kernel configuration file

2004-10-22 Thread Gert Cuykens
So i guess this mean kernel compilation from src ? Or can i install them separately ? On Sat, 23 Oct 2004 07:13:47 +0200, Gert Cuykens <[EMAIL PROTECTED]> wrote: > i did custom install :P > > > > On Sat, 23 Oct 2004 18:12:20 +1300, Jonathan Chen <[EMAIL PROTECTED]> wrote: > > [Please don't top

Re: kernel configuration file

2004-10-22 Thread Gert Cuykens
i did custom install :P On Sat, 23 Oct 2004 18:12:20 +1300, Jonathan Chen <[EMAIL PROTECTED]> wrote: > [Please don't top post, it's really hard to read] > > On Sat, Oct 23, 2004 at 06:52:56AM +0200, Gert Cuykens wrote: > > i dont have any snd_*.ko files and the sound chip is suported by freebsd >

Re: kernel configuration file

2004-10-22 Thread Jonathan Chen
[Please don't top post, it's really hard to read] On Sat, Oct 23, 2004 at 06:52:56AM +0200, Gert Cuykens wrote: > i dont have any snd_*.ko files and the sound chip is suported by freebsd If you're running 5.3b7, they should be there; it comes with the default install. -- Jonathan Chen <[EMAIL PR

Re: kernel configuration file

2004-10-22 Thread Gert Cuykens
i dont have any snd_*.ko files and the sound chip is suported by freebsd On Sat, 23 Oct 2004 17:44:11 +1300, Jonathan Chen <[EMAIL PROTECTED]> wrote: > [Don't remove Cc: freebsd-questions] > > On Sat, Oct 23, 2004 at 06:24:31AM +0200, Gert Cuykens wrote: > > did that doesnt work for me ? > > > >

Re: kernel configuration file

2004-10-22 Thread Jonathan Chen
[Don't remove Cc: freebsd-questions] On Sat, Oct 23, 2004 at 06:24:31AM +0200, Gert Cuykens wrote: > did that doesnt work for me ? > > asus SK8N onboard sound acl850 if i am not mistaken. Ah. That's the tricky part; you need to find out whether it's supported by FreeBSD. There's a list of sound

Re: kernel configuration file

2004-10-22 Thread Gert Cuykens
did that doesnt work for me ? asus SK8N onboard sound acl850 if i am not mistaken. > On Sat, 23 Oct 2004 17:21:30 +1300, Jonathan Chen <[EMAIL PROTECTED]> wrote: > > On Sat, Oct 23, 2004 at 06:09:56AM +0200, Gert Cuykens wrote: > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/soun

Re: kernel configuration file

2004-10-22 Thread Jonathan Chen
On Sat, Oct 23, 2004 at 06:09:56AM +0200, Gert Cuykens wrote: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html > > where do i put this ? > > device sound > > i am using freebsd 5.3b7 The easier option is to put: snd_driver_load="YES" in /boot/loader.conf. --

kernel configuration file

2004-10-22 Thread Gert Cuykens
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html where do i put this ? device sound i am using freebsd 5.3b7 Can you please at to the manual the path of the kernel configuration file thx Do i need to recompile the kernel