Vadim Kovzunov Posted September 10, 2015 Author Posted September 10, 2015 Very much I hope that the problem will be solved. Good distribution kit. Convenient. If it helps with elimination of a mistake that: my problem is shown not only when updating but also new installation of the last kernel. All that I spoke on the problem was at new installation of the last image and kernel
Igor Posted September 10, 2015 Posted September 10, 2015 Solution(s) - pick one: - Edit /etc/init.d/armhwinfo and add this: # fix for eth0 no brought up if [ "$(hwclock -r)" == "" ]; then echo -e "[\e[0;32m ok \x1B[0m] Fixing RTC and reloading eth0" date -s "2015-01-01 10:00:00" hwclock -w ifup eth0 fi - Replace it with this content - Wait for new image release (4.3) Please try if you run into problems after this fix.
drscheme Posted September 10, 2015 Posted September 10, 2015 Great. I will try this tomorrow and report.
Igor Posted September 11, 2015 Posted September 11, 2015 And a little more universal solution: # fix for eth0 no brought up if [ "$(hwclock -r)" == "" ]; then echo -e "[\e[0;32m ok \x1B[0m] Fixing RTC and reloading eth0" date -s "2015-01-01 10:00:00" hwclock -w service networking restart fi
Igor Posted September 11, 2015 Posted September 11, 2015 While this solution works for Wheezy it doesn't on Jessie which stuck on "waiting for ttyS0"
drscheme Posted September 11, 2015 Posted September 11, 2015 I can confirm that this works for wheezy. The entire installation procedure succeeded on my cubietruck. Thank you!! 1
Vadim Kovzunov Posted September 11, 2015 Author Posted September 11, 2015 So you recommend? To put Wheezy or then you will correct in Jessie?
Igor Posted September 11, 2015 Posted September 11, 2015 It works in Trusty too. (there is some time delay but it works)Jessie startup procedure is different and it resolves into different error. I'll try but it won't be this quick as for Wheezy. Rather stick to Wheezy, yes. ... I would rather see this is solved on kernel level.
Vadim Kovzunov Posted September 11, 2015 Author Posted September 11, 2015 Thanks for council. Only I will specify: it works at a kernel 4.1.6 or only on 3.4.108?
drscheme Posted September 11, 2015 Posted September 11, 2015 Thanks for council. Only I will specify: it works at a kernel 4.1.6 or only on 3.4.108? Wheezy with kernel 4.1.6 does work.
Igor Posted September 11, 2015 Posted September 11, 2015 Wheezy with kernel 4.1.6 does work. With fix or without? Download images are not corrected yet.
drscheme Posted September 11, 2015 Posted September 11, 2015 Ah, sorry... Wheezy with kernel 4.1.6 does work. ... when you use Igor's patch: # fix for eth0 no brought up if [ "$(hwclock -r)" == "" ]; thenecho -e "[\e[0;32m ok \x1B[0m] Fixing RTC and reloading eth0"date -s "2015-01-01 10:00:00"hwclock -wservice networking restartfi
Vadim Kovzunov Posted September 11, 2015 Author Posted September 11, 2015 I confirm: it works with this fix on Wheezy with kernel 4.1.6 .Without it does not work. Problem solved
Recommended Posts