lub997
Group: Members
Posts: 26
Joined: July 2005 |
|
Posted: Oct. 01 2005,04:32 |
|
I feel so strongly that it is a basic necessity of any non-newbie linux user to be able to compile their own kernel and hook up to the internet with the most common modem chipset in the world that I would be more than glad to put the time into creating .dsl files of all of these packages and their dependencies, but need to know the specifics of how .dsl files are created, and what specifications they need to conform to. They appear to me to be just helloWorld-x.xx.tar.gz files renamed helloWorld-x.xx.dsl, since I have tried tar -xzvf on them and it works, but is there anything more to it than that? Are there any specific specifications or guidelines that need to be followed to create .dsl files that will work for everyone? Also, does anybody know why the newer kernel source (new as in 2.6.13) won't extract on DSL? I will also need to create a .dsl file for whatever program is necessary for this, but need to know what is missing. The older kernel source .tar.bz2 files extract fine, but the newer ones will not extract on DSL; <<tar -xjvf linux-2.6.13.tar.bz2>> does not work, but <<tar -xjvf linux-2.4.26.tar.bz2>> does work is what I am trying to say. Why is this? I need to know what is lacking in order to provide it. Assuming I am able to create these .dsl files, who do I need to give them to in order to make them easily accessible and easy to find by all DSL users right on the internet for download, and hopefully in myDSL Browser? I have always wanted to contribute to a smaller linux distribution, but have never gotten around to it. I think the flexibility DSL offers on older hardware makes DSL something I am interested in contributing to, but I need to know how to do it since I never have before. Also, as far as compiling the ltmodem driver, drivers on linux have to be compiled for the specific kernels that will be running them. What EXACT kernel source .tar.bz2 do I need to download in order to accomplish this, and an exact http:// or ftp:// address of where to download it would be extremely helpful. If I'm going to go through the time I don't have to create these packages, I don't want to compile things for the wrong kernel and then have them be of no use to anyone because they are compiled for the wrong kernel version. For instance, I don't want do download the source for a vanilla 2.4.26 kernel and then have the ltmodem driver not work for everyone because DSL uses a knoppix kernel, and I don't know what the difference is between a knoppix kernel and a vanilla kernel, so a web address of where to download the exact kernel source that DSL uses (not just the headers) would be very helpful, since I don't even know what to look for as far as finding kernel source that can create driver modules that every DSL user will be able to use. Anyone who has suggestions for creating good .dsl files of these packages, your suggestions are certainly welcome. I am a fairly experienced linux user and have no problem compiling most things, but need to know how to turn my compilations into .dsl files that everyone can use.
|