LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-05-2009, 01:38 AM   #1
Cyanaether22
LQ Newbie
 
Registered: May 2009
Posts: 18

Rep: Reputation: 0
Exclamation Need a Distro that is Lightweight but has COMPILER that works!


I have the crappiest computer in the world.

Dell Latitude CPi A366XT with 128mb RAM, Intel Pentium II 92 MHz, 4 GB HD.

I've installed on it Feather Linux, i like it the most so far except for the fact that it OFTEN likes to hang so that i can't click on anything or use the keyboard - i can however move the mouse. and for some reason, Alt-F8 makes the screen flicker. but i can't do anything except reboot.

I've been trying to install GCC and G++ on this machine so I can compile the drivers for my TEW-424ub usb wireless adapter (v3.0), but when I try to install them they tell me I need kernel 2.6.

I've also tried to use ndiswrapper for these drivers. I got to the point that it says "driver installed, hardware found" but iwconfig does not find the wlan0 device.


So basically I need guidance. What do I need to do to get a fast linux distro that has the ability to compile source code, and works with my wireless drivers!??!?!

Thanks for any help... i'm getting really frustrated.

teagan
 
Old 05-05-2009, 04:36 AM   #2
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware & Slackware64 15.0
Posts: 8,233
Blog Entries: 61

Rep: Reputation: Disabled
You could try Zenwalk:
http://www.zenwalk.org/
 
Old 05-05-2009, 05:23 AM   #3
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Or slackware.
 
Old 05-05-2009, 05:25 AM   #4
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Your weak link is going to be the computer hardware. Would it be possible to at least add some RAM?

Virtually all distros now have kernel 2.6.

Any distro can compile SW equally well, and most should have the compiler available using the package manager. I would look at Arch, Puppy, DSL---Go to distrowatch for some more ideas.
 
Old 05-05-2009, 11:57 PM   #5
Cyanaether22
LQ Newbie
 
Registered: May 2009
Posts: 18

Original Poster
Rep: Reputation: 0
I have discovered something awesome! I went into my BIOS and saw "Intel Pentium II 366 MHz". so i was like what?! it always says 92 on boot!

So I cycled through the BIOS setup pages, and found Boot Speed - set to Compatible. I changed that to 366 MHz and now it seems like it's running much faster. Awesome eh?

Anyhow, I'm looking to add more RAM. But first I need to get a guarantee that this machine is going to work well.


I'm giving DSL-N a try, and running through a guide to install APT. It doesn't look like it'll be easier, as the dsl-dpkg.dsl is for DSL, not DSL-N, but people have claimed it can be made to work.

If DSL-N fails on this machine, like so many other distros have, then I'll try your suggestions. Thanks!
 
Old 05-06-2009, 02:56 PM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Cyanaether22 View Post
I need to get a guarantee that this machine is going to work well.
Old saying (USA): "you want a guarantee, go to Sears and buy a battery......"

Keep in mind that guarantees are written to protect the seller, not the buyer.

In your situation, there's only one plausible strategy: Try it.
 
Old 05-06-2009, 03:01 PM   #7
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
You should try some multidistro's and play em until you find the one you want...
 
Old 05-07-2009, 10:47 AM   #8
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,741
Blog Entries: 27

Rep: Reputation: 1408Reputation: 1408Reputation: 1408Reputation: 1408Reputation: 1408Reputation: 1408Reputation: 1408Reputation: 1408Reputation: 1408Reputation: 1408
Cyanaether22,

You could try the brilliant micro OS SliTaz 2.0 which uses Linux Kernel 2.6.25.5. SliTaz takes up a massive 29mb!

http://www.slitaz.org/en/

gcc can be installed (as root) via:

tazpkg get-install gcc

Unfortunately g++ does not seem to be available.

SliTaz is very fast even with only 128mb of ram. I use it myself.
It saves the expense of buying more ram.
Try it and see what you think.

SliTaz Forum:

http://forum.slitaz.org/

Distrowatch:

http://distrowatch.com/table.php?distribution=slitaz

You could also try antiX (Mepis8):

http://antix.mepis.org/index.php/Main_Page

antiX has both gcc and g++.

Full list here:

http://mepis.gabston-howell.org/down...-installed.txt

Last edited by beachboy2; 05-07-2009 at 10:53 AM.
 
Old 05-07-2009, 02:02 PM   #9
anticapitalista
antiX
 
Registered: May 2005
Location: Greece
Distribution: antiX using herbstluftwm, fluxbox, IceWM and jwm.
Posts: 603

Rep: Reputation: 182Reputation: 182
Only to add that the latest antiX-M8 full list is here:

http://www.mepisimo.com/antix/installed-M8.txt
 
Old 05-07-2009, 10:57 PM   #10
Cyanaether22
LQ Newbie
 
Registered: May 2009
Posts: 18

Original Poster
Rep: Reputation: 0
BrianL you are awesome!

Zenwalk was the perfect answer to all my questions. It was slow at first with XFCE, but then I installed Fluxbox and it's running quickly enough for me to be happy.

Plus, it comes with netpkg (which is AWESOME), pidgin, a sound recorder, and not to mention INSTANT SUPPORT for my wireless adapter without any configuration... unlike previous distros which i couldn't even get it working with despite hours of trying.

THANK YOU. ZENWALK ROCKS
 
Old 05-08-2009, 02:58 AM   #11
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware & Slackware64 15.0
Posts: 8,233
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by Cyanaether22 View Post
BrianL you are awesome!
Well...thanks.
I've always known that, but usually have trouble convincing other people.
 
  


Reply

Tags
help, please


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
lightweight distro NMLZ Linux - Distributions 16 03-18-2009 09:12 AM
Lightweight liveCD with a C++ compiler - Recommendations ? uncle-c Linux - General 1 08-12-2008 02:22 PM
looking for a lightweight distro hoshangi Linux - Distributions 6 03-12-2008 10:33 PM
Is there a C++ compiler in the FC6 distro that actually works? fc6_user Programming 31 02-08-2007 05:58 PM
Very Lightweight Distro Notwerk Linux - Distributions 6 05-23-2005 05:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration