vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I just bought a Nikon Coolpix 2100 digital camera. It is, of course, connected to the computer via USB. I haven't used USB before, so I would be grateful if someone could give me a hint how to configure the kernel to activate USB and enable me to connect to the camera. I intend to use modules (which ones?). Should I use a particular software to read the memory of the camera? I use SL8.1. Many thanks JB |
| |||
| J Boehm wrote: > configure the kernel > to activate USB and enable me to connect to the camera. If you have not recompiled your own kernel and using an stock kernel, USB support should be enabled. You probably would not have to worry. All you have to do is to mount your camera. check /var/log/messages to see which device is your camera (sda1?) mount -t vfat /dev/(sda1?) /mnt/camera should do it. |
| |||
| You may need to compile the usb-storage module ... Though that MAY be in there too ... the USB howto on LDP covers the necessary points. J Boehm wrote: > I just bought a Nikon Coolpix 2100 digital camera. It is, of course, > connected to the computer via USB. I haven't used USB before, so I would > be grateful if someone could give me a hint how to configure the kernel > to activate USB and enable me to connect to the camera. I intend to use > modules (which ones?). Should I use a particular software to read the memory of the > camera? I use SL8.1. > > Many thanks > > JB |
| |||
| On Wed, 24 Sep 2003 21:48:41 +0200, J Boehm wrote: > I just bought a Nikon Coolpix 2100 digital camera. It is, of course, > connected to the computer via USB. I haven't used USB before, so I would > be grateful if someone could give me a hint how to configure the kernel > to activate USB and enable me to connect to the camera. I intend to use > modules (which ones?). Should I use a particular software to read the memory of the > camera? I use SL8.1. You will need to get "Hot plug" support running, if i remember correctly slack-8.1 does not have hotplugging support as default, (altho') i could be wrong. You would also need usb-storage if its not already there, check your /lib/modules/kernel-version/kernel/drivers/usb directory for it. Your camera is seemingly not (yet) supported by gphoto2 so you will need to mount the camera by hand and copy its contents to whereever you want. I wrote a small howto about a simalar camera its to be found at; http://people.zeelandnet.nl/pa3gcu/camera.htm More help can be found at; http://www.linux-usb.org/ > Many thanks > > JB -- If the Linux community is a bunch of theives because they try to imitate windows programs, then the Windows community is built on organized crime. Regards Richard pa3gcu@zeelandnet.nl http://people.zeelandnet.nl/pa3gcu/ |
| |||
| On Wed, 24 Sep 2003 21:48:41 +0200, J Boehm wrote: > I just bought a Nikon Coolpix 2100 digital camera. It is, of course, > connected to the computer via USB. I haven't used USB before, so I would > be grateful if someone could give me a hint how to configure the kernel > to activate USB and enable me to connect to the camera. I intend to use > modules (which ones?). Should I use a particular software to read the > memory of the camera? I use SL8.1. > > Many thanks > > JB Much obliged for all your help JB |
| |||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, Sep 25, 2003 at 07:48:37AM +0200, Richard Adams wrote: > > I just bought a Nikon Coolpix 2100 digital camera. It is, of course, nice, i've get the CP4300 myself. but i don't connect it yo my pc directly, there's something scary about (un)plugging that cable into your camera all the time. most people (and i'm one of them) will recommand you to get a cardreader, that you keep plugged in to your pc. then just insert your CF card into that one. that's what i do. and most CF readers are just faster than the camera itself > You will need to get "Hot plug" support running, if i remember correctly no, you don't *need* hotplug installed. it's not installed overhere, and everything is working just file without it. you can just mount/unmount load/unload it yourself. however, you do need "support for hotpluggable devices" in your kernel. and ofcourse usb-storage that's about it Jurgen. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/c73W1ucXIiwNwbURAttSAKCBQ9DWWmTEU1sQcCnmQmbyJm2GgQ Cg3E9l gvhqJtUCIo8KTVHHV+SP62k= =TpyM -----END PGP SIGNATURE----- |
| |||
| Jurgen Philippaerts wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thu, Sep 25, 2003 at 07:48:37AM +0200, Richard Adams wrote: > > >>>I just bought a Nikon Coolpix 2100 digital camera. It is, of course, > > > nice, i've get the CP4300 myself. I've got a CP4300 as well. It works better with Linux than it does with Windows98. When I plug it in to the USB port, it comes up as /dev/sda. I just mount it, copy the files out, and umount. ~ $ tail /var/log/messages Sep 26 21:46:31 bitsie /etc/hotplug/usb.agent: Setup usb-storage for USB product 4b0/10e/100 Sep 26 21:46:31 bitsie kernel: Initializing USB Mass Storage driver... Sep 26 21:46:31 bitsie kernel: usb.c: registered new driver usb-storage Sep 26 21:46:31 bitsie kernel: scsi1 : SCSI emulation for USB Mass Storage devices Sep 26 21:46:31 bitsie kernel: USB Mass Storage support registered. ~ $ grep /mnt/camera /etc/fstab /dev/sda1 /mnt/camera auto noauto,owner,user,umask=0 0 0 ~ $ mount /mnt/camera ~ $ ls -l /mnt/camera total 12 drwxrwxrwx 3 lpitcher users 4096 Aug 25 2002 dcim drwxrwxrwx 2 lpitcher users 4096 Aug 25 2002 misc -rwxrwxrwx 1 lpitcher users 512 Aug 25 2002 nikon001.dsc ~ $ ls /mnt/camera/dcim 100nikon ~ $ ls /mnt/camera/dcim/100nikon/ dscn0189.jpg dscn0200.jpg dscn0211.jpg dscn0222.jpg dscn0233.jpg dscn0244.jpg dscn0255.jpg dscn0267.jpg dscn0190.jpg dscn0201.jpg dscn0212.jpg dscn0223.jpg dscn0234.jpg dscn0245.jpg dscn0256.jpg dscn0268.jpg dscn0191.jpg dscn0202.jpg dscn0213.jpg dscn0224.jpg dscn0235.jpg dscn0246.jpg dscn0257.jpg dscn0269.jpg dscn0192.jpg dscn0203.jpg dscn0214.jpg dscn0225.jpg dscn0236.jpg dscn0247.jpg dscn0258.jpg dscn0270.jpg dscn0193.jpg dscn0204.jpg dscn0215.jpg dscn0226.jpg dscn0237.jpg dscn0248.jpg dscn0259.jpg dscn0271.jpg dscn0194.jpg dscn0205.jpg dscn0216.jpg dscn0227.jpg dscn0238.jpg dscn0249.jpg dscn0260.jpg dscn0272.jpg dscn0195.jpg dscn0206.jpg dscn0217.jpg dscn0228.jpg dscn0239.jpg dscn0250.jpg dscn0261.jpg dscn0273.jpg dscn0196.jpg dscn0207.jpg dscn0218.jpg dscn0229.jpg dscn0240.jpg dscn0251.jpg dscn0263.jpg sscn0262.jpg dscn0197.jpg dscn0208.jpg dscn0219.jpg dscn0230.jpg dscn0241.jpg dscn0252.jpg dscn0264.jpg dscn0198.jpg dscn0209.jpg dscn0220.jpg dscn0231.jpg dscn0242.jpg dscn0253.jpg dscn0265.jpg dscn0199.jpg dscn0210.jpg dscn0221.jpg dscn0232.jpg dscn0243.jpg dscn0254.jpg dscn0266.jpg ~ $ file /mnt/camera/dcim/100nikon/dscn0189.jpg /mnt/camera/dcim/100nikon/dscn0189.jpg: JPEG image data, EXIF standard 0.73, 10752 x 2048 ~ $ umount /mnt/camera ~ $ cat /proc/modules sd_mod 10924 0 (autoclean) usb-storage 68256 0 se401 15800 0 videodev 6112 1 [se401] scanner 10424 0 (unused) parport_pc 23784 0 parport 25600 0 [parport_pc] uhci 25968 0 (unused) usbcore 62624 1 [usb-storage se401 scanner uhci] r128 80952 0 ide-scsi 10384 0 scsi_mod 58100 3 [sd_mod usb-storage ide-scsi] ne2k-pci 5888 1 8390 6800 0 [ne2k-pci] analog 7936 0 (unused) joydev 6080 0 (unused) input 3328 0 [analog joydev] es1371 28360 0 gameport 1484 0 [analog es1371] ac97_codec 11912 0 [es1371] soundcore 3588 4 [es1371] agpgart 38016 1 rtc 6940 0 (autoclean) -- Lew Pitcher Master Codewright and JOAT-in-training Registered Linux User #112576 (http://counter.li.org/) Slackware - Because I know what I'm doing. |
| |||
| > > you can just mount/unmount load/unload it yourself. > > however, you do need "support for hotpluggable devices" in your kernel. > and ofcourse usb-storage > > that's about it > > > Jurgen. > The camera is recognised as a scsi device, in /proc/bus/ there is an entry for USB but the damn thing wouldn't let the camera mount. I tried /dev/sda1 and a host of other devices. The message always is: /dev/sda1 is not a valid block device There are three modules loaded: usbcore, usb-storage and usb-ohci. Maybe the reason is SL8.1 ? JB |
| |||
| On Sat, 27 Sep 2003 10:58:20 +0200, J Boehm wrote: >> you can just mount/unmount load/unload it yourself. >> >> however, you do need "support for hotpluggable devices" in your kernel. >> and ofcourse usb-storage >> >> that's about it >> >> >> Jurgen. >> >> > The camera is recognised as a scsi device, in /proc/bus/ there is an > entry for USB but the damn thing wouldn't let the camera mount. I tried > /dev/sda1 and a host of other devices. The message always is: > > /dev/sda1 is not a valid block device > > There are three modules loaded: usbcore, usb-storage and usb-ohci. Maybe > the reason is SL8.1 ? > > JB Of course, the reason is not SL8.1, it's me. I didn't enable SCSI support for hard disks (which is needed to make sda1 a recognised block). Thanks for your help JB |
| ||||
| On Sat, 27 Sep 2003 10:58:20 +0200, J Boehm wrote: > /dev/sda1 is not a valid block device How about loading scsi modules.????? -- If the Linux community is a bunch of theives because they try to imitate windows programs, then the Windows community is built on organized crime. Regards Richard pa3gcu@zeelandnet.nl http://people.zeelandnet.nl/pa3gcu/ |