On Tue, 7 Jun 2011 22:59:45 -0400 Ted Unangst <[email protected]> wrote:
> On Tue, Jun 7, 2011 at 10:51 PM, Nick Coleman > <[email protected]> wrote: > > I would like to get a USB webcam working on my PowerPC OpenBSD 4.9 > > install. I'm an OpenBSD newbie. > > > > When I plug it in, the kernel registers the USB device, but doesn't > > go any further to recognise it as a video device. The last line > > of dmesg is: > > ugen1 at uhub1 port 1 "Vimicro Corp. PC Camera" rev 1.10/1.00 addr 3 > > When reporting usb devices, include the output of usbdevs -v. The applicable line is the controller usb1, port 1, addr 3. # usbdevs -v Controller /dev/usb0: addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), Apple(0x106b), rev 1.00 port 1 powered port 2 addr 2: full speed, power 50 mA, config 1, Hub in Apple Extended USB Keyboard(0x1002), Mitsumi Electric(0x05ac), rev 1.22 port 1 addr 3: full speed, power 50 mA, config 1, Apple Extended USB Keyboard(0x0204), Mitsumi Electric(0x05ac), rev 1.22 port 2 powered port 3 powered Controller /dev/usb1: addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), Apple(0x106b), rev 1.00 port 1 addr 3: full speed, power 160 mA, config 1, PC Camera(0x301b), Vimicro Corp.(0x0ac8), rev 1.00 port 2 addr 2: full speed, power 260 mA, config 1, Apple internal modem(0x8202), HCF USB V.90 Data/Fax Modem(0x05ac), rev 1.00, iSerialNumber 0000001 Thanks.

