Not sure if this helps but with those changes:dom wrote:There is now an sdcard latency fix improvement that should be safer than the "missing_status" one. (Thanks to ddv2005). Can you try adding:
sdhci-bcm2708.enable_llm=1 sdhci-bcm2708.sync_after_dma=0
to cmdline.txt and check if it works okay. It should improve USB/audio latency.
Code: Select all
[email protected]'s password:
Linux raspberrypi 3.2.27+ #54 PREEMPT Wed Aug 22 13:22:32 BST 2012 armv6l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Type 'startx' to launch a graphical session
Last login: Tue Aug 28 18:45:30 2012 from 192.168.0.9
[email protected] ~ $ dmesg
...
[ 0.000000] Kernel command line: dma.dmachans=0x3c bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2708.boardrev=0x2 bcm2708.serial=0x50ba235d smsc95xx.macaddr=B8:27:EB:BA:23:5D dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait sdhci-bcm2708.enable_llm=1 sdhci-bcm2708.sync_after_dma=0
...
[ 3.870329] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c52e
[ 3.886587] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.901476] usb 1-1.2: Product: USB Receiver
[ 3.913666] usb 1-1.2: Manufacturer: Logitech
[ 3.931760] input: Logitech USB Receiver as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
[ 3.949577] generic-usb 0003:046D:C52E.0001: input: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-bcm2708_usb-1.2/input0
[ 3.984297] input: Logitech USB Receiver as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.1/input/input1
[ 4.004652] generic-usb 0003:046D:C52E.0002: input,hiddev0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-bcm2708_usb-1.2/input1
[ 7.352209] mmcblk0: r/w command failed, status = 0x80000900
[ 7.379018] end_request: I/O error, dev mmcblk0, sector 15564536
[ 7.393119] Buffer I/O error on device mmcblk0, logical block 1945567
[ 10.197136] mmcblk0: r/w command failed, status = 0x80000900
[ 10.226880] end_request: I/O error, dev mmcblk0, sector 15564536
[ 10.241051] Buffer I/O error on device mmcblk0p2, logical block 1930207
[ 20.425686] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 20.876157] ### snd_bcm2835_alsa_probe c05eeaf8 ############### PROBING FOR bcm2835 ALSA device (0):(1) ###############
[ 20.895732] Creating card...
[ 20.907269] Creating device/chip ..
[ 20.920147] Adding controls ..
[ 20.931981] Registering card ....
[ 20.948763] bcm2835 ALSA CARD CREATED!
[ 20.975590] ### BCM2835 ALSA driver init OK ###
[ 25.374994] mmc0: missed completion of cmd 18 DMA (512/512 [1]/[1]) - ignoring it
[ 25.391111] mmc0: DMA IRQ 6 ignored - results were reset
[ 29.560025] smsc95xx 1-1.1:1.0: eth0: link up, 100Mbps, full-duplex, lpa 0x4DE1
[ 40.487467] Adding 102396k swap on /var/swap. Priority:-1 extents:1 across:102396k SS
Code: Select all
Linux raspberrypi 3.2.27+ #54 PREEMPT Wed Aug 22 13:22:32 BST 2012 armv6l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Type 'startx' to launch a graphical session
Last login: Tue Aug 28 18:48:28 2012 from 192.168.0.9
[email protected] ~ $ dmesg
...
[ 0.000000] Kernel command line: dma.dmachans=0x3c bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2708.boardrev=0x2 bcm2708.serial=0x50ba235d smsc95xx.macaddr=B8:27:EB:BA:23:5D dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
...
[ 3.645623] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c52e
[ 3.660517] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.675225] usb 1-1.2: Product: USB Receiver
[ 3.688591] usb 1-1.2: Manufacturer: Logitech
[ 3.707297] input: Logitech USB Receiver as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
[ 3.725305] generic-usb 0003:046D:C52E.0001: input: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-bcm2708_usb-1.2/input0
[ 3.762888] input: Logitech USB Receiver as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.1/input/input1
[ 3.783002] generic-usb 0003:046D:C52E.0002: input,hiddev0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-bcm2708_usb-1.2/input1
[ 20.806876] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 21.262176] ### snd_bcm2835_alsa_probe c05eeaf8 ############### PROBING FOR bcm2835 ALSA device (0):(1) ###############
[ 21.281398] Creating card...
[ 21.292678] Creating device/chip ..
[ 21.305310] Adding controls ..
[ 21.316812] Registering card ....
[ 21.333405] bcm2835 ALSA CARD CREATED!
[ 21.361042] ### BCM2835 ALSA driver init OK ###
[ 25.725011] mmc0: missed completion of cmd 18 DMA (512/512 [1]/[1]) - ignoring it
[ 25.740864] mmc0: DMA IRQ 6 ignored - results were reset
[ 25.758944] mmc0: missed completion of cmd 18 DMA (512/512 [1]/[1]) - ignoring it
[ 25.774938] mmc0: DMA IRQ 6 ignored - results were reset
[ 29.057437] smsc95xx 1-1.1:1.0: eth0: link up, 100Mbps, full-duplex, lpa 0x4DE1
[ 38.293630] Adding 102396k swap on /var/swap. Priority:-1 extents:1 across:102396k SS
[email protected] ~ $