Hi there,
I'm trying to set up as much minimalistic environment as I can to be able to:
1) Play videos with mplayer;
2) Listen to music with mplayer or something;
3) Edit files with vi;
4) Browse Internet with text-based browsers.
I want the core to boot in about 7 seconds, up to 10. The base core do this as quick as 5 secs. (My English may be rather poor.)
The issue is, which modules do I extend the core with to do the trick. I've tried with setting up wifi.tcz, mplayer.tcz, pulseaudio.tcz (dunno if it needed), and some more things but, it didn't work. The first is, mplayer couldn't open fb0; I ls-ed my /dev/ and /dev/fb0 was in there. I tried to add user 'tc' (default one, eh) to 'staff' group (which is named in the output of ls -l /dev/fb0), tried to do sudo mplayer or even sudo su; mplayer, nothing worked. So I decided maybe the base core doesn't work with frame buffer or something eh?
The second is, when I tried to run 'mplayer test.mp3' I've got something like 'couldn't open /dev/dsp: no such file or directory'. I checked it out, indeed there is no such file. I googled and tried to install pulseaudio but it won't work claiming there is no dbus files. I did it rather at a guess.
Well. I can provide more detailed outputs (however it may be complicated task to do). But first I would like to get some theory advices. I know little of how to set up such a minimalistic environment. I can view videos with mplayer using fb in my openSUSE virtual terminals, after the X server's started.