Re: HP USB CD-Writer Plus 8230e problems

2001-03-04 Thread Werner
I just noticed the following: When I try to mount a RedHat CD from /dev/scd1, it fails with the error message" Mar 4 03:35:27 alpha kernel: sr1: unsupported sector size 1310976. Mar 4 03:35:27 alpha kernel: isofs_read_super: bread failed, dev=0b:01, iso_blknum=205524048, block=205524048 Mar

Re: HP USB CD-Writer Plus 8230e problems

2001-03-04 Thread Werner
FYI, I got it working with a patch from Matthew Dharm. The reason for these errors and problems could be either the CD itself or that the ATAPI device acts a little be strange etc. And it's still open if it's really a 8230e drive or if it's a 8290 drive as 'cdrecord -scanbus' and

HP USB CD-Writer Plus 8230e problems

2001-03-03 Thread Werner
Hi, Did someone get the HP USB CD-Writer Plus 8230e working? I hope someone can help me on this. I'm using RH7.1Beta and kernel 2.4.0-0.99.11. I'm getting the following errors/warnings; the CD burner is represented through /dev/scd1 (scsibus1)) and it's recognized of type CD-ROM instead of

Re: HP USB CD-Writer Plus 8230e problems

2001-03-03 Thread Trond Eivind Glomsrød
Werner [EMAIL PROTECTED] writes: Did someone get the HP USB CD-Writer Plus 8230e working? Look in the source, and enable it there, It's not one of the standard config options, so you need to do more than "make menuconfig" or similar. -- Trond Eivind Glomsrd Red Hat, Inc.

Re: HP USB CD-Writer Plus 8230e problems

2001-03-03 Thread Werner
That's what I did: in arch/i386/defconfig below the line CONFIG_USB_STORAGE_DEBUG I added # CONFIG_USB_STORAGE_HP8200e is not defined in drivers/usb/Config.in below the line bool ' USB Mass Storage verbose debug' CONFIG_USB_STORAGE_DEBUG I added bool ' HP-8230e Support'