Vadim Kovzunov Posted September 10, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Igor Posted September 10, 2015 Share Posted September 10, 2015 I found a way. Just need to implement it. Link to comment Share on other sites More sharing options...
Igor Posted September 10, 2015 Share 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. Link to comment Share on other sites More sharing options...
drscheme Posted September 10, 2015 Share Posted September 10, 2015 Great. I will try this tomorrow and report. Link to comment Share on other sites More sharing options...
Igor Posted September 11, 2015 Share 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 Link to comment Share on other sites More sharing options...
Igor Posted September 11, 2015 Share Posted September 11, 2015 While this solution works for Wheezy it doesn't on Jessie which stuck on "waiting for ttyS0" Link to comment Share on other sites More sharing options...
drscheme Posted September 11, 2015 Share Posted September 11, 2015 I can confirm that this works for wheezy. The entire installation procedure succeeded on my cubietruck. Thank you!! 1 Link to comment Share on other sites More sharing options...
Vadim Kovzunov Posted September 11, 2015 Author Share Posted September 11, 2015 So you recommend? To put Wheezy or then you will correct in Jessie? Link to comment Share on other sites More sharing options...
Igor Posted September 11, 2015 Share 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. Link to comment Share on other sites More sharing options...
Vadim Kovzunov Posted September 11, 2015 Author Share 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? Link to comment Share on other sites More sharing options...
drscheme Posted September 11, 2015 Share 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. Link to comment Share on other sites More sharing options...
Igor Posted September 11, 2015 Share Posted September 11, 2015 Wheezy with kernel 4.1.6 does work. With fix or without? Download images are not corrected yet. Link to comment Share on other sites More sharing options...
drscheme Posted September 11, 2015 Share 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 Link to comment Share on other sites More sharing options...
Vadim Kovzunov Posted September 11, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Recommended Posts