> Checkout these 2 excerpts from drivers/cdrom/cdrom.c. Comment out
> the bits I have here and you will
> be cooking with gas.
>
>
>          case DVD_READ_STRUCT: {
>                  dvd_struct *s;
>                  int size = sizeof(dvd_struct);
> //              if (!CDROM_CAN(CDC_DVD))
> //                      return -ENOSYS;
>                  if ((s = (dvd_struct *) kmalloc(size,
> GFP_KERNEL)) == NULL)
>                          return -ENOMEM;
>                  cdinfo(CD_DO_IOCTL, "entering DVD_READ_STRUCT\n");
>
>
>
>          case DVD_AUTH: {
>                  dvd_authinfo ai;
> //              if (!CDROM_CAN(CDC_DVD))
> //                      return -ENOSYS;
>                  cdinfo(CD_DO_IOCTL, "entering DVD_AUTH\n");
>                  IOCTL_IN(arg, dvd_authinfo, ai);
>                  if ((ret = dvd_do_auth (cdi, &ai)))
>

This seems to be the issue for my DVD troubles. Thanks heaps Brad (title
'usb troubleshooting issues). Stragnly enough xine now plays the disks but
mplayer still does not.  I will investigate this more thoroughlyand post at
a later date.

Just like to say "Wow!".  Very nice to note have to go tomy garage to change
disks now..(is have usb from grage to HT room)Wee!

Mick



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to