Tiny Core Base > Final Releases
Tiny Core v15.0
Rich:
Hi Juanito
CONFIG_DRM_PANEL and friends are set to yes so they are compiled in.
In TC15:
--- Code: ---CONFIG_I2C_HID=y
CONFIG_I2C_HID_ACPI=m
# CONFIG_I2C_HID_OF is not set
CONFIG_I2C_HID_CORE=m
--- End code ---
ACPI and CORE are modules.
i2c-hid is compiled in and should not show up as a module.
In TC14:
--- Code: ---CONFIG_I2C_HID_ACPI=y
# end of I2C HID support
CONFIG_I2C_HID_CORE=y
--- End code ---
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.
curaga:
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.
thane:
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
Juanito:
What commands are you using to store and restore your settings?
thane:
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
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version