Tiny Core Base > Release Candidate Testing

Core v14.0beta1

<< < (2/12) > >>

nick65go:
in /etc/init.d/tc-config, line 657: /sbin/loadcpufreq 2>/dev/null &

in https://github.com/tinycorelinux/tc-misc/blob/master/loadcpufreq.c
it tries to load specific CPU drivers, like: speedstep-ich, powernow-k6, powernow-k7, powernow-k8, longhaul, longrun

in /lib/modules/6.1.2-tinycore64/kernel/drivers/cpufreq is only powernow-k8.ko.gz

So in year 2023, for TC14 final, unfortunately the kernel 6.1.2 does not have anymore the old CPU drivers; only powernow-k8.ko.gz
also, maybe is missing the case for amd_freq_sensitivity.ko.gz (!?).

Maybe we could just force all like:

--- Code: ---/sbin/modprobe acpi-cpufreq powernow-k8 amd_freq_sensitivity
--- End code ---
and the kernel is smart enough to load only what is needs.

CNK:

--- Quote from: nick65go on March 06, 2023, 12:30:47 PM ---Thanks, maybe also the /usr/bin/select patch (attached) could be approved. It is just a tiny change for tce-ab to list 20 rows/screen instead of 15.

--- End quote ---

This is too long for the default aterm terminal window size of 80x24 characters. Testing in TC 13, although all the entries are visible, it scrolls down below the blank line at the top, and this causes the starting position of the text to change when there are fewer entries on the list (eg. when you get to the last page of results). More annoyingly, on slow computers (or slow Telnet/SSH/serial connections) it causes extra flickering as the window scrolls down one line each time the list is redrawn.

aus9:
Hi

Apps GUI claimed I needed updates for eiwd and some more but got "failed"  error so then I did

--- Code: ---tc@box:/mnt/sda3/tce/optional$ rm -rf eiwd* iwd* wifi-manager*
tc@box:/mnt/sda3/tce/optional$ tce-load -w wifi-manager
wifi-manager.tcz.dep OK
eiwd.tcz.dep OK
Downloading: eiwd.tcz
Connecting to repo.tinycorelinux.net (128.127.66.77:80)
saving to 'eiwd.tcz'
eiwd.tcz             100% |******************************************************************************|  600k  0:00:00 ETA
'eiwd.tcz' saved
eiwd.tcz: FAILED
md5sum: WARNING: 1 of 1 computed checksums did NOT match
Error on eiwd.tcz
--- End code ---

I am not using a mirror in case its a server midnight run issue, sorry if I am too impatient

Rich:
Hi aus9
md5.txt  file corrected. Try again.

aus9:
Rich
all good now thanks

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version