You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the same error when executing anable_diag.py:
Traceback (most recent call last):
File "enable_diag.py", line 5, in
s.send(b"\x07\xf0\x01")
socket.error: [Errno 22] Invalid argument
After reading the other Issues to this error I patched my Linux Kernel with the Files in this repository. After patching i had the same error as before.
Do you have any ideas?
Many Thanks.
Henning.
The text was updated successfully, but these errors were encountered:
Hello,
as mentioned in
#3
I encountered the same error when executing anable_diag.py:
Traceback (most recent call last):
File "enable_diag.py", line 5, in
s.send(b"\x07\xf0\x01")
socket.error: [Errno 22] Invalid argument
After reading the other Issues to this error I patched my Linux Kernel with the Files in this repository. After patching i had the same error as before.
Do you have any ideas?
Many Thanks.
Henning.
The text was updated successfully, but these errors were encountered: