On Sun, 26 Jun 2005, Javier-Elias Vasquez-Vivas wrote:

> OK,
> 
> So I enabled usb-storage debug under kernel, and when I perform dmesg,
> most of the output is lost, and most is consumed by the cyclic
> usb-storage failure.
> 
> So instead of posting the dmesg output I redirected the output to a
> file, and I'm attaching it...
> 
> Although /var/log/messages is less complete (includes less output)
> then dmesg, I'm also attaching it just in case...
> 
> +++++++++++++++++++++++++++++++++++++
> 
> To recap, in case some one is not able to see the thread, under kernel
> 2.6.10 I had my hp8200e+ cd-writer working, and for it to work I had
> the kernel option:
> 
> CONFIG_USB_STORAGE_HP8200
> 
> However under kernel 2.6.12.1, this option is no longer available and
> instead the following one must be used:
> 
> CONFIG_USB_STORAGE_USBAT
> 
> Problem is that just replacing one driver by the other doesn't seem to
> work, the linux device to use for the cd-writer seems to be different
> (previous scd0, now sda), and besides although the cd-writer is
> recognized, several errors are dumped, and mounting cds doesn't
> work...

There is at least one big problem showing up in the log.  The INQUIRY 
response indicates a Direct Access type of device (i.e., a disk drive) 
instead of a CD-ROM type.  This may be the result of something going wrong 
during the initial stages of probing, which were left out of the dmesg 
log.  Apparently the driver thought you had a flash device, not an 
HP-8200e.

Even though dmesg is getting overloaded, you can capture all the debugging
messages in the regular system log if you edit /etc/syslog.conf.  Tell it
to store all levels of kernel messages instead of ignoring DEBUG level
messages.

Alan Stern



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to