Hello there folks--
I am having problems getting my HP CD-Writer 8200e USB CD-burner to work
correctly. A good long time ago, I had it working under 2.4 kernels.
However, quite some time ago I switched to 2.6 series kernels and since
then I have not been able to get it to work.
cdrecord recognizes de drive, but when I go to burn, the whole process
freezes up before the burning even begins. I am wondering if anyone else
has experienced similar problems or could lend me a hand.
I am currently running kernel 2.6.8-10 with debian sarge.
Any help that anyone could give me would be greatly appreciated. Thanks
ahead of time. I have struggled with this one for a while, but am really
just not able to get this to work.
When I run cdrecord, I get the following output:
********
elsapo:/etc# cdrecord -vv -dummy speed=0 dev=8,0,0
/home/Bkup_img/bkup_img.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.01a34 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg
Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of
cdrecord
and thus may have bugs that are not present in the original version.
Please send bug reports and support requests to
<cdrtools@packages.debian.org>.
The original author should not be bothered with problems of this
version.
TOC Type: 1 = CD-ROM
scsidev: '8,0,0'
scsibus: 8 target: 0 lun: 0
Linux sg driver version: 3.5.31
Using libscg version 'schily-0.8'.
Using libscg transport code version 'schily-scsi-linux-sg.c-1.83'
SCSI buffer size: 64512
atapi: 1
Device type : Removable CD-ROM
Version : 2
Response Format: 1
Vendor_info : 'HP '
Identifikation : 'CD-Writer+ 8200 '
Revision : '1.0f'
Device seems to be: Generic mmc CD-RW.
********
Then the whole process freezes up. I have to do a Cntr-C to exit the
cdrecord process. Every once in a while the process gets one step
further before it freezes up, apparently starting to fill the buffers
before everything comes grinding to a halt. But most of the time, I see
the output listed above.
Here is the output from lsmod at the time:
elsapo:/etc# lsmod
Module Size Used by
ide_cd 42656 0
usbhid 32224 0
sg 39168 0
ide_scsi 17412 0
ds 18756 2
lp 11176 0
apm 21100 2
ipv6 265412 8
af_packet 22600 2
sr_mod 18628 0
cdrom 40732 2 ide_cd,sr_mod
usb_storage 68832 2
scsi_mod 125196 4 sg,ide_scsi,sr_mod,usb_storage
3c59x 39336 0
yenta_socket 21728 0
pcmcia_core 70996 2 ds,yenta_socket
snd_cs4281 23140 2
snd_rawmidi 25156 1 snd_cs4281
snd_ac97_codec 70148 1 snd_cs4281
snd_pcm_oss 55080 0
snd_mixer_oss 20160 1 snd_pcm_oss
snd_pcm 98824 3 snd_cs4281,snd_pcm_oss
snd_page_alloc 11752 1 snd_pcm
snd_opl3_lib 10912 1 snd_cs4281
snd_seq_device 8200 2 snd_rawmidi,snd_opl3_lib
snd_timer 25796 2 snd_pcm,snd_opl3_lib
snd_hwdep 9412 1 snd_opl3_lib
snd 57828 13
snd_cs4281,snd_rawmidi,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_opl3_lib,snd_seq_device,snd_timer,snd_hwdep
soundcore 10336 1 snd
gameport 4704 1 snd_cs4281
shpchp 81684 0
pciehp 79380 0
pci_hotplug 34608 2 shpchp,pciehp
intel_agp 22752 1
agpgart 34664 1 intel_agp
floppy 61200 0
tsdev 7392 0
mousedev 10476 1
joydev 9984 0
parport_pc 35392 1
parport 41832 2 lp,parport_pc
psmouse 20360 0
pcspkr 3592 0
rtc 12760 0
evdev 9600 1
nls_iso8859_1 4032 2
nls_cp437 5696 2
dm_mod 59868 0
vfat 14720 2
fat 46784 1 vfat
ext3 127272 3
jbd 62616 1 ext3
mbcache 9348 1 ext3
ide_generic 1408 0
piix 13440 1
ide_disk 19296 7
ide_core 139876 6
ide_cd,ide_scsi,usb_storage,ide_generic,piix,ide_disk
unix 28692 248
And here is the pertenent info from /var/log/messages :
Jan 19 23:05:00 elsapo kernel: usb 1-1: USB disconnect, address 10
Jan 19 23:07:45 elsapo kernel: usb 1-1: new full speed USB device using
address 11
Jan 19 23:07:47 elsapo usb.agent[4896]: usb-storage: already loaded
Jan 19 23:07:49 elsapo kernel: scsi8 : SCSI emulation for USB Mass
Storage devices
Jan 19 23:07:49 elsapo kernel: Vendor: HP Model: CD-Writer+
8200 Rev: 1.0f
Jan 19 23:07:49 elsapo kernel: Type: CD-ROM
ANSI SCSI revision: 02
Jan 19 23:07:51 elsapo kernel: sr0: scsi3-mmc drive: 24x/24x writer
cd/rw xa/form2 cdda tray
Jan 19 23:07:51 elsapo kernel: Attached scsi generic sg0 at scsi8,
channel 0, id 0, lun 0, type 5
Jan 19 23:07:51 elsapo scsi.agent[4931]: cdrom at
/devices/pci0000:00/0000:00:07.2/usb1/1-1/1-1:1.0/host8/8:0:0:0
Jan 19 23:12:47 elsapo kernel: usb 1-1: reset full speed USB device
using address 11
Jan 19 23:18:18 elsapo kernel: usb 1-1: USB disconnect, address 11
And that's all...
I know about the security issues with kernel 2.6.8, however, I am
running cdrecord as root, so that should not be a problem in this case.
Please let me know if you have any suggestions, I am not very happy
having to use to use Windows to burn my backups, etc.
Best wishes to all in the new year.
Take care,
-Ian
--
Ian Macdonald
Email: imac-lists@laiguana.org
Attachment:
signature.asc
Description: OpenPGP digital signature