Subject: Re: USB support in Qube2?
To: Andreas Yankopolus <andreas@yank.to>
From: Lennart Augustsson <lennart@augustsson.net>
List: port-cobalt
Date: 01/08/2004 16:42:53
Andreas Yankopolus wrote:
> Thanks for the USB suggestions. I gave it a shot and ran into all sorts 
> of problems:
> 
> config(8) doesn't seem to like the idea of using a USB printer:
> 
> FLASKCONFTEST:150: ulpt*: unknown device `ulpt'

You need to pull in the USB confile files.  Edit the file
sys/arch/cobalt/conf/files.cobalt
and add the line
include	"dev/usb/files.usb"

	-- Lennart