interface XHC20 does not exist
I've got Wireshark working on my Mojave Mac Mini, but I can't seem to access the USB ports on my High Sierra MacBook Pro. When I try the command sudo ifconfig XHC20 up, after putting in my password I get this error: interface XHC20 does not exist. Any ideas? I've just done a fresh install of High Sierra, and I'm using the nightly build of Wireshark
"can't seem to access the USB ports" as in "I can't capture on them" or as in "I can try to capture on them but no packets show up"?
I can’t capture on them. Everything I’ve read says runs the sudo, but for some reason that doesn’t work for me. The ports themselves are functional, I just can’t see them in Wireshark
What does
tcpdump -D
print?Does "functional" include "
tcpdump -D
prints them"? If so, what happens if you dotcpdump -i XHC20 -w /tmp/usb.pcap
, and try to read/tmp/usb.pcap
in Wireshark?