View previous topic :: View next topic |
Author |
Message |
cutaway n00b
Joined: 21 Feb 2004 Posts: 17
|
Posted: Tue Jun 08, 2004 4:47 am Post subject: CD-RW Recognized but will not see CD-ROM |
|
|
I have spent numerous days trying to figure this one out. After searching high and low in the forums I finally got my DVD working and the k3bsetup to recognize my CD-RW. The CD-RW drive is fine but it refuses to mount anything. I installed Gentoo using this drive, so it has to be some other error. Additionally, the DVD can play DVD movies and recognize data cdroms but it will not mount music cdroms.
I have tried adding ide-scsi to grub.conf but this makes the hdb and hdc devices inactive and the /dev/cdroms directory go away without adding any scsi drive devices.
(Side note: when I reboot my system several times in a row the font becomes super small. It will revert back to normal after a reboot. Any ideas why?)
Update: I am now able to access the CD-RW. I just mapped it to /dev/cdroms/cdrom1 and this worked fine. So now I get it to recognize data cdroms but music is still out of the question. K3B on the other hand will only recognize the CD-RW as root. I'll have to read through the docs to try and solve that one.
So, right now I need to know why I can mount everything EXCEPT music cdroms. I have included the new /etc/fstab below.
Thanks,
Cutaway
Here are a few specs.
Code: |
bash-2.05b$ uname -a
Linux noname 2.6.6 #3 SMP Sun Jun 6 00:28:36 CDT 2004 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux
|
Code: |
noname root # cat /boot/grub/grub.conf
#
# Main boot menu configuration file
#
# Boot automatically after 30 secs.
timeout 10
# By default, boot the first entry.
default 0
# Fallback to the second entry.
fallback 1
# For booting GNU/Linux Gentoo
title Gentoo Linux - 2.6.6
root (hd0,0)
kernel /kernel-2.6.6-gentoo root=/dev/hda3
# For booting GNU/Linux Gentoo
title Gentoo Linux - 2.6.6 - Ide Scsi
root (hd0,0)
kernel /kernel-2.6.6-gentoo root=/dev/hda3 hdb=ide-scsi hdc=ide-scsi
# For booting GNU/Linux Gentoo
title Gentoo Linux - 2.4.20
root (hd0,0)
kernel /kernel-2.4.20-gentoo-r6 root=/dev/hda3
initrd /initrd-2.4.20-gentoo-r6
# Change the colors.
title Change the colors
color light-green/brown blink-red/blue
|
Code: |
noname root # cdrecord -scanbus
Cdrecord-Clone 2.01a28 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
|
Code: |
noname root # cat /etc/fstab
# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.12 2003/03/11 02:50:53 azarah Exp $
#
# noatime turns of atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1 /boot ext2 noauto,noatime 1 2
/dev/hda3 / ext3 noatime 0 1
/dev/hda2 none swap sw 0 0
#/dev/cdroms/cdrom0 /mnt/cdrom udf,iso9660 unhide,noauto,ro,users 0 0
#/dev/cdroms/cdrom1 /mnt/cdrw udf,iso9660 unhide,noauto,ro,users 0 0
/dev/hdb /mnt/cdrom udf,iso9660 noauto,users 0 0
#/dev/hdc /mnt/cdrw udf,iso9660 noauto,users 0 0
/dev/cdrw /mnt/cdrw udf,iso9660 noauto,users 0 0
# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:
none /dev/shm tmpfs defaults 0 0
|
Code: |
noname root # cdrecord dev=ATAPI:1,0,0 -checkdrive
Cdrecord-Clone 2.01a28 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
scsidev: 'ATAPI:1,0,0'
devname: 'ATAPI'
scsibus: 1 target: 0 lun: 0
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.8'.
Device type : Removable CD-ROM
Version : 0
Response Format: 1
Vendor_info : 'YAMAHA '
Identifikation : 'CRW8824E '
Revision : '1.00'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC SWABAUDIO
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R96R
|
Code: |
noname root # cdrecord dev=ATAPI:0,1,0 -checkdrive
Cdrecord-Clone 2.01a28 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
scsidev: 'ATAPI:0,1,0'
devname: 'ATAPI'
scsibus: 0 target: 1 lun: 0
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.8'.
Device type : Removable CD-ROM
Version : 0
Response Format: 1
Vendor_info : 'SAMSUNG '
Identifikation : 'DVD-ROM SD-612 '
Revision : '0.5 '
Device seems to be: Generic mmc2 DVD-ROM.
cdrecord: Sorry, no CD/DVD-Recorder or unsupported CD/DVD-Recorder found on this target.
|
_________________ Thanks,
Cutaway |
|
Back to top |
|
|
StonedZealot Tux's lil' helper
Joined: 06 Oct 2003 Posts: 90 Location: Rolla, Missouri
|
Posted: Tue Jun 08, 2004 1:13 pm Post subject: |
|
|
You don't need to mount music CD-ROMs. You just play them or rip them with a cd player or grip.... You only need to mount something to access its filesystem and AFAIK, there is no filesystem on a music CD, it's just one giant wav file after another. |
|
Back to top |
|
|
cutaway n00b
Joined: 21 Feb 2004 Posts: 17
|
Posted: Tue Jun 08, 2004 4:48 pm Post subject: |
|
|
Okay, I never noticed that. Thank you very much.
Update: Okay, I tried that but it does not work the way you say it does. Nothing recognizes music cdroms. I put them in the drive and nothing. They will not mount. Even when I reference the disc in k3b it shows the tracks but the are grayed out as unselectable (which is really weird because it shows track length and everything). This does not happen for data cdroms and I have tried more then one music cdrom to the same effect. When I open a media player and try to point to the cdrom it doesn't see anything.
I have udf,iso9660 selected in the /etc/fstab. Do I need something else for the system to recognize music cdroms? Is it a kernel issue (doubt it but need to ask)?
What a burn, I have no idea why this has turned out to be so hard. I have never had this problem with any other distro. I haven't even had to think about it (which is why I guess I don't know enough to fix it). _________________ Thanks,
Cutaway |
|
Back to top |
|
|
quaker n00b
Joined: 19 May 2004 Posts: 23 Location: Claremont, CA
|
Posted: Wed Jun 16, 2004 5:07 am Post subject: Here's what I did |
|
|
I had the same problem... so I looked through "emerge search cd" and found that I didn't have "libcdaudio" installed...
Once I did an "emerge libcdaudio" it fixed my problem (through xmms... I still haven't gotten it to work for my gnome-cd program).
Hope that helps
By the way, you have to emerge xmms-cdread to have xmms see music CD's. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|