LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-23-2011, 06:43 PM   #1
piratesmack
Member
 
Registered: Feb 2009
Distribution: Slackware, Arch
Posts: 519

Rep: Reputation: 142Reputation: 142
[sdc] Asking for cache data failed


After compiling my own kernel (2.6.38.1), I'm seeing these error messages in dmesg after plugging in a USB flash drive
Code:
[ 1057.530146] usb 1-1: new high speed USB device using ehci_hcd and address 6
[ 1057.648891] scsi4 : usb-storage 1-1:1.0
[ 1058.651335] scsi 4:0:0:0: Direct-Access     SanDisk  U3 Cruzer Micro  8.01 PQ: 0 ANSI: 0 CCS
[ 1058.656676] sd 4:0:0:0: [sdc] 7892991 512-byte logical blocks: (4.04 GB/3.76 GiB)
[ 1058.657531] sd 4:0:0:0: [sdc] Write Protect is off
[ 1058.657555] sd 4:0:0:0: [sdc] Mode Sense: 45 00 00 08
[ 1058.659091] sd 4:0:0:0: [sdc] Asking for cache data failed
[ 1058.659111] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[ 1058.667817] sd 4:0:0:0: Attached scsi generic sg2 type 0
[ 1058.673461] sd 4:0:0:0: [sdc] Asking for cache data failed
[ 1058.673472] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[ 1058.674585]  sdc: sdc1
[ 1058.677631] sd 4:0:0:0: [sdc] Asking for cache data failed
[ 1058.677642] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[ 1058.677652] sd 4:0:0:0: [sdc] Attached SCSI removable disk
The USB drive seems to work just fine, so I'm not sure if the error is serious, but I know I did not see this error with my distributions stock kernel (Slackware current, 2.6.37.4-smp).

I'm guessing it's a problem with my kernel .config. Any idea of what I might have missed?

More info:
My kernel config
Output of 'lspci'
Output of 'lsusb'

Thanks

Last edited by piratesmack; 03-23-2011 at 06:46 PM.
 
Old 03-24-2011, 02:33 PM   #2
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Moved: This thread is more suitable in <Slackware> and has been moved accordingly to help your thread/question get the exposure it deserves.
 
1 members found this post helpful.
Old 03-24-2011, 02:44 PM   #3
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by piratesmack View Post
After compiling my own kernel (2.6.38.1), I'm seeing these error messages in dmesg after plugging in a USB flash drive
Code:
[ 1057.530146] usb 1-1: new high speed USB device using ehci_hcd and address 6
[ 1057.648891] scsi4 : usb-storage 1-1:1.0
[ 1058.651335] scsi 4:0:0:0: Direct-Access     SanDisk  U3 Cruzer Micro  8.01 PQ: 0 ANSI: 0 CCS
[ 1058.656676] sd 4:0:0:0: [sdc] 7892991 512-byte logical blocks: (4.04 GB/3.76 GiB)
[ 1058.657531] sd 4:0:0:0: [sdc] Write Protect is off
[ 1058.657555] sd 4:0:0:0: [sdc] Mode Sense: 45 00 00 08
[ 1058.659091] sd 4:0:0:0: [sdc] Asking for cache data failed
[ 1058.659111] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[ 1058.667817] sd 4:0:0:0: Attached scsi generic sg2 type 0
[ 1058.673461] sd 4:0:0:0: [sdc] Asking for cache data failed
[ 1058.673472] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[ 1058.674585]  sdc: sdc1
[ 1058.677631] sd 4:0:0:0: [sdc] Asking for cache data failed
[ 1058.677642] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[ 1058.677652] sd 4:0:0:0: [sdc] Attached SCSI removable disk
The USB drive seems to work just fine, so I'm not sure if the error is serious, but I know I did not see this error with my distributions stock kernel (Slackware current, 2.6.37.4-smp).

I'm guessing it's a problem with my kernel .config. Any idea of what I might have missed?

More info:
My kernel config
Output of 'lspci'
Output of 'lsusb'

Thanks
Ummmm... It's something benign but complicate to explain. You remember that an harddrive have 2-64MB cache memory? Well, of course, your stick don't have this cache, but appear as a SCSI device. Logically, Mr. Watson?

Someone missed with the debug level for this driver, nothing serious.
 
1 members found this post helpful.
Old 03-24-2011, 03:43 PM   #4
piratesmack
Member
 
Registered: Feb 2009
Distribution: Slackware, Arch
Posts: 519

Original Poster
Rep: Reputation: 142Reputation: 142
Quote:
Originally Posted by Darth Vader View Post
Ummmm... It's something benign but complicate to explain. You remember that an harddrive have 2-64MB cache memory? Well, of course, your stick don't have this cache, but appear as a SCSI device. Logically, Mr. Watson?

Someone missed with the debug level for this driver, nothing serious.
Aw, that makes sense.
Thanks!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sda: asking for drive cache data failed.. icomman Linux - Newbie 2 08-27-2009 08:14 PM
Sdn: asking for drive cache data failed jhero Linux - Newbie 1 05-28-2009 11:41 AM
Cache Open Failed born4books Linux - Software 8 11-30-2008 09:06 AM
Failed to sync one or more sources: Failed to write some configuration data to disk ganeshbatwal Linux - Software 2 11-06-2008 10:05 AM
openSUSE 10: Samba failed to create the cache directory in /var/cache mianmajidali Linux - Server 0 05-09-2008 02:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration