Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cdrecord: non riesco a masterizzare!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
power83
l33t
l33t


Joined: 28 Nov 2004
Posts: 638

PostPosted: Sun Dec 05, 2004 3:14 pm    Post subject: cdrecord: non riesco a masterizzare! Reply with quote

cdrecord mi da dei problemi, forse dovuti alla configurazione, eccoli:

Code:

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: No CD/DVD-Recorder device specified.
Usage: cdrecord [options] track1...trackn

Use   cdrecord -help
to get a list of valid options.

Use   cdrecord blank=help
to get a list of valid blanking options.

Use   cdrecord dev=b,t,l driveropts=help -checkdrive
to get a list of drive specific options.

Use   cdrecord dev=help
to get a list of possible SCSI transport specifiers.


outoput di cdrecord -scanbus
Code:

cdrecord: Warning: Running on Linux-2.6.9-gentoo-r1n
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
cdrecord: Warning: Linux-2.6.8 introduced incompatible interface changes.
cdrecord: Warning: SCSI transport does no longer work for suid root programs.
cdrecord: Warning: if cdrecord fails, try to run it from a root account.
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 J�rg Schilling


come risolvere?

ho provato a cercare sul forum, ma nulla
Back to top
View user's profile Send private message
alemare
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 137
Location: Firenze

PostPosted: Sun Dec 05, 2004 3:16 pm    Post subject: Reply with quote

Ciao!
tanti hanno problemi a masterizzare con kernel 2.6.9... io no perchè non ho masterizzatore sul computer con gentoo :cry: ... comunque guarda un po' qua:
https://forums.gentoo.org/viewtopic.php?t=260116&highlight=masterizzare&sid=eba48e3e01a29fa5ca7a0037454f2578
Ciao Alemare
Back to top
View user's profile Send private message
power83
l33t
l33t


Joined: 28 Nov 2004
Posts: 638

PostPosted: Sun Dec 05, 2004 3:27 pm    Post subject: Reply with quote

questa risolve in parte i miei problemi

https://forums.gentoo.org/viewtopic.php?t=197217&postdays=0&postorder=asc&highlight=cdrecord&start=25

l'output mi dice:

Code:

cdrecord: Warning: Running on Linux-2.6.9-gentoo-r1n
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
cdrecord: Warning: Linux-2.6.8 introduced incompatible interface changes.
cdrecord: Warning: SCSI transport does no longer work for suid root programs.
cdrecord: Warning: if cdrecord fails, try to run it from a root account.
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 J�rg Schilling
Using libscg version 'schily-0.8'.
scsibus0:
   0,0,0     0) 'TOSHIBA ' 'DVD-ROM SD-R2102' '1715' 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) *


Ma there's absolutey no DMA!!!

NOOOOOOOOOOOOOOOOOOOOOOOOOOO
Back to top
View user's profile Send private message
saxtro
Apprentice
Apprentice


Joined: 28 Nov 2004
Posts: 153

PostPosted: Sun Dec 05, 2004 3:46 pm    Post subject: Reply with quote

Code:

bash-2.05b# cdrecord --scanbus dev=ATAPI
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.9-gentoo-r4
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
cdrecord: Warning: Linux-2.6.8 introduced incompatible interface changes.
cdrecord: Warning: SCSI transport does no longer work for suid root programs.
cdrecord: Warning: if cdrecord fails, try to run it from a root account.
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
Using libscg version 'schily-0.8'.
scsibus0:
        0,0,0     0) '_NEC    ' 'DVD_RW ND-2500A ' '1.06' Removable CD-ROM
        0,1,0     1) 'LITEON  ' 'DVD-ROM LTD122  ' 'IL4W' Removable CD-ROM
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *
bash-2.05b# hdparm /dev/ide/host0/bus1/target0/lun0/cd

/dev/ide/host0/bus1/target0/lun0/cd:
 HDIO_GET_MULTCOUNT failed: Invalid argument
 IO_support   =  0 (default 16-bit)
 unmaskirq    =  0 (off)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 readonly     =  0 (off)
 readahead    = 256 (on)
 HDIO_GETGEO failed: Invalid argument
bash-2.05b#   


quel warning, nel caso hdparm ti dia risultati positivi, credo che tu possa ignorarlo cosi come ignoriamo questo
cdrecord: Warning: Running on Linux-2.6.9-gentoo-r4
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Mon Dec 06, 2004 1:02 am    Post subject: Reply with quote

ci sono notizie utili a quanto dite qui:
https://forums.gentoo.org/viewtopic.php?t=260116

e in altri thread, a meno che non mi sia sfuggito qualche particolare..
_________________
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
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