-
Notifications
You must be signed in to change notification settings - Fork 4
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
live pod crashing #23
Comments
Hi, yes the usb code needs a lot more error checking built in at the moment it assumes everything works. :) In the meantime I'll get the error conditions saner than crashing. |
Ignore that, remembered while out cycling it's just a serial device you need to permission. when you've modprobe'd the ftdio device, done the echo into ftdio_sio, check dmesg to see which device the driver has created e.g.: then check the group for that device: ls -l /dev/ttyUSB0 then make sure your userid is in that group. |
Helpful error messages should now be displayed instead of crashing. |
thanks for the reply this seems to be resolved |
thanks to audetto and ihewitt for working on the live pod support! no idea if it is ready for prime time, but right now it is crashing if i start the app as a normal user and press sync. works fine as root but does not import the data.
terminal output: http://pastebin.com/uxBMvDUR
The text was updated successfully, but these errors were encountered: