Release Candidates :: DSL v4.0 alpha1



Quote (roberts @ July 19 2007,18:19)
DSL v3.x does not contain SATA modules.

Try with the necessary boot option:  sata

As written, I have tried this already with DSL 2.1b.
As boot parameter, I was using " dsl sata ".

During boot, I have got the message:
"Checking for sata .. none"
Obviously there has no sata drive been found or is has only been checked for a sata harddisk, but not for a sata dvd/cd drive. Don't know.

I will try this week-end again to change some bios settings, maybe this will help.

I didn't have problems with booting the latest Knoppix release from Live-CD, therefore I thought it might work under DSL with a newer 2.4 kernel now as well.

Keep you informed.

I've just noticed that adding files to .filetool.lst has to be done 'manually' in V4 as the function in emelFM has been lost where a file could be selected & then the 'filetool' button. Just a comment that it might make things a bit more awkward for the "point'n'click" user.

Please also see my post:

http://damnsmalllinux.org/cgi-bin....t=5;r=1

I tried DSL 4 for the first time today - a few notes:

1. USB boot from Cruzer Micro 1GB
2. I initially burnt a CD and ran the USB-HDD install script. I could not boot from USB - it appears that the ldlinux.sys file was not written. As I thought this might be due to the size of the USB stick (i.e. >512MB), I copied all of the files to /tmp, formatted the USB stick ext2, wrote all of the files back, renamed syslinux.cfg to extlinux.conf, ran extlinux and now the USB boot works fine.
3. The boot process loads KNOPPIX at about 12MB/s as opposed to DSL 3.4 which loads at about 6-7MB/s
4. The card manager no longer complains about my TI smart card reader
5. As per all other versions of DSL, I got a wierd looking display due to video ram problems with my Intel 855GM chip. Using xorg72.uci fixed this problem - now the display looks good @ 1024x768x24 and DSL 4 seems to handle the fonts better than DSL 3.4 (but this could be my imagination). I will need to look at building the drm and i915 modules for DSL 4.
6. Whilst I was getting the display sorted, I mounted another USB stick, copied some files and then unmounted it - this seemed to freeze the "/" icon and I could only mount another USB stick by using a terminal window. Similiarly, exit to prompt no longer worked and I was obliged to use exitcheck.sh from the terminal window.

Looks good so far  :)

I have tested the USB-ZIP version with success..
I will be sure to check the USB-HDD as well.

Recall, that pluging and unpluging pendrive in kernel 2.4 keeps cycling the drive letters. They don't stay constant and that can cause issues. This is handled better in 2.6. But we don't have that. Other than this known limitation I have not experieced such.

I downloaded linux-2.4.34.1.tar.gz and unpacked it:
Code Sample
# mkdir /usr/src
# chown dsl /usr/src
# chgrp staff /usr/src
# tar -xzvf /mnt/sda1/build/kernel_source/linux-2.4.34.1.tar.gz -C /usr/src
and then loaded gnu-utils.unc and gcc1-with-libs.unc and got this:
Code Sample
# cd /usr/src/linux-2.4.34.1
# make menuconfig
rm -f include/asm
( cd include; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/KNOPPIX/usr/src/linux-2.4.34.1/scripts/lxdialog'
/bin/sh: line 1: gcc-2.95: command not found

>> Unable to find the Ncurses libraries.
>>
>> You must have Ncurses installed in order
>> to use 'make menuconfig'

make[1]: *** [ncurses] Error 1
make[1]: Leaving directory `/KNOPPIX/usr/src/linux-2.4.34.1/scripts/lxdialog'
make: *** [menuconfig] Error 2
so I loaded gcc-2.95.unc and tried again and the terminal window froze.

Am I missing something? How are you building the modules Roberts?

Next Page...
original here.