My DVD drive won’t play movies
This commit is contained in:
25
2006-07-08-my-dvd-drive-wont-play-movies.html
Normal file
25
2006-07-08-my-dvd-drive-wont-play-movies.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!--# set var="title" value="My DVD drive won’t play movies" -->
|
||||
<!--# set var="date" value="July 8, 2006" -->
|
||||
|
||||
<!--# include file="include/top.html" -->
|
||||
|
||||
<p>I think I might be the last one to this party, but here goes. I installed Linux on my new laptop before it ever booted Windows. Since then, I haven’t been able to play movies on the internal DVD drive. I’ve been getting by with the external drive, expecting someone to fix the hardware support at some point. Turns out, the laptop shipped without the region set on the drive. There’s a <a href="http://linvdr.org/projects/regionset/">handy utility</a> for doing this in Linux:</p>
|
||||
|
||||
<pre><code>cerberus% sudo regionset /dev/cdrom
|
||||
regionset version 0.1 — reads/sets region code on DVD drives
|
||||
Current Region Code settings:
|
||||
RPC Phase: II
|
||||
type: NONE
|
||||
vendor resets available: 4
|
||||
user controlled changes resets available: 5
|
||||
drive plays discs from region(s):, mask=0xFF
|
||||
|
||||
Would you like to change the region setting of your drive? [y/n]:y
|
||||
Enter the new region number for your drive [1..8]:1
|
||||
New mask: 0xFFFFFFFE, correct? [y/n]:y
|
||||
Region code set successfully!
|
||||
</code></pre>
|
||||
|
||||
<p>And poof!, it plays.</p>
|
||||
|
||||
<!--# include file="include/bottom.html" -->
|
||||
@@ -40,6 +40,7 @@
|
||||
<li>2009-Sep-11: <a href="2009-09-11-confusing-bind-with-cnames.html">Confusing BIND with CNAMEs</a></li>
|
||||
<li>2009-Feb-19: <a href="2019-02-19-the-odd-case-of-my-mugging.html">The odd case of my mugging</a></li>
|
||||
<li>2009-Feb-03: <a href="2009-02-03-5-packet-tcp-connection.html">5-packet TCP connection?</a></li>
|
||||
<li>2006-Jul-08: <a href="2006-07-08-my-dvd-drive-wont-play-movies.html">My DVD drive won’t play movies</a></li>
|
||||
<li>2006-Jun-30: <a href="2006-06-30-carrying-servers.html">Carrying Servers</a></li>
|
||||
<li>2006-Jun-28: <a href="2006-06-28-bladecenter-power-hurts-my-head.html">BladeCenter power hurts my head</a></li>
|
||||
<li>2006-Jun-16: <a href="2006-06-16-hp-switch-revisited.html">HP Switch Revisited</a></li>
|
||||
|
||||
24
markdown/2006-07-08-my-dvd-drive-wont-play-movies.md
Normal file
24
markdown/2006-07-08-my-dvd-drive-wont-play-movies.md
Normal file
@@ -0,0 +1,24 @@
|
||||
<!--# set var="title" value="My DVD drive won’t play movies" -->
|
||||
<!--# set var="date" value="July 8, 2006" -->
|
||||
|
||||
<!--# include file="include/top.html" -->
|
||||
|
||||
I think I might be the last one to this party, but here goes. I installed Linux on my new laptop before it ever booted Windows. Since then, I haven’t been able to play movies on the internal DVD drive. I’ve been getting by with the external drive, expecting someone to fix the hardware support at some point. Turns out, the laptop shipped without the region set on the drive. There’s a [handy utility](http://linvdr.org/projects/regionset/) for doing this in Linux:
|
||||
|
||||
cerberus% sudo regionset /dev/cdrom
|
||||
regionset version 0.1 — reads/sets region code on DVD drives
|
||||
Current Region Code settings:
|
||||
RPC Phase: II
|
||||
type: NONE
|
||||
vendor resets available: 4
|
||||
user controlled changes resets available: 5
|
||||
drive plays discs from region(s):, mask=0xFF
|
||||
|
||||
Would you like to change the region setting of your drive? [y/n]:y
|
||||
Enter the new region number for your drive [1..8]:1
|
||||
New mask: 0xFFFFFFFE, correct? [y/n]:y
|
||||
Region code set successfully!
|
||||
|
||||
And poof!, it plays.
|
||||
|
||||
<!--# include file="include/bottom.html" -->
|
||||
@@ -39,6 +39,7 @@
|
||||
1. 2009-Sep-11: [Confusing BIND with CNAMEs](2009-09-11-confusing-bind-with-cnames.html)
|
||||
1. 2009-Feb-19: [The odd case of my mugging](2019-02-19-the-odd-case-of-my-mugging.html)
|
||||
1. 2009-Feb-03: [5-packet TCP connection?](2009-02-03-5-packet-tcp-connection.html)
|
||||
1. 2006-Jul-08: [My DVD drive won’t play movies](2006-07-08-my-dvd-drive-wont-play-movies.html)
|
||||
1. 2006-Jun-30: [Carrying Servers](2006-06-30-carrying-servers.html)
|
||||
1. 2006-Jun-28: [BladeCenter power hurts my head](2006-06-28-bladecenter-power-hurts-my-head.html)
|
||||
1. 2006-Jun-16: [HP Switch Revisited](2006-06-16-hp-switch-revisited.html)
|
||||
|
||||
Reference in New Issue
Block a user