Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:xu4_tips [2015/08/26 18:35] odroid |
en:xu4_tips [2016/11/23 10:27] (current) odroid [Fix the Ethernet naming issue on Ubuntu 16.04] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | **XU4 and XU3-Lite have no energy sensor on board.**\\ | + | ====== XU4 and XU3-Lite have no energy sensor on board ====== |
- | So you always meet this error message in the Kernel boot process. | + | So you always meet this error message in the Kernel boot process because XU4 and XU3-Lite has no INA231 sensor on the board. |
<code> | <code> | ||
[ 11.229087] [c4] INA231 2-0040: I2C write error: (-6) reg: 0x0 | [ 11.229087] [c4] INA231 2-0040: I2C write error: (-6) reg: 0x0 | ||
Line 21: | Line 21: | ||
The annoying message will disappear. | The annoying message will disappear. | ||
+ | |||
+ | |||
+ | ====== Fix the Ethernet naming issue on Ubuntu 16.04 ====== | ||
+ | If you want a traditional name of the Ethernet port eth0, follow this instruction. (Written by TeHashX forum member) \\ | ||
+ | You can also fix the reconnection issue on router/switch rebooting.\\ | ||
+ | [[http://forum.odroid.com/viewtopic.php?f=95&t=22760#p153422|Instruction]] | ||
+ | |||
+ | Update : Latest "sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade" fixed the issue. | ||
+ | |||