LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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-01-2003, 08:45 AM   #1
bluceree
LQ Newbie
 
Registered: Dec 2002
Posts: 24

Rep: Reputation: 15
Question I want CLI ONLY linux--How?


Hello,
Here's my application:

Car/jukebox MP3 player.

The main thing I want is a command line interfaced linux.


1) I need to know how to take a good distro and force it to only boot to the command line

2)then automatically search the hard drive for any changes--like added MP3s for example.

3)then create a NEW PLAYLIST based on all the mp3s.

4)then automatically load up the MP3 player and begin playing.

5)I'd like to use LIRC to add a remote control.


The platform is a Celeron 333, 128MB RAM, 60GB harddrive, old CDROM.

Because it's "older" hardware, I would ONLY like to use ICEwm if I can help it. Gnome and KDE crawl.... Redhat crawls----mandrake 9.0 runs ok with ICEwm though.

HOW DO I CUSTOMIZE MANDRAKE? or Redhat? or any distro?

I am VERY FAMILIAR with DOS, but have no idea what files are necessary for basic linux to run, and where they should be.


While I'd like to have my WUSB11 ver 2.6 to work, I don't know of a single distro that works with this device out of the box.

Please help, or point me to the right direction--every tutorial I've read so far is too complicated for me--

Also, IDEALLY this distro will be run on a USB FLASH DISK or COMPACT FLASH DISK--then run everything out of a RAM DISK.

Anyone know how in the hell I can do that?


I've had 4 harddrives die on me, I would much rather have my OS run on a solid-state device and use RAM--that way it will run pretty much forever.

How do I do this?

Thanks alot.
 
Old 05-01-2003, 08:54 AM   #2
wapcaplet
LQ Guru
 
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018

Rep: Reputation: 48
Er... you say you want it CLI only, but you want IceWM?

The best way to get any distro to boot CLI only is to not install X

Not too sure about the other stuff though. You could probably do some of that stuff (searching for new files, creating playlists) using scripts and whatnot. I'm sure there are command-line mp3 players too, if you look around.
 
Old 05-01-2003, 09:03 AM   #3
bluceree
LQ Newbie
 
Registered: Dec 2002
Posts: 24

Original Poster
Rep: Reputation: 15
about IceWM

my point about ICEwm was that it would be nice to have, to futz around with, but what' im looking for is this:

a DOS + win95 clone --without the crap.

I want the fast bootup times of linux, the latest hardware support of linux (wusb11 2.6 when its available.)

I want to ALWAYS BOOT to a cli (it will boot much faster that way) from a flash card. i'd LIKE to have the option of loading a light window manager if I wanted to, but by default go to CLI.
 
Old 05-01-2003, 09:20 AM   #4
Obi Perrin
Member
 
Registered: Nov 2002
Posts: 136

Rep: Reputation: 15
How about, installing the latest distro, changing the default init value in /etc/inittab from 5 to 3. That should now boot to command line automatically. Another issue I think you might have is automatically logging in - don't know how to do that automatically.

Google for mpg123, it's a really good command line mp3 player.

As for automatically adding mp3 files, you could always make a really small script (after reading the docs on how to make a playlist for mpg123) in which you basically do an updatedb, then a locate *.mp3 and put the output into a text file in the format of the playlist for mpg123. Perhaps the bash scripting guide at the Linux Documentation Project to find out how to make a shell script.

Then start mpg123 with the playlist file you created.

Something like that anyway. Never done anything like what you want before, but that's what I'd start with if I wanted to.
 
Old 05-01-2003, 10:32 AM   #5
NSKL
Senior Member
 
Registered: Jan 2002
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207

Rep: Reputation: 47
Check out MasterC's webpage. He created a mp3 box for his truck, and it should get you started.
The page is: http://masterc.no-ip.org/old/Project...bilePuter.html
HTH
-NSKL
 
Old 05-01-2003, 08:21 PM   #6
lockejr
Member
 
Registered: Jan 2003
Location: Wichita, KS
Distribution: Slack, Gentoo, CPUBuilders
Posts: 37

Rep: Reputation: 15
don't know how you would auto login but, if you put the script in /etc/rc.local provided you distro uses it, it will auto run before you login. then if you need to do anything you can login. otherwise just let it play.
 
Old 05-01-2003, 08:28 PM   #7
contrasutra
LQ Guru
 
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445

Rep: Reputation: 47
if you want cli boot, just make your "init" 3, instead of 4. Problem solved. X will only start up when you type "startx"
 
Old 05-01-2003, 09:45 PM   #8
shinepuppy
LQ Newbie
 
Registered: Sep 2002
Location: Lewisville, Texas
Distribution: Debian / [K]Ubuntu
Posts: 13

Rep: Reputation: 0
Ermm.... this is a mammoth project. You'll have to create custom scripts and specialize your OS (no matter what distro you choose). Given the difficulty of the project, I would expect the howtos to be rather difficult and technical, even for an expert. I would suggest becoming very intimate with a few good linux books or befriend a linux wizzard.

I prefer debian linux in most situations, however if you intend to use flash drives and other newer technology, I would suggest Red Hat or a Red Hat derivative. I'm sure somebody will correct me if I'm wrong, but doesn't RH support USB and flash drives out of the box?

You might also need to think about temperature. Down in texas it gets freakin hot, so storing a computer in the trunk of my car is absolutely out of the question.

Good luck and post some pics
 
Old 05-02-2003, 04:03 AM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you know there are already beskpoe distros specifically for cars? i think one's called dashpc or something, evengoes into the details about embedding lcd screens in the cars facia
 
  


Reply



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
I want to use a sniffer soft on Linux CLI mode. Please suggest one for me. 80mail Linux - Networking 5 08-12-2005 08:42 AM
wt cli() does in linux ?? mehuljv Linux - Newbie 2 04-11-2005 04:17 AM
Linux distro to learn CLI while keeping XP? babyphil Linux - Distributions 5 06-08-2004 04:58 PM
Linux BitTorrent CLI fr0zen Linux - Software 2 12-26-2003 03:58 AM
CLI Linux scott_R Linux - General 10 11-26-2003 03:36 AM

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

All times are GMT -5. The time now is 03:17 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