Jump to content

kolio

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello, I am trying to use g_serial but it does not work. I'm using fresh install of armbian (Armbian_5.38_Orangepilite_Debian_stretch_next_4.14.14.7z), with apt-get update/apt-get upgrade/armbianconfig Install headers. Linux orangepilite 4.14.15-sunxi #28 SMP Mon Jan 29 07:24:48 CET 2018 armv7l GNU/Linux This is the overlay I use to enable OTG: sudo /usr/sbin/armbian-add-overlay usbotg.dts /dts-v1/; /plugin/; / { compatible = "allwinner,sun8i-h3"; fragment@0 { target = <&usb_otg>; __overlay__ { dr_mode = "otg"; status = "okay"; }; }; }; After rebooting OPi there are several errors like this in syslog musb_g_ep0_irq 712: SetupEnd came in a wrong ep0stage out/status The other computer is running Ubuntu 16.04 LTS I use small USB hub (full speed only) between my PC and OPi lite but if I make direct connection the errors are same. If I unplug and plug USB cable between OrangePi Lite and my computer (or if I plug the cable after OPi boots) I get same errors. I got same errors when trying with .g_ether usb 7-2.1: new full-speed USB device number 4 using uhci_hcd usb 7-2.1: device descriptor read/64, error -71 usb 7-2.1: device descriptor read/64, error -71 usb 7-2.1: new full-speed USB device number 5 using uhci_hcd usb 7-2.1: device descriptor read/64, error -71 usb 7-2.1: device descriptor read/64, error -71 usb 7-2.1: new full-speed USB device number 6 using uhci_hcd usb 7-2.1: device not accepting address 6, error -71 usb 7-2.1: new full-speed USB device number 7 using uhci_hcd usb 7-2.1: device not accepting address 7, error -71 usb 7-2-port1: unable to enumerate USB device The result of sudo armbianmonitor -u is here http://ix.io/Fcb Regards
  2. No nameserver in these files too /etc/resolvconf/run/resolv.conf /run/resolvconf/resolv.conf The nameserver is set in this file only /run/NetworkManager/resolv.conf This is the content of /etc/NetworkManager/NetworkManager.conf [main] dns=none plugins=ifupdown,keyfile [ifupdown] managed=true [keyfile] unmanaged-devices=interface-name:p2p0 These are relevant lines from systemd journal: Oct 29 21:47:24 orangepilite NetworkManager[507]: <info> [1509306444.9814] dhcp-init: Using DHCP client 'dhclient' Oct 29 21:47:29 orangepilite NetworkManager[507]: <info> [1509306449.2421] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds) Oct 29 21:47:29 orangepilite NetworkManager[507]: <info> [1509306449.2570] dhcp4 (wlan0): dhclient started with pid 771 Oct 29 21:47:29 orangepilite dhclient[771]: DHCPREQUEST of 192.168.143.42 on wlan0 to 255.255.255.255 port 67 Oct 29 21:47:29 orangepilite dhclient[771]: DHCPACK of 192.168.143.42 from 192.168.143.10 Oct 29 21:47:29 orangepilite NetworkManager[507]: <info> [1509306449.4358] dhcp4 (wlan0): address 192.168.143.42 Oct 29 21:47:29 orangepilite NetworkManager[507]: <info> [1509306449.4360] dhcp4 (wlan0): plen 24 (255.255.255.0) Oct 29 21:47:29 orangepilite NetworkManager[507]: <info> [1509306449.4361] dhcp4 (wlan0): gateway 192.168.143.10 Oct 29 21:47:29 orangepilite NetworkManager[507]: <info> [1509306449.4361] dhcp4 (wlan0): server identifier 192.168.143.10 Oct 29 21:47:29 orangepilite NetworkManager[507]: <info> [1509306449.4362] dhcp4 (wlan0): lease time 14400 Oct 29 21:47:29 orangepilite NetworkManager[507]: <info> [1509306449.4363] dhcp4 (wlan0): hostname 'orangepilite' Oct 29 21:47:29 orangepilite NetworkManager[507]: <info> [1509306449.4364] dhcp4 (wlan0): nameserver '192.168.143.10' Oct 29 21:47:29 orangepilite NetworkManager[507]: <info> [1509306449.4365] dhcp4 (wlan0): domain name 'lan' Oct 29 21:47:29 orangepilite NetworkManager[507]: <info> [1509306449.4366] dhcp4 (wlan0): state changed unknown -> bound IP address, netmask and default gateway are set as expected. Regards
  3. There are checks like this case $LINUXFAMILY in sun7i|sun8i) sun8i*) but in /etc/armbian-release variable is set like this LINUXFAMILY=sunxi I don't if these check should be changed to "sunxi" only or "sunxi" should be or-ed with existing values. There are check like these in the build system too. Regards
  4. Hello, can somebody from developers add next to KERNEL_TARGET for Orange Pi Lite in the build system please ? Regards
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines