Jump to content

mondalex

Members
  • Posts

    8
  • Joined

  • Last visited

Reputation Activity

  1. Like
    mondalex reacted to Igor in Orange Pi Zero Plus as an ethernet gadget   
    I actually wrote the exact procedure  Edit /etc/modules. Remove g_serial and add g_ether instead .... save and reboot.
     
    But remember, it's still only a theory. I haven't tested this.
  2. Like
    mondalex reacted to MitchD in Orange Pi Zero Plus as an ethernet gadget   
    change your /etc/network/interfaces file to look like:
    auto eth0 iface eth0 inet static     address 192.168.100.1     netmask 255.255.255.0  
    and type
    sudo ifdown eth0 && ifup eth0  
    With that you should be able to ssh into the device using ssh USER@192.168.100.1
  3. Like
    mondalex reacted to guidol in Orange Pi Zero Plus as an ethernet gadget   
    I think - you have to replace here eth0 with usb0
    The following page is for the Raspberry, but could also help your OPi with the /etc/network/interfaces or the configuration within windows:
    https://learn.adafruit.com/turning-your-raspberry-pi-zero-into-a-usb-gadget/ethernet-gadget
  4. Like
    mondalex got a reaction from guidol in Orange Pi Zero Plus as an ethernet gadget   
    Thanks  it worked!
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines