FS#22690 - [kernel26] Issuing auto-REQUEST_SENSE in log
Attached to Project:
Arch Linux
Opened by Sergey Kolesov (cucullus) - Monday, 31 January 2011, 23:33 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 21 March 2011, 16:59 GMT
Opened by Sergey Kolesov (cucullus) - Monday, 31 January 2011, 23:33 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 21 March 2011, 16:59 GMT
|
Details
After upgrading to 2.6.37-5 kernel.log became polluted with
"Issuing auto-REQUEST_SENSE".
This message appears ~5 times/sec continuously. Google states that this could be usb-related, but I currently have no usb devices plugged in. Downgrade to 2.6.36.2 solves the issue. |
This task depends upon
PS: Be more descriptive, about your hardware.
Just noticed I had usb cardreader attached (w/o card inside). Will research tomorrow.
Bus 001 Device 002: ID 0cf2:6230 ENE Technology, Inc.
dmesg |tail while disconnecting it:
Issuing auto-REQUEST_SENSE
Issuing auto-REQUEST_SENSE
Issuing auto-REQUEST_SENSE
usb 1-6: USB disconnect, address 2
usb --- eucr_disconnect
usb --- quiesce_and_remove_host
usb --- release_everything
usb --- usb_stor_release_resources
SM_FreeMem start
usb --- dissociate_dev
Feb 1 12:14:10 vega kernel: usb 1-6: new high speed USB device using ehci_hcd and address 3
Feb 1 12:14:11 vega kernel: usb --- eucr_probe
Feb 1 12:14:11 vega kernel: usb --- associate_dev
Feb 1 12:14:11 vega kernel: usb --- get_device_info
Feb 1 12:14:11 vega kernel: usb --- get_transport
Feb 1 12:14:11 vega kernel: usb --- get_protocol
Feb 1 12:14:11 vega kernel: us->pusb_dev->descriptor.idVendor = cf2
Feb 1 12:14:11 vega kernel: us->pusb_dev->descriptor.idProduct = 6230
Feb 1 12:14:11 vega kernel: usb --- get_pipes
Feb 1 12:14:11 vega kernel: usb --- usb_stor_acquire_resources
Feb 1 12:14:11 vega kernel: scsi3 : SCSI emulation for USB Mass Storage devices
Feb 1 12:14:11 vega kernel: usb --- usb_stor_control_thread
Feb 1 12:14:11 vega kernel: usb --- usb_stor_scan_thread
Feb 1 12:14:11 vega kernel: EUCR : device found at 3
Feb 1 12:14:12 vega kernel: scsi cmd 12 --- SCSIOP_INQUIRY
Feb 1 12:14:12 vega kernel: scsi 3:0:0:0: Direct-Access USB2.0 CardReader COMBO 0100 PQ: 0 ANSI: 0
Feb 1 12:14:12 vega kernel: sd 3:0:0:0: Attached scsi generic sg3 type 0
Feb 1 12:14:12 vega kernel: Issuing auto-REQUEST_SENSE
Feb 1 12:14:12 vega kernel: Issuing auto-REQUEST_SENSE
Feb 1 12:14:12 vega kernel: sd 3:0:0:0: [sdc] Attached SCSI removable disk
Feb 1 12:14:12 vega kernel: EUCR : device scan complete
Feb 1 12:14:12 vega kernel: Issuing auto-REQUEST_SENSE
Feb 1 12:14:12 vega kernel: Issuing auto-REQUEST_SENSE
Feb 1 12:14:12 vega kernel: Issuing auto-REQUEST_SENSE
Feb 1 12:14:12 vega kernel: Issuing auto-REQUEST_SENSE
Feb 1 12:14:12 vega kernel: Issuing auto-REQUEST_SENSE
Feb 1 12:14:12 vega kernel: Issuing auto-REQUEST_SENSE
Feb 1 12:14:12 vega kernel: Issuing auto-REQUEST_SENSE
Feb 1 12:14:12 vega kernel: Issuing auto-REQUEST_SENSE
Feb 1 12:14:14 vega kernel: Issuing auto-REQUEST_SENSE
Feb 1 12:14:14 vega kernel: Issuing auto-REQUEST_SENSE
Feb 1 12:14:14 vega kernel: Issuing auto-REQUEST_SENSE
Feb 1 12:14:14 vega kernel: Issuing auto-REQUEST_SENSE
Feb 1 12:14:14 vega kernel: scsi cmd 1E --- SCSIOP_ALLOW_MEDIUM_REMOVAL
Feb 1 12:14:14 vega kernel: Issuing auto-REQUEST_SENSE
Feb 1 12:14:14 vega kernel: Issuing auto-REQUEST_SENSE
.... same lines continuously
"Issuing auto-REQUEST_SENSE"
after plug in my usb cardreader in kernel 37-5 and kernel 37.1
https://bugzilla.kernel.org/attachment.cgi?id=49442
lsusb -vs 008 out
https://bugzilla.kernel.org/attachment.cgi?id=49452
https://bugzilla.kernel.org/attachment.cgi?id=49442
lsusb -vs 008 out
https://bugzilla.kernel.org/attachment.cgi?id=49452
If you press F5, the form submited again, even if the "ADD comments" empty.
2) Here is my lsusb :
[fred@fredo-arch ~]$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 002 Device 002: ID 062a:0201 Creative Labs Defender Office Keyboard (K7310) S Zodiak KM-9010
Bus 002 Device 003: ID 045e:00cb Microsoft Corp. Basic Optical Mouse v2.0
I cannot "unplug it", because it is builtin into my computer.
pacman -Qi kernel26
Nom : kernel26
Version : 2.6.38-1
URL : http://www.kernel.org
Licences : GPL2
Groupes : base
CONFIG_USB_ENESTORAGE=m
Appeared only starting from 2.6.37.
Disabling it could be the solution ?!
No more spamming ;)
With
zcat /proc/config.gz | grep USB_ENE
# CONFIG_USB_ENESTORAGE is not set
No more spamming
Thanks.