domingo, 29 de mayo de 2005

¡La cámara Polaroid funciona en BEOS! / PDC2150C working on BeOS!!!

As a betatester, I have tested the new usb_scsi suite for BEOS. It includes now a VQuest add-on, to mount VQuest-based products, as my Polaroid PDC 2150C. This is a low-res camera very popular in Spain, where it was bought by many people after a newspaper offer, some years ago.

That camera reported a ATAPI commandset over CB protocol, but it didn't work on Linux or BeOS with standard drivers for CB/CBI/RAW usb drives.

Now, I've managed to make it work with a new alpha version of the usb_scsi, available soon at Sis4Be at sourceforge (the page currently contains the old, stable, drivers, not suitable for this camera).

With the new drivers, all you have to make is creating a /boot/home/config/settings/kernel/drivers/usb_scsi text file with the following parameters:

## POLAROID PDC 2150C
## reported by jmoysae at users dot sf dot net
vendor 0x0733 {
device 0x2108 {
protocol VQuest
commandset ATAPI
no_test_unit
}
}


And now, in Spanish...




Como probador beta, he probado los nuevos controladores usb_scsi para BEOS. Ahora incluye un complemento VQuest, para montar productos basados en chipset VQuest, como mi cámara Polaroid PDC 2150C. Se trata de una cámara de baja resolución (2 megapixel) muy popular en españa, donde fue comprada por mucha gente hace unos años, tras una oferta en un periódico.

Esa cámara informa al ordenador sobre el uso de un juego de instrucciones ATAPI sobre el protocolo CB, pero no funciona ni en Linux ni en BeOS con los drivers estándar para discos USB CB/CBI/RAW.

Ahora, he conseguido hacer que funcione con una nueva versión alfa de los controladores usb_scsi, pronto disponible en Sis4Be en sourceforge (la página contiene actualmente los viejos drivers, inapropiados para esta cámara).

Con los nuevos drivers, todo lo que hay que hacer es crear un fichero de texto /boot/home/config/settings/kernel/drivers/usb_scsi con los siguientes parámetros:

## POLAROID PDC 2150C
## reported by jmoysae at users dot sf dot net
vendor 0x0733 {
device 0x2108 {
protocol VQuest
commandset ATAPI
no_test_unit
}
}


Edit: Just for those googling for PDC 2150, I think this driver will be also suitable for them. Remember, visit sys 4 be or BeBits.

No hay comentarios: