Author Topic: DVD  (Read 1005 times)

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
DVD
« on: 24 April 2002, 01:01 »
I have a 12X DVD drive that came with my computer, it has a CD with drivers for Windows on them but i have no idea what type of DVD ROM it is. Is there any generic DVD drivers or something that might work?
It says something about a Cyberlink Power DVD on the CD that has the drivers for it.

[ April 23, 2002: Message edited by: Master of Reality ]

Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
DVD
« Reply #1 on: 24 April 2002, 08:26 »
nobody knows anything about DVDs?
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Scotty

  • Member
  • **
  • Posts: 43
  • Kudos: 0
DVD
« Reply #2 on: 24 April 2002, 12:27 »
I assume that you have installed some linux distro so there should be a link for your player in /dev folder like scd0 or cdrom(x) somesort. Find out if that's the case. If you have installed you system with "pnp os" option disabled in bios settings most distros should be able to find all ide/scsi devices.

if your player (xine for example) won't find /dev/dvd or what-so-ever, make a symlink called dvd that points to your cd/dvd device.

hope that helps..  :D
I tried hard to come up with nasty signature but I can't think any at this hour so I just say that m$ can go to hell for all I care.

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
DVD
« Reply #3 on: 25 April 2002, 07:29 »
quote:
Originally posted by SingleMalt:
I assume that you have installed some linux distro so there should be a link for your player in /dev folder like scd0 or cdrom(x) somesort. Find out if that's the case. If you have installed you system with "pnp os" option disabled in bios settings most distros should be able to find all ide/scsi devices.

if your player (xine for example) won't find /dev/dvd or what-so-ever, make a symlink called dvd that points to your cd/dvd device.

hope that helps..   :D  


there is 2 links on my desktop that point(mount) either of my CD-ROMs but neither work, because i just installed a DVD player as the master and my CD-RW as a slave, and it doesnt find the DVD.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
DVD
« Reply #4 on: 25 April 2002, 14:30 »
so what you want to do is mount the DVD drive?
in that case you need to edit your /etc/fstab file to make sure your system knows firstly where the DVD drive is (in /dev/something) and secondly where you want it mounted. Actually you don't need to do that, but it'll save you typing it all in every time you want to mount the drive. Once you have put it into yr /etc/fstab, you can just type "mount /whereveritis/dvdrom", and linux will look in fstab to find out the other details.

if all your other drives are set to mount to /mnt/floppy and /mnt/cdrom et cetera, you will probably want to make the dvd drive go to /mnt/dvdrom for clarity's sake. (i prefer my drives to be /floppy and /dvdrom et cetera) now you will need to mkdir /mnt/dvdrom and then edit your /etc/fstab accordingly. Now, first of course, you will have to find out what your dvdrom is called in /dev

hope that is a start, maybe somebody else can give you more specific info...

[ April 25, 2002: Message edited by: Calum ]

visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
DVD
« Reply #5 on: 25 April 2002, 17:32 »
quote:
Originally posted by Calum:
so what you want to do is mount the DVD drive?
in that case you need to edit your /etc/fstab file to make sure your system knows firstly where the DVD drive is (in /dev/something) and secondly where you want it mounted. Actually you don't need to do that, but it'll save you typing it all in every time you want to mount the drive. Once you have put it into yr /etc/fstab, you can just type "mount /whereveritis/dvdrom", and linux will look in fstab to find out the other details.

if all your other drives are set to mount to /mnt/floppy and /mnt/cdrom et cetera, you will probably want to make the dvd drive go to /mnt/dvdrom for clarity's sake. (i prefer my drives to be /floppy and /dvdrom et cetera) now you will need to mkdir /mnt/dvdrom and then edit your /etc/fstab accordingly. Now, first of course, you will have to find out what your dvdrom is called in /dev

hope that is a start, maybe somebody else can give you more specific info...

[ April 25, 2002: Message edited by: Calum ]


no, linux cant do anything with my DVD drive, because it doesnt have any drivers that will work with it, It cant mount something that it cant run.
And my cdroms dont show up in /dev/ for some reason.

[ April 25, 2002: Message edited by: Master of Reality ]

Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
DVD
« Reply #6 on: 25 April 2002, 18:05 »
well in that case you will need to get drivers, surely, did you search on Google using yr model number from yr DVD drive? i am sure somebody else must have got this working...
also, if the links are on the desktop, where did they come from? they must have been detected at some point, which makes me think they must be somewhere in /dev? of course all this is just a guess...
visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
DVD
« Reply #7 on: 26 April 2002, 02:17 »
quote:
Originally posted by Calum:
well in that case you will need to get drivers, surely, did you search on Google using yr model number from yr DVD drive? i am sure somebody else must have got this working...
also, if the links are on the desktop, where did they come from? they must have been detected at some point, which makes me think they must be somewhere in /dev? of course all this is just a guess...


i just changed all my hardware (except hard drives) so they were my previous drives.
I did search on google, found powerDVDs site, they say it works fine with linux, so i e-mailed them about it.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
DVD
« Reply #8 on: 26 April 2002, 03:07 »
hmmm, well as always i will be interested in the outcome, only sorry i couldn't help more...
visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
DVD
« Reply #9 on: 26 April 2002, 21:37 »
reply from cyberlink:
PowerDVD Linux is not bundled with any distribution. We never release it to
the general public, and to be frank, this project is stopped for the time being.
---
those bastards
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
DVD
« Reply #10 on: 26 April 2002, 21:40 »
if i have my DVD has the master and my CD-RW as a slave. Does the DVD have to work in order to use the CD-RW?
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
DVD
« Reply #11 on: 26 April 2002, 22:26 »
its official.. i'm a dumbass.
The DVD that cam with the computer was already hooked up to the IDE cable on the "Master" plug, so i assumed the jumper on the DVD was already on "master". I had both my CD-RW and my DVD set to "slave". I dont think it will work with DVDs yet (its just working as a cdrom), but i havent tried to see.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

iancom

  • Member
  • **
  • Posts: 103
  • Kudos: 0
DVD
« Reply #12 on: 27 April 2002, 20:12 »
PowerDVD is a DVD player rather than a driver for your DVD drive, as far as I know.

If you've got it working as a CD-ROM, chances are it'll work as a DVD too. Try putting a DVD in, mounting it and then see if you can see any files on the drive. If you can, it's going to work...

I use mplayer (http://freshmeat.net/branches/16871/) which seems to do everything I need and was (as far as I recall) quite easy to install. Just point it at where you mounted the DVD and press play. It does encrypted DVD's and multi-region as well.

Hope you get it working okay!

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
DVD
« Reply #13 on: 28 April 2002, 08:18 »
quote:
Originally posted by IanC:
PowerDVD is a DVD player rather than a driver for your DVD drive, as far as I know.

If you've got it working as a CD-ROM, chances are it'll work as a DVD too. Try putting a DVD in, mounting it and then see if you can see any files on the drive. If you can, it's going to work...

I use mplayer (http://freshmeat.net/branches/16871/) which seems to do everything I need and was (as far as I recall) quite easy to install. Just point it at where you mounted the DVD and press play. It does encrypted DVD's and multi-region as well.

Hope you get it working okay!


hmmmm... it would probably help if i could find linux sound drivers for my sound card,.. then i could actually listen to DVD's.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
DVD
« Reply #14 on: 2 May 2002, 01:28 »
i'm kinda of ashamed.. but i put windows on a extra computer i have and used it to run my DVD-ROM and the 30 windows games i have.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'