On Thu, Jan 30, 2014 at 10:06:49AM +0000 or thereabouts, Maurice McCarthy wrote: > On Thu, Jan 30, 2014 at 10:02:38AM +0000 or thereabouts, Stuart Henderson > wrote: > > On 2014/01/30 10:56, Martin Pieuchot wrote: > > > Could you try disabling ulpt(4) in your kernel like it is said in cups' > > > README? Then make sure only ugen(4) and umass(4) are attached to your > > > device after reboot, check your /dev/ugen* permissions and try again. > > > > cheat-sheet for this, as Maurice is relatively new to OpenBSD: > > > > at the boot loader's prompt, 'boot -c', then at the 'ukc>' prompt, > > 'disable ulpt' and 'quit'. > > > > to make changes to the kernel on-disk, 'config -ef /bsd' as root, > > and again 'disable ulpt' and 'quit'. > > > > Thanks for that Stuart. I'll might be busy for the rest of today but I'll > write back to say how things go. > > You've been wonderful all of you > Thanks again > Maurice >
Well I'm delighted to report that after taking the advice # config -ef /bsd ukc> disable ulpt ukc> quit # echo "chown _cups:_saned /dev/ugen0.* /dev/usb0" >>/etc/rc.local (as suggested in pkg-readmes/cups-1.6.3p0) # reboot the SX205 now prints perfectly. Thanks again to you all Maurice