Discussion:
[BL] Questions on boot BaseLinux
Andrey Sharkov
2011-07-13 19:20:51 UTC
Permalink
Hello I have questions about the system BaseLinux, I would appreciate if
someone will help you understand them. I was interested and wanted me
BaseLinux to try it on your computer. I downloaded a dos - BaseLinux
version and uncompress it onto your hard drive. PC configuration is as
follows:
Pentium 100 mh Ram 64 mb hard disk 1 gb.
Windows 98.
No hard disk drive is divided into sections.
I previously changed boot.bat, wait a he iron the way:

loadlin c: \ baslin \ zimage root = / dev/hda1 initrd = c: \ baslin \
initfs.gz rw

The system is loaded but for some reason not to finish. Loaded up with a
description of the parameters BuseBox to run.

I think the point of these two lines:

New root is busy. Staying in initrd.
Change root to initrd /: error - 16

Do you think this the case?
sindi keesan
2011-07-13 22:38:39 UTC
Permalink
Post by Andrey Sharkov
Hello I have questions about the system BaseLinux, I would appreciate if
someone will help you understand them. I was interested and wanted me
BaseLinux to try it on your computer. I downloaded a dos - BaseLinux
version and uncompress it onto your hard drive. PC configuration is as
Pentium 100 mh Ram 64 mb hard disk 1 gb.
Windows 98.
No hard disk drive is divided into sections.
loadlin c: \ baslin \ zimage root = / dev/hda1 initrd = c: \ baslin \
initfs.gz rw
The system is loaded but for some reason not to finish. Loaded up with a
description of the parameters BuseBox to run.
New root is busy. Staying in initrd.
Change root to initrd /: error - 16
Do you think this the case?
I think you are saying that you did not make a second partition (ext2 file
system) for basiclinux but just downloaded the DOS-version file and
unzipped it in c:\baslin. The modified boot.bat file that you used is for
use with basiclinux that has been installed to a separate partition on
your hard drive (hda1 - which is probably your Windows 98 partition).

Try booting as follows:

cd \baslin
loadlin zimage root=/dev/loop0 initrd=initrd.gz rw

If you know how to shrink Win98 to make free space for a second partition,
you could then make a linux ext2 partition and install to it and boot with
a different boot.bat. That can give you more space for linux, otherwise
you have only 20MB.

loadlin zimage root=/dev/hda2 rw

/dev/hda2 would be the second partition. This method of running linux
does not need the initrd.

I know Russian - if you have trouble explaining your problem in English
you can write in Russian, but I don't write it very well.

Sindi Keesan
Andrey Sharkov
2011-07-14 13:00:48 UTC
Permalink
Спасибо большое вам за ответ . С вашего позволения я пишу на русском
языке , а вы можете писать на английском чтоб другим было полезно.
Post by sindi keesan
I think you are saying that you did not make a second partition (ext2 file
system) for basiclinux but just downloaded the DOS-version file and
unzipped it in c:\baslin. The modified boot.bat file that you used is for
use with basiclinux that has been installed to a separate partition on
your hard drive (hda1 - which is probably your Windows 98 partition).
Вы правильно меня поняли , я не создавал второго раздела , у меня один
раздел на весь диск на котором и стоит Win 98 .
Post by sindi keesan
cd \baslin
loadlin zimage root=/dev/loop0 initrd=initrd.gz rw
В этом варианте система загрузилась нормально .
Post by sindi keesan
If you know how to shrink Win98 to make free space for a second partition,
you could then make a linux ext2 partition and install to it and boot with
a different boot.bat. That can give you more space for linux, otherwise
you have only 20MB.
Правильно я понимаю , что система вовремя загрузки создает виртуальную
файловую систему ext2 ?
Если я создам раздел с ext2 , то при загрузки уже не будет происходит
разворачивание файловой системы ?
Интересно было бы узнать принцип загрузки системы . И чем обусловлен 20
мб ?
Post by sindi keesan
loadlin zimage root=/dev/hda2 rw
/dev/hda2 would be the second partition. This method of running linux
does not need the initrd.
Правильно понимаю что в луникс-разделе уже не используется функция initrd
Post by sindi keesan
I know Russian - if you have trouble explaining your problem in English
you can write in Russian, but I don't write it very well.
Sindi Keesan
С уважением, Андрей Шарков
k***@SDF.ORG
2011-07-14 15:06:22 UTC
Permalink
Post by Andrey Sharkov
Спасибо большое вам за ответ . С вашего позволения я пишу на русском
языке , а вы можете писать на английском чтоб другим было полезно.
Andrey wrote back in UTF-8 - how would I read this in BL? I tried all the
console Cyrillic fonts but nothing worked, and my webmail requires
javascript. How would I set up Opera 9.64 to display Cyrillic in BL?

I suggested that Andrey write in Russian and he is therefore writing
Russian but says I should reply in English so other people can understand.
Post by Andrey Sharkov
Post by sindi keesan
I think you are saying that you did not make a second partition (ext2 file
system) for basiclinux but just downloaded the DOS-version file and
unzipped it in c:\baslin. The modified boot.bat file that you used is for
use with basiclinux that has been installed to a separate partition on
your hard drive (hda1 - which is probably your Windows 98 partition).
Вы правильно меня поняли , я не создавал второго раздела , у меня один
раздел на весь диск на котором и стоит Win 98 .
Translation: You understood me correctly, I did not create a second
partition, I have one partition on the entire disk which contains Win 98.
Post by Andrey Sharkov
Post by sindi keesan
cd \baslin
loadlin zimage root=/dev/loop0 initrd=initrd.gz rw
В этом варианте система загрузилась нормально .
Translation: With this variant, the system booted normally
Post by Andrey Sharkov
Post by sindi keesan
If you know how to shrink Win98 to make free space for a second partition,
you could then make a linux ext2 partition and install to it and boot with
a different boot.bat. That can give you more space for linux, otherwise
you have only 20MB.
Правильно я понимаю , что система вовремя загрузки создает виртуальную
файловую систему ext2 ?
Translation: Do I understand correctly that during boot the system
creates a virtual ext2 file system?

