Portál AbcLinuxu, 8. května 2025 07:10
Podpora: | kompletní |
Ovladač: | v jádře |
dmesg: usb 1-6: New USB device found, idVendor=07b4, idProduct=0118 usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-6: Product: u850SW,S850SW usb 1-6: Manufacturer: OLYMPUS usb 1-6: SerialNumber: F01567129 scsi 4:0:0:0: Direct-Access OLYMPUS u850SW,S850SW 1.00 PQ: 0 ANSI: 2 sd 4:0:0:0: [sdc] 256000 512-byte hardware sectors (131 MB) sd 4:0:0:0: [sdc] Write Protect is off sd 4:0:0:0: [sdc] Mode Sense: 17 00 00 08 sd 4:0:0:0: [sdc] Assuming drive cache: write through sd 4:0:0:0: [sdc] 256000 512-byte hardware sectors (131 MB) sd 4:0:0:0: [sdc] Write Protect is off sd 4:0:0:0: [sdc] Mode Sense: 17 00 00 08 sd 4:0:0:0: [sdc] Assuming drive cache: write through sdc: sdc1 sd 4:0:0:0: [sdc] Attached SCSI removable disk sd 4:0:0:0: Attached scsi generic sg3 type 0 usb-storage: device scan complete cat /proc/bus/usb/devices T: Bus=01 Lev=01 Prnt=01 Port=05 Cnt=02 Dev#= 4 Spd=480 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=07b4 ProdID=0118 Rev= 1.00 S: Manufacturer=OLYMPUS S: Product=u850SW,S850SW S: SerialNumber=F01567129 C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=100mA I:* If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage E: Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=125us E: Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms lshw *-usb:1 description: Mass storage device product: u850SW,S850SW vendor: OLYMPUS physical id: 6 bus info: usb@1:6 logical name: scsi4 version: 1.00 serial: F01567129 capabilities: usb-2.00 scsi emulated configuration: driver=usb-storage maxpower=100mA speed=480.0MB/s *-disk description: SCSI Disk physical id: 0.0.0 bus info: scsi@4:0.0.0 logical name: /dev/sdc size: 125MiB (131MB) capabilities: partitioned partitioned:dos *-volume description: Windows FAT volume physical id: 1 bus info: scsi@4:0.0.0,1 logical name: /dev/sdc1 logical name: /media/NO NAME version: FAT16 serial: 0000-0000 size: 124MiB capacity: 124MiB capabilities: primary bootable fat initialized configuration: FATs=2 filesystem=fat mount.fstype=vfat mount.options=rw,nosuid,nodev,noatime,uid=1000,fmask=0022,dmask=0022,codepage=cp852,iocharset=iso8859-2,utf8,flush state=mounted
U nových linuxových distribucí není potřeba nic nastavovat.
USB Mass Storage Class
mount /dev/sdc1 /mnt/usb/
/dev/sdc1 on /mnt/usb type vfat (rw)
v jádře:
Pro podporu formátu RAW nainstalujeme dcraw:
gcc -o dcraw -O3 dcraw.c -lm -ljpeg
sudo cp dcraw /usr/local/bin/
Plug-in pro gimp: gimptool --install rawphoto.c
EXIF data: jhead
Na rychlou úpravu fotek pro e-mail ImageMagick:
mkdir out; cp *.jpg out; cd out; time mogrify -normalize -resize 800x600 -sharpen 3 *
Dokument vytvořil: hufhendr, 17.12.2008 20:26 | Zobrazeno: 932×
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.