Tiny Core Linux
Tiny Core Base => CorePlus => Topic started by: reto0110 on September 20, 2019, 08:42:06 PM
-
Hello guys,
I have an old IBM Thinkpad T30 laptop, and I want to give it a new life with CorePlus distro.
Basically, I want firefox or chromium working well. I installed CorePlus but youtube and other webs crashing, flashing or freeze, my knowledge in Linux is basic, and I don't know if the problem is because of lack of drivers, flash or other reason.
Please help! and thanks in advance :)
-
Hi,reto0110!
I looked on your tinkpad specifications. I've found that it has 256M RAM, correct me if you have more.
Such not very big amount means, that you need swap, in order not to catch dead freezes. PLease describe more about what TinyCore version do you use, the way you installed it (or maybe running from live flash) and your HDD partitioning scheme.
But my opinion is that on 256M you will not be able to run full-blown modern browsers like firefox or chromium. And viewing video directly in browser is very CPU and RAM consumpting, so i propose using more ascetic browser (lynx, dillo, fifth) for links choosing, then download video with youtube-dl, and watch it using mplayer.
Regards!
-
It would be good to know what version of TC you use.
Type in terminal
version
and then
mount
and tell us what it shows.
If you use firefox-ESR.tcz you need also libavcodec.tcz to watch html5 h.264 video.
-
Hi reto0110
... and then
mount
and tell us what it shows. ...
Don't do that. You'll get several pages of text scrolling past you on the terminal. Do this instead:
mount > mount.txt
This will direct the results of the mount command into a file. Attach the file mount.txt to your next post so neonix can see the
results firsthand.
-
Thank you for the fast answers. 8)
Sorry, the laptop has 1GB of RAM.
I've attached mount output.
The OS version is 10.1
I've installed libavcodec.tcz, but, for example, Twitter looks awful and I can't install addons for firefox (the web don't show the correct format or css).
I can't install apps in chromium (the chrome web store is not compatible with the version 23.0.1271.64 for Tiny Core Linux).
Sorry for my rusty english..
-
It looks like you have all needed extensons.
You can try Chromium 66.0.3343.0 in TC 10 (x86_64).
Or Firefox ESR 68 in TC 10 (x86)
tce-load -iw firefox_getLatest.tcz
firefox_getLatest.sh -m
and type
68.0.1esr
I just noticed there is 2 versions libavcodec.tcz and libavcodec3.tcz.
-
Hi,reto0110!
And what about
cat /proc/swaps
?
-
Hi reto0110
Please attach the following file to your next post:
/mnt/sda1/tce/onboot.lst
Also attach the config file for your bootloader. It should have a name similar to extlinux.conf. Try looking for it in:
/mnt/sda1/boot/extlinux/
or:
/mnt/sda1/tce/boot/extlinux/
-
Hello again guys, thank you for your fast support.
--neonix: Ok, I've updated firefox 68.0.1esr, as you told me, but How I do the same for chromium 66.0.3343.0? Also, the performance of firefox is still very bad...
--jazzbiker: cat /proc/swaps shows:
Filename: /dev/zram0 ||| Type: partition ||| Size: 247392 ||| Used: 0 ||| Priority: -2
--Rich: Attached
PD: I'm so lost in this distro, the closest contact with Linux that I have is Xubuntu (and basic terminal operations).
[attachment deleted by admin]
-
Hi reto0110
Your home directory is currently in RAM. Browsers are incredibly selfish when it comes to RAM usage. So start by making your
home directory persistent. This will leave more RAM free and speed up startup and shutdown times. Boot up your machine and
then edit your extlinux.conf file to look like this:
DEFAULT core
LABEL core
KERNEL /tce/boot/vmlinuz
INITRD /tce/boot/core.gz
APPEND quiet waitusb=5:UUID="ab76cea8-509b-4c07-8e49-7704cecfe6e4" tce=UUID="ab76cea8-509b-4c07-8e49-7704cecfe6e4" home=UUID="ab76cea8-509b-4c07-8e49-7704cecfe6e4"
The home entry added to the end of the last line is the only change. Save the changes.
Edit the /opt/.filetool.lst file and remove the line that says home. Save the changes.
In a terminal, execute this command to update your backup:
filetool.sh -b
Your home directory is now persistent. Firefox saves a lot of stuff under the .mozilla directory which will use up RAM if your
home directory is not persistent.
Is your onboot.lst file really empty? There's nothing in the file you posted.
-
PD: I'm so lost in this distro, the closest contact with Linux that I have is Xubuntu (and basic terminal operations).
Hi, reto0110!
You will not succeed loosing yourself in TinyCore, it is very friendly, comfortable and homely distro, but some things are to be done with your own hands, as here you are the master. You can download the book on TinyCore named "Into The Core." from the "Book" section of the site. It's great!
-
PD: I'm so lost in this distro, the closest contact with Linux that I have is Xubuntu (and basic terminal operations).
Hi, reto0110!
You will not succeed loosing yourself in TinyCore, it is very friendly, comfortable and homely distro, but some things are to be done with your own hands, as here you are the master. You can download the book on TinyCore named "Into The Core." from the "Book" section of the site. It's great!
Thanks, downloaded & reading!
-
Hi reto0110
Your home directory is currently in RAM. Browsers are incredibly selfish when it comes to RAM usage. So start by making your
home directory persistent. This will leave more RAM free and speed up startup and shutdown times. Boot up your machine and
then edit your extlinux.conf file to look like this:
DEFAULT core
LABEL core
KERNEL /tce/boot/vmlinuz
INITRD /tce/boot/core.gz
APPEND quiet waitusb=5:UUID="ab76cea8-509b-4c07-8e49-7704cecfe6e4" tce=UUID="ab76cea8-509b-4c07-8e49-7704cecfe6e4" home=UUID="ab76cea8-509b-4c07-8e49-7704cecfe6e4"
In a terminal, execute this command to update your backup:
filetool.sh -b
Your home directory is now persistent. Firefox saves a lot of stuff under the .mozilla directory which will use up RAM if your
home directory is not persistent.
Is your onboot.lst file really empty? There's nothing in the file you posted.
-----------------
I think I've screwed the boot, I think... :(
I'm going to create a New Partition Table (with gparted) and install all again:
Please check if it's OK:
/dev/sda1 ||| ext4 ||| Size: 1GB ||| Flag: boot
/dev/sda2 ||| extended ||| Size: 2GB ||| Flag: --
-> /dev/sda5 ||| linux-swap ||| Size: 2GB ||| Flag: --
Anything else?
-
Hi reto0110
... I'm going to create a New Partition Table (with gparted) and install all again:
Please check if it's OK:
/dev/sda1 ||| ext4 ||| Size: 1GB ||| Flag: boot
/dev/sda2 ||| extended ||| Size: 2GB ||| Flag: --
-> /dev/sda5 ||| linux-swap ||| Size: 2GB ||| Flag: --
Anything else?
That looks OK. Personally, I would switch the 1GB and 2GB values. It appears you are using a 3GB device and allocating all of it. If
that is the case, there's no need for an extended partition. Two primary partitions will work too.
-
Ok, but Do I need to create partitions for /root and /home here too?
-
Hi reto0110
No, the tc-install utility will create what's needed.
-
Cool!
Ok, I need to select frugal->Existing Partition-> sda1 (my boot partition)->Mark Partition Active->No formattig, use existing, right?
Now, in Boot Options...
-
Hi reto0110
Correct.
-
Hi reto0110
When you get to Boot Options enter:
home=sda1
When you get to Extension Installation click on the text entry box and navigate to the CDE directory.
-
ok, I'm going to left Boot Options by default (blank).
Select Core and X/GUI Desktop-> Select all Core Plus Extensiones-> Proceed,
But first, I unmount sda1. After the installation, I mount sda1 again.
UUID= "WEREW-B-BRETGW-LETTERS-NUMBERS"
Applying up core image on /mnt/sda1
Toggle Active Flag on sda1
Installation has completed
Shutdown, extract USB boot, power on.
App: Install (from http://distro.ibiblio.org): libavcode3.tcz, libavcode.tcz, firefox.tcz, firefox_get_latest.tcz, chromium-browser.tcz, chromium-browser-local.tcz, nano.tcz
reboot
Firefox updated with .sh
reboot
modify ext.conf as told with new UUI, additionally add boot code "laptop" and kmap=qwerty/es" .
reboot
kmap for latin keyboard don't work
orphan check: firefox.tcz not found! ; firefox.tcz.dep not found!; firefox.tcz.md5.txt not found!
check for updates: 0 updates
check dependencies: 0 new
getlocale.tcz 1.3 installed: (root) getlocale.sh->Selected: es_VE/ISO-8859-1 ; es_VE.UTF-8/UTF-8
output: Now processing... cannot open locale archive "/usr/lib/locale-archive": Read-only file system
output: cannot open locale archive "/usr/lib/locale-archive": Read-only file system
output: Locales installed. Creating extension.../
output: Done. The extension is at /mnt/sda1/tce/optional/mylocal.tcz and in onboot.lst
output: Reboot with lang=xyz (for example lang=es_VE) to start using this.
modify ext.conf: adding lang=es_VE.
reboot
Firefox don't work with https: SEC_ERROR_OSCP_OLD_RESPONSE
Query OCSP responder server to confirm the current validity of certificates-> option disabled
Now I can install extensions and https in Firefox.
What happens? :-\
-
Firefox don't work with https: SEC_ERROR_OSCP_OLD_RESPONSE
What happens? :-\
Uncle Google suggest your time clock is not set up properly. If not try install ca-certificates.tcz
If not try different Firefox version.
-
Uncle Google suggest your time clock is not set up properly. If not try install ca-certificates.tcz
If not try different Firefox version.
ca-certificates.tcz (version 2019/08/01) installed. In the comments says: to add certificates see /usr/local/etc/ca-certificates.conf; but is not there!
PaleMoon browser has the same problem.
I set tz=GMT-4 bootcode, in extlinux.conf, and now the date/time is sync, but the problem persists...
-
Hi reto0110
... App: Install (from http://distro.ibiblio.org): libavcode3.tcz, libavcode.tcz, firefox.tcz, firefox_get_latest.tcz, chromium-browser.tcz, chromium-browser-local.tcz, nano.tcz ...
There is no firefox.tcz in the repository, only firefox-ESR.tcz and firefox_getLatest.tcz. For the time being I suggest you stick
with firefox-ESR.tcz which is quite recent (version 68.8.0). Once you have things running, then you can use firefox_getLatest.tcz
to update Firefox to a newer version if you really feel you need to. The chromium-browser.tcz extension has not been updated
since 2012. What do the following 2 commands return:
version
uname -r
modify ext.conf as told with new UUI, ...
The home UUID should match the tce UUID. Don't copy the UUID I posted yesterday.
... additionally add boot code "laptop" and kmap=qwerty/es" .
reboot
kmap for latin keyboard don't work
Use the Apps utility to install kmaps.tcz and reboot.
Firefox don't work with https: SEC_ERROR_OSCP_OLD_RESPONSE
You should probably install ca-certificates.tcz. I'm kind of surprised it's not listed in the dependency file.
Please attach copies of your current extlinux.conf and onboot.lst files.
-
There is no firefox.tcz in the repository, only firefox-ESR.tcz and firefox_getLatest.tcz.
Yes, that's right, sorry for the typo.
version for chromium:
Chromium 23.0.1271.64 for Tiny Core Linux
version= 10.1
uname -r= 4.19.10-tinycore
The home UUID should match the tce UUID. Don't copy the UUID I posted yesterday.
Yes I know, I'm using:
/dev/sda1: LABEL="boot" UUID="c3d896f7-d630-4abc-9034-ae335d0d202d" TYPE="ext4" PARTUUID="000d9472-01"
from blkid command
Use the Apps utility to install kmaps.tcz and reboot.
I did that before, but the keymap doesnt change
You should probably install ca-certificates.tcz.
I did that already!
Please attach copies of your current extlinux.conf and onboot.lst files.
the attach plugin doesn't work fine... I'm going to paste:
extlinux.conf:
DEFAULT core
LABEL core
KERNEL /tce/boot/vmlinuz
INITRD /tce/boot/core.gz
APPEND quiet waitusb=5:UUID="c3d896f7-d630-4abc-9034-ae335d0d202d"
tce=UUID="c3d896f7-d630-4abc-9034-ae335d0d202d"
home=UUID="c3d896f7-d630-4abc-9034-ae335d0d202d" tz=GMT-4 lang=es_VE
laptop kmap=qwerty/es
onboot.lst:
Xvesa.tcz
aterm.tcz
flwm_topside.tcz
wbar.tcz
fluxbox.tcz
wifi.tcz
wl-modules-4.19.10-tinycore.tcz
iw.tcz
pci-utils.tcz
ndiswrapper.tcz
firmware-atheros.tcz
firmware-broadcom_bcm43xx.tcz
firmware-broadcom_bnx2.tcz
firmware-broadcom_bnx2x.tcz
firmware-getB43.tcz
firmware-ipw2100.tcz
firmware-ipw2200.tcz
firmware-iwimax.tcz
firmware-iwl8000.tcz
firmware-iwl9000.tcz
firmware-iwlwifi.tcz
firmware-marvel.tcz
firmware-myri10ge.tcz
firmware-netxen.tcz
firmware-openfwwf.tcz
firmware-ralinkwifi.tcz
firmware-rtl8192ce_se_de.tcz
firmware-rtlwifi.tcz
firmware-ti-connectivity.tcz
firmware-ueagle-atm.tcz
firmware-vxge.tcz
firmware-zd1211.tcz
firmware.tcz
tc-install-GUI.tcz
ezremaster.tcz
kmaps.tcz
libavcodec3.tcz
libavcodec.tcz
firefox_getLatest.tcz
chromium-browser.tcz
chromium-browser-locale.tcz
nano.tcz
mirrors.tcz
Xorg-7.7-3d.tcz
firefox.tcz
palemoon.tcz
llvm-dev.tcz
firefox-ESR.tcz
getlocale.tcz
mylocale.tcz
vlc3.tcz
gnome-terminal.tcz
mount:
rootfs on / type rootfs (rw,size=927568k,nr_inodes=336487)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600,ptmxmode=000)
tmpfs on /dev/shm type tmpfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sda1 on /mnt/sda1 type ext4 (rw,relatime)
/dev/loop0 on /tmp/tcloop/libfontenc type squashfs (ro,relatime)
/dev/loop1 on /tmp/tcloop/libpng type squashfs (ro,relatime)
/dev/loop2 on /tmp/tcloop/freetype type squashfs (ro,relatime)
/dev/loop3 on /tmp/tcloop/libXfont type squashfs (ro,relatime)
/dev/loop4 on /tmp/tcloop/bzip2-lib type squashfs (ro,relatime)
/dev/loop5 on /tmp/tcloop/libjpeg-turbo type squashfs (ro,relatime)
/dev/loop6 on /tmp/tcloop/imlib2 type squashfs (ro,relatime)
/dev/loop7 on /tmp/tcloop/imlib2-bin type squashfs (ro,relatime)
/dev/loop8 on /tmp/tcloop/libXdmcp type squashfs (ro,relatime)
/dev/loop9 on /tmp/tcloop/libXau type squashfs (ro,relatime)
/dev/loop10 on /tmp/tcloop/libxcb type squashfs (ro,relatime)
/dev/loop11 on /tmp/tcloop/libX11 type squashfs (ro,relatime)
/dev/loop12 on /tmp/tcloop/libXext type squashfs (ro,relatime)
/dev/loop13 on /tmp/tcloop/fltk-1.3 type squashfs (ro,relatime)
/dev/loop14 on /tmp/tcloop/libSM type squashfs (ro,relatime)
/dev/loop15 on /tmp/tcloop/libICE type squashfs (ro,relatime)
/dev/loop16 on /tmp/tcloop/libXt type squashfs (ro,relatime)
/dev/loop17 on /tmp/tcloop/libXmu type squashfs (ro,relatime)
/dev/loop18 on /tmp/tcloop/Xlibs type squashfs (ro,relatime)
/dev/loop19 on /tmp/tcloop/Xprogs type squashfs (ro,relatime)
/dev/loop20 on /tmp/tcloop/Xvesa type squashfs (ro,relatime)
/dev/loop21 on /tmp/tcloop/aterm type squashfs (ro,relatime)
/dev/loop22 on /tmp/tcloop/flwm_topside type squashfs (ro,relatime)
/dev/loop23 on /tmp/tcloop/wbar type squashfs (ro,relatime)
/dev/loop24 on /tmp/tcloop/libxkbfile type squashfs (ro,relatime)
/dev/loop25 on /tmp/tcloop/libXxf86vm type squashfs (ro,relatime)
/dev/loop26 on /tmp/tcloop/libXxf86dga type squashfs (ro,relatime)
/dev/loop27 on /tmp/tcloop/libXv type squashfs (ro,relatime)
/dev/loop28 on /tmp/tcloop/libXvmc type squashfs (ro,relatime)
/dev/loop29 on /tmp/tcloop/libXi type squashfs (ro,relatime)
/dev/loop30 on /tmp/tcloop/libXtst type squashfs (ro,relatime)
/dev/loop31 on /tmp/tcloop/libXss type squashfs (ro,relatime)
/dev/loop32 on /tmp/tcloop/libXres type squashfs (ro,relatime)
/dev/loop33 on /tmp/tcloop/libXrender type squashfs (ro,relatime)
/dev/loop34 on /tmp/tcloop/libXrandr type squashfs (ro,relatime)
/dev/loop35 on /tmp/tcloop/libXinerama type squashfs (ro,relatime)
/dev/loop36 on /tmp/tcloop/expat2 type squashfs (ro,relatime)
/dev/loop37 on /tmp/tcloop/fontconfig type squashfs (ro,relatime)
/dev/loop38 on /tmp/tcloop/libXft type squashfs (ro,relatime)
/dev/loop39 on /tmp/tcloop/libXfont2 type squashfs (ro,relatime)
/dev/loop40 on /tmp/tcloop/libXfixes type squashfs (ro,relatime)
/dev/loop41 on /tmp/tcloop/libXdamage type squashfs (ro,relatime)
/dev/loop42 on /tmp/tcloop/libXcursor type squashfs (ro,relatime)
/dev/loop43 on /tmp/tcloop/libXcomposite type squashfs (ro,relatime)
/dev/loop44 on /tmp/tcloop/libXpm type squashfs (ro,relatime)
/dev/loop45 on /tmp/tcloop/libXaw type squashfs (ro,relatime)
/dev/loop46 on /tmp/tcloop/libFS type squashfs (ro,relatime)
/dev/loop47 on /tmp/tcloop/fluxbox type squashfs (ro,relatime)
/dev/loop48 on /tmp/tcloop/wireless-4.19.10-tinycore type squashfs (ro,relatime)
/dev/loop49 on /tmp/tcloop/libiw type squashfs (ro,relatime)
/dev/loop50 on /tmp/tcloop/wireless_tools type squashfs (ro,relatime)
/dev/loop51 on /tmp/tcloop/ncursesw type squashfs (ro,relatime)
/dev/loop52 on /tmp/tcloop/readline type squashfs (ro,relatime)
/dev/loop53 on /tmp/tcloop/openssl type squashfs (ro,relatime)
/dev/loop54 on /tmp/tcloop/libnl type squashfs (ro,relatime)
/dev/loop55 on /tmp/tcloop/wpa_supplicant type squashfs (ro,relatime)
/dev/loop56 on /tmp/tcloop/wifi type squashfs (ro,relatime)
/dev/loop57 on /tmp/tcloop/wl-modules-4.19.10-tinycore type squashfs (ro,relatime)
/dev/loop58 on /tmp/tcloop/iw type squashfs (ro,relatime)
/dev/loop59 on /tmp/tcloop/libpci type squashfs (ro,relatime)
/dev/loop60 on /tmp/tcloop/pci-utils type squashfs (ro,relatime)
/dev/loop61 on /tmp/tcloop/ndiswrapper-modules-4.19.10-tinycore type squashfs (ro,relatime)
/dev/loop62 on /tmp/tcloop/perl5 type squashfs (ro,relatime)
/dev/loop63 on /tmp/tcloop/ndiswrapper type squashfs (ro,relatime)
/dev/loop64 on /tmp/tcloop/firmware-atheros type squashfs (ro,relatime)
/dev/loop65 on /tmp/tcloop/firmware-broadcom_bcm43xx type squashfs (ro,relatime)
/dev/loop66 on /tmp/tcloop/firmware-broadcom_bnx2 type squashfs (ro,relatime)
/dev/loop67 on /tmp/tcloop/firmware-broadcom_bnx2x type squashfs (ro,relatime)
/dev/loop68 on /tmp/tcloop/b43-fwcutter type squashfs (ro,relatime)
/dev/loop69 on /tmp/tcloop/libzstd type squashfs (ro,relatime)
/dev/loop70 on /tmp/tcloop/lzo type squashfs (ro,relatime)
/dev/loop71 on /tmp/tcloop/liblzma type squashfs (ro,relatime)
/dev/loop72 on /tmp/tcloop/squashfs-tools type squashfs (ro,relatime)
/dev/loop73 on /tmp/tcloop/firmware-getB43 type squashfs (ro,relatime)
/dev/loop74 on /tmp/tcloop/firmware-ipw2100 type squashfs (ro,relatime)
/dev/loop75 on /tmp/tcloop/firmware-ipw2200 type squashfs (ro,relatime)
/dev/loop76 on /tmp/tcloop/firmware-iwimax type squashfs (ro,relatime)
/dev/loop77 on /tmp/tcloop/firmware-iwl8000 type squashfs (ro,relatime)
/dev/loop78 on /tmp/tcloop/firmware-iwl9000 type squashfs (ro,relatime)
/dev/loop79 on /tmp/tcloop/firmware-iwlwifi type squashfs (ro,relatime)
/dev/loop80 on /tmp/tcloop/firmware-marvel type squashfs (ro,relatime)
/dev/loop81 on /tmp/tcloop/firmware-myri10ge type squashfs (ro,relatime)
/dev/loop82 on /tmp/tcloop/firmware-netxen type squashfs (ro,relatime)
/dev/loop83 on /tmp/tcloop/firmware-openfwwf type squashfs (ro,relatime)
/dev/loop84 on /tmp/tcloop/firmware-ralinkwifi type squashfs (ro,relatime)
/dev/loop85 on /tmp/tcloop/firmware-rtl8192ce_se_de type squashfs (ro,relatime)
/dev/loop86 on /tmp/tcloop/firmware-rtlwifi type squashfs (ro,relatime)
/dev/loop87 on /tmp/tcloop/firmware-ti-connectivity type squashfs (ro,relatime)
/dev/loop88 on /tmp/tcloop/firmware-ueagle-atm type squashfs (ro,relatime)
/dev/loop89 on /tmp/tcloop/firmware-vxge type squashfs (ro,relatime)
/dev/loop90 on /tmp/tcloop/firmware-zd1211 type squashfs (ro,relatime)
/dev/loop91 on /tmp/tcloop/firmware type squashfs (ro,relatime)
/dev/loop92 on /tmp/tcloop/syslinux type squashfs (ro,relatime)
/dev/loop93 on /tmp/tcloop/glibc_gconv type squashfs (ro,relatime)
/dev/loop94 on /tmp/tcloop/mtools type squashfs (ro,relatime)
/dev/loop95 on /tmp/tcloop/dosfstools type squashfs (ro,relatime)
/dev/loop96 on /tmp/tcloop/tc-install type squashfs (ro,relatime)
/dev/loop97 on /tmp/tcloop/tc-install-GUI type squashfs (ro,relatime)
/dev/loop98 on /tmp/tcloop/fltk-1.1.10 type squashfs (ro,relatime)
/dev/loop99 on /tmp/tcloop/gzip type squashfs (ro,relatime)
/dev/loop100 on /tmp/tcloop/attr type squashfs (ro,relatime)
/dev/loop101 on /tmp/tcloop/acl type squashfs (ro,relatime)
/dev/loop102 on /tmp/tcloop/tar type squashfs (ro,relatime)
/dev/loop103 on /tmp/tcloop/advcomp type squashfs (ro,relatime)
/dev/loop104 on /tmp/tcloop/mkisofs-tools type squashfs (ro,relatime)
/dev/loop105 on /tmp/tcloop/ezremaster type squashfs (ro,relatime)
/dev/loop106 on /tmp/tcloop/kmaps type squashfs (ro,relatime)
/dev/loop107 on /tmp/tcloop/libxshmfence type squashfs (ro,relatime)
/dev/loop108 on /tmp/tcloop/libffi type squashfs (ro,relatime)
/dev/loop109 on /tmp/tcloop/glib2 type squashfs (ro,relatime)
/dev/loop110 on /tmp/tcloop/udev-lib type squashfs (ro,relatime)
/dev/loop111 on /tmp/tcloop/libpciaccess type squashfs (ro,relatime)
/dev/loop112 on /tmp/tcloop/libdrm type squashfs (ro,relatime)
/dev/loop113 on /tmp/tcloop/libGL type squashfs (ro,relatime)
/dev/loop114 on /tmp/tcloop/libGLESv2 type squashfs (ro,relatime)
/dev/loop115 on /tmp/tcloop/libEGL type squashfs (ro,relatime)
/dev/loop116 on /tmp/tcloop/pixman type squashfs (ro,relatime)
/dev/loop117 on /tmp/tcloop/cairo type squashfs (ro,relatime)
/dev/loop118 on /tmp/tcloop/libxml2 type squashfs (ro,relatime)
/dev/loop119 on /tmp/tcloop/libcroco type squashfs (ro,relatime)
/dev/loop120 on /tmp/tcloop/libtiff type squashfs (ro,relatime)
/dev/loop121 on /tmp/tcloop/gdk-pixbuf2 type squashfs (ro,relatime)
/dev/loop122 on /tmp/tcloop/graphite2 type squashfs (ro,relatime)
/dev/loop123 on /tmp/tcloop/harfbuzz type squashfs (ro,relatime)
/dev/loop124 on /tmp/tcloop/pango type squashfs (ro,relatime)
/dev/loop125 on /tmp/tcloop/librsvg type squashfs (ro,relatime)
/dev/loop126 on /tmp/tcloop/lame type squashfs (ro,relatime)
/dev/loop127 on /tmp/tcloop/libopus type squashfs (ro,relatime)
/dev/loop128 on /tmp/tcloop/libogg type squashfs (ro,relatime)
/dev/loop129 on /tmp/tcloop/speex type squashfs (ro,relatime)
/dev/loop130 on /tmp/tcloop/libtheora type squashfs (ro,relatime)
/dev/loop131 on /tmp/tcloop/libvpx17 type squashfs (ro,relatime)
/dev/loop132 on /tmp/tcloop/giflib type squashfs (ro,relatime)
/dev/loop133 on /tmp/tcloop/libwebp1 type squashfs (ro,relatime)
/dev/loop134 on /tmp/tcloop/x264_148 type squashfs (ro,relatime)
/dev/loop135 on /tmp/tcloop/x265 type squashfs (ro,relatime)
/dev/loop136 on /tmp/tcloop/xvid type squashfs (ro,relatime)
/dev/loop137 on /tmp/tcloop/elfutils type squashfs (ro,relatime)
/dev/loop138 on /tmp/tcloop/libvdpau type squashfs (ro,relatime)
/dev/loop139 on /tmp/tcloop/llvm-lib type squashfs (ro,relatime)
/dev/loop140 on /tmp/tcloop/libepoxy type squashfs (ro,relatime)
/dev/loop141 on /tmp/tcloop/xorg-server type squashfs (ro,relatime)
/dev/loop142 on /tmp/tcloop/xkeyboard-config type squashfs (ro,relatime)
/dev/loop143 on /tmp/tcloop/xf86-video-vesa type squashfs (ro,relatime)
/dev/loop144 on /tmp/tcloop/libevdev type squashfs (ro,relatime)
/dev/loop145 on /tmp/tcloop/mtdev type squashfs (ro,relatime)
/dev/loop146 on /tmp/tcloop/xf86-input-evdev type squashfs (ro,relatime)
/dev/loop147 on /tmp/tcloop/xcursor-themes type squashfs (ro,relatime)
/dev/loop148 on /tmp/tcloop/Xorg-fonts type squashfs (ro,relatime)
/dev/loop149 on /tmp/tcloop/Xorg-7.7-bin type squashfs (ro,relatime)
/dev/loop150 on /tmp/tcloop/Xorg-7.7-3d type squashfs (ro,relatime)
/dev/loop151 on /tmp/tcloop/libva type squashfs (ro,relatime)
/dev/loop152 on /tmp/tcloop/libavutil3 type squashfs (ro,relatime)
/dev/loop153 on /tmp/tcloop/libswresample3 type squashfs (ro,relatime)
/dev/loop154 on /tmp/tcloop/libavcodec3 type squashfs (ro,relatime)
/dev/loop155 on /tmp/tcloop/x264 type squashfs (ro,relatime)
/dev/loop156 on /tmp/tcloop/celt type squashfs (ro,relatime)
/dev/loop157 on /tmp/tcloop/faac type squashfs (ro,relatime)
/dev/loop158 on /tmp/tcloop/libgsm type squashfs (ro,relatime)
/dev/loop159 on /tmp/tcloop/liborc type squashfs (ro,relatime)
/dev/loop160 on /tmp/tcloop/libschroedinger type squashfs (ro,relatime)
/dev/loop161 on /tmp/tcloop/libvorbis type squashfs (ro,relatime)
/dev/loop162 on /tmp/tcloop/flac type squashfs (ro,relatime)
/dev/loop163 on /tmp/tcloop/libsndfile type squashfs (ro,relatime)
/dev/loop164 on /tmp/tcloop/twolame type squashfs (ro,relatime)
/dev/loop165 on /tmp/tcloop/libvpx type squashfs (ro,relatime)
/dev/loop166 on /tmp/tcloop/libavutil type squashfs (ro,relatime)
/dev/loop167 on /tmp/tcloop/libavcodec type squashfs (ro,relatime)
/dev/loop168 on /tmp/tcloop/firefox_getLatest type squashfs (ro,relatime)
/dev/loop169 on /tmp/tcloop/hicolor-icon-theme type squashfs (ro,relatime)
/dev/loop170 on /tmp/tcloop/shared-mime-info type squashfs (ro,relatime)
/dev/loop171 on /tmp/tcloop/sqlite3 type squashfs (ro,relatime)
/dev/loop172 on /tmp/tcloop/nspr type squashfs (ro,relatime)
/dev/loop173 on /tmp/tcloop/nss type squashfs (ro,relatime)
/dev/loop174 on /tmp/tcloop/libasound type squashfs (ro,relatime)
/dev/loop175 on /tmp/tcloop/dbus type squashfs (ro,relatime)
/dev/loop176 on /tmp/tcloop/dbus-glib type squashfs (ro,relatime)
/dev/loop177 on /tmp/tcloop/atk type squashfs (ro,relatime)
/dev/loop178 on /tmp/tcloop/gtk2 type squashfs (ro,relatime)
/dev/loop179 on /tmp/tcloop/chromium-browser type squashfs (ro,relatime)
/dev/loop180 on /tmp/tcloop/chromium-browser-locale type squashfs (ro,relatime)
/dev/loop181 on /tmp/tcloop/ncurses5 type squashfs (ro,relatime)
/dev/loop182 on /tmp/tcloop/nano type squashfs (ro,relatime)
/dev/loop183 on /tmp/tcloop/mirrors type squashfs (ro,relatime)
/dev/loop184 on /tmp/tcloop/gcc_libs type squashfs (ro,relatime)
/dev/loop185 on /tmp/tcloop/gamin type squashfs (ro,relatime)
/dev/loop186 on /tmp/tcloop/at-spi2-core type squashfs (ro,relatime)
/dev/loop187 on /tmp/tcloop/at-spi2-atk type squashfs (ro,relatime)
/dev/loop188 on /tmp/tcloop/gtk3 type squashfs (ro,relatime)
/dev/loop189 on /tmp/tcloop/firefox type squashfs (ro,relatime)
/dev/loop190 on /tmp/tcloop/palemoon type squashfs (ro,relatime)
/dev/loop191 on /tmp/tcloop/liblzma-dev type squashfs (ro,relatime)
/dev/loop192 on /tmp/tcloop/libxml2-dev type squashfs (ro,relatime)
/dev/loop193 on /tmp/tcloop/libffi-dev type squashfs (ro,relatime)
/dev/loop194 on /tmp/tcloop/llvm-bin type squashfs (ro,relatime)
/dev/loop195 on /tmp/tcloop/llvm-dev type squashfs (ro,relatime)
/dev/loop196 on /tmp/tcloop/firefox-ESR type squashfs (ro,relatime)
/dev/loop197 on /tmp/tcloop/dialog type squashfs (ro,relatime)
/dev/loop198 on /tmp/tcloop/glibc_apps type squashfs (ro,relatime)
/dev/loop199 on /tmp/tcloop/glibc_i18n_locale type squashfs (ro,relatime)
/dev/loop200 on /tmp/tcloop/getlocale type squashfs (ro,relatime)
/dev/loop201 on /tmp/tcloop/mylocale type squashfs (ro,relatime)
/dev/loop202 on /tmp/tcloop/libdvbpsi type squashfs (ro,relatime)
/dev/loop203 on /tmp/tcloop/libltdl type squashfs (ro,relatime)
/dev/loop204 on /tmp/tcloop/json-c type squashfs (ro,relatime)
/dev/loop205 on /tmp/tcloop/libavahi type squashfs (ro,relatime)
/dev/loop206 on /tmp/tcloop/libpulseaudio type squashfs (ro,relatime)
/dev/loop207 on /tmp/tcloop/input-joystick-4.19.10-tinycore type squashfs (ro,relatime)
/dev/loop208 on /tmp/tcloop/alsa-modules-4.19.10-tinycore type squashfs (ro,relatime)
/dev/loop209 on /tmp/tcloop/i2c-4.19.10-tinycore type squashfs (ro,relatime)
/dev/loop210 on /tmp/tcloop/v4l-dvb-4.19.10-tinycore type squashfs (ro,relatime)
/dev/loop211 on /tmp/tcloop/libv4l2 type squashfs (ro,relatime)
/dev/loop212 on /tmp/tcloop/libopenal type squashfs (ro,relatime)
/dev/loop213 on /tmp/tcloop/SDL2 type squashfs (ro,relatime)
/dev/loop214 on /tmp/tcloop/libcddb type squashfs (ro,relatime)
/dev/loop215 on /tmp/tcloop/libcdio type squashfs (ro,relatime)
/dev/loop216 on /tmp/tcloop/libcdio-paranoia type squashfs (ro,relatime)
/dev/loop217 on /tmp/tcloop/recode type squashfs (ro,relatime)
/dev/loop218 on /tmp/tcloop/enca type squashfs (ro,relatime)
/dev/loop219 on /tmp/tcloop/fribidi type squashfs (ro,relatime)
/dev/loop220 on /tmp/tcloop/libass type squashfs (ro,relatime)
/dev/loop221 on /tmp/tcloop/libswscale3 type squashfs (ro,relatime)
/dev/loop222 on /tmp/tcloop/libpostproc3 type squashfs (ro,relatime)
/dev/loop223 on /tmp/tcloop/libunistring type squashfs (ro,relatime)
/dev/loop224 on /tmp/tcloop/libidn type squashfs (ro,relatime)
/dev/loop225 on /tmp/tcloop/libtasn1 type squashfs (ro,relatime)
/dev/loop226 on /tmp/tcloop/p11-kit type squashfs (ro,relatime)
/dev/loop227 on /tmp/tcloop/gmp type squashfs (ro,relatime)
/dev/loop228 on /tmp/tcloop/nettle3 type squashfs (ro,relatime)
/dev/loop229 on /tmp/tcloop/gnutls3.6 type squashfs (ro,relatime)
/dev/loop230 on /tmp/tcloop/libbluray type squashfs (ro,relatime)
/dev/loop231 on /tmp/tcloop/libavformat3 type squashfs (ro,relatime)
/dev/loop232 on /tmp/tcloop/libavfilter3 type squashfs (ro,relatime)
/dev/loop233 on /tmp/tcloop/libavdevice3 type squashfs (ro,relatime)
/dev/loop234 on /tmp/tcloop/lua type squashfs (ro,relatime)
/dev/loop235 on /tmp/tcloop/lua-lib type squashfs (ro,relatime)
/dev/loop236 on /tmp/tcloop/qt-5.x-base type squashfs (ro,relatime)
/dev/loop237 on /tmp/tcloop/qt-5.x-extended type squashfs (ro,relatime)
/dev/loop238 on /tmp/tcloop/icu type squashfs (ro,relatime)
/dev/loop239 on /tmp/tcloop/qt-5.x-dbus type squashfs (ro,relatime)
/dev/loop240 on /tmp/tcloop/qt-5.x-opengl type squashfs (ro,relatime)
/dev/loop241 on /tmp/tcloop/vlc3 type squashfs (ro,relatime)
/dev/loop242 on /tmp/tcloop/ncurses type squashfs (ro,relatime)
/dev/loop243 on /tmp/tcloop/vte-gtk3 type squashfs (ro,relatime)
/dev/loop244 on /tmp/tcloop/dconf type squashfs (ro,relatime)
/dev/loop245 on /tmp/tcloop/gsettings-desktop-schemas type squashfs (ro,relatime)
/dev/loop246 on /tmp/tcloop/gnome-icon-theme type squashfs (ro,relatime)
/dev/loop247 on /tmp/tcloop/gnome-themes-standard type squashfs (ro,relatime)
/dev/loop248 on /tmp/tcloop/gnome-terminal type squashfs (ro,relatime)
-
Hi reto0110
... extlinux.conf:
DEFAULT core
LABEL core
KERNEL /tce/boot/vmlinuz
INITRD /tce/boot/core.gz
APPEND quiet waitusb=5:UUID="c3d896f7-d630-4abc-9034-ae335d0d202d"
tce=UUID="c3d896f7-d630-4abc-9034-ae335d0d202d"
home=UUID="c3d896f7-d630-4abc-9034-ae335d0d202d" tz=GMT-4 lang=es_VE
laptop kmap=qwerty/es
The APPEND entry needs to all be on one line like this:
APPEND quiet waitusb=5:UUID="c3d896f7-d630-4abc-9034-ae335d0d202d" tce=UUID="c3d896f7-d630-4abc-9034-ae335d0d202d" home=UUID="c3d896f7-d630-4abc-9034-ae335d0d202d" tz=GMT-4 lang=es_VE laptop kmap=qwerty/es
-
yeah... a sloppy mistake...
Fixed. Also, I removed tz bootcode, because of tz=UTC-4 and tz=GMT-4 set a wrong time.
-the OCSP response still.
-the English keymapping still.
-
yeah... a sloppy mistake...
Fixed. Also, I removed tz bootcode, because of tz=UTC-4 and tz=GMT-4 set a wrong time.
-the OCSP response still.
-the English keymapping still.
Hi, reto0110!
I recognize myself, reading your questions ) tz bootcode costed me some waisted time too. This bootcode is one of such things, which you need to do once with your own hands and then forget about its presence.
Let me show you my example :
tc@box:~$ echo $TZ
EET-2EEDT-3,M3.5.0/3,M10.5.0/4
This is my TZ variable assigned during boot. It means:
I want my timezone to be named "EET" with value UTC-2 during winter, to be named EEDT with value UTC-3 during summer. Assuming my hardware timer stores UTC. Timezone settings are switched to "summer" time in the 3rd month (M3) during 5th week (5) i.e. last one, at Sunday (0) at 3:00am. Switching back to "winter" time will take place in the 10th month (M10), again during the last week (5) and again at Sunday (0) at 4:00 am.
Some else explanaitions you can find in TinyCore Wiki, for example here : http://wiki.tinycorelinux.net/wiki:time_zone
Don't neglect Wiki's search, TinyCore's Wiki is full of intersting things )
Regards!
-
Thank you. I'm reading your last book remmendation.
My TZ it's easy, without daylight saving, officially UTC-4, but tz=UTC-4 or tz=GMT-4 only adding +4 hours to my system config time.
the other detail, it's ca-certificate.tcz doesn't load in onboot.lst, Should I add it manually?
-
Linux expects your BIOS clock to be in UTC time. If it's in Windows-style local time, you need to add "noutc" into your boot params.
-
Hi reto0110
... -the English keymapping still.
Load kmaps.tcz.
You must be in the console to change the keyboard. If you are in the GUI, click on the Exit icon and select Exit to Prompt.
Then execute the following command:
sudo loadkmap < /usr/share/kmap/qwerty/es.kmap
startx
If the keyboard is to your liking, click on the Editor icon and add the following line to your /opt/bootsync.sh file:
loadkmap < /usr/share/kmap/qwerty/es.kmap
... the other detail, it's ca-certificate.tcz doesn't load in onboot.lst, Should I add it manually?
Is it present in your /mnt/sda1/tce/optional directory? If it is, add it manually to onboot.lst. Otherwise tell Apps to install it again.
[EDIT]: Changed bootlocal.sh to bootsync.sh. Rich
-
Click on the Exit icon and select Exit to Prompt. Then execute the following command:
it works in Prompt only, no in the terminal or editor..
Is it present in your /mnt/sda1/tce/optional directory? If it is, add it manually to onboot.lst. Otherwise tell Apps to install it again.
added, ca-certificates.conf was created.
Linux expects your BIOS clock to be in UTC time. If it's in Windows-style local time, you need to add "noutc" into your boot params.
changed, but the problem persist...
-
it appears to have a relation with:
kmap: set keyboard layout (currently only "us")
if KEYMAP is set and an appropriate '.kmap'-file exists under '/usr/share/kmap/' then load that keymap and write the value of KEYMAP into '/etc/sysconfig/keymap'.
from: http://wiki.tinycorelinux.net/dcore:system_start_and_boot-codes?s[]=lang
-
Hi, reto0110!
You can put in order your times using:
1. date
2. hwclock
look at its switches, writes only using sudo.
3. sudo getTime.sh
will set up your timer from ntp server according to your tz. The same is done by SystemTools>SetTime in GUI.
-
date
THANKS. The time problem was fixed!
I can browse with https safely.
Problems remaining 2:
-- Keymaping fail: qwerty/es.kmap works in prompt only.
-- Browser and media slow: drivers, flash, codecs or extensions missing? ::)
PD: I'm finishing the book, what a awesome distro!
-
Hi reto0110
I see you are loading both Xorg-7.7-3d.tcz and Xvesa.tcz. You should only load one of those. What does this return:
cat /etc/sysconfig/Xserver
cat /etc/sysconfig/desktop
You can also remove the following from onboot.lst:
tc-install-GUI.tcz
ezremaster.tcz
firefox_getLatest.tcz
chromium-browser.tcz
chromium-browser-locale.tcz
firefox.tcz
palemoon.tcz
They will still be available using the Apps utility and then clicking Apps->Load App Locally.
If you know what kind of wireless hardware you have we can remove most of those firmware extensions from onboot.lst too.
-
Ok, done.
What does this return:
the outputs are:
-Xorg
-fluxbox
You should only load one of those
I'm going to unload Xvesa then...
-
Hi reto0110
... I'm going to unload Xvesa then...
You can also remove flwm_topside.tcz from onboot.lst.
-- Browser and media slow: drivers, flash, codecs or extensions missing? ::) ...
If you post your /var/log/Xorg.0.log, maybe someone will spot something.
-
You can also remove flwm_topside.tcz from onboot.lst.
Done.
I just realize, I don't have audio in firefox either...
/var/log/Xorg.0.log
Attached!
Thank you very much Rich 8)
-
Hi reto0110
... I just realize, I don't have audio in firefox either...
Start by first installing alsa:
http://forum.tinycorelinux.net/index.php/topic,22145.msg138620.html#msg138620
Firefox also needs pulseaudio. Be sure to read the info file:
http://tinycorelinux.net/10.x/x86/tcz/pulseaudio.tcz.info
-
Hi reto0110
-- Browser and media slow: drivers, flash, codecs or extensions missing? ::) ...
It looks like you are currently running the xf86-video-vesa.tcz driver. Your log file shows you have an ATI MOBILITY RADEON 7500
video caard. Try installing xf86-video-ati.tcz, then reboot, and see if things run any faster.
-
alsactl init
Found hardware: "ICH" "Analog Devices AD1881A" "AC97a:41445348" "0x1014" "0x0508"
Hardware is initialized using a generic method
I un-muted Master volumen and all volumens in high levels. I set the red points in Line volumen. but:
speaker-test [-Ddefault:1] -c2 -t wav -l1
the speaker makes no sound, just shows:
Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
WAV file(s)
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 2048 to 16384
Period size range from 1024 to 1024
Using max buffer size 16384
Periods = 4
was set period_size = 1024
was set buffer_size = 16384
0 - Front Left
1 - Front Right
Time per period = 2.688197
and
amixer set "Master" 80 unmute
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 63
Mono:
Front Left: Playback 63 [100%] [0.00dB] [on]
Front Right: Playback 63 [100%] [0.00dB] [on]
And alsasound service is up
:(
-
Also
sudo /usr/local/etc/init.d/alsasound start
return:
rmmod cant't unload module ´'snd_timer': Resource temporarily unavalilable'
and hundreds of records like that with ´snd_timer´ changed.
-
Hi, reto0110!
I don't use alsa-config.tcz, i placed such a file in my home dir:
tc@box:~$ cat .asoundrc
pcm.!default {
type hw
card 0
}
ctl.!default {
type hw
card 0
}
and have the sound. This is dumb, but it works. At least it can be some working starting point.
-
I don't know if is because of this, but I just read this lines in xorg log:
[ 88.560] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 88.560] (II) No input driver specified, ignoring this device.
[ 88.560] (II) This device may have been added with another device file.
-
I've installed the graphic driver, but Should I to uninstall the older one? How?
Besides I get this innocuous message in the boot screen:
https://drive.google.com/open?id=1xrQXfd6L5G7YPV1VfKLJUXlcXWA9sC1W
-
Hi reto0110
Install firmware-radeon.tcz..
-
Hi Rich,
Done, but I can't say if there is any change in the graphic performance.
Look, Rich, this is the type of Linux deep things that I don't know yet. Can you share any book recommendation?
I'm reading the wikia and I finish the book of tiny core, but I need more deep theory of Linux with an practical approach. Do you understand me?
I'm used to manage Xubuntu more easily :)
-
Hi reto0110
... Look, Rich, this is the type of Linux deep things that I don't know yet. Can you share any book recommendation? ...
What little Linux knowledge I posses came from this forum, its members, and online searches. I'll leave book recommendations
to someone more informed on the subject.