Kernel 2.4.34 DevelopmentForum: Other Help Topics Topic: Kernel 2.4.34 Development started by: roberts Posted by roberts on July 20 2007,14:19
Please use this area for discussion of Kernel2.4.34 and module development.Thanks, Robert Posted by roberts on July 20 2007,14:30
My development system was setup before many of these newer extensions were built. Basically it consists of a traditional hard drive installation of DSL that always boots to runlevel 2. Then I added the following:# mydsl-load dsl-dpkg.dsl system -- edit /etc/apt/sources.lst to use sarge (currently old-stable) not woody -- # apt-get update # apt-get install make # apt-get install gcc-2.95 # apt-get install dialog # mydsl-load gnu-utils.dsl system # apt-get ncurses-base # apt-get libncurses5-dev I have compiled separate modules for kernel 2.4.34 1. ltmodem 2. unionfs 3. cloop 4. ndiswrapper 5. fuse 6. prism2 7. madwifi Posted by Juanito on July 26 2007,04:53
I followed the steps outlined above and got a couple of surprises:
Also, I got a couple of the more usual apt-get messages:
Edit: I guess I could force the issue by using libncurses5-dev 5.3.20030719-1 and libc6-dev 2.3.2.ds1-10 but I searched for ages without finding them - is there an obscure mirror for this? Posted by roberts on July 26 2007,21:10
Use sarge not woody and you will be fine.I will edit my original post to reflect such. |