The Following 3 Users Say Thank You to Just4pLeisure For This Useful Post: | ||
|
2011-01-21
, 16:20
|
Posts: 192 |
Thanked: 82 times |
Joined on Jun 2010
@ south of France
|
#262
|
|
2011-02-04
, 18:57
|
Posts: 6 |
Thanked: 3 times |
Joined on May 2010
|
#263
|
|
2011-02-08
, 16:59
|
Posts: 22 |
Thanked: 21 times |
Joined on Dec 2010
|
#264
|
I'm a windows guy, and I'm stuck on the dependencies issue. Read this thread twice. Not sure what I'm missing. I feel like I need some portion of the dev tools installed, but don't feel like installing every python app in the other repo's.
Something I read maybe indicated it was miss reading bad verisons or something, but even disabling everything but devel when installing gives me the same dependency issues.
apt-get -f install carman
|
2011-02-11
, 16:36
|
Posts: 559 |
Thanked: 166 times |
Joined on Jan 2010
@ Cyprus
|
#265
|
|
2011-02-28
, 08:01
|
Posts: 47 |
Thanked: 14 times |
Joined on Jun 2010
@ Scarbrough
|
#266
|
|
2011-03-01
, 11:06
|
Posts: 9 |
Thanked: 0 times |
Joined on Mar 2011
|
#267
|
Well for the last few days i have trying to find a way to install Carman on n900...
but seriously it is not doing it...
nither through Xterm, and if i go to repsotries manually there are so many types of it i don't know whch one to keep and which one to download or which one to install or how to install...
can please any one explain how to get and install... carman, i my self a mechanic i would love to get this...
So please can any one help me out... !!!!!
|
2011-03-03
, 01:10
|
Posts: 4 |
Thanked: 1 time |
Joined on Mar 2010
@ UK
|
#268
|
I have different errors to you:
but I can usually connect every other time I try to do so except sometimes when I disconnect I see this in the logs:Code:libobd[RAW_DATA]: Recieved from ELM -> 'OK||>' libobd[RAW_DATA]: Sending to ELM -> '0101|' libobd[RAW_DATA]: Recieved from ELM -> 'SEARCHING...|UNABLE TO CONNECT||>'
and subsequently when I try to reconnect I see the disconnected message in Carman almost immediately and this in the log file:Code:DEBUG [10:17:02.305572]bt-serial.c:0174 - disconnect_service(): address /dev/rfcomm0 ERROR [10:17:02.306213] obd-thread.c:0309 - Problems removing bluetooth connection
and when this happens so far I have only been able to fix things by restarting my N900.Code:ERROR [10:17:06:607788] bt-serial.c:0149 - DBus error: Port already in use
I suspect the 1st problem (UNABLE TO CONNECT) and your problem (CAN ERROR) are related to ELM327 control messages, but the bluetooth connection itself is OK. The second problem (DBus error) is something to do with the bluetooth connection itself.
I've succesfully recompiled libobd with a few changes to the initialisation part; specifically:
Changed 'ATST 19' to 'ATST 00' (use default OBD/ELM timeout)
Changed 'ATAT2' to 'ATAT1' (default auto timeout algorithm)
Added 'ATSS' (use recommended OBD search sequence)
Added 'ATSP0' (search for OBD interface type)
Although this hasn't made any difference for me it may resolve your CAN_ERROR problem because I tell the ELM327 to use the recommended search sequence (ATSS) and to always search for OBD (ATSP0) I've sent you a pm if you want to try it out. If it stil doesn't help then I can add code to libobd to specify each OBD method individually... I already plan to make it try to connect a few times before giving up to see if that helps.
Hopefully someone (probably called 'jlu' ) will be able to give me a hint about the bluetooth DBus error message I get
Sophie x
|
2011-03-03
, 02:20
|
Posts: 4 |
Thanked: 1 time |
Joined on Mar 2010
@ UK
|
#269
|
Seriously, some of us here are just stuck at step #1: get carman to install on N900. This dependency issue is killing me. I tried disabling all repositories save extras-devel to no avail.
Help!
|
2011-03-03
, 12:08
|
Posts: 9 |
Thanked: 0 times |
Joined on Mar 2011
|
#270
|
Disable devel, update, install python dependency, enable devel, update, install carman.
you need to install 'rootsh' to be able to 'sudo gainroot'
you can use nano or vi (if you can figure it out) if you don't have leafpad
delete the part in red:
Sophie x
More than meets the eye.