Marketplace:

 
Active-Venture.com: Cheap hosting for ecommerce and small business
Buy cheap domain registration with free domain search and forwarding services
Cheap domain registration: Register domain name and domain search services at affordable price

 

   

Camera

next up previous contents index



  $ udevinfo -a -p /block/sdc
  $ sudo emacs -nw /etc/udev/rules.d/local.rules
  BUS="usb", KERNEL="sd?1", SYSFS{product}="hp photosmart 320", 
  NAME="%k", SYMLINK="photosmart"
  $ sudo emacs -nw /etc/fstab
  /dev/photosmart /media/photosmart auto user,defaults 	0	0
  $ sudo mkdir /media/photosmart
  $ wajig restart udev


A Nikon Coolpix E5200 camera:

  $ udevinfo -a -p /block/sdc
  $ sudo emacs -nw /etc/udev/rules.d/local.rules
  BUS="usb", KERNEL="sd?1", SYSFS{product}="NIKON DSC E5200", 
  NAME="%k", SYMLINK="nikon"
  $ sudo emacs -nw /etc/fstab
  /dev/nikon /media/nikon auto user,defaults 	0	0
  $ sudo mkdir /media/nikon
  $ wajig restart udev


For some reason /dev/sdc1 is not created when the camera is plugged in (/dev/sdc is). But after an attempt to mount /dev/sdc, /dev/sdc1 comes into existence (even though the mount command fails with a request to specify the filesystem type). After install
gnome-volume-manager /dev/sdc1 started being created.


Copyright (c) 1995-2004

 

      

Marketplace:
Facts: " Do what you think is interesting, do something that you think is fun and worthwhile, because otherwise you won't do it well anyway.   "  

Tuesday 6 January 2009 10:55:27 1231239327