[Bug 1417263] Re: sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock

2015-05-30 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1417263

Title:
  sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning
  procedure, falling back to fixed sampling clock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1417263/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1417263] Re: sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock

2015-03-31 Thread Yoshiya KANENISHI
I was troubled by the same problem.
My laptop machine is HP Stream 11 d012tu. It's also using eMMC. (I think it is 
almost same to HP Stream 13.)
I updated kernel version from 3.13.0-48-generic to 3.19.3-031903-generic 
following the advice of jsalisbury, but didn't update Ubuntu version (kept 
using 14.04), and then this error disappeared.
This thread was very helpful for me, thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1417263

Title:
  sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning
  procedure, falling back to fixed sampling clock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1417263/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1417263] Re: sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock

2015-02-04 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.19 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-rc7-vivid/

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1417263

Title:
  sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning
  procedure, falling back to fixed sampling clock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1417263/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1417263] Re: sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock

2015-02-04 Thread Sander Jonkers
In the meantime, I decided 14.04 was unusable.for me. 
So I've done a fresh install of Vivid (15.04-to-be) daily version. That has 
linux kernel 3.18, right? In one hour of usage, I've not seen the error message 
in dmesg.


TBC

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1417263

Title:
  sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning
  procedure, falling back to fixed sampling clock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1417263/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1417263] Re: sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock

2015-02-03 Thread Sander Jonkers
FWIW: the Read-only file system error occured again. See below.

Nothing special in dmesg nor /var/log/syslog


sander@superstream:~$ pwd
/home/sander

sander@superstream:~$ touch blabla
touch: cannot touch ‘blabla’: Read-only file system

sander@superstream:~$ mount
/dev/mmcblk0p5 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /sys/firmware/efi/efivars type efivarfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
/dev/mmcblk0p1 on /boot/efi type vfat (rw)
systemd on /sys/fs/cgroup/systemd type cgroup 
(rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse 
(rw,nosuid,nodev,user=sander)
/dev/mmcblk0p4 on /media/sander/Images type fuseblk 
(rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/mmcblk0p3 on /media/sander/Windows type fuseblk 
(rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)

mount: warning: /etc/mtab is not writable (e.g. read-only filesystem).
   It's possible that information reported by mount(8) is not
   up to date. For actual information about system mount points
   check the /proc/mounts file.

sander@superstream:~$

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1417263

Title:
  sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning
  procedure, falling back to fixed sampling clock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1417263/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1417263] Re: sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock

2015-02-03 Thread Sander Jonkers
I logged off, restarted, and the Ubuntu boot GUI says / needs to be
fixed (I pressed F) and /tmp is not (yet) ready. I did get a Ubuntu
brown screen, but no login. I'm typing this in some 'other' OS.

I'll see if I can boot into Ubuntu with another boot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1417263

Title:
  sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning
  procedure, falling back to fixed sampling clock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1417263/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1417263] Re: sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock

2015-02-03 Thread Sander Jonkers
Second reboot worked. I did some extensive disk writing (around 1GB),
got the read-only problem, and dmesg says:


[  962.226687] sdhci: Timeout waiting for Buffer Read Ready interrupt during 
tuning procedure, falling back to fixed sampling clock
[  972.262988] mmc0: Timeout waiting for hardware interrupt.
[  972.264987] [ cut here ]
[  972.265008] WARNING: CPU: 1 PID: 0 at 
/build/buildd/linux-3.13.0/drivers/mmc/host/sdhci.c:989 
sdhci_send_command+0xc32/0xd60 [sdhci]()
[  972.265010] Modules linked in: uvcvideo videobuf2_vmalloc videobuf2_memops 
videobuf2_core videodev rfcomm bnep nls_iso8859_1 hid_generic hp_wmi 
sparse_keymap arc4 intel_rapl coretemp rtl8723be kvm crct10dif_pclmul 
crc32_pclmul btcoexist rtl8723_common ghash_clmulni_intel cryptd i915_bdw 
usbhid rtl_pci hid snd_hda_codec_hdmi rtlwifi snd_hda_codec_realtek btusb 
mac80211 bluetooth serio_raw rtsx_pci_ms memstick cfg80211 wmi snd_hda_intel 
snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_seq_midi snd_seq_midi_event 
snd_rawmidi snd_seq snd_seq_device snd_timer snd intel_ips drm_kms_helper video 
hp_wireless drm i2c_algo_bit parport_pc soundcore joydev mac_hid ppdev lp 
parport usb_storage mmc_block rtsx_pci_sdmmc psmouse rtsx_pci sdhci_acpi sdhci
[  972.265057] CPU: 1 PID: 0 Comm: swapper/1 Tainted: GW 
3.13.0-45-generic #74-Ubuntu
[  972.265060] Hardware name: Hewlett-Packard HP Stream Notebook PC 13/802A, 
BIOS F.05 11/28/2014
[  972.265062]  0009 880076683d28 81720eb6 

