LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 01-01-2008, 07:16 PM   #1
averagejoe84
Member
 
Registered: Jun 2005
Location: Florissant, MO
Distribution: Fedora 3/4, Centos, Suse 9.1-9.3, CentOS 4.1, Knopix
Posts: 34

Rep: Reputation: 15
SATA DVD 7.10 AMD64 will not mount any CDs or DVDs Ubuntu


Hello all I hope there is someone out there who can provide some assistance. I decided that to bring in the new year I would make the jump to x64. Sadly I have had little success. I downloaded the alternate install cd Burned it and began my install only to get stopped before it got going. I was presented with the following error.

Quote:
Your installation CD-ROM couldn't me mounted. This probably means that the cdrom was not in the drive. If so you can insert it and try again.
After doing a bit of research I determined that I could by pass this error simply by using a IDE cdrom drive I had laying around the house. From then on it was smooth sailing. Until the install was complete. I removed the IDE cdrom, and went along with my configuring of the system. When it came time to install my games I discovered that my SATA DVDROM and DVD burnner were still not able to mount any cds. When a cd was insterted It would attempt to auto mount and then give me an error message saying it couldn't mount the cd. I tried numerous cds and DVDs but none will mount. I then Flashed my motherboard Bios in hope that might correct the problem as It did for others in the forums. not luck it seems to have worsend the problem, now when a cd is inserted to my cdrom drives the computer restarts. I hope there is some one out there who can help.Listed below is all of the information I could think to provide.

The Error from a manual mount
Quote:
jprenger@ubuntu:~$ mount /dev/scd1
mount: block device /dev/scd1 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/scd1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Dmesg out put after mount command
Quote:
jprenger@ubuntu:~$ dmesg | tail -51
[ 83.383333] eth0: no IPv6 routers present
[ 321.128066] attempt to access beyond end of device
[ 321.128072] sr1: rw=0, want=4784545824, limit=11127488
[ 321.128161] attempt to access beyond end of device
[ 321.128163] sr1: rw=0, want=4784544800, limit=11127488
[ 321.128244] attempt to access beyond end of device
[ 321.128246] sr1: rw=0, want=4784544576, limit=11127488
[ 321.128326] attempt to access beyond end of device
[ 321.128328] sr1: rw=0, want=4784545816, limit=11127488
[ 321.128400] attempt to access beyond end of device
[ 321.128402] sr1: rw=0, want=4784544792, limit=11127488
[ 321.128483] attempt to access beyond end of device
[ 321.128485] sr1: rw=0, want=4784544568, limit=11127488
[ 321.128566] attempt to access beyond end of device
[ 321.128568] sr1: rw=0, want=4784545224, limit=11127488
[ 321.128649] attempt to access beyond end of device
[ 321.128651] sr1: rw=0, want=4784544200, limit=11127488
[ 321.128730] attempt to access beyond end of device
[ 321.128732] sr1: rw=0, want=4784543976, limit=11127488
[ 321.128804] attempt to access beyond end of device
[ 321.128806] sr1: rw=0, want=4784545216, limit=11127488
[ 321.128879] attempt to access beyond end of device
[ 321.128881] sr1: rw=0, want=4784544192, limit=11127488
[ 321.128960] attempt to access beyond end of device
[ 321.128962] sr1: rw=0, want=4784543968, limit=11127488
[ 321.129036] attempt to access beyond end of device
[ 321.129038] sr1: rw=0, want=3925781204, limit=11127488
[ 321.129117] attempt to access beyond end of device
[ 321.129119] sr1: rw=0, want=3925780180, limit=11127488
[ 321.129192] attempt to access beyond end of device
[ 321.129194] sr1: rw=0, want=3925779956, limit=11127488
[ 321.129273] attempt to access beyond end of device
[ 321.129275] sr1: rw=0, want=3925781196, limit=11127488
[ 321.129355] attempt to access beyond end of device
[ 321.129357] sr1: rw=0, want=3925780172, limit=11127488
[ 321.129429] attempt to access beyond end of device
[ 321.129431] sr1: rw=0, want=3925779948, limit=11127488
[ 321.129512] attempt to access beyond end of device
[ 321.129514] sr1: rw=0, want=3925780604, limit=11127488
[ 321.129594] attempt to access beyond end of device
[ 321.129596] sr1: rw=0, want=3925779580, limit=11127488
[ 321.129675] attempt to access beyond end of device
[ 321.129677] sr1: rw=0, want=3925779356, limit=11127488
[ 321.129760] attempt to access beyond end of device
[ 321.129762] sr1: rw=0, want=3925780596, limit=11127488
[ 321.129840] attempt to access beyond end of device
[ 321.129842] sr1: rw=0, want=3925779572, limit=11127488
[ 321.129921] attempt to access beyond end of device
[ 321.129923] sr1: rw=0, want=3925779348, limit=11127488
[ 321.216656] UDF-fs: No partition found (1)
[ 321.323522] Unable to identify CD-ROM format.
My Fstab