I can't answer this - can Stephen? It mounts a filesystem to a loop?
You can look inside initrd.gz (I think you would gunzip and then
mount -o loop initrd /mnt) and see what is happening.
Post by Andrey Sharkov
Если я создам раздел с ext2 , то при загрузки уже не будет происходит
разворачивание файловой системы ?
Интересно было бы узнать принцип загрузки системы . И чем обусловлен 20
мб ?
Translation: If I create a partition with ext2, then will the file system
no longer unpack itself during boot?
It would be interesting to know the principle of booting the system. And
what determines the 20MB?

(Why is the file system only 20MB? - You can make it larger. There are
instructions in the archives - are they also some place at the site?).
Post by Andrey Sharkov
Post by sindi keesan
loadlin zimage root=/dev/hda2 rw
/dev/hda2 would be the second partition. This method of running linux
does not need the initrd.
Правильно понимаю что в луникс-разделе уже не используется функция initrd
Translation: I understand that the initrd function is no longer used in a
linux partition.
Post by Andrey Sharkov
Post by sindi keesan
I know Russian - if you have trouble explaining your problem in English
you can write in Russian, but I don't write it very well.
Sindi Keesan
С уважением, Андрей Шарков
Translation: Regards, Andrey Sharkov

Andrey, what is your training and interest in computers and linux? I am
self-taught. I work as a translator of Slavic languages.
Sindi Keesan
k***@SDF.ORG
2011-07-14 15:29:23 UTC
Permalink
Post by k***@SDF.ORG
Spasibo bol'shoe vam za otvet . S vashego pozvoleniya ya pishu na russkom
yazyke , a vy mozhete pisat' na anglijskom chtob drugim bylo polezno.
Andrey wrote back in UTF-8 - how would I read this in BL? I tried all the
console Cyrillic fonts but nothing worked, and my webmail requires
javascript. How would I set up Opera 9.64 to display Cyrillic in BL?
lynx2.8 and links2.2 would not log into the sdf webmail account, but
elinks (0.114rc1 glibc 225 which I posted at
http://keesan.freeshell.org/bl) logged in and also displays the Cyrillic
UTF-8 in Latin transcription. I see "Spasibo bol'shoe" rather than the
Cyrillic itself.

This will work even on the two computers with a bug that causes keyboard
and mouse to stop working when I use any type of graphics.

I once gave up trying to compile elinks with javascript - anyone else want
to try? The latest versions are 2009 11.7 and 12.5pre5

Sindi Keesan
Andrey Sharkov
2011-07-14 21:18:30 UTC
Permalink
Post by k***@SDF.ORG
Post by k***@SDF.ORG
Spasibo bol'shoe vam za otvet . S vashego pozvoleniya ya pishu na russkom
yazyke , a vy mozhete pisat' na anglijskom chtob drugim bylo polezno.
Andrey wrote back in UTF-8 - how would I read this in BL? I tried all the
console Cyrillic fonts but nothing worked, and my webmail requires
javascript. How would I set up Opera 9.64 to display Cyrillic in BL?
lynx2.8 and links2.2 would not log into the sdf webmail account, but
elinks (0.114rc1 glibc 225 which I posted at
http://keesan.freeshell.org/bl) logged in and also displays the Cyrillic
UTF-8 in Latin transcription. I see "Spasibo bol'shoe" rather than the
Cyrillic itself.
Понятно . Буду знать . Спасибо за просвещение :-)
Post by k***@SDF.ORG
This will work even on the two computers with a bug that causes keyboard
and mouse to stop working when I use any type of graphics.
I once gave up trying to compile elinks with javascript - anyone else want
to try? The latest versions are 2009 11.7 and 12.5pre5
Счас главную задачу , которую я поставил для себе , это попробовать
записать IPTV -поток с помощью vlc .

Как вы думаете возможно ли такое на Pentium 100Mh Ram 64 ?
Post by k***@SDF.ORG
Sindi Keesan
-----------------------
BasicLinux mailing list
-----------------------
http://www.basiclinux.info
http://distro.ibiblio.org/baslinux/
------------------------------------
To exit, send subject=unsubscribe to
С уважением, Андрей Шарков.
k***@SDF.ORG
2011-07-14 23:08:36 UTC
Permalink
Schas glavnuyu zadachu , kotoruyu ya postavil dlya sebe , `eto poprobovat'
zapisat' IPTV -potok s pomosch'yu vlc .
Kak vy dumaete vozmozhno li takoe na Pentium 100Mh Ram 64 ?
Andrey writes:
"My primary goal now is to attempt to record an IPTV-stream using vlc.
Do you think this is possible on a 100MHz Pentium with 64MB RAM?"

I know nothing about streaming video servers. I suggest that you ask at a
video streaming forum first. If you like, I can translate your questions
for them from Russian to English. (Email me directly, not the list). Are
there still a lot of 100MHz computers in use where you live?

You can also ask at the mplayer forum whether mplayer will stream video.
Mplayer works with basiclinux to play streaming audio and video.
I don't think anyone got VLC working with Basiclinux.
Post by sindi keesan
Sindi Keesan
Faul
2011-07-15 22:25:08 UTC
Permalink
Schas glavnuyu zadachu , kotoruyu ya postavil dlya sebe , `eto
poprobovat'
zapisat' IPTV -potok s pomosch'yu vlc .
Kak vy dumaete vozmozhno li takoe na Pentium 100Mh Ram 64 ?
"My primary goal now is to attempt to record an IPTV-stream using vlc.
Do you think this is possible on a 100MHz Pentium with 64MB RAM?"
I know nothing about streaming video servers. I suggest that you ask at a
video streaming forum first. If you like, I can translate your questions
for them from Russian to English. (Email me directly, not the list). Are
there still a lot of 100MHz computers in use where you live?
óÐÁÓÉÂÏ ÂÏÌØÛÏÅ óÅÎÄÉ ÚÁ ÔÏ ÞÔÏ ÐÅÒÅ×ÏÄÉÔÅ ÍÏÉ ÍÙÓÌÉ :-)
é ÓÐÁÓÉÂÏ ÚÁ ×ÁÛÅ ÐÒÅÄÌÏÖÅÎÉÅ. óÐÁÓÉÂÏ ÚÁ ÐÏÍÏÝØ.
You can also ask at the mplayer forum whether mplayer will stream video.
Mplayer works with basiclinux to play streaming audio and video.
I don't think anyone got VLC working with Basiclinux.
á ÐÏÞÅÍÕ ÔÁË ? ÷ÅÄ Õ VLC ÉÍÅÅÔÓÑ ÐÏÄÄÅÒÖËÁ ÌÉÎÕËÓÁ.éÌÉ ÏÎ ÔÑÖÅÌÏ×ÁÔ ÄÌÑ BL
?
Sindi Keesan
-----------------------
BasicLinux mailing list
-----------------------
http://www.basiclinux.info
http://distro.ibiblio.org/baslinux/
------------------------------------
To exit, send subject=unsubscribe to
Andrey Sharkov
Faul
2011-07-15 23:12:10 UTC
Permalink
Post by k***@SDF.ORG
there still a lot of 100MHz computers in use where you live?
éÚ×ÉÎÑÀÓØ ÐÒÏÐÕÓÔÉÌ ×ÏÐÒÏÓ . ïÔ ÔÁËÉÈ ËÏÍÐØÀÔÅÒÏ× ÌÀÄÉ ÓÔÁÒÁÀÔÓÑ
ÉÚÂÁ×ÌÑÔØÓÑ. ÔÁË ËÁË ÎÁ ÎÉÈ ÎÅ ÐÏÓÔÁ×ÉÛØ ×ÉÓÔÕ ÉÌÉ 7.îÏ ÜÎÔÕÚÉÁÓÔÏ× ×ÓÅ ÖÅ
ÍÏÖÎÏ ×ÓÔÒÅÔÉÔ , ÎÏ ÉÈ ËÒÁÊÎÅ ÍÁÌÏ. ÷ÓÅ ÇÏÎÑÔÓÑ ÚÁ ÇÉÇÁÂÁÊÔÁÍÉ,ÇÉÇÁÇÅÒÃÁÍÉ
É ÔÏÍÕ ÐÏÄÏÂÎÏÍÕ , ×ÉÎÏ×ÁÔ × ÜÔÏÍ íÁÊËÒÏÓÏÆÔ - Ä×ÉÇÁÔÅÌØ ÐÒÏÇÒÅÓÓÁ )))
öÁÌËÏ ÍÎÅ ÖÅÌÅÚÎÙÈ ÓÔÁÒÉÞËÏ×, ÏËÁÚÙ×ÁÀÝÉÈÓÑ ÎÁ Ó×ÁÌËÁÈ , ÏÎÉ ÂÙ ÅÝÅ
ÐÏÓÌÕÖÉÌÉ, ÌÉÛØ ÂÙ ×ËÌÀÞÉÔØ ÆÁÎÔÁÚÉÀ É ÍÏÖÎÏ ÎÁÊÔÉ ÍÎÏÇÏ ÐÒÉÍÅÎÅÎÉÉ .
Post by k***@SDF.ORG
Post by sindi keesan
Sindi Keesan
-----------------------
BasicLinux mailing list
-----------------------
http://www.basiclinux.info
http://distro.ibiblio.org/baslinux/
------------------------------------
To exit, send subject=unsubscribe to
Andrey Sharkov
k***@SDF.ORG
2011-07-16 13:09:26 UTC
Permalink
Post by k***@SDF.ORG
there still a lot of 100MHz computers in use where you live?
***** ***** *** . * *** ****** ** ******
*****. ** * * * * ***** *** * 7.* ******* * *
** ***** , * * *** **. ** **** * ******,******
*** ***** , **** *** ****** - ***** ***** )))
*** * **** *****, ******** * **** , * * *
*****, ** * **** ***** ** ** ** ***** .
The Cyrillic you used in this email is readable until I do a reply and then
it turns into asterisks - please go back to UTF-8.
Translation: Excuse me for omitting a question. Such computers are being
disposed of by people, since you can't install Vista or 7 on them. But
you can still find enthusiasts, although extremely few. Everyone's
chasing gigabytes and gigahertzes and the like, Microsoft's to blame here
-- the mover of progress ;=) I feel bad for the old hulks showing up in
dumps, they could still be used, if only people stopped fantasizing, and
find many applications.

