- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Driver for JVC Digital Still Camera
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-21-2001 09:54 AM
тАО12-21-2001 09:54 AM
Driver for JVC Digital Still Camera
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-21-2001 10:41 AM
тАО12-21-2001 10:41 AM
Re: Driver for JVC Digital Still Camera
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-21-2001 10:51 AM
тАО12-21-2001 10:51 AM
Re: Driver for JVC Digital Still Camera
Check here
http://www.linux-usb.org/
more specifically, this page:
http://www.linux-usb.org/usb.ids
Look for "Victor Company of Japan (JVC)"
I dunno how much this helps....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2002 08:50 AM
тАО02-18-2002 08:50 AM
Re: Driver for JVC Digital Still Camera
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2002 07:01 AM
тАО02-22-2002 07:01 AM
Re: Driver for JVC Digital Still Camera
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2002 07:04 AM
тАО02-26-2002 07:04 AM
Re: Driver for JVC Digital Still Camera
Plug in the camera..
Turn it on..
Do a more on /var/log/messages and go to the bottom. There should be a message about "found device /dev/sdf0 or whatever.
Then you can
mkdir /mnt/camera
mount -t msdos /dev/sdf0 /mnt/camera
You may have to have the scsi drivers compiled (built in, or as a module) to get this to work since it sees the camera as a scsi device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-04-2002 06:47 PM
тАО10-04-2002 06:47 PM
Re: Driver for JVC Digital Still Camera
usb.c: USB device 2 (vend/prod 0x4f1/0x4) is not claimed by any active driver.
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
scsi1 : SCSI emulation for USB Mass Storage devices
Vendor: JVC Model: DV CAMERA Rev: 0000
Type: Direct-Access ANSI SCSI revision: 02
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
USB Mass Storage support registered.
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
Any idea if the driver is loaded? If so, what device name should I use to mount it? Thanks.