Re: acpi

From: HoytDuff (hoyt_at_cavtel.net)
Date: 08/21/03

  • Next message: Jason Dixon: "Re: Connection refused in Mozilla"
    To: redhat-list@redhat.com
    Date: Wed, 20 Aug 2003 23:38:43 -0400
    
    

    On Wednesday 20 August 2003 09:52 pm, David Hart wrote:
    > On Wed, 2003-08-20 at 21:38, Bill Johnson wrote:
    > > I have tried to get acpi working with absolutely no success. I'm using
    > > RH8, though, and I am an idiot when it comes to things like compiling the
    > > kernel. Do you have, or have access to, step by step instructions for
    > > making this work? I haven't searched for documentation for a few months,
    > > now, but at the time I last searched, I found lots, but none that seemed
    > > to be written for novices.
    > >
    > > Bill Johnson
    >
    > It's actually pretty simple. Once you get the kernel source unpacked, go
    > to the top director (eg kernel-2.4.21).
    >
    > make clean
    > make mrproper
    > make clean
    > make xconfig
    > Go through each menu. Plenty of on-screen help is available.
    > make dep
    > make bzImage
    > make modules
    > make modules install
    > make install
    >
    > You're done. Re-boot and try the new kernel. Just take your time with
    > the menus.

    I do it this way:

    mkbootdisk (if I don't have one that _works_, and verify that it works)

    make distclean

    copy over appropriate configuration file to .config

    make menuconfig (or make xconfig)
    make dep
    make clean
    make bzImage
    make modules
    make modules_install
    make install

    lilo -v (to check that lilo got configured OK)

    -- 
    Hoyt
    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Jason Dixon: "Re: Connection refused in Mozilla"

    Relevant Pages

    • RE: EL4 ES kernel recompile
      ... We need to build the source rpm to get the sources. ... Install kernel-.src.rpm (given the default RPM configuration, ... the kernel tree will be located ...
      (RedHat)
    • Re: SuSE 9.3 - Ive lost my DVD drive - urgent!
      ... > You have a very strange PC configuration. ... >> doesn't know my DVD drive exists, which means that I can't install ... the kernel (YOU has offered several kernel updates, ...
      (alt.os.linux.suse)
    • [SLE] Newbie questions about kernel update and Konstruct, and Mozilla as default browser
      ... occurs when I try to go to the kernel configuration in the control center. ... Also, I went to the KDE site to update it, as AFAIK YaST2 doesn't see ... I ran into the same problem as others have, that when trying to install one ...
      (SuSE)
    • RE: kernel wont boot
      ... I sometimes have things that don't install and it's ... usually because I've modified the configuration. ... latest kernel for security reasons, ... >> Are you using grub or lilo? ...
      (RedHat)
    • Re: Cant find config.h [suse64 v9.2]
      ... config.h doesn't exist until you do 'make config' (or oldconfig, ... or xconfig) in the kernel source tree. ... sufficient to install the kernel sources; ... 'make clean' will get rid of your config.h. ...
      (comp.os.linux.networking)