Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cdrecord
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Scandinavian
View previous topic :: View next topic  
Author Message
TheCableMan
n00b
n00b


Joined: 19 Nov 2004
Posts: 32

PostPosted: Wed Dec 01, 2004 6:46 pm    Post subject: cdrecord Reply with quote

Jag kan inte bränna m.h.a cdrecord vad är fel?
Code:
bash-2.05b# cdrecord -v dev=ATAPI:0,0,0 install-x86-minimal-2004.3-r1.iso
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent default                                                                 s.
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.9-gentoo-r6
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.
TOC Type: 1 = CD-ROM
scsidev: 'ATAPI:0,0,0'
devname: 'ATAPI'
scsibus: 0 target: 0 lun: 0
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'.
SCSI buffer size: 64512
atapi: 1
Device type    : Removable CD-ROM
Version        : 0
Response Format: 1
Vendor_info    : 'MSI     '
Identifikation : 'CD-RW MS-8348   '
Revision       : '140D'
Device seems to be: Generic mmc CD-RW.
Current: 0x000A
Profile: 0x0008
Profile: 0x0009
Profile: 0x000A (current)
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-2 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Drive buf size : 1806336 = 1764 KB
cdrecord: Input/output error. read buffer: scsi sendcmd: no error
CDB:  3C 00 00 00 00 00 00 FC 00 00
status: 0x0 (GOOD STATUS)
cmd finished after 0.000s timeout 40s
FIFO size      : 4194304 = 4096 KB
Track 01: data    50 MB       
Total size:       58 MB (05:45.02) = 25877 sectors
Lout start:       58 MB (05:47/02) = 25877 sectors

Scanbus säger:
Code:
bash-2.05b# cdrecord dev=ATAPI -scanbus
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.9-gentoo-r6
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) 'MSI     ' 'CD-RW MS-8348   ' '140D' Removable CD-ROM
        0,1,0     1) 'HL-DT-ST' 'DVD-ROM GDR8161B' '0100' 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#
Back to top
View user's profile Send private message
keyson
l33t
l33t


Joined: 10 Jun 2003
Posts: 830
Location: Sweden

PostPosted: Wed Dec 01, 2004 9:19 pm    Post subject: Reply with quote

Hej.

Det är lite förändringar när det gäller 2.6 kärnan.
Det är det som programmet säger
Quote:

cdrecord: There are unsettled issues with Linux-2.5 and newer.


Du får ta bort sudo biten på programmet samt sätta
dig i cdrw gruppen och se till att din cdrw device tillhör gruppen
cdrw.

Se detta forum.
https://forums.gentoo.org/viewtopic.php?t=247459

-Kjell
Back to top
View user's profile Send private message
Fanatic
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 173
Location: Stocktown

PostPosted: Thu Dec 02, 2004 2:00 am    Post subject: Reply with quote

Man behöver inte längre köra med dev=ATAPI:0,0,0 med ide-cd längre, nu är det dev=/dev/hdc (eller vad din cd-brännare nu ligger) som gäller.
Back to top
View user's profile Send private message
TheCableMan
n00b
n00b


Joined: 19 Nov 2004
Posts: 32

PostPosted: Thu Dec 02, 2004 6:24 pm    Post subject: Reply with quote

Ser vad det kan vara nu
bash-2.05b# ls -l /dev/hdc
lr-xr-xr-x 1 root cdrw 30 2 dec 19.15 /dev/hdc -> ide/host0/bus1/target0/lun0/cd
hur ändrar jag till
# ls -l /dev/hdc
brw-rw---- 1 root cdrw 22, 0 Nov 3 22:36 /dev/hdc ???
Back to top
View user's profile Send private message
Highlands
Guru
Guru


Joined: 22 Apr 2003
Posts: 366
Location: Sundsvall, Sweden

PostPosted: Thu Dec 02, 2004 8:26 pm    Post subject: Reply with quote

Code:
chmod 660 /dev/hdc

_________________
If Windows is the answer, you don't understand the question!
http://counter.li.org/cgi-bin/certificate.cgi/339446
Back to top
View user's profile Send private message
TheCableMan
n00b
n00b


Joined: 19 Nov 2004
Posts: 32

PostPosted: Fri Dec 03, 2004 5:34 pm    Post subject: Reply with quote

men det är ju det som inte funkar
Code:

chmod 660 /dev/hdc

Code:
ls -l /dev/hdc
lr-xr-xr-x  1 root root 30  2 dec 21.31 /dev/hdc -> ide/host0/bus1/target0/lun0/cd
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Scandinavian 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