View previous topic :: View next topic |
Author |
Message |
butters Guru
Joined: 13 May 2002 Posts: 427 Location: Poughkeepsie, NY
|
Posted: Sun Feb 23, 2003 9:51 am Post subject: CD Burning problems with Sony drive |
|
|
Okay, I have been using gentoo as my only OS for about 6 months and it does everything I need to do and more. The only problems that the forums could not help me fix are printing to a windows print server and burning CD's with XCDRoast/cdrecord and my Sony CRX 140E. I convinced my roomates to let me migrate the print server to Gentoo, and now printing works wonderfully. However, burning is the last pain that makes me borrow someone else's machine. And it's another Gentoo box I set up (call me a missionary in my house)!!
The drive is neither on the list of supported or unsupported drives on cdrecord's website, but the CRX 145E is on the supported list, so I would tend to believe it would be supported. However, when I use cdrecord to get the information from the drive, I get the following:
Code: |
scsidev: '0,1,0'
scsibus: 0 target: 1 lun: 0
Linux sg driver version: 3.1.24
cdrecord: Warning: controller returns wrong page 15 for CD capabilities page (2A).
cdrecord: Warning: controller returns wrong page 15 for CD capabilities page (2A).
Cdrecord 1.11a33 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
Using libscg version 'schily-0.6'
Device type : Removable CD-ROM
Version : 0
Response Format: 1
Vendor_info : 'SONY ! !'
Identifikation : 'CE-SW!CSX1811! !'
Revision : 'MYS3'
Device seems to be: Generic CD-ROM.
|
Since cdrecord doesn't seem to think that my burner is a mmc compliant CDRW drive, XCDRoast doesn't detect any valid write modes for the drive (not even raw mode).
I have set up other machines to burn to different drives from Plextor and Lite-On, but somehow I can't get my own to work. If someone can help me solve this problem, I would be forever grateful. _________________ If tugboats were bigger, they'd be the ones getting tugged. |
|
Back to top |
|
|
butters Guru
Joined: 13 May 2002 Posts: 427 Location: Poughkeepsie, NY
|
Posted: Sun Feb 23, 2003 11:46 am Post subject: |
|
|
Just some clarification:
1) The Sony CRX140E is in fact supported by cdrecord, as I have seen correct ouput from this drive at this site.
2) Here are the IDE and SCSI sections of my kernel config:
#
# ATA/IDE/MFM/RLL support
#
CONFIG_IDE=y
#
# IDE, ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=y
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
# CONFIG_IDEDISK_STROKE is not set
# CONFIG_BLK_DEV_IDEDISK_VENDOR is not set
# CONFIG_BLK_DEV_IDEDISK_FUJITSU is not set
# CONFIG_BLK_DEV_IDEDISK_IBM is not set
# CONFIG_BLK_DEV_IDEDISK_MAXTOR is not set
# CONFIG_BLK_DEV_IDEDISK_QUANTUM is not set
# CONFIG_BLK_DEV_IDEDISK_SEAGATE is not set
# CONFIG_BLK_DEV_IDEDISK_WD is not set
# CONFIG_BLK_DEV_COMMERIAL is not set
# CONFIG_BLK_DEV_TIVO is not set
# CONFIG_BLK_DEV_IDECS is not set
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
CONFIG_BLK_DEV_IDESCSI=m
# CONFIG_IDE_TASK_IOCTL is not set
# CONFIG_IDE_TASKFILE_IO is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
# CONFIG_BLK_DEV_ISAPNP is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_PCI_WIP is not set
# CONFIG_BLK_DEV_IDEDMA_TIMEOUT is not set
# CONFIG_IDEDMA_NEW_DRIVE_LISTINGS is not set
CONFIG_BLK_DEV_ADMA=y
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_AEC62XX_TUNING is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_WDC_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_AMD74XX_OVERRIDE is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_CMD680 is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_HPT34X_AUTODMA is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_PIIX_TUNING is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_PDC202XX is not set
# CONFIG_PDC202XX_BURST is not set
# CONFIG_PDC202XX_FORCE is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
CONFIG_BLK_DEV_VIA82CXXX=y
# CONFIG_IDE_CHIPSETS is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_IDEDMA_IVB is not set
# CONFIG_DMA_NONPCI is not set
CONFIG_BLK_DEV_IDE_MODES=y
# CONFIG_BLK_DEV_ATARAID is not set
# CONFIG_BLK_DEV_ATARAID_PDC is not set
# CONFIG_BLK_DEV_ATARAID_HPT is not set
#
# SCSI support
#
CONFIG_SCSI=m
# CONFIG_BLK_DEV_SD is not set
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=m
# CONFIG_SCSI_DEBUG_QUEUES is not set
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
I'm sure someone out there has this burner. How did you get it to work? _________________ If tugboats were bigger, they'd be the ones getting tugged. |
|
Back to top |
|
|
krt Tux's lil' helper
Joined: 27 Nov 2002 Posts: 102 Location: Earth
|
Posted: Tue Feb 25, 2003 7:15 am Post subject: |
|
|
You seem to have ide-cdrom set, which you don't want. Try reading this thread:
https://forums.gentoo.org/viewtopic.php?t=20175&highlight=ide+cdrw
also, dig around the forums. This is a common problem. The cdrecord manpage covers it as well. _________________ Everyone has something clever for a signature but me. |
|
Back to top |
|
|
butters Guru
Joined: 13 May 2002 Posts: 427 Location: Poughkeepsie, NY
|
Posted: Thu Feb 27, 2003 11:37 am Post subject: |
|
|
okay, so I created a file /etc/modules.d/cdr and put this line in it:
option ide-cd ignore='hdc hdd'
My setup has a DVD drive on hdc and the CDRW on hdd. /dev/cdrom and /dev/dvd are linked to /dev/cdroms/cdrom0 and /dev/cdrw is linked to /dev/sr1 (I changed it from sr0, and that didn't fix the problem).
Should the above line make it so that the ide-cd module is not autoloaded at boot (if it is not in modules.autoload)? It doesn't.
Also, do I have the devfsd.conf settings right? _________________ If tugboats were bigger, they'd be the ones getting tugged. |
|
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
|
|