pi@raspberrypi:~/V2G/FreeV2G $ python3 Application.py eth -i "eth0" -m C4:93:00:34:CF:CF -r EV Welcome to Codico Whitebeet EV reference implementation Initiating framing interface Traceback (most recent call last): File "/home/pi/V2G/FreeV2G/Whitebeet.py", line 106, in __init__ self.framing.initialize_framing(iftype, iface, mac) File "/home/pi/V2G/FreeV2G/FramingInterface.py", line 66, in initialize_framing self.sut_adapter.start() File "/home/pi/V2G/FreeV2G/EthernetAdapter.py", line 124, in start self.socket = conf.L2socket(iface=self.sut_interface) File "/home/pi/.local/lib/python3.9/site-packages/scapy/arch/libpcap.py", line 529, in __init__ fd = open_pcap(iface, MTU, self.promisc, 100, File "/home/pi/.local/lib/python3.9/site-packages/scapy/arch/libpcap.py", line 338, in __init__ raise OSError(error) OSError: eth0: You don't have permission to capture on that device (socket: Operation not permitted) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/V2G/FreeV2G/Application.py", line 40, in with Ev(args.interface_type, args.interface, args.mac) as ev: File "/home/pi/V2G/FreeV2G/Ev.py", line 12, in __init__ self.whitebeet = Whitebeet(iftype, iface, mac) File "/home/pi/V2G/FreeV2G/Whitebeet.py", line 120, in __init__ raise ConnectionError("Failed to initialize the framing interface on \"{}\"".format(self.framing.sut_interface)) ConnectionError: Failed to initialize the framing interface on ""