My response: Most people want to use computers online with graphical
browsers and watch Youtube, which requires a minimum of 600MHz (still
jerky). I have been setting up and giving away 1GHz computers recently,
about ten years old, which do all of what most people want, with a newer
version of linux (Puppy Linux) and at least 256MB memory, but personally I
still use Basiclinux unless I need flash video, since recent versions of
flash require GTK2 which BL does not support. Opera 9.64 and Seamonkey
1.1.19 do work in BL, but not at all sites.
Andrey Sharkov
2011-07-16 19:49:16 UTC
Permalink
Post by k***@SDF.ORG
Post by k***@SDF.ORG
there still a lot of 100MHz computers in use where you live?
***** ***** *** . * *** ****** ** ******
*****. ** * * * * ***** *** * 7.* ******* * *
** ***** , * * *** **. ** **** * ******,******
*** ***** , **** *** ****** - ***** ***** )))
*** * **** *****, ******** * **** , * * *
*****, ** * **** ***** ** ** ** ***** .
The Cyrillic you used in this email is readable until I do a reply and then
it turns into asterisks - please go back to UTF-8.
Я извиняюсь , Сенди , за проблемы с кодировкой, дело в том что я посылал
не через почтовую программу , а через веб-интерфейс
почты Gmail , забыл изменить настройки . Сенди , вы не знаете можно ли
как-то отредактировать два моих сообщение в ветке моей темы ? А то
как-то не красиво получилось .
Post by k***@SDF.ORG
Translation: Excuse me for omitting a question. Such computers are being
disposed of by people, since you can't install Vista or 7 on them. But
you can still find enthusiasts, although extremely few. Everyone's
chasing gigabytes and gigahertzes and the like, Microsoft's to blame here
-- the mover of progress ;=) I feel bad for the old hulks showing up in
dumps, they could still be used, if only people stopped fantasizing, and
find many applications.
My response: Most people want to use computers online with graphical
browsers and watch Youtube, which requires a minimum of 600MHz (still
jerky). I have been setting up and giving away 1GHz computers recently,
about ten years old, which do all of what most people want, with a newer
version of linux (Puppy Linux) and at least 256MB memory,
Ну наверно не только просмотр онлайн-видео , но простое , просмотр
веб-страниц или почту.
Кстати , а что за Puppy Linux , каковы плюсы и минусы данного
дистрибутива ?
Post by k***@SDF.ORG
but personally I
still use Basiclinux unless I need flash video, since recent versions of
flash require GTK2 which BL does not support. Opera 9.64 and Seamonkey
1.1.19 do work in BL, but not at all sites.
А можно полюбопытствовать а что за компьютер у вас имеется ?
Post by k***@SDF.ORG
-----------------------
BasicLinux mailing list
-----------------------
http://www.basiclinux.info
http://distro.ibiblio.org/baslinux/
------------------------------------
To exit, send subject=unsubscribe to
k***@SDF.ORG
2011-07-16 23:40:31 UTC
Permalink
Post by k***@SDF.ORG
The Cyrillic you used in this email is readable until I do a reply and then
it turns into asterisks - please go back to UTF-8.
YA izvinyayus' , Sendi , za problemy s kodirovkoj, delo v tom chto ya
posylal
ne cherez pochtovuyu programmu , a cherez veb-interfejs
pochty Gmail , zabyl izmenit' nastrojki . Sendi , vy ne znaete mozhno li
kak-to otredaktirovat' dva moih soobschenie v vetke moej temy ? A to
kak-to ne krasivo poluchilos' .
Translation summary: Andrey used Gmail and forgot to change a setting.
(This time his Cyrillic does not turn into asterisks when I reply with
elinks).

