LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-03-2007, 11:59 PM   #1
DirkDiggler
Member
 
Registered: May 2007
Location: Florida/USA
Distribution: Ubuntu Feisty Fawn, Fedora 7, Windows XP
Posts: 91

Rep: Reputation: 16
DVD Decrypter (via Wine) not detecting DVD drive


Hey,

I've resarched this problem, and tried a solution I found, but to no avail. In tools-settings and in the I/O tab, you can set it to WINASPI32.DLL (I believe thats what it is) and that did nothing. Can anyone advise as to what I should do?

Thanks,

Brandon
 
Old 06-04-2007, 06:46 AM   #2
KenJackson
Member
 
Registered: Jul 2006
Location: Maryland, USA
Distribution: Fedora and others
Posts: 757

Rep: Reputation: 145Reputation: 145
try this:

ls -l ~/.wine/dosdevices

You should see an entry something like this.

lrwxrwxrwx 1 ken 10 Aug 7 2006 d: -> /dev/cdrom

If you don't see it, make it. If your cdrom isn't on /dev/cdrom, then change it.

cd ~/.wine/dosdevices
ln -s /dev/cdrom d:
 
Old 06-04-2007, 09:14 AM   #3
DirkDiggler
Member
 
Registered: May 2007
Location: Florida/USA
Distribution: Ubuntu Feisty Fawn, Fedora 7, Windows XP
Posts: 91

Original Poster
Rep: Reputation: 16
Ken,

I followed the instructions you gave and no bueno. Here is what dos devices had in it before any changes:

lrwxrwxrwx 1 BadMammaJamma BadMammaJamma 10 2007-06-03 12:25 c: -> . ./drive_c

lrwxrwxrwx 1 BadMammaJamma BadMammaJamma 1 2007-06-03 12:25 z: -> /

I then followed the instructions you gave. I'm assuming the drive letter d: you gave is because you're assuming that's what it is in my particular Windows setup. it's actually e:, but I made two entries just in case. In addition to above, I added this:

lrwzrwxrwz 1 BadMammaJamma BadMammaJamma 10 2007-06-04 09:55 d: -> /dev/cdrom

lrwxrwxrwx 1 BadMammaJamma BadMammaJamma 10 2007-06-04 09:53 e: -> /dev/cdrom

Now, I'm pretty sure my DVD drive resides at /dev/cdrom is there any way I can double check that. I think the only reason those commands wouldn't have worked is because the drive doesn't reside at /dev/cdrom.

Thanks,

Brandon
 
Old 06-04-2007, 10:37 AM   #4
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Try this. Mount the disk in the drive and then start wine.

Right now F7 is going through it's interesting quirks stage. Hopefully in within a week there should be a huge update (gnome anyone) to help with a lot of these issues. You could also look at the solutions for earlier versions.

Good Luck
Lazlow
 
Old 06-04-2007, 07:16 PM   #5
DirkDiggler
Member
 
Registered: May 2007
Location: Florida/USA
Distribution: Ubuntu Feisty Fawn, Fedora 7, Windows XP
Posts: 91

Original Poster
Rep: Reputation: 16
Hey,

I did make sure to have the DVD in the drive, mounted when I ran Wine. Still no go. This update, would it be a kernel update to 2.6.21-3? I've seen people with this kernel, not Fedora 7 though. I'll wait for this to come out and we'll see what happens. If anyone else has any other ideas, please share.

Thanks,

Brandon
 
Old 06-04-2007, 07:30 PM   #6
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
I was not speaking about anything in particular. Just that in the first month or so after release there are always a ton of updates.

I just tried DVDshrink and it seems to behave normally (after shutting off the sound).
 
Old 06-06-2007, 08:26 PM   #7
DirkDiggler
Member
 
Registered: May 2007
Location: Florida/USA
Distribution: Ubuntu Feisty Fawn, Fedora 7, Windows XP
Posts: 91

Original Poster
Rep: Reputation: 16
Hey,

Stupid me, I didn't know that Wine had to be configurd first, but NONE of the configurations worked. So, this is what I did. Please let me know of any errors. I added two programs, DVD Decrypter and DVD Shrink. I need to use DVD Decrypter first, I have not attempted to use Shrink. I put the OS as Windows NT 4.0 (I also tried XP ad 2000). I autodetected my drives. It detected the mount points of my cdrom, Windows and a shared vfat drive. Under the advanced options for my cdrom, I put that it was a cdrom (I also left it as local hard drive). After doing that I fired up DVD Decrypter, it didn't detect any drives. Under I/O options, I tried ASPIWIN32.DLL, and SPTI. Absolutely nothing has worked. If anyone could please advise further, I would greatly appreciate it.

