[mythtv] [mythtv-commits] Ticket #4108: DVD drive speed change not working.

Anduin Withers awithers at anduin.com
Sun Oct 28 21:20:54 UTC 2007


> #4108: DVD drive speed change not working.
> [...]
>  Hi, running latest SVN 14756. My DVD drive no longer changes speed. This
>  used to work (sorry can't remember version it last worked as have not
>  watched a DVD in awhile). I believe it was an upgrade of ubuntu that may
>  have broke it though. Was on feisty (2.6.20) now on gutsy (2.6.22).

There are two ioctls potentially involved, either CDROM_SELECT_SPEED is
reporting success or, if it failed, then SG_IO GPCMD_SET_STREAMING is
reporting success.

I suggest looking here: libmyth/mythcdrom-linux.cpp
(MythCDROMLinux::setSpeed approximately line 444) add some debugging
statements. Figure out what is failing (or rather, erroneously succeeding)
and what is required to fix it.

-- 
Anduin Withers



More information about the mythtv-dev mailing list