USB Networking (SSH) - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: USB Networking (SSH) (/showthread.php?tid=10280) |
USB Networking (SSH) - jrowe - 06-16-2020 I have Mobian installed, updated, and running. I have pinephone-devtools installed, openssh-server installed and enabled, running. How do I get Windows 10 to recognize the usb connection as network? I can get tethering mode to work with android phones, so my Windows setup is ready to see it. Thanks! RE: USB Networking (SSH) - rico - 06-18-2020 Try googlize : g_ether windows 10 Or g_multi windows 10 I remember there's something special with windows. And don't remember if the optional rndis is in the kernel. I will check this tomorrow but don't have a Windows 10 to try. confirmed : CONFIG_USB_G_MULTI_RNDIS is not in the kernel config file https://www.kernel.org/doc/Documentation/usb/gadget_multi.txt https://gitlab.com/mobian1/devices/pinephone-linux/-/blob/pinephone-5.6/arch/arm64/configs/pine64_defconfig You should build/try/confirm and open a merge request How To is here : https://gitlab.com/mobian1/wiki/-/wikis/Kernel-Build At least just open an issue RE: USB Networking (SSH) - jrowe - 06-18-2020 I'll open an issue on the tracker. I won't be set up with a build environment for a bit - I've just moved to a new house and haven't even set up my home PC yet, so I'm more like a helper monkey at this point. Thank you very much! RE: USB Networking (SSH) - rico - 06-18-2020 No problem with that. Issue/bug report is also a good way. |