Bug 105209

Summary: uisp bugs (parport0 and "Empty file")
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Reinhard Max <max>
Component: DevelopmentAssignee: Juergen Weigert <jw>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Beta 2   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Reinhard Max 2005-08-17 14:25:59 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?".
Comment 1 Juergen Weigert 2005-08-17 22:55:26 UTC
ouch, got a condition in my patch wrong.  
Fix for the 'Empty file?' error submitted for beta3 
Comment 2 Juergen Weigert 2005-08-18 10:23:06 UTC
modprobe support and resmgr support added.