rvictl failed on Silicon M2 and MacOS Ventura

Hello, I'm on MacOS Ventura and I've an Apple MacBook Air with M2. I've installed Xcode and I've enabled kernel extension on boot option. When I run rvictl -s ID (in uppercase) I receive failed message When I run rvictl -s ID (in lowercase)I don't receive any message and shell returns me control but no new interface is created. I can't see any rviX interface. In Wireshark I only have iPhoneUSB but it doesn't capture any traffic. What is the problem? How can I solve this issue?

Thanks

same here. nothing to find anywhere. cant imagine no one else has this problem

Exact same issue. This is a huge blocker and there's no solid info anywhere.

  • Macbook Air M2 2022
  • Sonoma 14.1
  • Kernel Extensions enabled on the startup security policy

Same as OP, rvictl produces no output. Takes a second or two and just returns, creating no new interface:

% ifconfig -l
lo0 gif0 stf0 anpi1 anpi0 en3 en4 en1 en2 en6 en7 bridge0 ap1 en0 awdl0 llw0 utun0 utun1 utun2 utun3
% rvictl -s 123456789-012344C3C7A201E
% ifconfig -l
lo0 gif0 stf0 anpi1 anpi0 en3 en4 en1 en2 en6 en7 bridge0 ap1 en0 awdl0 llw0 utun0 utun1 utun2 utun3

Not surprisingly, rvictl fails to list devices:

% rvictl -l
Could not get list of devices

Apple's rpmux daemon seems to be running:

% sudo launchctl list | grep rpmuxd
-	0	com.apple.rpmuxd

I got it to work! I followed eskimo's post here: https://developer.apple.com/forums/thread/706476

rvictl failed on Silicon M2 and MacOS Ventura
 
 
Q