Dunno. Probably not. But Hijack doesn't really care about the baud rate, instead it's the "disabled logging" part that matters..

I've put detection of this into Hijack v298, so at least the restore dc/car visuals will work (finally) by default. And the notify data (/proc/empeg_notify) will contain a message indicating how to fix it.

Really, silly stuff like this makes life difficult. I suppose I may eventually have to have Hijack pre-read config.ini, and "vitually" add any missing options like car_rate= before the player gets to touch that file. This is MUCH harder than it looks at first, because the player first does stat() to see how big the file is before reading it..

Ugh.