Ticket #11257: cdrecord_x86_gcc2_good

File cdrecord_x86_gcc2_good, 3.8 KB (added by vidrep, 9 years ago)
Line 
1
2Welcome to the Haiku shell.
3
4~> listdev
5
6device Mass storage controller (SATA controller, AHCI 1.0) [1|6|1]
7 vendor 8086: Intel Corporation
8 device 3b22: 5 Series/3400 Series Chipset 6 port SATA AHCI Controller
9
10device Bridge (ISA bridge) [6|1|0]
11 vendor 8086: Intel Corporation
12 device 3b0a: 5 Series Chipset LPC Interface Controller
13
14device Bridge (PCI bridge, Subtractive decode) [6|4|1]
15 vendor 8086: Intel Corporation
16 device 244e: 82801 PCI Bridge
17
18device Serial bus controller (USB controller, EHCI) [c|3|20]
19 vendor 8086: Intel Corporation
20 device 3b34: 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
21
22device Bridge (PCI bridge, Normal decode) [6|4|0]
23 vendor 8086: Intel Corporation
24 device 3b4e: 5 Series/3400 Series Chipset PCI Express Root Port 7
25
26device Bridge (PCI bridge, Normal decode) [6|4|0]
27 vendor 8086: Intel Corporation
28 device 3b4a: 5 Series/3400 Series Chipset PCI Express Root Port 5
29
30device Display controller (VGA compatible controller, VGA controller) [3|0|0]
31 vendor 1002: Advanced Micro Devices, Inc. [AMD/ATI]
32 device 95c0: RV620 PRO [Radeon HD 3470]
33
34device Bridge (PCI bridge, Normal decode) [6|4|0]
35 vendor 8086: Intel Corporation
36 device 3b42: 5 Series/3400 Series Chipset PCI Express Root Port 1
37
38device Multimedia controller (Audio device) [4|3|0]
39 vendor 8086: Intel Corporation
40 device 3b56: 5 Series/3400 Series Chipset High Definition Audio
41
42device Serial bus controller (USB controller, EHCI) [c|3|20]
43 vendor 8086: Intel Corporation
44 device 3b3c: 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
45
46device Network controller (Ethernet controller) [2|0|0]
47 vendor 8086: Intel Corporation
48 device 10ef: 82578DM Gigabit Network Connection
49
50device Communication controller (Serial controller, 16550) [7|0|2]
51 vendor 8086: Intel Corporation
52 device 3b67: 5 Series/3400 Series Chipset KT Controller
53
54device Communication controller [7|80|0]
55 vendor 8086: Intel Corporation
56 device 3b64: 5 Series/3400 Series Chipset HECI Controller
57
58device Bridge (Host bridge) [6|0|0]
59 vendor 8086: Intel Corporation
60 device 0040: Core Processor DRAM Controller
61~> cdrecord -version
62Cdrecord-ProDVD-ProBD-Clone 3.01a25 (i586-pc-haiku) Copyright (C) 1995-2014 Joerg Schilling
63~> cdrecord -scanbus
64Cdrecord-ProDVD-ProBD-Clone 3.01a25 (i586-pc-haiku) Copyright (C) 1995-2014 Joerg Schilling
65Using libscg version 'schily-0.9'.
66scsibus0:
67 0,0,0 0) '' '' '' NON CCS Disk
68 0,1,0 1) 'hp ' 'DVD-RAM GH60L ' 'RD01' Removable CD-ROM
69 0,2,0 2) *
70 0,3,0 3) *
71 0,4,0 4) *
72 0,5,0 5) *
73 0,6,0 6) *
74 0,7,0 7) *
75~> cdrecord dev=0,1,0 -dao fs=16 /boot/home/haiku-nightly.iso
76cdrecord: Fifo size 16 too small, turning fifo off.
77Cdrecord-ProDVD-ProBD-Clone 3.01a25 (i586-pc-haiku) Copyright (C) 1995-2014 Joerg Schilling
78cdrecord: WARNING: Cannot set priority on this OS.
79cdrecord: WARNING: This causes a high risk for buffer underruns.
80scsidev: '0,1,0'
81scsibus: 0 target: 1 lun: 0
82Using libscg version 'schily-0.9'.
83Device type : Removable CD-ROM
84Version : 2
85Response Format: 2
86Capabilities :
87Vendor_info : 'hp '
88Identifikation : 'DVD-RAM GH60L '
89Revision : 'RD01'
90Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM.
91Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
92Driver flags : MMC-3 SWABAUDIO BURNFREE
93Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R LAYER_JUMP
94cdrecord: Warning: DMA resid 0 for 'read buffer', actual data is too short.
95cdrecord: Warning: The DMA speed test has been skipped.
96Starting to write CD/DVD/BD at speed 40 in real SAO mode for single session.
97Last chance to quit, starting real write 0 seconds. Operation starts.
98cdrecord: WARNING: Drive returns wrong startsec (0) using -150
99Track 01: Total bytes read/written: 281589760/281589760 (137495 sectors).
100~>