USB Devices: Printer, Handheld and MMC/SD Card Reader
Yesterday and today I've spent almost all my freetime setting up my USB devices
- USB Printer: HP Deskjet 3650
- USB Handheld: Palm Zire 71
- USB MMC/SD Card Reader: Palm
USB Printer
- We need the printer module from the USB Devices
- Then:
apt-get install cupsys hpijs foomatic-db-hpijs
- Get the current HP's driver
# /etc/init.d/cupsys restart
- Add your printer using the CUPS manager.
$ mozilla-firefox http://localhost:631
- Test it, have fun
USB Handheld
- We need the visor module from the USB Serial
- Then:
apt-get install pilot-link jpilot
- Ask the answer from dpkg
- Run terminal, then
$ jpilot
- Test it, have fun
USB MMC/SD Card Reader
- We need the store module from the USB Storage
- Then:
apt-get install sg3-utils
- Plug the reader, then:
# cat /proc/scsi/scsi
- Then:
# sg_scan -i && sg_map
- Mount it, test it, have fun
- Don't forget to umount it when finished
The printer works pretty well, the palm works pretty well and the card reader works pretty well. Everything goes fine.
I learned today: 'Too close for being an end-user environment'
0 Comentarios:
Publicar un comentario
<< Inicio