TechTalkz.com Logo Ask the Expert

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Microsoft > Windows Vista All

Notices

Some poor guy trying to play DVD's with Ubuntu. What a joke

Windows Vista All


Reply
 
Thread Tools Display Modes
Old 17-06-2008, 03:44 AM   #1
Bill Yanaire
Guest
 
Posts: n/a
Some poor guy trying to play DVD's with Ubuntu. What a joke

Here is a summary of the posts this poor guy had to go through to TRY and
get his DVD working. Imagine having to type cryptic commands into a
terminal window. No wonder why Ubuntu is so Screwed up. Ubuntu will never
take over the desktop. Ubuntu is prehistoric.

Here is the summary of the posts:




I cannot get my DVD to play Cds or DVDs. A summary:

1. I have Hardy running as a virtual file on a XP host.
2. Cds and DVDs play OK in Windows although they do not autorun, I have to
start them using the player,
3. I had the same fault with Gutsy
4. I followed Reassuringlyoffensive's guides and everything seemed to load
without errors.
5. I tried gxine first. When I run the DVD I get a message "xine engine
fails to start" then "read error from /dev/dvd"
6. I get sound when I log on and I am able to play videos, with sound,from
Youtube.
7. I installed Hardy from a download, I was able to check for errors.

Can anyone help?

------------------------------

Does the dvd any encryption/is it a commercial videodvd?
sudo apt-get install lsdvd libdvdread3 libdvdread
migth help.

