Re: Linux and the Hitachi DVDCAM DV-MZ380A
From: Jason (ziggyzygote_at_yahoo.com)
Date: 07/30/03
- Next message: Dave Uhring: "Re: Mounting MSDOS floppy drive"
- Previous message: John-Paul Stewart: "Re: Mounting MSDOS floppy drive"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Jul 2003 12:17:30 -0700
spk42@spkane.org (Sean P. Kane) wrote in message news:<b584474.0306301251.2d96f476@posting.google.com>...
> Since I spent awhile trying to fiqure this out, I thought that I would
> make my findings avaliable for anyone else who might be looking.
>
> I just bought a new DV-MZ380A Hitachi DVDCAM and have been trying to
> fiqure out if I could get the DVD-RAM to mount under Linux while it is
> in the camera and conneted via a USB cable. Afer a bit of trial and
> error I got it working fins. Note that this is a linux 2.4 kernel
> based system with DevFS, USB and scsi support compiled in (you need
> USB/SCSI CDROM and storage support for sure, plus udf filesystem
> support).
>
> You can look at /proc/bus/usb/devices to look for the "DVDCAM USB HS
> Interface"
> and /proc/scsi/usb-storage-*/* for the "DVD-RAM DZ-MV3". This second
> listing should let you know what device to mount (scsi2: refers to
> host2 in the mount command below, so scsi1: would be host1, etc.).
>
> Basically I got it mounted as simply as typing this:
>
> mount -t udf /dev/scsi/host2/bus0/target0/lun0/cd /mnt/dvdram
>
> And presto, it worked.
>
> Hope this helps someone else out there.
>
> Sean
Are you running all of these as modules, or compiled into the kernel?
I have a 230A, and I show this in my logs when it connects:
Jul 28 20:29:44 sifl kernel: hub.c: new USB device 00:1d.0-1, assigned
address 2
Jul 28 20:29:44 sifl kernel: usb.c: USB device 2 (vend/prod
0x4a4/0x15) is not claimed by any active driver.
Jul 28 20:29:47 sifl /etc/hotplug/usb.agent: ... no modules for USB
product 4a4/15/100
I'm not sure if what I need to do is modify the unusual_devs.h like
for the 100a, or am I not loading all the needed kernel modules? I
have my usbcore, usb-uhci, scsi_mod, sd_mod, sr_mod, udf, and sg
modules loaded. I'm assuming I'm just missing something silly. There
doesn't seem to be anything to be found on Google regarding this
camera and linux. I'm testing an unusual_dev entry right now, as
that's all I have to go on at this point.
Oh, I'm running kernel 2.4.20 with devfs.
Thanks...
--Jason
- Next message: Dave Uhring: "Re: Mounting MSDOS floppy drive"
- Previous message: John-Paul Stewart: "Re: Mounting MSDOS floppy drive"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|