View Single Post
Old 02-17-2022, 05:52 PM   #3
C.Bandicoot
Junior Member
C.Bandicoot began at the beginning.
 
C.Bandicoot's Avatar
 
Posts: 8
Karma: 10
Join Date: Feb 2022
Device: K5 (Touch)
Quote:
Originally Posted by wishindo View Post
Code:
usb0
isn't a tty, it's a network interface, so you are looking in the wrong place.
What's the output of
Code:
ifconfig
with the device plugged in?
ifconfig returns the following (all with lots of other data of course)
lo0
gif0
stf0
en5
api1
en0
awdl0
llw0
en3
en4
en1
en2
bridge0
utun0
utun1
en7

of which en7 shows inet 192.168.15.1
which is the ip I set in network settings for the "RNDIS/Ethernet Gadget"

so maybe its that one?
C.Bandicoot is offline   Reply With Quote