"Sindi, do you know if there is some way to edit two of my posts to this
topic? They came out not sounding so good".

My reply: I don't know of any way, but since nobody else here can even
read Russian, I would not worry about it.
Post by k***@SDF.ORG
My response: Most people want to use computers online with graphical
browsers and watch Youtube, which requires a minimum of 600MHz (still
jerky). I have been setting up and giving away 1GHz computers recently,
about ten years old, which do all of what most people want, with a newer
version of linux (Puppy Linux) and at least 256MB memory,
Nu naverno ne tol'ko prosmotr onlajn-video , no prostoe , prosmotr
veb-stranic ili pochtu.
"Of course not only watching online video, but simply viewing web pages or
mail".

My reply: I have used a 486 computer with a graphical browser. Some
webmail sites are very slow to load and display. I recommend not gmail
but fastmail.fm, which works with almost every browser, even plain text.

Basiclinux 2, upgraded to the Slackware 11 glibc, can be used with
Opera 9.64, Firefox 2 (from DSL linux) and Seamonkey 1.1.19 downloaded
directly from the seamonkeyproject site. I posted at
http://keesan.freeshell.org/bl/ various required libraries. Please read
blfiles.htm at my site for details. I have used Opera 8.54 (which does
notwork at a lot of sites now) in 24MB memory with a swap file, but it was
really slow at large sites. 64MB should work fine with Opera 9.64 if you
only keep one site open at a time. Don't display images. You can use
Opera 9.64 even with BL3 and the Slackware 8.1 libraries.

Links2 downloaded from the BL site can be used under X but does not
support much javascript.
Kstati , a chto za Puppy Linux , kakovy plyusy i minusy dannogo
distributiva ?
"By the way, what about Puppy Linux, what are its pluses and minuses"

My reply: The standard version requires at least 128MB memory to work at
all. If you have 256MB, it loads itself into memory if you don't tell it
not to. It will not work in 64MB. A smaller variant called pulp linux
works for me in 96MB with a graphical browser and X, but the newer
browsers use 80MB or more so this. Pulp boots into 10MB memory, with X,
by leaving out a lot of things such as cupsd, screen icons, etc.

