Gentoo Archives: gentoo-user-es

From: "d2clon@×××××××××××××××.org" <d2clon@×××××××××××××××.org>
To: gentoo-user-es@l.g.o
Subject: [gentoo-user-es] cdrecord.. no detecta la grabadora
Date: Sat, 28 Feb 2004 20:20:57
Message-Id: <200402282117.15747."d2clon@desarrolladores.org">
1 hola otra vez gente¡
2
3 estaba probando la grabadora del portatil.. y despues de leer un par de tutos
4 del cdrecord me he lanzado a grabar mi primer cd..
5
6 pero el cdrecord no parecia detectarme correctamente la grabadora
7 uso:
8 Kernel: 2.6.1 ( con soporte ide-atapi para cdrom.. y tambien scsi emulation
9 por si acaso )
10 lilo: 22.5.8 ( he probado pasandole parametros al append como hdc=ide-scsi y
11 hdc=ide-atapi ) y tampoco
12 cdrecord: 2.01a23
13
14 decir.. que le cd va bien.. y el dvd tambien .. en modo lectura claro¡
15
16 todo parecia ir bien hasta que he lanzado la sentencia de quemar cd:
17
18 cdrecord -v -speed=8 -dev=0,0,0 -data tmp/telefono_rojo.img
19
20 y aqui comienza la lucha:
21
22 ====================================================================0
23 root@biit trucha # cdrecord -v -speed=8 -dev=0,0,0 -data tmp/telefono_rojo.img
24 Cdrecord-Clone 2.01a23 (i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg
25 Schilling
26 TOC Type: 1 = CD-ROM
27 scsidev: '0,0,0'
28 scsibus: 0 target: 0 lun: 0
29 Linux sg driver version: 3.5.30
30 Using libscg version 'schily-0.7'.
31 SCSI buffer size: 64512
32 atapi: 1
33 Device type : Removable Disk
34 Version : 2
35 Response Format: 2
36 Capabilities :
37 Vendor_info : 'Generic '
38 Identifikation : 'Flash R/W '
39 Revision : '2002'
40 Device seems to be: Generic CCS Disk.
41 cdrecord: Sorry, no CD/DVD-Drive found on this target.
42
43 os pasteo un poco de informacion a ver si alguien con el mismo problema que lo
44 halla solucionado puede decirme que puedo probar:
45
46 gracias ..
47 el d2clon
48
49
50 ====================================================================
51 root@biit trucha # cdrecord -scanbus
52 Cdrecord-Clone 2.01a23 (i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg
53 Schilling
54 Linux sg driver version: 3.5.30
55 Using libscg version 'schily-0.7'.
56 scsibus0:
57 0,0,0 0) 'Generic ' 'Flash R/W ' '2002' Removable Disk
58 0,1,0 1) *
59 0,2,0 2) *
60 0,3,0 3) *
61 0,4,0 4) *
62 0,5,0 5) *
63 0,6,0 6) *
64 0,7,0 7) *
65
66 (aqui ya me empiezo a mosquear .. por que la descripcion del dispositivo es
67 super ambigua)
68 ================================================================
69
70 root@biit trucha # cat /etc/lilo.conf
71 # $Header: /home/cvsroot/gentoo-x86/sys-boot/lilo/files/lilo.conf,v 1.1
72 2003/12/09 08:12:34 seemant Exp $
73 # Author: Ultanium
74
75 #
76 # Start LILO global section
77 #
78
79 # Faster, but won't work on all systems:
80 #compact
81 # Should work for most systems, and do not have the sector limit:
82 lba32
83 # If lba32 do not work, use linear:
84 #linear
85
86 # MBR to install LILO to:
87 boot = /dev/hda
88 map = /boot/.map
89
90 # If you are having problems booting from a hardware raid-array
91 # or have a unusual setup, try this:
92 #disk=/dev/ataraid/disc0/disc bios=0x80 # see this as the first BIOS disk
93 #disk=/dev/sda bios=0x81 # see this as the second BIOS disk
94 #disk=/dev/hda bios=0x82 # see this as the third BIOS disk
95
96 # Here you can select the secondary loader to install. A few
97 # examples is:
98 #
99 # boot-text.b
100 # boot-menu.b
101 # boot-bmp.b
102 #
103 install = /boot/boot-menu.b # Note that for lilo-22.5.5 or later you
104 # do not need boot-{text,menu,bmp}.b in
105 # /boot, as they are linked into the lilo
106 # binary.
107
108 menu-scheme=Wb
109 prompt
110 # If you always want to see the prompt with a 15 second timeout:
111 timeout=40
112 delay = 50
113 # Normal VGA console
114 #vga = normal
115 vga=794
116
117
118 # VESA console with size 1024x768x16:
119 #vga = 791
120
121 #
122 # End LILO global section
123 #
124
125 #
126 # Linux bootable partition config begins
127 #
128 image = /boot/bzImage
129 root = /dev/hda3
130 #root = /devices/discs/disc0/part3
131 label = Gentoo_K2.6.1
132 read-only # read-only for checking
133 #append="hdc=ide-scsi apm=on"
134 append="hdc=ide-atapi apm=on acpi=on"
135
136 image = /boot/bzImage-2.6
137 root = /dev/hda3
138 label = Linux_2.6
139 read-only
140
141
142 #image= /boot/bzImage-2.6
143 # root = /dev/hda3
144 # label = Linux_2.6
145 # read-only
146
147
148 #
149 # DOS bootable partition config begins
150 #
151 #other = /dev/hda1
152 # #other = /devices/discs/disc0/part1
153 # label = Windows
154 # table = /dev/hda
155 #
156 # DOS bootable partition config ends
157 #
158
159
160 ============================================================================
161 root@biit trucha # cat /var/log/syslog | grep hdc
162 Feb 28 21:00:33 biit kernel: Kernel command line: BOOT_IMAGE=Gentoo_K2.6.1 ro
163 root=303 hdc=ide-atapi apm=on acpi=on
164 Feb 28 21:00:33 biit kernel: ide_setup: hdc=ide-atapi
165 Feb 28 21:00:33 biit kernel: ide1: BM-DMA at 0x1868-0x186f, BIOS settings:
166 hdc:DMA, hdd:pio
167 Feb 28 21:00:33 biit kernel: hdc: QSI CD-RW/DVD-ROM SBW-242, ATAPI CD/DVD-ROM
168 drive
169
170 ==========================================================================
171
172 root@biit trucha # lsmod
173 Module Size Used by
174 sg 31628 0
175 ohci_hcd 17664 0
176 sd_mod 14112 0
177 usb_storage 60544 0
178 usbmouse 5376 0
179 hid 32896 0
180 uhci_hcd 32136 0
181 ehci_hcd 22912 0
182 bcm5700 118532 0
183 ohci1394 33920 0
184 ieee1394 71180 1 ohci1394
185 rtc 13000 0
186 usbcore 99796 8
187 ohci_hcd,usb_storage,usbmouse,hid,uhci_hcd,ehci_hcd
188 orinoco_cs 7944 1
189 orinoco 44164 1 orinoco_cs
190 hermes 8832 2 orinoco_cs,orinoco
191 ds 11904 3 orinoco_cs
192 yenta_socket 15360 1
193 pcmcia_core 63232 3 orinoco_cs,ds,yenta_socket
194 eeprom 7040 0
195 i2c_i801 8076 0
196 i2c_isa 2816 0
197 i2c_algo_pcf 7424 0
198 i2c_algo_bit 10120 0
199 i2c_dev 9856 0
200 i2c_sensor 3456 1 eeprom
201 i2c_core 22020 7
202 eeprom,i2c_i801,i2c_isa,i2c_algo_pcf,i2c_algo_bit,i2c_dev,i2c_sensor
203 ide_cd 37888 0
204 sr_mod 13984 0
205 scsi_mod 68380 4 sg,sd_mod,usb_storage,sr_mod
206 cdrom 33440 2 ide_cd,sr_mod
207
208
209
210 --
211 gentoo-user-es@g.o mailing list