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'.