Ok, I have Kubuntu 9.04 as a secondary OS using Wubi on my laptop. The first being Vista (which I am trying to get away from). But I have run into a serious problem. It seems that Kubuntu does not want to reconize my dvd drive or mount it. It also constantly spins the disk when I boot up and to eject the disc I have to use a paperclip and use the manual release. Then when I put it in it either goes back to the previous state or is silent. I have tried these follwing actions:
1. I looked online and found that mounting is controlled by the /etc/fstab. So I looked for it in the file manager and it does not appear. When I use terminal (using sudo kate /etc/fstab) to edit fstab it pops up and I may edit it from there. My fstab looks like this:
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/host/ubuntu/disks/root.disk / ext3 loop,errors=remount-ro 0 1
/host/ubuntu/disks/boot /boot none bind 0 0
/host/ubuntu/disks/swap.disk none swap loop,sw 0 0
I don't know what is suppose to be in here so I appreciate the help.
2. I thought it was weird it was not being reconized so I started K3b to see if it would see the disc. When it started up, I got this message:
No CD/DVD writer found.
K3b did not find an optical writing device in your system. Thus, you will not be able to burn CDs or DVDs. However, you can still use other K3b features like audio track extraction or audio transcoding or ISO9660 image creation.
So I get the feeling that it is not reconized.
3. So after my previous action I went online and found a code (sudo lshw -C disk) and got this:
*-disk
description: ATA Disk
product: ST9250827AS
vendor: Seagate
physical id: 0
bus info: scsi@0:0.0.0
logical name: /dev/sda
version: 3.AA
serial: 5RG4Q4SB
size: 232GiB (250GB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=0b0c6e4d
*-cdrom
description: DVD-RAM writer
physical id: 1
bus info: scsi@1: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
capabilities: audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: status=open
So I am confused, it seems like it is being reconized but not reading anything.
4. Then at my last ends, I found one more code to try (sudo hdparm -y /dev/cdrom). I also used sudo hdparm -Y /dev/cdrom. The first one is suppose to put it on standby. The second one is suppose to put it in sleep mode. I get this output:
/dev/cdrom:
issuing standby command
HDIO_DRIVE_CMD(standby) failed: Input/output error
This is all I have tried and there is not any real helpful articles I have found using my friend google and i am not sure what else to do.
For anything I have fogot, my laptop is an Asus N80 (I think a N80b) and my DVD drive is Multiformat DVD±RW/CD-RW drive with double-layer support. I hope I can get this solved. Thank you in advanced.
1. I looked online and found that mounting is controlled by the /etc/fstab. So I looked for it in the file manager and it does not appear. When I use terminal (using sudo kate /etc/fstab) to edit fstab it pops up and I may edit it from there. My fstab looks like this:
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/host/ubuntu/disks/root.disk / ext3 loop,errors=remount-ro 0 1
/host/ubuntu/disks/boot /boot none bind 0 0
/host/ubuntu/disks/swap.disk none swap loop,sw 0 0
I don't know what is suppose to be in here so I appreciate the help.
2. I thought it was weird it was not being reconized so I started K3b to see if it would see the disc. When it started up, I got this message:
No CD/DVD writer found.
K3b did not find an optical writing device in your system. Thus, you will not be able to burn CDs or DVDs. However, you can still use other K3b features like audio track extraction or audio transcoding or ISO9660 image creation.
So I get the feeling that it is not reconized.
3. So after my previous action I went online and found a code (sudo lshw -C disk) and got this:
*-disk
description: ATA Disk
product: ST9250827AS
vendor: Seagate
physical id: 0
bus info: scsi@0:0.0.0
logical name: /dev/sda
version: 3.AA
serial: 5RG4Q4SB
size: 232GiB (250GB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=0b0c6e4d
*-cdrom
description: DVD-RAM writer
physical id: 1
bus info: scsi@1: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
capabilities: audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: status=open
So I am confused, it seems like it is being reconized but not reading anything.
4. Then at my last ends, I found one more code to try (sudo hdparm -y /dev/cdrom). I also used sudo hdparm -Y /dev/cdrom. The first one is suppose to put it on standby. The second one is suppose to put it in sleep mode. I get this output:
/dev/cdrom:
issuing standby command
HDIO_DRIVE_CMD(standby) failed: Input/output error
This is all I have tried and there is not any real helpful articles I have found using my friend google and i am not sure what else to do.
For anything I have fogot, my laptop is an Asus N80 (I think a N80b) and my DVD drive is Multiformat DVD±RW/CD-RW drive with double-layer support. I hope I can get this solved. Thank you in advanced.
Comment