lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
<DC-IRC> [Discord] <ddeath5421> Ok, Opi official image sees emmc, so it is seated properly.
<DC-IRC> [Discord] <beohoff3174> maybe driver issue on the windows side? Going off memory here a bit, I don't think that Windows supports ECM. I think there's an older prototocol (RNDIS? Something like that) that you could try
<DC-IRC> [Discord] <me.like.you> I reinstalled the driver a few Times
<DC-IRC> [Discord] <beohoff3174> I think I messed around with it briefly. I would try RNDIS, I think that worked for me
<DC-IRC> [Discord] <beohoff3174> I don't think I could get CDC/ECM or the newer protocol to work on Windows
<DC-IRC> [Discord] <beohoff3174> If you have another linux machine, you could always test it on that
<DC-IRC> [Discord] <beohoff3174> You also need a dhcp server I believe?
<DC-IRC> [Discord] <beohoff3174> I've got it scripted out, let me dig it out real quick
<DC-IRC> [Discord] <beohoff3174> so I have a file in `/etc/network/interfaces`
<DC-IRC> [Discord] <beohoff3174> https://pastebin.com/yGM0xjCy
<DC-IRC> [Discord] <beohoff3174> I also have a dnsmasq file, but scanning through it I'm not sure what it was doing
<DC-IRC> [Discord] <beohoff3174> `/etc/dnsmasq.conf`
<DC-IRC> [Discord] <beohoff3174> I'm pretty weak in networking, but I think you need something to declare the ip addess (which I think the interface file does) and then you need something assigning ip addresses out when computers connect
<DC-IRC> [Discord] <beohoff3174> If you have another linux system around, I would make sure it works there before trying it on windows. Hopefully that helps some
<DC-IRC> [Discord] <beohoff3174> in my usb gadget file, I have code for ecm commented out, and it's currently creating the NCM infrastructure. Which means I probably got ECM to work, and then went to see if I could get NCM to work.