Tinycore linux boots into about 10MB and you need to add programs to do
just about anything. Slitaz is also small.
Post by k***@SDF.ORG
but personally I
still use Basiclinux unless I need flash video, since recent versions of
flash require GTK2 which BL does not support. Opera 9.64 and Seamonkey
1.1.19 do work in BL, but not at all sites.
A mozhno polyubopytstvovat' a chto za komp'yuter u vas imeetsya ?
"May I be so bold as to ask what kind of computer you have?"

My reply: People keep giving us broken or obsolete computers. My partner
knows how to resolder power jacks and LCD lamps, and replace LCD screens.
I am still using some very old laptops with basiclinux - 120MHz (as an
internet radio), 133, 166, 200 (with enough RAM for Pulp Linux and a
recent browser), 233 (boots from floppy not hard drive), 266 (boots from
CD not hard drive or floppy drive), and a few faster ones with interesting
problems. Sometimes sound works in BL (OSS) but not in Puppy Linux (ALSA)
and vice versa. 900MHz is adequate for Youtube. 400MHz plays video more
like a slide show than a movie. They all work as radios unless the sound
is broken (chip went bad on a few). The newest computer I am using is
from 2003, a desktop that I use for compiling. I compiled kernels on a
200Mhz but it took 20 min.

500MHz PCs play DVDs with 'hardframedrop' and command line mplayer (BL or
pulp linux). 1GHz computers may be too slow to play DVDs with Puppy Linux
and gxine (graphical interface).


I do email at sdf.lonestar.org using a BSD shell account and pine. You
can do that even in DOS if you telnet, on a computer with 1MB or less
memory
and no hard drive.
k***@SDF.ORG
2011-07-16 13:20:50 UTC
Permalink
Post by Andrey Sharkov
Post by k***@SDF.ORG
I know nothing about streaming video servers. I suggest that you ask
at a
Post by k***@SDF.ORG
video streaming forum first. If you like, I can translate your
questions
Post by k***@SDF.ORG
for them from Russian to English. (Email me directly, not the list).
Are
Post by k***@SDF.ORG
there still a lot of 100MHz computers in use where you live?
**** *** *** * * ** ***** * ** :-)
* **** * ** *****. **** * ***.
Post by Andrey Sharkov
You can also ask at the mplayer forum whether mplayer will stream video.
Post by k***@SDF.ORG
Mplayer works with basiclinux to play streaming audio and video.
I don't think anyone got VLC working with Basiclinux.
**** ** ? ** * VLC **** ***** ****.** * ****** * BL
?
Summary of the Russian (which turned into asterisks when I did a 'reply' -
Andrey asks why use mplayer rather than VLC, which is available for linux.

My reply: Any precompiled versions will require not only a more recent
GLIBC (BL will work with up to GLIBC 2.3.6 from Slackware 11 and a 2.4
kernel) but also quite a few libraries that we don't have and which may
not be available compiled for glibc 2.3.6. Mplayer can be used
command-line and I have compiled it for BL, as have other users. It has
far fewer dependencies. It can play DVDs and streaming audio and I think
also streaming mpeg4. DVDs require at least 400MHz (with hardframedrop)
and a more recent processor than AMD K6-2 (I tried the latter - impossibly
broken up). I don't understand just what you want to do with VLC - serve
streaming video or watch it or just download files to be played on another
computer?
Try doing whatever it is on a faster computer and use 'top' to calculate
the percentage of the CPU time used by the process. If it uses 10% or
less of 1GHz it should work at 100MHz, if the video chip is fast enough
too.

I set up a 120MHz laptop as an internet radio, with an mplayer compiled
specifically for P54C - very old Pentium. It will work with about 8MB RAM
and very little CPU time.
Post by Andrey Sharkov
Post by k***@SDF.ORG
Sindi Keesan
Andrey Sharkov
2011-07-16 23:42:47 UTC
Permalink
Post by k***@SDF.ORG
Post by Andrey Sharkov
Post by k***@SDF.ORG
I know nothing about streaming video servers. I suggest that you ask
at a
Post by k***@SDF.ORG
video streaming forum first. If you like, I can translate your
questions
Post by k***@SDF.ORG
for them from Russian to English. (Email me directly, not the list).
Are
Post by k***@SDF.ORG
there still a lot of 100MHz computers in use where you live?
**** *** *** * * ** ***** * ** :-)
* **** * ** *****. **** * ***.
Post by Andrey Sharkov
You can also ask at the mplayer forum whether mplayer will stream video.
Post by k***@SDF.ORG
Mplayer works with basiclinux to play streaming audio and video.
I don't think anyone got VLC working with Basiclinux.
**** ** ? ** * VLC **** ***** ****.** * ****** * BL
?
Summary of the Russian (which turned into asterisks when I did a 'reply' -
Andrey asks why use mplayer rather than VLC, which is available for linux.
My reply: Any precompiled versions will require not only a more recent
GLIBC (BL will work with up to GLIBC 2.3.6 from Slackware 11 and a 2.4
kernel) but also quite a few libraries that we don't have and which may
not be available compiled for glibc 2.3.6. Mplayer can be used
command-line and I have compiled it for BL, as have other users. It has
far fewer dependencies. It can play DVDs and streaming audio and I think
also streaming mpeg4. DVDs require at least 400MHz (with hardframedrop)
and a more recent processor than AMD K6-2 (I tried the latter - impossibly
broken up).
Получается MPlayer менее привередлив к компьютеру и системе нежели VLC .
Post by k***@SDF.ORG
I don't understand just what you want to do with VLC - serve
streaming video or watch it or just download files to be played on another
computer?
Цель - записывать iptv-поток в файл . На более современном компьютере
(Cope2Duo 2,4Ггц) у меня установлена программа основанная на VLC ,
вот я хотел попробовать испытать ее на старом компьютере,
но после ваших слов уже сомневаюсь в успехе ...
Post by k***@SDF.ORG
Try doing whatever it is on a faster computer and use 'top' to calculate
the percentage of the CPU time used by the process. If it uses 10% or
less of 1GHz it should work at 100MHz, if the video chip is fast enough
too.
Визуально мне кажется процессор грузится больше 10 %, получается 100 Mh
окажется крайне мало ((
Тогда остается пробовать MPlayer . Спасибо Сенди за разъяснении :-)
Post by k***@SDF.ORG
I set up a 120MHz laptop as an internet radio, with an mplayer compiled
specifically for P54C - very old Pentium. It will work with about 8MB RAM
and very little CPU time.
Впечатляет :-)
Post by k***@SDF.ORG
Post by Andrey Sharkov
Post by k***@SDF.ORG
Sindi Keesan
-----------------------
BasicLinux mailing list
-----------------------
http://www.basiclinux.info
http://distro.ibiblio.org/baslinux/
------------------------------------
To exit, send subject=unsubscribe to
Andrey Sharkov
k***@SDF.ORG
2011-07-17 01:51:41 UTC
Permalink
Post by k***@SDF.ORG
broken up).
Poluchaetsya MPlayer menee priveredliv k komp'yuteru i sisteme nezheli
VLC .

"Mplayer seems to be less fastidious (demanding?) of the computer and
the system than VLC".
Post by k***@SDF.ORG
I don't understand just what you want to do with VLC - serve
streaming video or watch it or just download files to be played on another
computer?
Cel' - zapisyvat' iptv-potok v fajl . Na bolee sovremennom komp'yutere
(Cope2Duo 2,4Ggc) u menya ustanovlena programma osnovannaya na VLC ,
vot ya hotel poprobovat' ispytat' ee na starom komp'yutere,
no posle vashih slov uzhe somnevayus' v uspehe ...
"My goal is to record an IPTV-stream to a file. On a more recent computer
(Cope2Duo, 2.4GHz, I have a program based on VLC, so I wanted to try
it out on an old computer, but after your explanation I doubt it will work."

My reply: Is your hard drive even big enough to record a video stream?
A 100Mhz computer has no USB port to use with external drive.
Post by k***@SDF.ORG
Try doing whatever it is on a faster computer and use 'top' to calculate
the percentage of the CPU time used by the process. If it uses 10% or
less of 1GHz it should work at 100MHz, if the video chip is fast enough
too.
Vizual'no mne kazhetsya processor gruzitsya bol'she 10 %, poluchaetsya
100 Mh
okazhetsya krajne malo
"Visually the processor load seems to be more than 10%, so 100MHz will
probably turn out to be much too slow."
Togda ostaetsya probovat' MPlayer . Spasibo Sendi za raz"yasnenii :-)
"So all that is left is to try out Mplayer. Thanks for the explanation,
Sindi".
Post by k***@SDF.ORG
I set up a 120MHz laptop as an internet radio, with an mplayer compiled
specifically for P54C - very old Pentium. It will work with about 8MB RAM
and very little CPU time.
Vpechatlyaet :-)
"Impressive ;=)"
Post by k***@SDF.ORG
Post by sindi keesan
Sindi Keesan
Andrey Sharkov
2014-08-28 06:17:52 UTC
Permalink
Post by k***@SDF.ORG
broken up).
Poluchaetsya MPlayer menee priveredliv k komp'yuteru i sisteme nezheli
;;;sVLC .
"Mplayer seems to be less fastidious (demanding?) of the computer and
the system than VLC".
Post by k***@SDF.ORG
I don't understand just what you want to do with VLC - serve
streaming video or watch it or just download files to be played on another
computer?
Cel' - zapisyvat' iptv-potok v fajl . Na bolee sovremennom komp'yutere
(Cope2Duo 2,4Ggc) u menya ustanovlena programma osnovannaya na VLC ,
vot ya hotel poprobovat' ispytat' ee na starom komp'yutere,
no posle vashih slov uzhe somnevayus' v uspehe ...
"My goal is to record an IPTV-stream to a file. On a more recent computer
(Cope2Duo, 2.4GHz, I have a program based on VLC, so I wanted to try
it out on an old computer, but after your explanation I doubt it will work."
My reply: Is your hard drive even big enough to record a video stream?
A 100Mhz computer has no USB port to use with external drive.
îÅÔ Õ ÎÅÇÏ usb-ÐÏÒÔÁ . îÏ Õ ÍÅÎÑ ÅÓÔØ ÄÉÓË ÎÁ 40 Ç , ÐÒÁ×ÄÁ ÎÅ ÐÒÏ×ÅÒÑÌ ËÁË ÐÏÔÑÎÅÔ ÏÎ ÉÌÉ ÎÅÔ .
Post by k***@SDF.ORG
Try doing whatever it is on a faster computer and use 'top' to calculate
the percentage of the CPU time used by the process. If it uses 10% or
less of 1GHz it should work at 100MHz, if the video chip is fast enough
too.
Vizual'no mne kazhetsya processor gruzitsya bol'she 10 %, poluchaetsya
100 Mh
okazhetsya krajne malo
"Visually the processor load seems to be more than 10%, so 100MHz will
probably turn out to be much too slow."
Togda ostaetsya probovat' MPlayer . Spasibo Sendi za raz"yasnenii :-)
"So all that is left is to try out Mplayer. Thanks for the explanation,
Sindi".
Post by k***@SDF.ORG
I set up a 120MHz laptop as an internet radio, with an mplayer compiled
specifically for P54C - very old Pentium. It will work with about 8MB RAM
and very little CPU time.
Vpechatlyaet :-)
"Impressive ;=)"
Post by k***@SDF.ORG
Post by sindi keesan
Sindi Keesan
-----------------------
BasicLinux mailing list
-----------------------
http://www.basiclinux.info
http://distro.ibiblio.org/baslinux/
------------------------------------
To exit, send subject=unsubscribe to
g***@inbox.uz
2014-08-28 08:38:54 UTC
Permalink
Post by k***@SDF.ORG
broken up).
Poluchaetsya MPlayer menee priveredliv k komp'yuteru i sisteme
nezheli
;;;sVLC .
"Mplayer seems to be less fastidious (demanding?) of the
computer and
the system than VLC".
Post by k***@SDF.ORG
I don't understand just what you want to do with VLC -
serve
Post by k***@SDF.ORG
streaming video or watch it or just download files to be
played on
Post by k***@SDF.ORG
another
computer?
Cel' - zapisyvat' iptv-potok v fajl . Na bolee sovremennom
komp'yutere
(Cope2Duo 2,4Ggc) u menya ustanovlena programma osnovannaya na
VLC ,
vot ya hotel poprobovat' ispytat' ee na starom komp'yutere,
no posle vashih slov uzhe somnevayus' v uspehe ...
"My goal is to record an IPTV-stream to a file. On a more
recent computer
(Cope2Duo, 2.4GHz, I have a program based on VLC, so I wanted to try
it out on an old computer, but after your explanation I doubt it will
work."
My reply: Is your hard drive even big enough to record a video
stream?
A 100Mhz computer has no USB port to use with external drive.
Нет у него
usb-порта . Но у
меня есть
диск на 40 гб ,
правда не
проверял
как потянет
он или нет .
Post by k***@SDF.ORG
Try doing whatever it is on a faster computer and use 'top'
to calculate
Post by k***@SDF.ORG
the percentage of the CPU time used by the process. If it
uses 10% or
Post by k***@SDF.ORG
less of 1GHz it should work at 100MHz, if the video chip is
fast enough
Post by k***@SDF.ORG
too.
Vizual'no mne kazhetsya processor gruzitsya bol'she 10 %,
poluchaetsya
100 Mh
okazhetsya krajne malo
"Visually the processor load seems to be more than 10%, so
100MHz will
probably turn out to be much too slow."
Togda ostaetsya probovat' MPlayer . Spasibo Sendi za
raz"yasnenii :-)
"So all that is left is to try out Mplayer. Thanks for the
explanation,
Sindi".
Post by k***@SDF.ORG
I set up a 120MHz laptop as an internet radio, with an
mplayer compiled
Post by k***@SDF.ORG
specifically for P54C - very old Pentium. It will work with
about 8MB
Post by k***@SDF.ORG
RAM
and very little CPU time.
Vpechatlyaet :-)
"Impressive ;=)"
Post by k***@SDF.ORG
Post by sindi keesan
Sindi Keesan
-----------------------
BasicLinux mailing list
-----------------------
http://www.basiclinux.info
http://distro.ibiblio.org/baslinux/
------------------------------------
To exit, send subject=unsubscribe to
-----------------------
BasicLinux mailing list
-----------------------
http://www.basiclinux.info
http://distro.ibiblio.org/baslinux/
------------------------------------
To exit, send subject=unsubscribe to
Я думаю, мощности этого процессора будет
недостаточно, чтобы писать поток IPTV в
файл. Экспериментально проверял, что
Pentium 1 133Mhz еле вытягивает поток с
разрешением 640х480 - нормально 512х384. Если
используется h264 - явно не хватит.
k***@SDF.ORG
2014-08-28 15:58:18 UTC
Permalink
Post by g***@inbox.uz
Post by k***@SDF.ORG
Post by k***@SDF.ORG
"Mplayer seems to be less fastidious
(demanding?) of the
computer and
Post by k***@SDF.ORG
the system than VLC".
"My goal is to record an IPTV-stream to a
file. On a more
recent computer
Post by k***@SDF.ORG
(Cope2Duo, 2.4GHz, I have a program based on
VLC, so I wanted to try
Post by k***@SDF.ORG
it out on an old computer, but after your
explanation I doubt it will
work."
Post by k***@SDF.ORG
My reply: Is your hard drive even big
enough to record a video
stream?
Post by k***@SDF.ORG
A 100Mhz computer has no USB port to use
with external drive.
Нет у него
usb-порта . Но у
меня есть
диск на 40 гб ,
правда не
проверял
как потянет
он или нет .
Translation: It has no USB port. But I have a
40GB did, however I did not test whether it
"pulls"?
Post by g***@inbox.uz
Post by k***@SDF.ORG
Post by k***@SDF.ORG
Post by k***@SDF.ORG
Try doing whatever it is on a faster
computer and use 'top'
to calculate
Post by k***@SDF.ORG
Post by k***@SDF.ORG
the percentage of the CPU time used by the
process. If it
uses 10% or
Post by k***@SDF.ORG
Post by k***@SDF.ORG
less of 1GHz it should work at 100MHz, if
the video chip is
fast enough
Post by k***@SDF.ORG
Post by k***@SDF.ORG
too.
"Visually the processor load seems to be
more than 10%, so
100MHz will
Post by k***@SDF.ORG
probably turn out to be much too slow."
"So all that is left is to try out Mplayer.
Thanks for the
explanation,
Post by k***@SDF.ORG
Sindi".
Post by k***@SDF.ORG
I set up a 120MHz laptop as an internet
radio, with an
mplayer compiled
Post by k***@SDF.ORG
Post by k***@SDF.ORG
specifically for P54C - very old Pentium.
It will work with
about 8MB
Post by k***@SDF.ORG
Post by k***@SDF.ORG
RAM
and very little CPU time.
Vpechatlyaet :-)
"Impressive ;=)"
Post by k***@SDF.ORG
Post by sindi keesan
Sindi Keesan
The above is from previous postings.
Post by g***@inbox.uz
Я думаю, мощности этого процессора будет
недостаточно, чтобы писать поток IPTV в
файл. Экспериментально проверял, что
Pentium 1 133Mhz еле вытягивает поток с
разрешением 640х480 - нормально 512х384. Если
используется h264 - явно не хватит.
Translation:
I think this processor is not sufficiently
powerful to write an IPTV stream to a file. I
experimentally confirmed that a Pentium I 133MHz
barely pulls a stream at 640x480 resolution -
normally 512x384. If h264 is used it clearly is
inadequate.

