Bugzilla – Bug 105209
uisp bugs (parport0 and "Empty file")
Last modified: 2005-08-18 10:23:06 UTC
Uisp doesn't find /dev/parport0, because the ppdev module has to be loaded by hand at the moment. This could be fixed by adding an appropriate line to /etc/modprobe.conf, so that ppdev gets loaded automatically when parport is loaded , as it is alredy done with the lp module. Also a line should be added to the resmgr config, so that /dev/parport0 is owned by the respective desktop user. The second problem is in the uisp binary itself. When invoked for uploading a file to an AVR device, it recognizes the device, but then it falils with the error message "Empty file?".
ouch, got a condition in my patch wrong. Fix for the 'Empty file?' error submitted for beta3
modprobe support and resmgr support added.