-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Networking with CAN-J1939 support (Ubuntu Linux) jacd.c usage #173
Comments
This issue should be fixed by this pull request: #180 |
Regarding |
The 'sudo' is now no longer necessary. That is working. What is still strange is that the -v option is not working. In Terminal 1: In Terminal 2: Result in Terminal 2: or sometimes: in both cases in Terminal 1: What is working, when jacd is called without '-v' option: In Terminal 2: In Terminal 1:
And after ctrl-C in Terminal 2 the Terminal 1 shows:
|
for the record: jacd had been renamed to j1939acd in latest can-utils |
I this issue is closed. I have created as follow-up #206 . |
This is a cleanup of part of the discussion in #159.
Using Ubuntu linux with kernel 5.4. The installation is described here: link on Ubuntu 19.10.
I have deinstalled the ubuntu can-utils package with "sudo apt remove can-utils".
I use latest can-utils from git.
Setup:
I have 4 findings:
sudo ./jacd -r 100,80-120 -c /tmp/1122334455667781.jacd 1122334455667781 can0 &
,but this without the "&" at the end will query for a password:
sudo ./jacd -r 100,80-120 -c /tmp/1122334455667781.jacd 1122334455667781 can0
Sometimes also "success" is printed, but noting else and no candump output is generated. Also the prompt returns immediately. (This seems to happen, if jacd had been called before once without "-v" option):
On Termial 1:
On Terminal 2:
On Terminal 1:
sudo ./jacd -r 100,80-120 -c /tmp/1122334455667781.jacd 1122334455667781 can0
On Terminal 2:
And after ctrl-c in Terminal 1:
On Terminal 2:
(212.451499) can0 18EEFFFE [8] 81 77 66 55 44 33 22 11
The text was updated successfully, but these errors were encountered: