CD-ROM Not Found

Asked by Douglas Carrigan

Using Ubuntu 64 (latest edition) on a brand new build, and trying to play oblivion. Game installed with wine just fine, can access data files to add mods, and TES mod Program can access data for making mods. However the game will not launch.

Wine is configured right, all paths are set, and the cd Drive is configured as well. A cd icon appears on the left "task bar" when there's a disk in the drive, an install icon appears for the game as well, but when I try to play i get a cd-rom not found message and that "there is no cd / dvd rom present"

Dvd's play just fine,..Music cd's play just fine,...Dont have any other PC games to try out to see if its just a game issue. I checked the Bios and the boot order is fine, cables are brand new sata cables, and the drive is a brand new Lite-On dvd drive.

Any help would be truly appreciated!

Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu wine Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

lsb_release -a; dpkg -l | grep wine

Thanks

Revision history for this message
Douglas Carrigan (maelstrom3of2) said :
#2

Im new to Ubuntu,.....so I think this is what your asking for;

Ubuntu 11.04 (natty)
ii wine 1.2.2-0ubuntu6
Microsoft Windows Compatibility Layer (meta package)

rc wine1.0 1.0.1-0ubuntu14
Microsoft Windows Compatibility Layer (Binary Emulator and Library)

ii wine 1.0-gecko 0.1.0-0ubuntu1
Microsoft Windows Compatibility Layer (web browser)

ii wine1.2 1.2.2-0ubuntu6
Microsoft Windows Compatibility Layer (Binary Emulator and Library)

ii wine 1.2-gecko 1.0.0+1
Microsoft Windows Compatibility Layer (web browser)

ii wine tricks 0.0+20110402
Microsoft Windows Compatibility Layer (winetricks)

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Try:

sudo dpkg -P wine1.0; sudo apt-get --purge remove wine; sudo add-apt-repository ppa:ubuntu-wine/ppa; sudo apt-get update; sudo apt-get install wine1.3

May help

Can you also have the CD in the tray and run:

sudo lshw -C disk; sudo lshw -C drive

Thanks

Revision history for this message
Douglas Carrigan (maelstrom3of2) said :
#4

Got the Wine update and still does not work. Also tried the "play on linux" app and got the same result.

When I tried the "sudo lshw -C disk; sudo lshw -C drive" command it listed all the drives info, and knew that the Oblivion disk was in the drive. But it still does not recognize the drive when I try to launch the game.

Are there certain CD/DVD roms that work better with linux?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Optical drives use defacto standards so are al pretty much equal.

Can you give the output of:

sudo lshw -C disk; sudo lshw -C drive

Revision history for this message
Douglas Carrigan (maelstrom3of2) said :
#6

I dug my my copy of KOTOR and tried that. Disk one loaded through Wine, but when it came time to install disk two it would not "auto run" and would not recognize the cd-rom drive. So its definitely a game issue of some sort.

udo lshw -C disk; sudo lshw -C drive is as follows:

*-disk
description: ata disk
Product: WDC WD1600AAJS-0
vendor: Western Digital
Phisical id : 0
bus info: scsi@2:0.0.0
logical name: /dev/sda
version: 01.0
serial: WD-WCAYUJ692466
size: 149 Gib
capabilities; partitioned partitioned: dos
configuration: ansversion=5 signature=0007fa59

*-cdrom
description: DVD-RAM writer
product: iHAS424 B
vendor ATAPI
Physical id: 1
Bus info: scsi@3:0.0.0
Logical name: /dev/cdrom
Logical name: /dev/cdrw
Logical name: /dev/dvd
Logical name: /dev/dvdrw
Logical name: /dev/scd0
Logical name: /dev/sr0
Logical name: /media/Oblivion
version: GL18
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansversion=5 mount.fstype=udf mount.options=ro,nosuid,nodev, relatime, uid=1000, gid=1000, umask=77, dmode=500, iocharset=utf8 state=mounted staus ready

*-medium
physical id: 0
logical name: /dev/cdrom
logical name: /media/oblivion
configuration: mount.fstype=udf mount.options=ro, nosuid, nodev, relatime, uid=1000, gid=1000, umask=77, dmode=500, iocharset=utf8 state mounted
hardwarelister (lshw) - B.02.15
usage: lshw [-format] [-options...]
lshw- =version

-version print program version (b.02.15)
Format can be
html - output hardware tree as html
xml - output hardware tree as xml
short - output hardeware paths
businfo - output bus information

options can be
class CLASS - only show a certain class of hardware
C CLASS - same as '-class CLASS'
c CLASS - same as '-class CLASS'
disable TEST - disable a test (like pci, isapnp, cpuid, etc)
enable TEST - enable a test (like pci, isapnp, cpuid, etc)
quiet = dont display status
sanitize - sanatize output (remove sensitive information like serial numbers, etc)
numeric - output numeric IDs (for PCI, USB, etc.)

Revision history for this message
Douglas Carrigan (maelstrom3of2) said :
#7

ooops, hit the wrong submit button.

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#8

http://appdb.winehq.org/objectManager.php?sClass=application&iId=3150

I guess it's that. you can access the files from /media/oblivion

Revision history for this message
Douglas Carrigan (maelstrom3of2) said :
#9

Thank You sir!!

Revision history for this message
Douglas Carrigan (maelstrom3of2) said :
#10

Thanks actionparsnip, that solved my question.