Tiny Core Base > piCore Test Releases

piCore-5.2rc2

(1/1)

bmarkus:
Team Tiny Core is pleased to announce the availability of piCore-5.2rc2, the second release candidate for 5.2:

http://tinycorelinux.net/5.x/armv6/release_candidates/

Change log for 5.2rc2:

* added missing kernel module to base  required for certain wireless drivers
* piCore-5.2rc2-X preinstalled apps updated to current

Change log for 5.2rc1:

* kernel updated to 3.13.3
* updated RPi firmware
* useBusybox in tc-functions changed to eliminate interference with certain installed GNU apps
* rebuildfstab: do not replace fstab entries for a device that does not have "Added by TC" on the line (thanks to Gerald Clark)
* init: increase the default inode count
* ondemand: don't list extensions under subdirs in onboot maintenance
* busybox updated to 1.22.1 and split suid/nosuid for better security
* ldd: Added quotes for binaries with spaces in their names
* /etc/services: modified to suit rpcbind rather than portmap
* tc-functions: Removed the getpasswd stars to allow backspace to work
* added accelerated arm-mem library to spead-up memcmp, memcpy, memmove & memset

Images with preinstalled SSH for headless operation and with GUI also available.

For support visit http://forum.tinycorelinux.net/index.php/board,57.0.html

sbp:
Hi Bela , thank you.

I will test during the weekend. Also thanks for helping with the missing module for the wifi adaptor, I did not spot the reason for his wifi adaptor not working.

Steen

bmarkus:
Steen, thanks for testing. If something doesn't work dmesg can help. In this case:


--- Code: ---[ 29.979510] rtl8187: Unknown symbol eeprom_93cx6_multiread (err 0)
[ 29.979691] rtl8187: Unknown symbol eeprom_93cx6_read (err 0)
--- End code ---

It means, rtl8187 module is loaded, but didn't find eeprom_93cx6 module. Using modinfo:


--- Code: ---tc@box:~$ modinfo rtl8187
filename:       kernel/drivers/net/wireless/rtl818x/rtl8187/rtl8187.ko.gz
license:        GPL
author:         Larry Finger <Larry.Finger@lwfinger.net>
author:         Herton Ronaldo Krzesinski <herton@mandriva.com.br>
author:         Michael Wu <flamingice@sourmilk.net>
description:    RTL8187/RTL8187B USB wireless driver
alias:          usb:v1737p0073d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v18E8p6232d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1371p9401d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0DF6p0029d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0DF6p000Dd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0846p4260d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0846p6100d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0769p11F2d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0BDAp8197d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0BDAp8187d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0B05p171Dd*dc*dsc*dp*ic*isc*ip*in*
depends:        mac80211,eeprom_93cx6,cfg80211
vermagic:       3.13.3-piCore+ preempt mod_unload ARMv6 p2v8
tc@box:~$ modprobe eeprom_93cx6
modprobe: module eeprom_93cx6 not found in modules.dep
tc@box:~$
--- End code ---

In the depends: line there are the dependencies.

Gerrelt:
Hi Béla,

 I've installed it on 4 Raspberries, all equiped with a RTL8188CUS wifi adapter. But I use two different types/brands (one with and one without antenna).
All is working fine, thank you for this release candidate.

Greetings,

    Gerrelt.

Navigation

[0] Message Index

Go to full version