gleam Posted September 26, 2018 Posted September 26, 2018 OK, OK, OK, OK No problems! :-) Just experience. Mine. My XU4 is connected to VU7 Plus, nice. charming. The startscreen when starting from a very beginning: The letters are really very small. The VU7 is adjusted to 1200x720 but it is 1024x768 Adjusting the size of the letters one should have some experience in doing that. Also in setting the keyboard. I don't have good experience without DHCP on XU4. Also not with IPv6 for the server doesn't support IPv6. (ADSL-Modem :->) https://wiki.odroid.com/accessory/emmc/recovery_xu4 is very good No problems. Working with Configuration utility one can get lost without reading the "book" simultanously. And here is some warning in "stretch' making stress: Copy&paste using vim in CLI is bad. One has always be prepared for "systemctl restart gpm" or vim.basic will block XU4! I always have a CLI with TOP to stop vim.basic. People at debian don't repaire it I don't get out why not. Is there anyone having experience with XU6 and Linphone? That's for the moment and all the best for the work on armbian!
gleam Posted September 27, 2018 Author Posted September 27, 2018 Well, things are going on. This time IPV6 <-> IPV4 and DHCP. As I mentioned my ADSL-modem is crap (ALCATEL). So switching to fixed address is not at all recommended. Here. Coming back to DHCP doesn't, work. No IP no route, no relay (as the gateway should be called). Also IPv6-address disappeared. No SSH possible of course. And! eth0 is dead, enp4s1 ist dead, long live enx001234567890 where 1234567890 is the MAC My IPv4 looks like 10.0.0.x\24 thr gx is 10.0.0.138. Log in as root. Eine Zeile ist Memory usage: 9 % of 1996MB IP: nitchewo, null, niente you can put rthe following in a "script" without '#' and make it chmod "script" 755 #ip link set dev enx001234567890 down #ip addr add dev enx001234567890 local 10.0.0.x/24 broadcast 10.0.0.255 #ip link set dev enx001234567890 up #route add default dev enx001234567890 gw 10.0.0.138 Then try ping 10.0.0.138 and ping or telnet 194.183.128.159 25 afterwards X you have to start with startx, also as root it works BEWARE: Don't try vim, gitfm, gpm, please, that's crap from Debian! You only can use nano <wääähh> mc :-( gpm is OK then Questions?
gleam Posted September 30, 2018 Author Posted September 30, 2018 As mentioned I still use a memorycard with D9,5 , but did get e repaired eMMS with android from hardkernel. Now I made a look what's on to work with (file attached) Most annoying c&p using Debian stretch vim and gpm, please use nano or D8 which is very old but works fine. Why old? Networkcard is still called eth. in D9 it is now end4s6 for instance an now en00(MAC) which is too long for many programs as sinfod. And one again, never try IPv6. going back to IPv4 because of sone problems, nothing will work, no net, no armbian-config so please adopt that for your needs: /etc/networking/interfaces nano /etc/network/interfaces # armbian-config created ##source /etc/network/interfaces.d/* # Local loopback auto lo iface lo inet loopback # Interface enx001e06322b8e auto enx001e06322b8e allow-auto enx001e06322b8e allow-hotplug enx001e06322b8e iface enx001e06322b8e inet static address 10.0.0.1 netmask 255.255.255.0 network 10.0.0.0 broadcast 10.0.0.255 gateway 10.0.0.138 hardware ether 00:1e:06:32:2b:8e dns-nameserver 127.0.0.1 194.183.128.35 194.183.128.36 dns-search at enx001e06322b8e I'm sure it is not yours Kernels reads this in the very beginning. to make changes use "ip". ip is strange but genious for it can be used for everything concerning nets. So get accustomed to it now. But just for the beginning: ip link set dev enx001e06322b8e down ip addr del 10.0.0.7/24 dev enx001e06322b8e ip addr add dev enx001e06322b8e local 10.0.0.1/24 broadcast 10.0.0.255 ip link set dev enx001e06322b8e up now as enx001e06322b8e is up now ask route -n and you might need: route add default dev enp4s0 gw 10.0.0.138 but that is ugly so use ip route add default dev enx001e06322b8e src 10.0.0.3/24 via 10.0.0.138 I don's not what to repair but IPv6 is completly distroyed. 1
gleam Posted September 30, 2018 Author Posted September 30, 2018 something useful: Howto get these mmcblk-crap root@2b8e:/mnt# ls -lisa /dev/disk/by-uuid total 0 12297 0 drwxr-xr-x 2 root root 160 Sep 27 20:58 . 9262 0 drwxr-xr-x 7 root root 140 Jan 1 2000 .. 13331 0 lrwxrwxrwx 1 root root 15 Sep 27 20:58 0000-3333 -> ../../mmcblk0p1 12298 0 lrwxrwxrwx 1 root root 15 Sep 27 20:58 1334d04d-7ea0-44b3-9dba-fbc34e9e9ccd -> ../../mmcblk0p3 11330 0 lrwxrwxrwx 1 root root 15 Sep 27 20:58 57f8f4bc-abf4-655f-bf67-946fc0f9f25b -> ../../mmcblk0p2 14781 0 lrwxrwxrwx 1 root root 10 Sep 27 20:58 6afd7d22-8f78-4e09-9214-7df7421b7c06 -> ../../sdb1 9291 0 lrwxrwxrwx 1 root root 15 Sep 27 20:58 7d408db8-5e88-4654-aaee-3e0d621c4fa1 -> ../../mmcblk1p1 14750 0 lrwxrwxrwx 1 root root 10 Sep 27 20:58 D303-6887 -> ../../sda1 don't forget: mmcblk0p1 differs from mmcblk1p1 and: find / .name mmcblk0p3 :-D OKOK find / -name mmcblk0p2 /sys/devices/platform/soc/12200000.mmc/mmc_host/mmc0/mmc0:0001/block/mmcblk0/mmcblk0p2 /sys/class/block/mmcblk0p2 Support isn't useful at all
gleam Posted September 30, 2018 Author Posted September 30, 2018 well, some annoying behaviors, extremly annoying, really do ip link set dev enx001e06322b8e down and then ip addr show ip link is up again !!!!!!!!!! WHY? >8-0 Well try that, open a file, insert ip --force link set dev enx001e06322b8e down ip addr del 10.0.0.7/24 dev enx001e06322b8e ip addr add dev enx001e06322b8e local 10.0.0.1/24 broadcast 10.0.0.255 ip -force link set dev enx001e06322b8e up close it and make chown "file" 755 and now it is better This is new in stretch ans idiotic. BUT! did you change /etc/network/interfaces? I'm afraid it has to be changed too a don't want to reboot now.....
Recommended Posts