Re: 2 GB RAM support in woody

From: Robert Vangel (vangelr_at_rfgt.net)
Date: 12/30/04

  • Next message: Gerard Robin: "Re: modem for potato"
    Date: Thu, 30 Dec 2004 19:25:40 +0800
    To: debian-user@lists.debian.org
    
    
    

    saravanan ganapathy wrote:
    > --- Alexei Chetroi <debian@lexa.uniflux-line.net>
    > wrote:
    >
    >> I'd suggest you to do the following:
    >>
    >>1. unpack /usr/src/kernel-source-2.4.18.tar.bz2
    >>2. copy /boot/config-2.4.18-1-686 to .config in the
    >>top dir of kernel source
    >>(kernel-image-2.4.18-1-686 should be installed)
    >>3. enable highmem. make menuconfig
    >>4. build kernel with make-kpkg: "make-kpkg --initrd
    >>--revision='revision01'
    >>kernel_image"
    >>5. install new deb
    >>6. reboot
    >>7. tell us about your luck :)
    >>
    >> Good luck!
    >>
    >>--
    >>Alexei Chetroi
    >
    >
    > I did the same way as u told , my steps are as follows
    >
    > 1)apt-get install kernel-source-2.4.18
    > 2)cp /boot/config-2.4.18-bf2.4
    > /usr/src/kernel-source-2.4.18/.config
    > 3)make menuconfig
    > Select 'Load config from file' and choose .config
    > Enable 'smp', 'highmem4G'
    > 4)make dep
    > 5)make-kpkg clean
    > 6)make-kpkg --revision=debian.2.4 kernel-image
    > 7)dpkg -i kernel-image-2.4.18_debian.2.4_i386.deb
    > 8) Reboot
    >
    > Got kernel panic. Any mistakes I did?
    >
    > Sarav
    >

    You forgot the "--initrd" option to make-kpkg, and you will also have to
    add the appropriate "initrd=/boot/initrd-2.4.18_debian.2.4.img" line to
    /etc/lilo.conf (or however you do it in grub if you use it)

    
    

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    


  • Next message: Gerard Robin: "Re: modem for potato"

    Relevant Pages

    • Re: Where is the file /usr/include/linux/modversions.h ?
      ... and when I run "make dep", it tells me it's not needed now but modversions.h ... I think before it searched in the kernel source and now in /usr/include, ... I'll try to force it to compile against kernel source ... > exists after a make config, oldconfig, menuconfig, or xconfig if you elect ...
      (Debian-User)
    • Re: 2.6.16-rc1-git1 -- Build error "make: *** [include/linux/version.h] Error 2"
      ... I quit ... I had to reboot in order to complete the ... I allowed one full build to complete, ran make (clean, menuconfig, ...
      (Linux-Kernel)
    • Re: [PATCH] PoC "make xconfig" Search Facility
      ... configuration for editing Linux kernel source. ... I don't know of a vim config for kernel source code. ... Use Edit/Find or Ctrl-F to invoke the search tool. ... Look at how menuconfig can do that. ...
      (Linux-Kernel)
    • Re: persistent mixer volume levels
      ... On Fri, 14 Apr 2006, David J Brooks wrote: ... stands now my sounds levels are dropped to about 75% after each reboot. ... If you change the kernel source, it would be hard for you to change those defaults later, as opposed to making a startup script in ...
      (freebsd-questions)
    • Re: persistent mixer volume levels
      ... change the kernel source, it would be hard for you to change those ... I wrote up an rc.d script that seemes to work fine on reboot. ... sequence that is setting the mixer after my script runs. ...
      (freebsd-questions)