Difference between revisions of "CM-T335: Linux: Known Issues"
Line 34: | Line 34: | ||
</pre> | </pre> | ||
}} | }} | ||
+ | |||
+ | {{IssueCategory|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: | ||
+ | <pre> | ||
+ | root@cm-debian:~# rm /etc/udev/rules.d/70-persistent-net.rules | ||
+ | root@cm-debian:~# reboot | ||
+ | </pre> | ||
+ | |||
+ | :'''Workaround 2:''' Disable persistent network interface rules: | ||
+ | <pre> | ||
+ | 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]] |
Revision as of 11:59, 7 September 2015
Enlightenment Window Manager |
enlightenment_remote -default-profile-set Standard-copy |
Frame buffer console |
|
Bluetooth initialization timed out |
root@cm-debian:~# hciattach -s 115200 /dev/ttyO1 texas 3000000 Initialization timed out.
root@cm-debian:~# echo 0 > /sys/class/gpio/gpio19/value root@cm-debian:~# echo 1 > /sys/class/gpio/gpio19/value root@cm-debian:~# hciattach -s 115200 /dev/ttyO1 texas 3000000 Found a Texas Instruments' chip! Firmware file : /lib/firmware/TIInit_7.6.15.bts Loaded BTS script version 1 texas: changing baud rate to 3000000, flow control to 1 [ 406.694167] Bluetooth: HCI UART driver ver 2.2 [ 406.698847] Bluetooth: HCI H4 protocol initialized [ 406.703912] Bluetooth: HCI BCSP protocol initialized [ 406.709097] Bluetooth: HCILL protocol initialized Device setup complete |
Network interface name change |
root@cm-debian:~# rm /etc/udev/rules.d/70-persistent-net.rules root@cm-debian:~# reboot
root@cm-debian:~# echo "# disable net-generator rules in /lib/udev" > /etc/udev/rules.d/75-persistent-net-generator.rules root@cm-debian:~# reboot |