WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tiny Core v15.0  (Read 11903 times)

Offline gadget42

  • Hero Member
  • *****
  • Posts: 663
Re: Tiny Core v15.0
« Reply #15 on: February 24, 2024, 08:22:58 AM »
from reply#9(https://forum.tinycorelinux.net/index.php/topic,26861.msg173024.html#msg173024)

continued troubleshooting by @Juanito suggestion "Instead of startx, enter the first line of .xsession to troubleshoot."
Code: [Select]
...
Xfbdev: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory
tc@box:~$ ldd /usr/local/bin/Xfbdev
        ...
        libpcre.so.1 => not found
        ...
please advise at your convenience(naturally/humbly)
The fluctuation theorem has long been known for a sudden switch of the Hamiltonian of a classical system Z54 . For a quantum system with a Hamiltonian changing from... https://forum.tinycorelinux.net/index.php/topic,25972.msg166580.html#msg166580

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14553
Re: Tiny Core v15.0
« Reply #16 on: February 24, 2024, 08:49:06 AM »
Hmm - I suspect that it’s one of the deps of Xfbdev that has a dep on pcre - I’ll take a look tomorrow.

Offline gadget42

  • Hero Member
  • *****
  • Posts: 663
Re: Tiny Core v15.0
« Reply #17 on: February 24, 2024, 09:05:37 AM »
temporary fix at my end:
Code: [Select]
tce-load -w -i pcre.tcz and startx works fine.
The fluctuation theorem has long been known for a sudden switch of the Hamiltonian of a classical system Z54 . For a quantum system with a Hamiltonian changing from... https://forum.tinycorelinux.net/index.php/topic,25972.msg166580.html#msg166580

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14553
Re: Tiny Core v15.0
« Reply #18 on: February 25, 2024, 06:28:35 AM »
libXfont had a dep on pcre masked by glib2, which also used to have a dep on pcre.

libXfont will compile without pcre, but then doesn't want to work.

libXfont dep adjusted and TinyCorePure iso rebuilt.

Offline gadget42

  • Hero Member
  • *****
  • Posts: 663
Re: Tiny Core v15.0
« Reply #19 on: February 25, 2024, 06:56:59 AM »
@Juanito, thanks for the update and all your wonderful works!
The fluctuation theorem has long been known for a sudden switch of the Hamiltonian of a classical system Z54 . For a quantum system with a Hamiltonian changing from... https://forum.tinycorelinux.net/index.php/topic,25972.msg166580.html#msg166580

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14553
Re: Tiny Core v15.0
« Reply #20 on: February 25, 2024, 07:28:16 AM »
..to add to the puzzle, the x86 libXfont doesn't have a dep on pcre and it works...

Offline gadget42

  • Hero Member
  • *****
  • Posts: 663
Re: Tiny Core v15.0
« Reply #21 on: February 26, 2024, 07:28:29 AM »
..to add to the puzzle, the x86 libXfont doesn't have a dep on pcre and it works...

while researching another topic i came across one of your posts from a few years ago that might be a clue?

32-bit uses Xvesa not Xfbdev
The fluctuation theorem has long been known for a sudden switch of the Hamiltonian of a classical system Z54 . For a quantum system with a Hamiltonian changing from... https://forum.tinycorelinux.net/index.php/topic,25972.msg166580.html#msg166580

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14553
Re: Tiny Core v15.0
« Reply #22 on: February 26, 2024, 07:53:02 AM »
Both Xvesa and Xfbdev use libXfont (as opposed to libXfont2) and I tested with Xfbdev in both 32/64bit.

Offline jim

  • Newbie
  • *
  • Posts: 15
Re: Tiny Core v15.0
« Reply #23 on: February 27, 2024, 06:26:26 AM »
Yet another minor hiccup, i2c-hid.ko seems to have gained a dependency on driver/gpu/drm_panel.ko? in the new kernel.
Sadly this breaks the trackpad on my laptop :(
I am running corepure64.

Trying modpobe i2c-hid puts:
i2c_hid: Unknown symbol drm_panel_remove_follower (err -2)
...
in dmesg, and I have forgotten how to paste from a terminal window into firefox, so I am typing it in.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14553
Re: Tiny Core v15.0
« Reply #24 on: February 27, 2024, 06:51:04 AM »
From this:
Code: [Select]
grep DRM_P config-6.6.8-tinycore
CONFIG_DRM_PANEL=y
# CONFIG_DRM_PANEL_AUO_A030JTN01 is not set
# CONFIG_DRM_PANEL_ORISETECH_OTA5601A is not set
# CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set
# CONFIG_DRM_PANEL_WIDECHIPS_WS2401 is not set
CONFIG_DRM_PANEL_BRIDGE=y
# CONFIG_DRM_PANEL_MIPI_DBI is not set
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
CONFIG_DRM_PRIVACY_SCREEN=y

..you'd think the module was compiled in - @curaga?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11227
Re: Tiny Core v15.0
« Reply #25 on: February 27, 2024, 08:12:05 AM »
Hi Juanito
CONFIG_DRM_PANEL  and friends are set to  yes  so they are compiled in.

In TC15:
Code: [Select]
CONFIG_I2C_HID=y
CONFIG_I2C_HID_ACPI=m
# CONFIG_I2C_HID_OF is not set
CONFIG_I2C_HID_CORE=m
ACPI and CORE are modules.
i2c-hid is compiled in and should not show up as a module.

In TC14:
Code: [Select]
CONFIG_I2C_HID_ACPI=y
# end of I2C HID support

CONFIG_I2C_HID_CORE=y
ACPI and CORE used to be compiled in and  CONFIG_I2C_HID  didn't exist.

I unpacked TC15  corepure64.gz  and  modules64.gz  and they both
contained  i2c-hid.ko.gz.

Online curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: Tiny Core v15.0
« Reply #26 on: February 27, 2024, 08:34:56 AM »
That symbol seems to be in drm.ko. Which is unfortunate, because it's big and depends on agpgart too, adding both to base would mean a ~200kb increase. You'll need to install the graphics- extension, I'm afraid.
The only barriers that can stop you are the ones you create yourself.

Offline thane

  • Hero Member
  • *****
  • Posts: 689
Re: Tiny Core v15.0
« Reply #27 on: February 28, 2024, 02:57:25 PM »
In TinyCorePure64 15.0 on my PC, alsa settings are not being preserved between boots.

I don't know how significant it is, but in 15.0 the permissions and owner settings for bootlocal.sh and bootsync.sh are different from what they were in 14.0 e.g. 15.0 has owner root:root and 14.0 has root:staff.

I'll keep fiddling.

thane

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14553
Re: Tiny Core v15.0
« Reply #28 on: February 28, 2024, 10:55:44 PM »
What commands are you using to store and restore your settings?

Offline thane

  • Hero Member
  • *****
  • Posts: 689
Re: Tiny Core v15.0
« Reply #29 on: February 29, 2024, 01:06:22 AM »
I followed tthe alsa.tcz info:

after adjusting alsamixer settings, did "sudo alsactl store";
added "usr/local/etc/alsa/asound.state" to opt/filetool.lst;
added "sudo alsactl restore" to opt/bootlocal.sh

No quotes in the actual text, of course.

Thane