Quote:
jprenger@ubuntu:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=67fdd8ff-c336-435f-b041-d67be5fab500 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda5
UUID=180f2ba2-412e-4d41-9e8d-85c2e79b861a none swap sw 0 0
#/dev/hda /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,exec 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
My system hardware
Quote:
jprenger@ubuntu:~$ sudo lshw
[sudo] password for jprenger:
ubuntu
description: Desktop Computer
product: System Product Name
vendor: System manufacturer
version: System Version
serial: System Serial Number
width: 32 bits
capabilities: smbios-2.4 dmi-2.4
configuration: boot=normal chassis=desktop uuid=603CE624-6E99-DB11-8EE3-001D6020B3E1
*-core
description: Motherboard
product: M2N-E SLI
vendor: ASUSTeK Computer INC.
physical id: 0
version: 1.XX
serial: 123456789000
slot: FLOPPY
*-firmware
description: BIOS
vendor: Phoenix Technologies, LTD
physical id: 0
version: ASUS M2N-E SLI ACPI BIOS Revision 1102 (09/11/2007)
size: 128KB
capacity: 448KB
capabilities: pci pnp apm upgrade shadowing cdboot bootselect socketedrom edd int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification
*-cpu
description: CPU
product: AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
vendor: Advanced Micro Devices [AMD]
physical id: 5
bus info: cpu@0
version: AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
slot: Socket AM2
size: 3GHz
capacity: 3700MHz
width: 64 bits
clock: 200MHz
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp x86-64 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
*-cache:0
description: L1 cache
physical id: b
slot: L1 Cache
size: 128KB
capacity: 128KB
capabilities: synchronous internal write-back data
*-cache:1
description: L2 cache
physical id: c
slot: L2 Cache
size: 1MB
capacity: 1MB
capabilities: synchronous internal write-back unified
*-memory:0
description: System Memory
physical id: 32
slot: System board or motherboard
size: 4GB
*-bank:0
description: DIMM 800 MHz (1.2 ns)
product: None
vendor: None
physical id: 0
serial: None
slot: DIMM_A1
size: 1GB
width: 64 bits
clock: 800MHz (1.2ns)
*-bank:1
description: DIMM 800 MHz (1.2 ns)
product: None
vendor: None
physical id: 1
serial: None
slot: DIMM_B1
size: 1GB
width: 64 bits
clock: 800MHz (1.2ns)
*-bank:2
description: DIMM 800 MHz (1.2 ns)
product: None
vendor: None
physical id: 2
serial: None
slot: DIMM_A2
size: 1GB
width: 64 bits
clock: 800MHz (1.2ns)
*-bank:3
description: DIMM 800 MHz (1.2 ns)
product: None
vendor: None
physical id: 3
serial: None
slot: DIMM_B2
size: 1GB
width: 64 bits
clock: 800MHz (1.2ns)
*-memory:1 UNCLAIMED
description: Memory controller
product: CK804 Memory Controller
vendor: nVidia Corporation
physical id: 3
bus info: pci@0000:00:00.0
version: a3
width: 32 bits
clock: 66MHz (15.2ns)
capabilities: ht bus_master cap_list
configuration: latency=0
*-isa
description: ISA bridge
product: CK804 ISA Bridge
vendor: nVidia Corporation
physical id: 1
bus info: pci@0000:00:01.0
version: f3
width: 32 bits
clock: 66MHz
capabilities: isa bus_master
configuration: latency=0
*-serial
description: SMBus
product: CK804 SMBus
vendor: nVidia Corporation
physical id: 1.1
bus info: pci@0000:00:01.1
version: a2
width: 32 bits
clock: 66MHz
capabilities: pm cap_list
configuration: driver=nForce2_smbus latency=0 maxlatency=1 mingnt=3 module=i2c_nforce2
*-usb:0
description: USB Controller
product: CK804 USB Controller
vendor: nVidia Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: a2
width: 32 bits
clock: 66MHz
capabilities: pm ohci bus_master cap_list
configuration: driver=ohci_hcd latency=0 maxlatency=1 mingnt=3 module=ohci_hcd
*-usb:1
description: USB Controller
product: CK804 USB Controller
vendor: nVidia Corporation
physical id: 2.1
bus info: pci@0000:00:02.1
version: a3
width: 32 bits
clock: 66MHz
capabilities: debug pm ehci bus_master cap_list
configuration: driver=ehci_hcd latency=0 maxlatency=1 mingnt=3 module=ehci_hcd
*-ide:0
description: IDE interface
product: CK804 IDE
vendor: nVidia Corporation
physical id: 6
bus info: pci@0000:00:06.0
version: f2
width: 32 bits
clock: 66MHz
capabilities: ide pm bus_master cap_list
configuration: driver=AMD_IDE latency=0 maxlatency=1 mingnt=3 module=amd74xx
*-ide:1
description: IDE interface
product: CK804 Serial ATA Controller
vendor: nVidia Corporation
physical id: 7
bus info: pci@0000:00:07.0
logical name: scsi0
version: f3
width: 32 bits
clock: 66MHz
capabilities: ide pm bus_master cap_list emulated
configuration: driver=sata_nv latency=0 maxlatency=1 mingnt=3 module=sata_nv
*-cdrom
description: SCSI CD-ROM
product: DVD-E616A3T
vendor: ASUS
physical id: 0.0.0
bus info: scsi@0:0.0.0
logical name: /dev/cdrom
logical name: /dev/scd0
logical name: /dev/sr0
version: 1.10
capabilities: removable audio
configuration: ansiversion=5 status=open
*-ide:2
description: IDE interface
product: CK804 Serial ATA Controller
vendor: nVidia Corporation
physical id: 8
bus info: pci@0000:00:08.0
logical name: scsi2
logical name: scsi3
version: f3
width: 32 bits
clock: 66MHz
capabilities: ide pm bus_master cap_list emulated
configuration: driver=sata_nv latency=0 maxlatency=1 mingnt=3 module=sata_nv
*-disk
description: SCSI Disk
product: ST380817AS
vendor: ATA
physical id: 0
bus info: scsi@2:0.0.0
logical name: /dev/sda
version: 3.42
serial: 5MR3PH7Z
size: 74GB
capabilities: partitioned partitioned:dos
configuration: ansiversion=5
*-volume:0
description: Linux filesystem partition
physical id: 1
bus info: scsi@2:0.0.0,1
logical name: /dev/sda1
capacity: 71GB
capabilities: primary bootable
*-volume:1
description: Extended partition
physical id: 2
bus info: scsi@2:0.0.0,2
logical name: /dev/sda2
size: 3153MB
capacity: 3153MB
capabilities: primary extended partitioned partitioned:extended
*-logicalvolume
description: Linux swap / Solaris partition
physical id: 5
logical name: /dev/sda5
capacity: 3153MB
capabilities: nofs
*-cdrom
description: SCSI CD-ROM
product: DVDRAM GSA-H62N
vendor: HL-DT-ST
physical id: 1
bus info: scsi@3:0.0.0
logical name: /dev/cdrom1
logical name: /dev/scd1
logical name: /dev/sr1
version: CL00
capabilities: removable audio
configuration: ansiversion=5 status=ready
*-disc
physical id: 0
logical name: /dev/cdrom1
*-pci:0
description: PCI bridge
product: CK804 PCI Bridge
vendor: nVidia Corporation
physical id: 9
bus info: pci@0000:00:09.0
version: f2
width: 32 bits
clock: 66MHz
capabilities: pci subtractive_decode bus_master
*-firewire
description: FireWire (IEEE 1394)
product: IEEE 1394 Host Controller
vendor: VIA Technologies, Inc.
physical id: 1
bus info: pci@0000:01:01.0
version: c0
width: 32 bits
clock: 33MHz
capabilities: pm ohci bus_master cap_list
configuration: driver=ohci1394 latency=32 maxlatency=32 module=ohci1394
*-multimedia
description: Multimedia audio controller
product: SB Live! EMU10k1
vendor: Creative Labs
physical id: 6
bus info: pci@0000:01:06.0
version: 0a
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list
configuration: driver=EMU10K1_Audigy latency=32 maxlatency=20 mingnt=2 module=snd_emu10k1
*-input
description: Input device controller
product: SB Live! Game Port
vendor: Creative Labs
physical id: 6.1
bus info: pci@0000:01:06.1
version: 0a
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list
configuration: driver=Emu10k1_gameport latency=32 module=emu10k1_gp
*-bridge
description: Ethernet interface
product: CK804 Ethernet Controller
vendor: nVidia Corporation
physical id: a
bus info: pci@0000:00:0a.0
logical name: eth0
version: f3
serial: 00:1d:60:20:b3:e1
size: 1000000000
capacity: 1000000000
width: 32 bits
clock: 66MHz
capabilities: bridge pm bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=forcedeth driverversion=0.60 duplex=full ip=192.168.0.103 latency=0 link=yes maxlatency=20 mingnt=1 module=forcedeth multicast=yes port=MII speed=1GB/s
*-pci:1
description: PCI bridge
product: CK804 PCIE Bridge
vendor: nVidia Corporation
physical id: b
bus info: pci@0000:00:0b.0
version: f3
width: 32 bits
clock: 33MHz
capabilities: pci pm msi ht pciexpress normal_decode bus_master cap_list
configuration: driver=pcieport-driver
*-pci:2
description: PCI bridge
product: CK804 PCIE Bridge
vendor: nVidia Corporation
physical id: c
bus info: pci@0000:00:0c.0
version: f3
width: 32 bits
clock: 33MHz
capabilities: pci pm msi ht pciexpress normal_decode bus_master cap_list
configuration: driver=pcieport-driver
*-pci:3
description: PCI bridge
product: CK804 PCIE Bridge
vendor: nVidia Corporation
physical id: d
bus info: pci@0000:00:0d.0
version: f3
width: 32 bits
clock: 33MHz
capabilities: pci pm msi ht pciexpress normal_decode bus_master cap_list
configuration: driver=pcieport-driver
*-pci:4
description: PCI bridge
product: CK804 PCIE Bridge
vendor: nVidia Corporation
physical id: e
bus info: pci@0000:00:0e.0
version: a3
width: 32 bits
clock: 33MHz
capabilities: pci pm msi ht pciexpress normal_decode bus_master cap_list
configuration: driver=pcieport-driver
*-display
description: VGA compatible controller
product: G80 [GeForce 8800 GTS]
vendor: nVidia Corporation
physical id: 0
bus info: pci@0000:05:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga bus_master cap_list
configuration: driver=nvidia latency=0 module=nvidia
*-pci:5
description: Host bridge
product: K8 [Athlon64/Opteron] HyperTransport Technology Configuration
vendor: Advanced Micro Devices [AMD]
physical id: 100
bus info: pci@0000:00:18.0
version: 00
width: 32 bits
clock: 33MHz
*-pci:6
description: Host bridge
product: K8 [Athlon64/Opteron] Address Map
vendor: Advanced Micro Devices [AMD]
physical id: 101
bus info: pci@0000:00:18.1
version: 00
width: 32 bits
clock: 33MHz
*-pci:7
description: Host bridge
product: K8 [Athlon64/Opteron] DRAM Controller
vendor: Advanced Micro Devices [AMD]
physical id: 102
bus info: pci@0000:00:18.2
version: 00
width: 32 bits
clock: 33MHz
*-pci:8
description: Host bridge
product: K8 [Athlon64/Opteron] Miscellaneous Control
vendor: Advanced Micro Devices [AMD]
physical id: 103
bus info: pci@0000:00:18.3
version: 00
width: 32 bits
clock: 33MHz
configuration: driver=k8temp module=k8temp
My Kernel

