Alright, I finally recompiled it and got it "working". Not sure what
exactly I did, but it's back to the 2.4 kernel.
I am now looking through my history and trying to make sense of the
madness (David, I shared all of this with you via a Google docs
collaboration invite)
This is my history after we played around with the fortune cookie DB.
For whatever reason, I don't see your other kernel compiling commands.
I wonder if that's b/c they were part of another tty session?
426 fortune startrek
427 fortune linuxcookie
428 cd
429 X :1
430 ls
431 ls
432 ls
433 pwd
434 cd /usr/
435 ls
436 cd src/
437 ls
438 cd linux-2.6.18.3/
439 ls
440 cd arch
441 ls
442 cd i386/
443 ls
444 cd boot
445 ls
446 make menuconfig
447 cd ../../..
448 ls
449 cd ..
450 make menuconfig
451 menuconfig
452 ls
453 make menuconfig
454 chroot /usr/src
455 cd /bin/sh
456 ls
457 cd ../..
458 ls
459 cd bin
460 ls
461 chroot
462 cd /usr/src
463 chroot --help
464 ls
465 make menuconfig
466 chroot /bin/sh
467 chroot /bin
468 chroot /bin/sh
469 ls
470 pwd
471 make menuconfig
472 ls
473 cd linux
474 ls
475 make menuconfig
476 ls
477 cd ..
478 ls
479 cd linux-2.6.18.3/
480 ls
481 make menuconfig
482 time make clean && make && make_modules
483 mount /boot
484 ls
485 cd /boot
486 ls
487 ls -al mvlinuz
488 ls -al vmlinuz
489 time
490 date
491 cd -
492 make install
493 module-rebuild rebuild
494 cd /usr/src
495 ls
496 ln -sf linux-2.6.18.3/ linux
497 mount /boot
498 reboot
499 reboot
500 exit
501 cd ~./
502 ls
503 cd ~/
504 ls
505 cd scripts/
506 ls
507 cd ..
508 ls
509 history
510 history > /tmp/history.txt
This is odd, now that I look at it. A lot of what I and/or David did
isn't here. Some of my chrooted stuff isn't here, and neither is
David's kernel compilation commands.
Roger