<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: usb in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/usb/m-p/2980929#M77348</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Most modern usb digital cameras can be read using the usb-storage module.  For my Fuji finepix I have sd_mod in /etc/modules (red hat may automatically do this).  Then you mount /dev/sda1 somewhere and read it as a vfat file system.  My fstab has the line &lt;BR /&gt;&lt;BR /&gt;/dev/sda1 /fuji vfat defaults,user,noauto&lt;BR /&gt;&lt;BR /&gt;so I can just say "mount /fuji"&lt;BR /&gt;&lt;BR /&gt;I wrote a short script to download the pictures from my camera to the local directory and give them a name based on the time the picture was taken.  I append the script below (correct for line wrapping by this message software). &lt;BR /&gt;&lt;BR /&gt;Mike&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;# shell script to download pictures to current directory&lt;BR /&gt;# from my fuji digital camera&lt;BR /&gt;&lt;BR /&gt;source=/fuji/dcim/100_fuji&lt;BR /&gt;destination=.&lt;BR /&gt;&lt;BR /&gt;if [ ! -d $source ]&lt;BR /&gt;then&lt;BR /&gt;  echo mounting the camera&lt;BR /&gt;  if !  mount /fuji&lt;BR /&gt;  then&lt;BR /&gt;    echo Is the camera attached and turned on?&lt;BR /&gt;    exit&lt;BR /&gt;  fi&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;for picture in `ls $source/*.jpg`&lt;BR /&gt;do&lt;BR /&gt;  name=`date -r $picture +%y_%m_%d_%T`.jpg&lt;BR /&gt;  newname=`echo $name | sed s/:/_/g`&lt;BR /&gt;  echo copying $picture to $newname&lt;BR /&gt;  cp $picture $destination/$newname&lt;BR /&gt;  chmod 644 $destination/$newname&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;echo unmounting camera&lt;BR /&gt;umount /fuji&lt;BR /&gt;echo done</description>
    <pubDate>Sat, 24 May 2003 01:19:29 GMT</pubDate>
    <dc:creator>Michael Creutz</dc:creator>
    <dc:date>2003-05-24T01:19:29Z</dc:date>
    <item>
      <title>usb</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb/m-p/2980925#M77344</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have connected my digital camera to the USB port on my lap top. Redhat 8.0 automatically detects and loads kernel modules for this.&lt;BR /&gt;How do I mount the filesystem on the camera so that I can download the pictures.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Trystan.</description>
      <pubDate>Fri, 23 May 2003 13:47:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb/m-p/2980925#M77344</guid>
      <dc:creator>trystan macdonald_1</dc:creator>
      <dc:date>2003-05-23T13:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: usb</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb/m-p/2980926#M77345</link>
      <description>There is no filesystem on the camera.&lt;BR /&gt;&lt;BR /&gt;If the camera is supported under Linux there is a program you insall.  This transfers the pictures from the camera to the Linux system.&lt;BR /&gt;&lt;BR /&gt;The memory on the camera is treated like RAM, not disk.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 23 May 2003 14:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb/m-p/2980926#M77345</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-23T14:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: usb</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb/m-p/2980927#M77346</link>
      <description>I do believe there is a program for digital camera's on 9.0 - I didn't install it because I don't have a digital camera.  I'm assuming and you know what happens with you assume....&lt;BR /&gt;(you get an "ass" our of "u" and "me") sorry about that....&lt;BR /&gt;&lt;BR /&gt;um... I'm pretty sure there are rpm's for digital camera software in the red hat packages.  I'll find it tonight for you and report back.</description>
      <pubDate>Fri, 23 May 2003 14:33:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb/m-p/2980927#M77346</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-05-23T14:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: usb</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb/m-p/2980928#M77347</link>
      <description>here:&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/getting-started-guide/ch-cameras.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/getting-started-guide/ch-cameras.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;gtKam is the name of the program you will need to install</description>
      <pubDate>Fri, 23 May 2003 14:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb/m-p/2980928#M77347</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-05-23T14:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: usb</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb/m-p/2980929#M77348</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Most modern usb digital cameras can be read using the usb-storage module.  For my Fuji finepix I have sd_mod in /etc/modules (red hat may automatically do this).  Then you mount /dev/sda1 somewhere and read it as a vfat file system.  My fstab has the line &lt;BR /&gt;&lt;BR /&gt;/dev/sda1 /fuji vfat defaults,user,noauto&lt;BR /&gt;&lt;BR /&gt;so I can just say "mount /fuji"&lt;BR /&gt;&lt;BR /&gt;I wrote a short script to download the pictures from my camera to the local directory and give them a name based on the time the picture was taken.  I append the script below (correct for line wrapping by this message software). &lt;BR /&gt;&lt;BR /&gt;Mike&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;# shell script to download pictures to current directory&lt;BR /&gt;# from my fuji digital camera&lt;BR /&gt;&lt;BR /&gt;source=/fuji/dcim/100_fuji&lt;BR /&gt;destination=.&lt;BR /&gt;&lt;BR /&gt;if [ ! -d $source ]&lt;BR /&gt;then&lt;BR /&gt;  echo mounting the camera&lt;BR /&gt;  if !  mount /fuji&lt;BR /&gt;  then&lt;BR /&gt;    echo Is the camera attached and turned on?&lt;BR /&gt;    exit&lt;BR /&gt;  fi&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;for picture in `ls $source/*.jpg`&lt;BR /&gt;do&lt;BR /&gt;  name=`date -r $picture +%y_%m_%d_%T`.jpg&lt;BR /&gt;  newname=`echo $name | sed s/:/_/g`&lt;BR /&gt;  echo copying $picture to $newname&lt;BR /&gt;  cp $picture $destination/$newname&lt;BR /&gt;  chmod 644 $destination/$newname&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;echo unmounting camera&lt;BR /&gt;umount /fuji&lt;BR /&gt;echo done</description>
      <pubDate>Sat, 24 May 2003 01:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb/m-p/2980929#M77348</guid>
      <dc:creator>Michael Creutz</dc:creator>
      <dc:date>2003-05-24T01:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: usb</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usb/m-p/2980930#M77349</link>
      <description>Set your camera to present itself as a storage device, and it should automatically be assigned to a device file when plugged in. &lt;BR /&gt;&lt;BR /&gt;Rgds Jarle&lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2003 13:04:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usb/m-p/2980930#M77349</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2003-05-26T13:04:21Z</dc:date>
    </item>
  </channel>
</rss>

