Jump to content

simonecenton

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Like
    simonecenton reacted to mariusz in Orange Pi zero lag over ssh   
    Hi,
     
    I have found solution for lagging ssh which work for me. It was tested only on the latest available realsese Nightly 4.10.1 (https://www.armbian.com/donate/?f=https://dl.armbian.com/orangepizero/Ubuntu_xenial_dev_nightly.7z). The procedure is following.
    1. Set your wifi connection with network manager (nmtui-connect).
     
    2. Add following to the rc.local
    GATEWAY=`route -n | grep "^0.0.0.0" | tr -s " " | cut -f2 -d" "`
    ifconfig wlan0 down
    ifconfig wlan0 up
    route add default gw $GATEWAY wlan0
     
    3. Change in rc.local 
    #!/bin/sh -e
    to 
    #!/bin/bash
     
    Make schure that NetworkManager-wait-online.service is enabled
     
    systemctl unmask NetworkManager-wait-online.service
     
    Best,
    Mariusz
     
  2. Like
    simonecenton reacted to JMCC in enable tightvncserver local input   
    Probably if you use x11vnc instead of tightvncserver. Maybe this tutorial still works in Xenial.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines