<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Kam Leo wrote:
<blockquote cite="midf84880b005012720047462b3a8@mail.gmail.com"
 type="cite">
  <pre wrap="">On Thu, 27 Jan 2005 18:18:18 -0600, Gain Paolo Mureddu
<a class="moz-txt-link-rfc2396E" href="mailto:gmureddu@prodigy.net.mx"><gmureddu@prodigy.net.mx></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Steven Pasternak wrote:

    </pre>
    <blockquote type="cite">
      <pre wrap="">I run:
cd /usr/src/linux-2.6.10
cp /boot/config-2.6.5-1.358 .config
make menuconfig
<change processor type ONLY>
make bzImage
make modules
sudo cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.10
sudo cp System.map /boot/System.map-2.6.10
sudo cp .config /boot/config-26.10
cd /boot
sudo /sbin/mkinitrd initrd-2.6.10.img 2.6.10
cd grub
sudo vim menu.lst
<copy the first entry and change versions ONLY>
sudo /sbin/init 6 (to reboot)

Do you think that choosing my own options from the start instead of using the
stock config would fix it? Thanks!
-Steven



      </pre>
    </blockquote>
    <pre wrap="">Hmmm Hard to say... I don't think so... But just like you, when I use
any of my custom kernels every now and then I get a Kudzu message that
states my printer was removed, however I keep the setttings, boot the
system and have been able to print whenever I want... So I wouldn't give
it too much attention... BTW I usually install the kernel like this:

cd /usr/src/linux-<version>
cp /boot/config-<latest_official_version> .config
make menuconfig && make modules modules_install install
    </pre>
  </blockquote>
  <pre wrap=""><!---->
bzImage is missing from above. Also install has to be performed as
root.  So as root

# make menuconfig && make bzImage modules modules_install install

  </pre>
  <blockquote type="cite">
    <pre wrap="">I haven't had *any* problems save for those occasional kudzu messages.

    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
Yeah, all that I do as root, otherwise I couldn't wirte to the
linux-2.6.<insert_version_here> under /usr/src ;)<br>
<br>
And I tend NOT to make bzImage, since make install will do that for me
and modify grub.conf, all in one simple command, so why the extra type?
;)<br>
</body>
</html>