Andrey Sharkov
2011-07-14 21:07:59 UTC
Permalink
Post by k***@SDF.ORG
Post by Andrey Sharkov
Спасибо большое вам за ответ . С вашего позволения я пишу на русском
языке , а вы можете писать на английском чтоб другим было полезно.
Andrey wrote back in UTF-8 - how would I read this in BL? I tried all the
console Cyrillic fonts but nothing worked, and my webmail requires
javascript. How would I set up Opera 9.64 to display Cyrillic in BL?
Я извиняюсь , что я отправил не в нужной кодировки , просто не знал что
критично .
В какой кодировке следует отправлять письмо ?
Post by k***@SDF.ORG
I suggested that Andrey write in Russian and he is therefore writing
Russian but says I should reply in English so other people can understand.
Совершено верно вы поняли меня :-)
Post by k***@SDF.ORG
Post by Andrey Sharkov
Post by sindi keesan
I think you are saying that you did not make a second partition (ext2 file
system) for basiclinux but just downloaded the DOS-version file and
unzipped it in c:\baslin. The modified boot.bat file that you used is for
use with basiclinux that has been installed to a separate partition on
your hard drive (hda1 - which is probably your Windows 98 partition).
Вы правильно меня поняли , я не создавал второго раздела , у меня один
раздел на весь диск на котором и стоит Win 98 .
Translation: You understood me correctly, I did not create a second
partition, I have one partition on the entire disk which contains Win 98.
Post by Andrey Sharkov
Post by sindi keesan
cd \baslin
loadlin zimage root=/dev/loop0 initrd=initrd.gz rw
В этом варианте система загрузилась нормально .
Translation: With this variant, the system booted normally
Post by Andrey Sharkov
Post by sindi keesan
If you know how to shrink Win98 to make free space for a second partition,
you could then make a linux ext2 partition and install to it and boot with
a different boot.bat. That can give you more space for linux, otherwise
you have only 20MB.
Правильно я понимаю , что система вовремя загрузки создает виртуальную
файловую систему ext2 ?
Translation: Do I understand correctly that during boot the system
creates a virtual ext2 file system?
I can't answer this - can Stephen?
А он является разработчиком BL ? Жаль что не владею английским , а то
бы пообщался с ним ))
Post by k***@SDF.ORG
It mounts a filesystem to a loop?
You can look inside initrd.gz (I think you would gunzip and then
mount -o loop initrd /mnt) and see what is happening.
Попробую . Спасибо за подсказку :-)
Post by k***@SDF.ORG
Post by Andrey Sharkov
Если я создам раздел с ext2 , то при загрузки уже не будет происходит
разворачивание файловой системы ?
Интересно было бы узнать принцип загрузки системы . И чем обусловлен 20
мб ?
Translation: If I create a partition with ext2, then will the file system
no longer unpack itself during boot?
It would be interesting to know the principle of booting the system. And
what determines the 20MB?
(Why is the file system only 20MB? - You can make it larger. There are
instructions in the archives - are they also some place at the site?).
Post by Andrey Sharkov
Post by sindi keesan
loadlin zimage root=/dev/hda2 rw
/dev/hda2 would be the second partition. This method of running linux
does not need the initrd.
Правильно понимаю что в луникс-разделе уже не используется функция initrd
Translation: I understand that the initrd function is no longer used in a
linux partition.
Post by Andrey Sharkov
Post by sindi keesan
I know Russian - if you have trouble explaining your problem in English
you can write in Russian, but I don't write it very well.
Sindi Keesan
С уважением, Андрей Шарков
Translation: Regards, Andrey Sharkov
Andrey, what is your training and interest in computers and linux? I am
self-taught. I work as a translator of Slavic languages.
Sindi Keesan
Компьютеры это я мое увлечение. Люблю в них копаться , разбирать и
собирать , системы настраивать .
Специального образования нет , можно сказать как и вы самоучка )) С
линуксом я пока мало знаком , только начинаю осваивать его ))
Загадочный он , но это захватывает ))
Post by k***@SDF.ORG
-----------------------
BasicLinux mailing list
-----------------------
http://www.basiclinux.info
http://distro.ibiblio.org/baslinux/
------------------------------------
To exit, send subject=unsubscribe to
С уважением, Андрей Шарков.
Loading...