[  972.265066]  880076683d60 810677cd 0001 
880079947650
[  972.265070]  88003f5e1930 88003f5e1970 8800799474c0 
880076683d70
[  972.265074] Call Trace:
[  972.265077]  IRQ  [81720eb6] dump_stack+0x45/0x56
[  972.265089]  [810677cd] warn_slowpath_common+0x7d/0xa0
[  972.265093]  [810678aa] warn_slowpath_null+0x1a/0x20
[  972.265099]  [a0003aa2] sdhci_send_command+0xc32/0xd60 [sdhci]
[  972.265105]  [813709aa] ? delay_tsc+0x4a/0x80
[  972.265108]  [813708dc] ? __const_udelay+0x2c/0x30
[  972.265115]  [a0001164] ? sdhci_reset+0xa4/0x1b0 [sdhci]
[  972.265121]  [a00043e5] sdhci_finish_data+0x115/0x3c0 [sdhci]
[  972.265128]  [a0004690] ? sdhci_finish_data+0x3c0/0x3c0 [sdhci]
[  972.265134]  [a000470d] sdhci_timeout_timer+0x7d/0xc0 [sdhci]
[  972.265138]  [81074386] call_timer_fn+0x36/0x100
[  972.265145]  [a0004690] ? sdhci_finish_data+0x3c0/0x3c0 [sdhci]
[  972.265148]  [8107531f] run_timer_softirq+0x1ef/0x2f0
[  972.265153]  [8106cc1c] __do_softirq+0xec/0x2c0
[  972.265157]  [8106d165] irq_exit+0x105/0x110
[  972.265162]  [81733d55] smp_apic_timer_interrupt+0x45/0x60
[  972.265166]  [817326dd] apic_timer_interrupt+0x6d/0x80
[  972.265168]  EOI  [815d3712] ? cpuidle_enter_state+0x52/0xc0
[  972.265175]  [815d3839] cpuidle_idle_call+0xb9/0x1f0
[  972.265180]  [8101d35e] arch_cpu_idle+0xe/0x30
[  972.265185]  [810bef35] cpu_startup_entry+0xc5/0x290
[  972.265190]  [810413fd] start_secondary+0x21d/0x2d0
[  972.265192] ---[ end trace fa59f6fabf0e6688 ]---
[  972.267360] mmcblk0: error -110 transferring data, sector 29645704, nr 224, 
cmd response 0x0, card status 0x0
[  972.267370] blk_update_request: 11 callbacks suppressed
[  972.267373] end_request: I/O error, dev mmcblk0, sector 29645704
[  972.267379] end_request: I/O error, dev mmcblk0, sector 29645712
[  972.267383] end_request: I/O error, dev mmcblk0, sector 29645720
[  972.267387] end_request: I/O error, dev mmcblk0, sector 29645728
[  972.267390] end_request: I/O error, dev mmcblk0, sector 29645736
[  972.267394] end_request: I/O error, dev mmcblk0, sector 29645744
[  972.267397] end_request: I/O error, dev mmcblk0, sector 29645752
[  972.267400] end_request: I/O error, dev mmcblk0, sector 29645760
[  972.267403] end_request: I/O error, dev mmcblk0, sector 29645768
[  972.267406] end_request: I/O error, dev mmcblk0, sector 29645776
[  972.267529] Aborting journal on device mmcblk0p5-8.
[  972.267544] EXT4-fs error (device mmcblk0p5) in 
ext4_reserve_inode_write:4902: Journal has aborted
[  972.268665] EXT4-fs error (device mmcblk0p5) in ext4_free_blocks:4882: 
Journal has aborted
[  972.269152] EXT4-fs error (device mmcblk0p5) in 
ext4_reserve_inode_write:4902: Journal has aborted
[  972.360668] EXT4-fs (mmcblk0p5): Remounting filesystem read-only
[  972.438561] EXT4-fs error (device mmcblk0p5): 
mpage_map_and_submit_extent:2273: comm http: Failed to mark inode 320098 dirty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1417263

Title:
  sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning
  procedure, falling back to fixed sampling clock

To manage notifications about this bug go to: