LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   canot burn!!HELP (https://www.linuxquestions.org/questions/slackware-14/canot-burn-help-561658/)

antlers 06-13-2007 10:58 PM

canot burn!!HELP
 
::slackware10.2\kernel2.6.13\gnome::
I recompiled my kernel for burning cd.Turn off IDE cd-rom and turn on the SCSI emulation support.Now,it can find my dvr:
[HTML]ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdX as device
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: PIONEER Model: DVD-ROM DVD-121S Rev: 1.09
Type: CD-ROM ANSI SCSI revision: 02
scsi1 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: PIONEER Model: DVD-RW DVR-112 Rev: 1.09
Type: CD-ROM ANSI SCSI revision: 02
sr0: scsi3-mmc drive: 125x/125x cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
sr1: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
Attached scsi CD-ROM sr1 at scsi1, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 5
Attached scsi generic sg1 at scsi1, channel 0, id 0, lun 0, type 5
[/HTML]
[HTML]scsibus0:
0,0,0 0) 'PIONEER ' 'DVD-ROM DVD-121S' '1.09' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
scsibus1:
1,0,0 100) 'PIONEER ' 'DVD-RW DVR-112 ' '1.09' Removable CD-ROM
1,1,0 101) *
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *
[/HTML]
I think maybe i can burn the cds.I tryed to burn,but failed.WHY?And i cant mount my dvr and dvdrom:
[HTML]# mount -t auto /dev/sr0 /mnt/cdrom
mount: you must specify the filesystem type
# mount -t auto /dev/sr1 /mnt/dvr
mount: you must specify the filesystem type[/HTML]
Who can tell me what should how to do?Thanks!

rkelsen 06-13-2007 11:07 PM

Quote:

Originally Posted by antlers
I recompiled my kernel for burning cd.Turn off IDE cd-rom and turn on the SCSI emulation support.

Why did you do this? The answer is in the first line of your message output...
Quote:

Originally Posted by antlers
ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdX as device

That's what you should do.

antlers 06-14-2007 12:00 AM

Somewhere is wrong?
Quote:

# cdrecord dev=/dev/hdd speed=40 -v /mnt/wind/install-x86-minimal-2007.0-r1.iso
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Continuing in 5 seconds...
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 J�rg Schilling
cdrecord: Warning: Running on Linux-2.6.13
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
TOC Type: 1 = CD-ROM
scsidev: '/dev/hdd'
devname: '/dev/hdd'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
cdrecord: Invalid argument. Cannot set SG_SET_TIMEOUT.

onebuck 06-14-2007 07:37 AM

Quote:

Originally Posted by antlers
::slackware10.2\kernel2.6.13\gnome::
I recompiled my kernel for burning cd.Turn off IDE cd-rom and turn on the SCSI emulation support.Now,it can find my dvr:
[HTML]ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdX as device

<snip>

Hi,

As stated in the output, the ide-scsi is deprecated! The 2.6 kernels use ide-cd. You will need to reconfigure your kernel.

antlers 06-14-2007 11:58 AM

Quote:

Originally Posted by onebuck
Hi,

As stated in the output, the ide-scsi is deprecated! The 2.6 kernels use ide-cd. You will need to reconfigure your kernel.

Thanks for your answer.
How to reconfigure the kernel?Turn OFF scsi,turn on IDE or other?Help me please.

H_TeXMeX_H 06-14-2007 02:28 PM

Well, kinda do the opposite of what you did, so:
Turn off ide-scsi
Turn on ide-cd
Leave SCSI support in there if you want your USB ports to work.

Also, I (very) strongly recommend reading the kernel compile guide in my sig.

antlers 06-15-2007 12:28 PM

Thanks for your(H TeXMeX H) advice.
I remembered the cdrecord can't find my DVR when i turned off scsi CD support.You said "turn on ide-cd",isn't turn on ide cd support?
The kernel complie in your sig,i downloaded it.I will read it.
::Sorry.My english is bad.


All times are GMT -5. The time now is 03:56 PM.