HP psc 750 on FreeBSD 4.8
nbari at unixmexico.com
nbari at unixmexico.com
Wed Apr 16 20:22:37 PDT 2003
Ok, after installing usbutil.tgz. and using usbctl i get this:
------
USB device 1: 9
USB device 2: 0
USB device 3: 255
3 USB devices found
DEVICE addr 1
DEVICE descriptor:
bLength=18 bDescriptorType=device(1) bcdUSB=1.00 bDeviceClass=9
bDeviceSubClass=0
bDeviceProtocol=0 bMaxPacketSize=64 idVendor=0x0000 idProduct=0x0000
bcdDevice=100
iManufacturer=1(Intel) iProduct=2(UHCI root hub) iSerialNumber=0()
bNumConfigurations=1
CONFIGURATION descriptor 0:
bLength=9 bDescriptorType=config(2) wTotalLength=25 bNumInterface=1
bConfigurationValue=1 iConfiguration=0() bmAttributes=40 bMaxPower=0 mA
INTERFACE descriptor 0:
bLength=9 bDescriptorType=interface(4) bInterfaceNumber=0 bAlternateSetting=0
bNumEndpoints=1 bInterfaceClass=9 bInterfaceSubClass=0
bInterfaceProtocol=0 iInterface=0()
ENDPOINT descriptor:
bLength=7 bDescriptorType=endpoint(5) bEndpointAddress=1-in
bmAttributes=interrupt wMaxPacketSize=8 bInterval=255
current configuration 1
HUB descriptor:
bDescLength=8 bDescriptorType=41 bNbrPorts=2 wHubCharacteristics=0a
bPwrOn2PwrGood=50 bHubContrCurrent=0 DeviceRemovable=0
Hub status 0000 0000
Port 1 status=0103 change=0000
Port 2 status=0303 change=0000
----------
DEVICE addr 2
DEVICE descriptor:
bLength=18 bDescriptorType=device(1) bcdUSB=1.10 bDeviceClass=0
bDeviceSubClass=0
bDeviceProtocol=0 bMaxPacketSize=8 idVendor=0x03f0 idProduct=0x1411
bcdDevice=100
iManufacturer=1(Hewlett-Packard) iProduct=2(PSC 750)
iSerialNumber=3(MY2B7D32Y4WB) bNumConfigurations=1
CONFIGURATION descriptor 0:
bLength=9 bDescriptorType=config(2) wTotalLength=78 bNumInterface=1
bConfigurationValue=1 iConfiguration=0() bmAttributes=c0 bMaxPower=2 mA
INTERFACE descriptor 0:
bLength=9 bDescriptorType=interface(4) bInterfaceNumber=0 bAlternateSetting=0
bNumEndpoints=3 bInterfaceClass=7 bInterfaceSubClass=1
bInterfaceProtocol=3 iInterface=0()
ENDPOINT descriptor:
bLength=7 bDescriptorType=endpoint(5) bEndpointAddress=1-out
bmAttributes=bulk wMaxPacketSize=64 bInterval=0
ENDPOINT descriptor:
bLength=7 bDescriptorType=endpoint(5) bEndpointAddress=1-in
bmAttributes=bulk wMaxPacketSize=64 bInterval=0
ENDPOINT descriptor:
bLength=7 bDescriptorType=endpoint(5) bEndpointAddress=2-in
bmAttributes=interrupt wMaxPacketSize=8 bInterval=10
INTERFACE descriptor 1:
bLength=9 bDescriptorType=interface(4) bInterfaceNumber=0 bAlternateSetting=1
bNumEndpoints=2 bInterfaceClass=7 bInterfaceSubClass=1
bInterfaceProtocol=2 iInterface=0()
ENDPOINT descriptor:
bLength=7 bDescriptorType=endpoint(5) bEndpointAddress=1-out
bmAttributes=bulk wMaxPacketSize=64 bInterval=0
ENDPOINT descriptor:
bLength=7 bDescriptorType=endpoint(5) bEndpointAddress=1-in
bmAttributes=bulk wMaxPacketSize=64 bInterval=0
INTERFACE descriptor 2:
bLength=9 bDescriptorType=interface(4) bInterfaceNumber=0 bAlternateSetting=2
bNumEndpoints=1 bInterfaceClass=7 bInterfaceSubClass=1
bInterfaceProtocol=1 iInterface=0()
ENDPOINT descriptor:
bLength=7 bDescriptorType=endpoint(5) bEndpointAddress=1-out
bmAttributes=bulk wMaxPacketSize=64 bInterval=0
current configuration 1
----------
DEVICE addr 3
DEVICE descriptor:
bLength=18 bDescriptorType=device(1) bcdUSB=1.00 bDeviceClass=255
bDeviceSubClass=0
bDeviceProtocol=0 bMaxPacketSize=8 idVendor=0x04d2 idProduct=0xff05
bcdDevice=0
iManufacturer=1() iProduct=2() iSerialNumber=0() bNumConfigurations=1
CONFIGURATION descriptor 0:
bLength=9 bDescriptorType=config(2) wTotalLength=25 bNumInterface=1
bConfigurationValue=1 iConfiguration=0() bmAttributes=40 bMaxPower=0 mA
INTERFACE descriptor 0:
bLength=9 bDescriptorType=interface(4) bInterfaceNumber=0 bAlternateSetting=0
bNumEndpoints=1 bInterfaceClass=1 bInterfaceSubClass=1
bInterfaceProtocol=0 iInterface=0()
ENDPOINT descriptor:
bLength=7 bDescriptorType=endpoint(5) bEndpointAddress=1-in
bmAttributes=interrupt wMaxPacketSize=2 bInterval=32
current configuration 1
----------
> On Wed, Apr 16, 2003 at 03:36:03AM -0500, nbari at unixmexico.com wrote:
>> Hi all, i have an HP psc 750 USB printer
>>
>> Any idea on how configure this printer to make it work on FreeBSD ?
>>
>> i have this lines on my kernel:
>>
>> device usb
>> device uhci
>> device ulpt
>> device uscanner
>> device ugen
>>
>>
>> dmesg give me this:
>>
>> ugen0: Hewlett-Packard PSC 750, rev 1.10/1.00, addr 2
>
> Can you please install http://www.cosmo-project.de/~bernd/usbutil.tgz
> and mail the usbctl output.
>
>> usbdevs -v give me this:
>> Controller /dev/usb0:
>> addr 1: self powered, config 1, UHCI root hub(0x0000), Intel(0x0000),
>> rev
>> 1.00
>> port 1 addr 2: power 2 mA, config 1, PSC 750(0x1411),
>> Hewlett-Packard(0x03f0), rev 1.00
>> port 2 addr 3: low speed, self powered, config 1, ASC495
>> Speakers(0xff05), ALTEC LANSING Multimedia (0x04d2), rev 0.00
>>
>>
>> when trying to run an lptest > /dev/ulpt0 i get an : /dev/ulpt0: Device
>> not configured.
>>
>> and when runing lptest > /dev/ugen0 nothing happens.
>
> ugen is a generic driver for raw device access.
>
> --
> B.Walter BWCT http://www.bwct.de
> ticso at bwct.de info at bwct.de
>
>
More information about the freebsd-hackers
mailing list