Re: Kernel Compile Fail

2012-12-26 Thread Joseph A. Nagy, Jr
On 12/25/12 10:09, Fabian Wenk wrote: Hello Joseph On 25.12.2012 15:32, Joseph A. Nagy, Jr wrote: snip 'make buildkernel kernconf=ALEX-LAPTOP' 'make installkernel kernconf=ALEX-LAPTOP' I am not sure if 'kernconf=' will work too or if it needs to be in uppercase letters. Alternatively you

Re: Kernel Compile Fail

2012-12-26 Thread Joseph A. Nagy, Jr
On 12/25/12 10:09, Fabian Wenk wrote: snip I am not sure if 'kernconf=' will work too or if it needs to be in uppercase letters. Alternatively you could set the following line in /etc/make.conf: KERNCONF=ALEX-LAPTOP Indeed, this has to be in caps (just thought I'd follow up with that). Again,

Re: Kernel Compile Fail

2012-12-25 Thread Joseph A. Nagy, Jr
On 12/16/12 17:43, Joseph A. Nagy, Jr wrote: I started my kernel compile with my custom settings[0] but it's failing at one point[1] and while I think I know why, I'd like a second opinion. [0]: http://codepad.org/EZTCVMZC [1]: http://codepad.org/58GFHGnE First, I'd like to thank everyone who

Re: Kernel Compile Fail

2012-12-25 Thread Fabian Wenk
Hello Joseph On 25.12.2012 15:32, Joseph A. Nagy, Jr wrote: I compiled my custom kernel (or so I thought), but 'uname -a' shows it compiled with a generic kernel? FreeBSD alex-laptop 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Mon Dec 24 20:06:49 CST 2012

Re: Kernel Compile Fail

2012-12-16 Thread Steven Hartland
I would always recommend creating a custom kernel which is based on an include of GENERIC, then add / remove devices to your choices. This way your more likely to avoid issues and its very clear what you've changed from the default. In addition this way makes it easier to upgrade your custom

Re: Kernel Compile Fail

2012-12-16 Thread Joseph A. Nagy, Jr
On 12/16/12 17:52, chr...@ultimatedns.net wrote: I started my kernel compile with my custom settings[0] but it's failing at one point[1] and while I think I know why, I'd like a second opinion. [0]: http://codepad.org/EZTCVMZC [1]: http://codepad.org/58GFHGnE Greetings, It would probably be

Re: Kernel Compile Fail

2012-12-16 Thread freebsd-net
On 12/16/12 17:52, chr...@ultimatedns.net wrote: I started my kernel compile with my custom settings[0] but it's failing at one point[1] and while I think I know why, I'd like a second opinion. [0]: http://codepad.org/EZTCVMZC [1]: http://codepad.org/58GFHGnE Greetings, It would

Re: Kernel Compile Fail

2012-12-16 Thread chrish
I started my kernel compile with my custom settings[0] but it's failing at one point[1] and while I think I know why, I'd like a second opinion. [0]: http://codepad.org/EZTCVMZC [1]: http://codepad.org/58GFHGnE Greetings, It would probably be more helpful to others to assist, if you at