If not you will require to setup the medibuntu repos
(http://www.medibuntu.org/)
follow the howto, how to add the repo and get some additional dvd reading
utilities
sudo apt-get install libdvdcss2 non-free-codecs

-------------------------------

Thanks soxs, but I have loaded this stuff all before. I did it again just
because it is a wet weekend and I have nothing else to do.

All I get when when I run VLC is a bit of hissing out the speakers.
Do these apps conflict with each other? I mean VLC and xine. Some on this
forum swear by VLC.

By the way I am trying to play a DVD when has been copied, so it should not
have any encryption on it.

I might try and put a bug report in through Launchpad.

--------------------------------

Try this:

Code:
sudo /usr/share/doc/libdvdread3/install-css.shThat will give you DVD
playback. If that does not work, then from the sound of things, you may have
a problem with your CDROM drive.
---------------------------------

Thanks, but no that doesn't work.
---------------------------------
Does it get mounted? I mean the dvd? Does this happen with any video dvds or
just with some special ones?
Do you have another linux os on your PC? soyou can check if it works there
(do not install a second os just to test
---------------------------------
I think my DVD is mounted this is what I get when I enter lshw:

*-cdrom
description: DVD reader
product: FNF246V
vendor: CT6543D
physical id: 1
bus info: scsi@1:0.0.0
logical name: /dev/cdrom
logical name: /dev/dvd
logical name: /dev/scd0
logical name: /dev/sr0
logical name: /media/cdrom0
version: 2.0B
serial: NECVMWarVMware IDE CDR101.00
capabilities: removable audio dvd
configuration: ansiversion=5 mount.fstype=iso9660
mount.options=ro,nosuid,nodev,relatime state=mounted status=ready
*-medium
physical id: 0
logical name: /dev/cdrom
logical name: /media/cdrom0
configuration: mount.fstype=iso9660 mount.options=ro,nosuid,nodev,relatime
state=mounted

The description seems wrong however as it is actually a DVDRAM/DVD
burner/CDR.

I don't understand all that "logical name stuff"

Any thoughts?
-----------------------------------
Code:
/dev/scd0 on /media/cdrom0 type iso9660 (ro,nosuid,nodev,utf8,user=john)Your
cd ism ounted correctly. you my try VLC and select [open medium] and select
/dev/scd0 as source
------------------------------------
Thanks soxs but I have tried that and it did not work. I'll have to think
about it.


  Reply With Quote
Old 17-06-2008, 03:44 AM   #2
Shane Nokes
Guest
 
Posts: n/a
Re: Some poor guy trying to play DVD's with Ubuntu. What a joke

His problem is that he's running it in a virtual machine from the sounds of
it.

I sounds like he also doesn't have the virtual DVD drive setup properly.

Also yes I'm a Windows fan, but honestly that sounds like the issue to me.

"Bill Yanaire" <bill@yanaire.com> wrote in message
news:qKA5k.4282$L_.3331@flpi150.ffdc.sbc.com...
> Here is a summary of the posts this poor guy had to go through to TRY and
> get his DVD working. Imagine having to type cryptic commands into a
> terminal window. No wonder why Ubuntu is so Screwed up. Ubuntu will
> never take over the desktop. Ubuntu is prehistoric.
>
> Here is the summary of the posts:
>
>
>
>
> I cannot get my DVD to play Cds or DVDs. A summary:
>
> 1. I have Hardy running as a virtual file on a XP host.
> 2. Cds and DVDs play OK in Windows although they do not autorun, I have to
> start them using the player,
> 3. I had the same fault with Gutsy
> 4. I followed Reassuringlyoffensive's guides and everything seemed to load
> without errors.
> 5. I tried gxine first. When I run the DVD I get a message "xine engine
> fails to start" then "read error from /dev/dvd"
> 6. I get sound when I log on and I am able to play videos, with sound,from
> Youtube.
> 7. I installed Hardy from a download, I was able to check for errors.
>
> Can anyone help?
>
> ------------------------------
>
> Does the dvd any encryption/is it a commercial videodvd?
> sudo apt-get install lsdvd libdvdread3 libdvdread
> migth help.
>
> If not you will require to setup the medibuntu repos
> (http://www.medibuntu.org/)
> follow the howto, how to add the repo and get some additional dvd reading
> utilities
> sudo apt-get install libdvdcss2 non-free-codecs
>
> -------------------------------
>
> Thanks soxs, but I have loaded this stuff all before. I did it again just
> because it is a wet weekend and I have nothing else to do.
>
> All I get when when I run VLC is a bit of hissing out the speakers.
> Do these apps conflict with each other? I mean VLC and xine. Some on this
> forum swear by VLC.
>
> By the way I am trying to play a DVD when has been copied, so it should
> not have any encryption on it.
>
> I might try and put a bug report in through Launchpad.
>
> --------------------------------
>
> Try this:
>
> Code:
> sudo /usr/share/doc/libdvdread3/install-css.shThat will give you DVD
> playback. If that does not work, then from the sound of things, you may
> have a problem with your CDROM drive.
> ---------------------------------
>
> Thanks, but no that doesn't work.
> ---------------------------------
> Does it get mounted? I mean the dvd? Does this happen with any video dvds
> or just with some special ones?
> Do you have another linux os on your PC? soyou can check if it works there
> (do not install a second os just to test
> ---------------------------------
> I think my DVD is mounted this is what I get when I enter lshw:
>
> *-cdrom
> description: DVD reader
> product: FNF246V
> vendor: CT6543D
> physical id: 1
> bus info: scsi@1:0.0.0
> logical name: /dev/cdrom
> logical name: /dev/dvd
> logical name: /dev/scd0
> logical name: /dev/sr0
> logical name: /media/cdrom0
> version: 2.0B
> serial: NECVMWarVMware IDE CDR101.00
> capabilities: removable audio dvd
> configuration: ansiversion=5 mount.fstype=iso9660
> mount.options=ro,nosuid,nodev,relatime state=mounted status=ready
> *-medium
> physical id: 0
> logical name: /dev/cdrom
> logical name: /media/cdrom0
> configuration: mount.fstype=iso9660 mount.options=ro,nosuid,nodev,relatime
> state=mounted
>
> The description seems wrong however as it is actually a DVDRAM/DVD
> burner/CDR.
>
> I don't understand all that "logical name stuff"
>
> Any thoughts?
> -----------------------------------
> Code:
> /dev/scd0 on /media/cdrom0 type iso9660
> (ro,nosuid,nodev,utf8,user=john)Your cd ism ounted correctly. you my try
> VLC and select [open medium] and select /dev/scd0 as source
> ------------------------------------
> Thanks soxs but I have tried that and it did not work. I'll have to think
> about it.
>
>

  Reply With Quote
Old 17-06-2008, 05:46 AM   #3
Canuck57
Guest
 
Posts: n/a
Re: Some poor guy trying to play DVD's with Ubuntu. What a joke


"Shane Nokes" <shane@hotwiredpc.nospam.cXoXm> wrote in message
news:45590525-C982-4CEE-89FD-C98BB63C4D74@microsoft.com...

> His problem is that he's running it in a virtual machine from the sounds
> of it.
>
> I sounds like he also doesn't have the virtual DVD drive setup properly.
>
> Also yes I'm a Windows fan, but honestly that sounds like the issue to me.


You are probably right. Writing a CD/DVD in any VM can be problematic,
especially if the host OS is busy.


  Reply With Quote
Old 17-06-2008, 05:46 AM   #4
kevpan815
Guest
 
Posts: n/a
That's Why I Duel Boot Between Vista And Ubuntu On My Brand New De

That's Why I Duel Booting Between Windows Vista Service Pack One And Open
Source Linux Ubuntu 8.04 On My Brand New Dell XPS 630I, Because I Am Only
Able 2 Use My 4X Blue-Ray Player Hardware And Software 2 Play Both DVD And
Blue-Ray Movies From Either 32 Bit Windows XP Service Pack 2, 32 Bit Windows
XP Service Pack 3 And/Or 32 Bit Windows Windows Vista Service Pack 1, Just
FYI. I Still Officially Consider Myself Alias #2 However, So What I Did Was I
Set Up A Duel Boot Scenario Using The Wubi.Exe File From
http://www.ubuntu.com (This Solution May Not Work If You Are Running A 64 Bit
Version Of Windows, However), Just FYI.
  Reply With Quote
Old 17-06-2008, 10:49 AM   #5
Stephan Rose
Guest
 
Posts: n/a
Re: Some poor guy trying to play DVD's with Ubuntu. What a joke

On Mon, 16 Jun 2008 14:16:06 -0700, Bill Yanaire wrote:

> Here is a summary of the posts this poor guy had to go through to TRY
> and get his DVD working. Imagine having to type cryptic commands into a
> terminal window. No wonder why Ubuntu is so Screwed up. Ubuntu will
> never take over the desktop. Ubuntu is prehistoric.


Here is what I have to go through to play a DVD in Ubuntu:

1. Open the DVD Case
2. Remove DVD
3. Push button on DVD Drive
4. If another DVD is present, remove it
5. Insert DVD I'd like to watch
6. Push button to close DVD Drive
7. Watch DVD as movie player automatically comes up and plays the DVD.

I know, it's complicated and tough...

--
Stephan
1986 Pontiac Fiero GT
1992 Suzuki Kan-o-tuna ('till I can get my R1)

君の事思い出す日なんてないのは
君の事忘れたときがないから
  Reply With Quote
Old 17-06-2008, 10:49 AM   #6
kevpan815
Guest
 
Posts: n/a
Re: Some poor guy trying to play DVD's with Ubuntu. What a joke


"Stephan Rose" <nospam@spammer.com> wrote in message
news:7Jydnd-_csABo8rVnZ2dnUVZ_vjinZ2d@giganews.com...
> On Mon, 16 Jun 2008 14:16:06 -0700, Bill Yanaire wrote:
>
>> Here is a summary of the posts this poor guy had to go through to TRY
>> and get his DVD working. Imagine having to type cryptic commands into a
>> terminal window. No wonder why Ubuntu is so Screwed up. Ubuntu will
>> never take over the desktop. Ubuntu is prehistoric.

>
> Here is what I have to go through to play a DVD in Ubuntu:
>
> 1. Open the DVD Case
> 2. Remove DVD
> 3. Push button on DVD Drive
> 4. If another DVD is present, remove it
> 5. Insert DVD I'd like to watch
> 6. Push button to close DVD Drive
> 7. Watch DVD as movie player automatically comes up and plays the DVD.
>
> I know, it's complicated and tough...
>

I Think You Got It All Wrong. You Were On A Windows PC When You Did All 7
Steps. Just FYI


  Reply With Quote
Old 17-06-2008, 01:43 PM   #7
Charlie Tame
Guest
 
Posts: n/a
Re: Some poor guy trying to play DVD's with Ubuntu. What a joke

Stephan Rose wrote:
> On Mon, 16 Jun 2008 14:16:06 -0700, Bill Yanaire wrote:
>
>> Here is a summary of the posts this poor guy had to go through to TRY
>> and get his DVD working. Imagine having to type cryptic commands into a
>> terminal window. No wonder why Ubuntu is so Screwed up. Ubuntu will
>> never take over the desktop. Ubuntu is prehistoric.

>
> Here is what I have to go through to play a DVD in Ubuntu:
>
> 1. Open the DVD Case
> 2. Remove DVD
> 3. Push button on DVD Drive
> 4. If another DVD is present, remove it
> 5. Insert DVD I'd like to watch
> 6. Push button to close DVD Drive
> 7. Watch DVD as movie player automatically comes up and plays the DVD.
>
> I know, it's complicated and tough...
>



I would have to agree with that, no problem here, but video files in
Vista is problematic. I have no problem with what is recorded using
Vista but have to use VLC player for a number of older recordings.
  Reply With Quote
Reply

Thread Tools
Display Modes



< Home - Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 11:51 PM.


vBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2010, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional