Difference between revisions of "CM-T335: Linux: Known Issues"

From Compulab Mediawiki
Jump to: navigation, search
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{IssueCategory|Enlightenment Window Manager|
+
{{IssueCategory|Network interface name change|
* If the '''Touchscreen''' profile is selected the '''Settings Panel''' doesn't have '''Profiles''' setting menu. It is not possible to switch the profile.
+
* Network interface name can change if used with rootfs on NFS by more then a single CM-T335 unit.
:'''Workaround :''' Launch the {{cmd|xterm}} from '''Applications->Accessories''' and change the default profile from the command line:
+
:'''Workaround 1:''' Delete the udev persistent network interface rules file - should be repeated after every unit replacement:
 
<pre>
 
<pre>
enlightenment_remote -default-profile-set Standard-copy
+
root@cm-debian:~# rm /etc/udev/rules.d/70-persistent-net.rules
 +
root@cm-debian:~# reboot
 
</pre>
 
</pre>
}}
 
  
{{IssueCategory|Frame buffer console|
+
:'''Workaround 2:''' Disable persistent network interface rules:
* Sometimes the '''Frame buffer console''' is not visible and not possible to use.
+
<pre>
:'''Workaround :''' Use the serial or network ssh console.
+
root@cm-debian:~# echo "# disable net-generator rules in /lib/udev" > /etc/udev/rules.d/75-persistent-net-generator.rules
 +
root@cm-debian:~# reboot
 +
</pre>
 
}}
 
}}
  
 
[[Category:Linux]]
 
[[Category:Linux]]
 
[[Category:CM-T335]]
 
[[Category:CM-T335]]

Latest revision as of 17:18, 15 September 2016

Network interface name change
  • Network interface name can change if used with rootfs on NFS by more then a single CM-T335 unit.
Workaround 1: Delete the udev persistent network interface rules file - should be repeated after every unit replacement:
root@cm-debian:~# rm /etc/udev/rules.d/70-persistent-net.rules
root@cm-debian:~# reboot
Workaround 2: Disable persistent network interface rules:
root@cm-debian:~# echo "# disable net-generator rules in /lib/udev" > /etc/udev/rules.d/75-persistent-net-generator.rules
root@cm-debian:~# reboot