Thanks,

Brandon

edit: I did also try to manually add a device by the commands listed above, and also by the way the user manual on winehq.com indicates and neither of those worked.

Last edited by DirkDiggler; 06-06-2007 at 08:29 PM.
 
Old 06-06-2007, 08:44 PM   #8
Unmindfulawe
Member
 
Registered: Aug 2005
Location: WI
Distribution: openSUSE 11.1/ TinyMe
Posts: 51

Rep: Reputation: 16
Did you check out this link yet?

http://appdb.winehq.org/appview.php?iVersionId=2587
 
Old 06-06-2007, 09:06 PM   #9
DirkDiggler
Member
 
Registered: May 2007
Location: Florida/USA
Distribution: Ubuntu Feisty Fawn, Fedora 7, Windows XP
Posts: 91

Original Poster
Rep: Reputation: 16
Hey,

Thanks for the quick reply. I did not know of that site, but I went ahead and tried to link to cdrom by their directions and still nothing. Differing from the directions slightly trying another method, I created a link (-s means soft link, right?) to the mount point of my cdrom for the first step. I followed the directions for the second step to a tee.

Any other ideas?

Thanks,

Brandon
 
Old 06-06-2007, 09:33 PM   #10
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Dirk

I just checked mine. Try defining it as /dev/scd0 (the softlink). The switch in drives in F7 (hda vs sda) makes everything seen as scsii format (I think).
 
Old 06-06-2007, 10:45 PM   #11
DirkDiggler
Member
 
Registered: May 2007
Location: Florida/USA
Distribution: Ubuntu Feisty Fawn, Fedora 7, Windows XP
Posts: 91

Original Poster
Rep: Reputation: 16
Hey,

I tried with both scd and scd0. Neither worked.

Thanks,

Brandon
 
Old 06-07-2007, 01:12 PM   #12
Unmindfulawe
Member
 
Registered: Aug 2005
Location: WI
Distribution: openSUSE 11.1/ TinyMe
Posts: 51

Rep: Reputation: 16
Did you check your /etc/mtab file to make sure that you are mounting the correct device? I think mtab will make it more clear where your dvd device is mounted. Pop in a CD or DVD and open up your mtab file. Once you found a device that looks like your dvd device make sure by initiating the following command as the root user...

(as an example my dvd device is listed in mtab as the following...

/dev/hdd /media/DVD iso9660 ro,nosuid,nodev,noatime,uid=1004,utf8 0 0)
Device Directory file type

I can be sure of the above is my DVD drive because of two conditions 1. iso9660 2. when I execute the following command as root the drive pops open.

eject /dev/hdd

now you have determined the exact location of your drive. When you get that far you have to make sure that you execute the following commands.

cd ~/.wine/dosdevices

rm d:

ln -s /media/DVD -s d: //Dirk modify this to reflect which directory your DVD drive is mounted.

ln -s /dev/hdd -s d:: //Dirk modify this to reflect which device your DVD is.

Then initiate the following.

winecfg

under the applications tab you should see DVDDecrypter.exe and when you click on that app you should see the "Windows Version" Box change to "Windows NT 4.0". If this did not happen change "DVDDecrypter.exe" to "Windows NT 4.0".

Hope that helps.

Last edited by Unmindfulawe; 06-07-2007 at 01:16 PM.
 
Old 06-07-2007, 04:00 PM   #13
DirkDiggler
Member
 
Registered: May 2007
Location: Florida/USA
Distribution: Ubuntu Feisty Fawn, Fedora 7, Windows XP
Posts: 91

Original Poster
Rep: Reputation: 16
Hey,

Thanks Unmindful. I'll perform these commands when I make it home tonight and give you an update later.

Regards,

Brandon
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
dvd decrypter under wine won't find drives BigBearOmaha Linux - Desktop 2 09-24-2006 01:01 PM
DVD decrypter can not detect dvd drive through Wine lnthai2002 Linux - Software 2 01-15-2006 08:36 PM
DVD Decrypter (without SCSI emulation) + DVD Shrink mrbass Linux - Software 5 10-25-2005 01:20 PM
dvd-shrink + autogk + dvd decrypter alaios Linux - Software 1 08-24-2005 10:04 PM
DVD Decrypter under wine Moonboots Linux - Software 3 12-13-2004 03:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration