DamnSmallLinuxThis forum is for the discussion of DamnSmallLinux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Hey guys, I am running DSL 4.0 (installed to local hard disk). The last step in a project I am running is to hookup a serial device to collect data. I have a changer from usb-serial as the device has no serial ports (I actually have 2) and I get the following messages when I plug them in;
1. box user.notice usb.agent[972]: ... no modules for USB product 5ad/fba/300
2. box user.notice usb.agent[1020]: missing kernel or user mode driver pl2303
I installed the USB viewer extention which worked and I can see the device but it seems I need more to acutally use the device. I looked in the extensions for more USB items and don't see any. I have tried devices such as simple as a USB mouse which doesn't work so I know it's not the device but rather a dsl/usb issue.
Thanks for the updates. Unfortunately I didn't bring the machine home to update, but will look at DSL-N Monday morning.
The reason, well these are tiny ebox's you can find info at (http://www.wdlsystems.com/ebox/ebox.shtml). They have compact flash to boot off (but studies show the r/w life on these are not all that long) so the box also has an embedded 512mb drive.
Played with Fedora and some higher end distro's, and way to slow. All I really need is a small distro, glflash player and a working usb device to monitor data fed from a hardware device.
Actually did have knoppix up which I was semi-happy with, but again was a little more than what was needed.
All major improvements that have occurred to the 2.6.x tree have been, and are being backported to the 2.4.x tree, by a very active backporting team. And even though Linus said he would not participate in the backporting process this time, the demand for 2.4.x kernel maintenance is about the same as the demand for updates and improvements to the 2.6.x kernel, so even he has helped in the process, though not as much as what he does toward 2.6 development. For evidence of this activity, take a look at kernel.org, where you can see, the 2.4.30 kernel was released, just a few days after 2.6.10.
Thanks, I am looking around and here is the hurdle.
I did download the 2.4 newest kernel and on the untar ran out of space. So I can compile on anohter box (I think) but an eaiser solution if possible is to take the driver and insert it into the running kernel.
Is that possible? I thought there was a way to pass things to the kernel, so wonder if that is possible.
The driver needs to be built against that kernel, but you should be able to just copy the binary driver.o or driver.ko over to the appropriate directory and modprobe driver
Another approach is to keep your source tree /usr/src/linux on removable media.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.