MY KERNEL IS COMPILING

Page 4 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

Skyclad1uhm1

Lifer
Aug 10, 2001
11,383
87
91
Originally posted by: Ameesh
Originally posted by: NuclearFusi0n
Originally posted by: Ameesh
you compiled some code that you didnt write and you're proud enough to post about it? you are not a 1337 h4x0r , you are n00b lamer.
blah blah blah
brb, pirating microsoft software...

at least you wont tax your 1337 skillz and have to compile it.

He doesn't have to compile a Linux kernel either, but at least he has the choice.
 

Skyclad1uhm1

Lifer
Aug 10, 2001
11,383
87
91
Originally posted by: Ameesh
lmfao! hahaha n00b lamer

Go code me a replacement for 'salvage'.

And I want to be able to see who last modified a file in the properties to. Make it so.
 

Chaotic42

Lifer
Jun 15, 2001
34,798
1,981
126
Originally posted by: NuclearFusi0n
compiling the kernel....again....

i think i got the options right this time though :D

Yeah, it's kind of stupid that you have to reboot when you recompile the kernel. Oh well.

Don't worry, you'll have to do it a few times. I lucked out and only had to do it twice with FreeBSD 5 (on a Celery 333. Very slow).

If you have a dually system, and your current kernel is SMP capable, pass -j2 to make.
 

cpals

Diamond Member
Mar 5, 2001
4,494
0
76
Originally posted by: NuclearFusi0n
compiling the kernel....again....

i think i got the options right this time though :D

Just give up and use Windows.
 

NuclearFusi0n

Diamond Member
Jul 2, 2001
7,028
0
0
Originally posted by: Chaotic42
Originally posted by: NuclearFusi0n
compiling the kernel....again....

i think i got the options right this time though :D

Yeah, it's kind of stupid that you have to reboot when you recompile the kernel. Oh well.

Don't worry, you'll have to do it a few times. I lucked out and only had to do it twice with FreeBSD 5 (on a Celery 333. Very slow).

If you have a dually system, and your current kernel is SMP capable, pass -j2 to make.
ouch! I'm lucky I have a AMD Athlon XP 2000+ and a second box to pass the time with. :D
 

NuclearFusi0n

Diamond Member
Jul 2, 2001
7,028
0
0
FVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCKFVCK.

FVCK YOU, /dev/input/mice
FVKKKKKKKKKKKKKKKKKKKKKKKK :|
 

Chaotic42

Lifer
Jun 15, 2001
34,798
1,981
126
What does it say when it fails?
Also, you know you can just use modules to experiment, and then build them in later, right?
What does "ls -l /dev/input/mice" say?
 

NuclearFusi0n

Diamond Member
Jul 2, 2001
7,028
0
0
/dev/input doesn't exist, let alone /dev/input/mice

for some reason though, i was able to get usb support working with modules (like it would recognize when i would plug and unplug my mouse, which it isn't doing now) but it never worked when i compiled straight into the kernel. if this doesn't work, i'll check usb mouse support in the bios and then try modules
 

Chaotic42

Lifer
Jun 15, 2001
34,798
1,981
126
Like I said, run "MAKEDEV input" and "MAKEDEV usb" in /dev.
Also, yes, I think you do need to enable USB mouse support in your BIOS.
 

NuclearFusi0n

Diamond Member
Jul 2, 2001
7,028
0
0
Originally posted by: Chaotic42
Like I said, run "MAKEDEV input" and "MAKEDEV usb" in /dev.
Also, yes, I think you do need to enable USB mouse support in your BIOS.

oh

fvck

makedev


i sux
 

NuclearFusi0n

Diamond Member
Jul 2, 2001
7,028
0
0
MAKEDEV input
/usr/sbin/MAKEDEV: don't know how to make device "input"
MAKEDEV mice
/usr/sbin/MAKEDEV: don't know how to make device "mice"
 

Chaotic42

Lifer
Jun 15, 2001
34,798
1,981
126
Originally posted by: NuclearFusi0n
dont know how to make device usb

Hmmm....

It's going to be hard to help you since I'm at work on a W2K system. You had path problems before, I'm sure this is somehow related.
 

NuclearFusi0n

Diamond Member
Jul 2, 2001
7,028
0
0
only when i mkdir /dev/input ;)

i'm recompiling the kernel with everything as a module, and I'll check out my BIOS on reboot.