Release Candidates :: DSL v2.4RC2



hi people
im new to dsl i started with dsl 2.0 but i always have problem with internet conection dialup and netcardconfig maiby the is the driver any new driver suport on version 2.4
thanks

Dear Maurin,
the wiki is always a good address in order to check which wireless network card works with dsl. I have solve this problem by buying a cheap wireless network card functioning with dsl at ebay. If you have an on-board network card, check the forum in order to know how to use ndiswrapper and an appropriate winxp driver for your card.
Aim of dsl-team is to keep dsl at 50 MB or even under 50 MB, so I don't think that the team is going to add drivers. In order to have more features, please look at the pages about DSL-N, the new DSL distro, which has another kernel (2.16.11) and more weight (around 83 MB).
yours
z

the uci suport in v2.4rc2 is fantatik.but the tcc , it sad : stdio.h not found after the tcc -run comand.
another thing << can you people convert all program in "uci" i think is fabiolous and it save lot of ram too.
thanks.........

Quote
the tcc , it sad : stdio.h not found after the tcc -run comand.


tcc uses  tcclib.h and not stdio.h

Quote (maurin @ May 03 2006,07:02)
can you people convert all program in "uci"

It's possible, but often is not simply a "convert".

Extensions named *.tar.gz are a simple task, since they already have the same directory structure as a *.uci.

Extensions named *.dsl are not so simple.  Some may easily be made to run from /opt/something, but others require wrappers to set up the environment to adjust to the directory change, and still others need to be rebuilt from source because they expect to find support files in a set location.

Also, uci is a read-only filesystem, so building a uci package can be tricky if your program uses plugins or other dynamic parts.

Next Page...
original here.