Quote:
jprenger@ubuntu:~$ uname -r
2.6.22-14-generic
Thank you in advance

Joe
 
Old 03-18-2008, 03:28 PM   #2
oggie
LQ Newbie
 
Registered: Mar 2008
Posts: 1

Rep: Reputation: 0
I have the exact same problem with a pioneer dvr-212d.

Were you able to resolve this problem? I haven't had any luck.
 
Old 03-18-2008, 10:02 PM   #3
averagejoe84
Member
 
Registered: Jun 2005
Location: Florissant, MO
Distribution: Fedora 3/4, Centos, Suse 9.1-9.3, CentOS 4.1, Knopix
Posts: 34

Original Poster
Rep: Reputation: 15
I was unable to fix the problem. - I was told the issue lies in the x64 kernel its self. It seems it does not know how to handle the SATA cdroms. I have since switched back to x86 until the new release of Ubuntu.

Good Luck and keep us informed of you efforts.

Joe
 
Old 03-28-2008, 08:48 AM   #4
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Not wanting to hijack your thread, but I'm finding few Google hits ...

I installed a Asus DRW-2014L1T SATA DVD+/-RW drive today, and it reads
media fine. However, I've not been able to burn CDs with cdrecord or
with K3B.

Have you guys burned with these yet?
 
  


Reply



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
CD/DVD Rom combo drive reads dvds not cds usaf_sp Linux - Hardware 5 02-06-2007 09:01 AM
aopen dvd writer can read CDs but not DVDs swafran Linux - Hardware 5 05-07-2006 07:06 PM
Debian: DVD Burner stops reading CDs/DVDs ???? dynamix22 Linux - Hardware 10 11-09-2005 07:14 PM
DVD Problem. Won't read DVDs. Only CDs smcmlln Linux - Hardware 9 09-05-2005 06:48 PM
What to use to burn CDs/DVDs in Ubuntu? Ekkume Ubuntu 10 05-18-2005 08:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 02:58 AM.

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