Bug 105209 - uisp bugs (parport0 and "Empty file")
Summary: uisp bugs (parport0 and "Empty file")
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Development (show other bugs)
Version: Beta 2
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Juergen Weigert
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-17 14:25 UTC by Reinhard Max
Modified: 2005-08-18 10:23 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.