OpenPandora Main OS

This project it to track issues relating to the current shipping OS only as found here http://goo.gl/S5JCy. Please state what Hotfix you are running with any issue report. Please ONLY use this to record issues for the main OS and its default included applications - any other application issue reports should go into the Additional Applications project. Issue reports with 'in development OS images' or feature requests for the next MAJOR version (not Hotfix release) should be placed into the OpenPandora Development OS project and reported on the mailing list http://openpandora.org/cgi-bin/mailman/listinfo/firmware-dev. Please read this page to find out how to properly report bugs: http://pandorawiki.org/Reporting_bugs

IDCategory  ascTask TypeSeveritySummaryStatusProgress
 125 CoreBug ReportLow wrong error handling in wl1251 platform initilization Closed
100%
Task Description in http://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blob;f=arch/arm/mach-omap2/board-omap3pandora.c;h=c6637426bf3a61f5bd0f85338304d0d8d114f67d;hb=HEAD I see: 555 ret = gpio_request(PANDORA_WIFI_IRQ_GPIO, "wl1251 irq"); 556 if (ret < 0) 557 goto fail_nreset; the goto should go to: fail_irq instead of fail_nreset Denis
 128 CoreBug ReportMedium pndnotifyd Segfault Closed
100%
Task Description pndnotifyd Segfault when the PXML.xml attached with th pnd contain non-ascii characters (for translation)
 131 CoreBug ReportMedium bluetooth drivers read timeout too trigger-happy/logic  ...Closed
100%
Task Description Shamelessly plugged from the forums, to get proper bug tracking and notifications on this. My post: @notaz: + /* there hould be no rx in progress at this point */ + if (info->rx_skb != NULL) { + dev_err(info->dev, "Receive timed out, %i done, %li left, " + "LSR=%02x, IER=%02x\n", info->rx_skb->len + 1, + info->rx_count, hci_h4p_inb(info, UART_LSR), + hci_h4p_inb(info, UART_IER)); + info->rx_timed_out = 1; + } Could you share your rationale for that comment in drivers/bluetooth/hci_h4p/core.c? (Oh and there's a typo, too :P ) EDIT: Asking this because commenting that block out changed status of bluetooth (for me) from unusable (can receive ~20-500kB of data before ppp connection halting) to fully working - used to have big problems playing 32kbps AAC stream (max 2 min), now already 4 mins of 96kbps, but i still think we need some receive timeout mechanism, but this one (as it currently stands) doesnt work. Notaz's reply: I don't really remember, it was more than 1.5 years ago. That driver is a hack, will need to review it, does it work stable with that code removed? My reply: For the non-IRC people: urjaman on IRC said: (22:47:45) urjaman: notaz: about stability: i'm on irc atm with that driver, its been playing internet radio for a few hours without problems now, but i don know for sure. (22:48:00) urjaman: *dont know (22:50:11) urjaman: my logic: if the serial port _never_ misses a byte it should be ok - IMO scary without some receive timeout, but works for me
 134 CoreBug ReportLow please add a working phonon backend Closed
100%
Task Description Please see : http://www.gp32x.com/board/index.php?/topic/54831-minitube/page__view__findpost__p__883993 :)
 136 CoreBug ReportHigh rather high battery discharge while Pandora is powered  ...Closed
100%
Task Description The Pandora does seem to use too much energy while it is turned off. A testcase: The pandora was turned off over night (about 8 hours) and battery state dropped from 98% to 96%. When removing the battery from the pandora for the same amount of time, the state is not changed at all. This is based on the zaxxon firmware release with hotfix3, beta2. Problem: if you don't use the pandora for a while and forget to remove the battery you can cause a deep discharge which might damage the battery. This is also a problem if the Pandora does eg shutdown itself since power is out and you can't directly attach it to a charger. Possible causes: * Design fault in the board. * Too much powered on while the device *should* be completely powered off. The only things that should get power are the clock and the power button. This should basically not drain much. Regarding the clock: The PalmPre is based on the OMAP3, too. There you basically have no discharge when it is powered off, so it is unlikely that the fault is in the OMAP3 itself.
138CoreBug ReportLow'del' key (shift+backspace) not workingNew
0%
Task Description The title says everything: The 'del' key does not work. In theory you should have a del "event" when hitting shift+backspace. This is not the case in all progs I tested so far (terminal and default text editor with gui).
 140 CoreBug ReportHigh WiFi Starts off fast then slows down Closed
100%
Task Description When downloading files using a browser or wget or when attempting to stream videos we see a fast initial burst which then slows down dramatically. see following topics for more details and actual user stats. http://www.gp32x.com/board/index.php?/topic/54340-post-your-speed-over-wifi/ http://www.gp32x.com/board/index.php?/topic/54921-you-tube-through-vlc/ http://www.gp32x.com/board/index.php?/topic/54831-minitube/ http://www.gp32x.com/board/index.php?/topic/54901-possible-wifi-issues/
 143 CoreBug ReportLow LED triggers timer and heartbeat cause freezing when us ...Closed
100%
Task Description Summary is about all i can dug out now. Somehow related to the PWM driving, because SD, bt and wifi leds work with trigger=timer. NOTE: power and charger leds are driven by PWM (just so you all know what I'm talking about). All i wanted to do was to add blinking power led to low power mode and all i get is a frozen pandora :/.
 144 CoreBug ReportLow Wifi LED does not always get re-activated after enablin ...Closed
100%
Task Description Wifi LED does not always get re-activated after enabling wifi. It seems that the led trigger which ought to be set to [phy0dadio] no longer exists and the phy# seems to increment (up to at least 11 I have observed) If I set the trigger to phy##radio then the notification works again, but I'm not sure of the best way to fix this. I suppose a quick hack to the wl1251-init script is the place to start.
148CoreBug ReportLowadd standard library path to ldconfig.so.conf to help l...Unconfirmed
0%
Task Description cat >/etc/ld.so.conf
 150 CoreBug ReportLow pndnotifyd Segfault Closed
100%
Task Description Might be related to http://bugs.openpandora.org/index.php?do=details&task_id=128 as it have exactly the same behaviours. But this time no translation is involved (masked in my script until this is fixed). And making the file smaller (by removing apps :( ) managed to let it alive, so it seam to be file size related.
 152 CoreBug ReportHigh Data transfer issued between SD slot 1 and 2 Closed
100%
Task Description It appears that any users are having trouble transferring files from SD cards in slot 1 to SD cards in Slot 2. Full details here. http://www.gp32x.com/board/index.php?/topic/55077-looks-like-the-is-a-readtiming-problem-with-sd-reading-when-high-cpu/
 154 CoreBug ReportHigh Vpn doesn't work Closed
100%
Task Description When clicking on the Network Manager Applet Symbol, then selecting "VPN Connections" and then "Configure VPN", all the buttons in the following dialoge are greyed out. There is no way to add a new vpn connection. Restarting the system or deactivating the WiFi and then reactivaing it doesn't help.
155CoreBug ReportMediumCritical problems after rescaling GLES2 X windowsUnconfirmed
0%
Task Description When a X window which is displaying GLES2 render output is: - Either dragged out of the visibile screen region (?) - Is made larger than it was at the creation time of the GLES2 context then: - The performance will drop significantly as the EGL buffer swaps won't occur as fast as before, - The render output will be corrupted and flicker - In rare occasions crashes the application or locks up the entire system (which forces you to remove the battery) The problem can not be solved without restarting the application (Possibly forcing players to complete the same goals again as they were unable to reach a savepoint or similar things). This was confirmed in Mupen64Plus and the PowerVR GLES Samples and some of my own projects (which are, however, based on the PowerVR samples). As I didn't see any other reports about this problems (but had it confirmed by other Pandora users too) I would expect that it can be fixed by using a newer X, kernel or combination of them as other OMAP users would be effected too.
 157 CoreBug ReportLow Thunar and stilus Closed
100%
Task Description With Thunar 1.1 and OS Zaxon (hotfix 3) : - with detail view - I open Thunar - I click with the stilus to select the SD card - I double click with the stilus to open a folder => click with the stilus doesn't select file/folder anymore (I know it is a known bug, but it is not in the list)
 162 CoreBug ReportMedium XFCE Setting date Closed
100%
Task Description The tool to setup the date/time in XFCE doesn't work properly : - Menu -> Settings -> Date and Time - The tool show up - Select the time zone Now an error window spam every seconds...
 164 CoreBug ReportLow Display brightness not restored at booting, HF4beta3 Closed
100%
Task Description The update from Hotfix3 to Hotfix4 beta3 broke restoring of display brightness at boot time. Restoring of brightness after "powersave mode" (aka flipping the power switch for a short time) does work nicely. This might be related to bug #163 ( http://bugs.openpandora.org/index.php?do=details&task_id=163 ) where shutting the display down via DPMS does result in the brightness being lost when getting the display on again. This is related to the desktop mode (XFCE). Don't know if it does happen for minimenu, too, not tested yet.
 165 CoreBug ReportLow VPNC does't work Closed
100%
Task Description vpnc doesn't work
 168 CoreBug ReportLow qt-embedded doesn't work Closed
100%
Task Description qt-embedded doesn't work
 169 CoreBug ReportLow pidgin freezes all the time Closed
100%
Task Description pidgin freezes all the time
 170 CoreBug ReportMedium Executable directories broken Closed
100%
Task Description Directory type packages fail to run. i.e. dropping a directory containing PXML.xml and a bunch of files onto the SD card rather than a .pnd package. The application is detected and menu entries created correctly, however pnd_run.sh fails to bind mount the directory due to bogus double quoting. Looks like a failed attempt to handle spaces in the path. Patch below removes these incorrect quotes. --- pnd_run.sh +++ pnd_run.sh.old @@ -161,2 +161,2 @@ elif [ $DFS = directory ]; then - mntline="sudo mount --bind -o ro ${PND} " + mntline="sudo mount --bind -o ro \"${PND}\" "
 172 CoreBug ReportLow Angstrom repo's bison is borked (FYI) Closed
100%
Task Description This is how it tries to call m4 (strace -fF'd): [pid 4231] execve("/OE/angstrom-dev/sysroots/x86_64-linux/usr/bin/m4", ["/OE/angstrom-dev/sysroots/x86_64"..., "/usr/share/bison/m4sugar/m4sugar"..., "-", "/usr/share/bison/yacc.c"], [/* 38 vars */]) = -1 ENOENT (No such file or directory) Problem = obvious. This is here because a) it is the bison that i get with opkg install bison and b) because i could find a general purpose bugtracker for stuff in the angstrom repo with a single googling. Added info on bison version, etc: pandora:/media/mmcblk0p3/dev/avrdude-5.6# opkg info bison Package: bison Version: 2.3-r5.0.5 Depends: libc6 Provides: Status: install user installed Section: devel Architecture: armv7a MD5Sum: c8e62fa82a96e9bba4c014c4345062ed Size: 181368 Filename: bison_2.3-r5.0.5_armv7a.ipk Description: GNU Project parser generator (yacc replacement). Installed-Time: 1283127122
 173 CoreBug ReportHigh X uses 100% cpu in low power mode Closed
100%
Task Description After 10 minutes in low power mode X seems to go nuts and use 100% CPU. Obviously this is bad ;-) 14MHz isn't *that* slow, so there's obviously something getting wedged. I haven't been able to figure out exactly what's happening, but the fact that it always occurs after exactly 10 minutes suggests its power management related. Maybe we're getting stuck trying to kick off the screensaver, or something? Hacking op_power.sh do disable screen blanking shows that, unsurprisingly, the screen freezes at the same time X goes AWOL. Pressing the power switch brings the device out of low power mode, though there is often a few seconds additional delay as the event handling scripts take longer than normal to run because the CPU is already busy. I've attached the results of top -b -d 60 > toplog & while sleep 60 ; do cat /proc/loadavg; done > loadlog
 176 CoreBug ReportMedium op_power.sh: problematic display brightness restoring a ...Closed
100%
Task Description Since hotfix4 it is possible to reduce the value for display brightness below '3'. Thus the script op_power.sh (the one used for low power mode) has to be adjusted accordingly. Currently line 25 in this script looks like this: if [ $oldbright -ge 3 ] && [ $oldbright -le $maxbright ]; then Please change the "-ge 3" part to "-ge 1" so that lower modes are possible, too. Otherwise the screen will be set to max brightness if you have selected a value of '1' when going into powersave mode. Somehow it looks like what is possible to select via the hotkeys and what is possible via the "application" differs. In the script op_lcdsettings.sh in line 11 a minimum brightness of 3 seems to be defined, with the hotkeys it is even possible to go down to 0 (screen off) or values like 1 and 2. This is the relevant line: minbright=3 Brightness restoring appears to be problematic in op_lid.sh, too. Just have a look at line 25 in this script: if [ $oldbright -ge 3 ] && [ $oldbright -le $maxbright ]; then Another issue is that the clockrate of 14MHz is simply too low to be reasonable. Please do adjust it to 125MHz instead, since this seems to be what TI recommends and what makes most sense since starting with hotfix4 this is where the lowest powermode (OPP0) is entered. When clocking down to 14MHz issues like the clock not working correctly come up. Relevant lines in op_power.sh: line 14, restoring old clockrate: if [ $oldspeed -gt 14 ] && [ $oldspeed -le 900 ]; then line 72, setting the clockrate for low power mode: echo 14 > /proc/pandora/cpu_mhz_max
 177 CoreBug ReportMedium no x or xfce after shutdown and reboot Closed
100%
Task Description often but not always after shutting down the system (xfce logout, choose shutdown) thereĀ“s a problem when booting again. i got the normal bootscreen but when x an xfce should start the screen remains black. i cannot say if the x or xfce didnĀ“ start or if it is a problem with the backlight intensity. rebooting with pandora key and power key leads to the same situation. the only thing that seems to help is to remove the battery shortly. so, what is the difference beetween reboot after powerdown and reboot after replacing the battery? there could be the point to fix this problem.
178CoreBug ReportLowMount-loop when booting from SD-cardUnconfirmed
0%
Task Description When booting the pandora-OS from sd-card by using the official tar, you will end up with your sd-card being mounted twice: once as / and once as /media/. I solved this by adding "/dev/mmcblk0" to "/etc/udev/mount.blacklist". Maybe this should be added to the default tarball? I'm not sure as it might be used in other ways maybe (beside SD-card-installation)? Background: I ran "updatedb" as root and have been notified by a message that there was a mount-loop. After adding the above modification the system still booted fine and "updatedb" ran nicely without a warning.
179CoreBug ReportLow.vimrc-preset for user but not for rootUnconfirmed
0%
Task Description I am running PandoraOS from sd-card installed with the official tarball "pandora-rootfs.tar.bz2". I noticed that the control/keyboard-mapping in vi does not work correctly after switching to root (for example sudo su-). I solved this by copying over my users .vimrc to root-homedir. This should already be included in the tarball.
 180 CoreBug ReportMedium LCD Brightness Lower = Flashing, Dies. Closed
100%
Task Description Just try and lower with the Fn+Br- until it starts to flashing and just dies if you go lower. It does go back if you raise it again. Feels wrong. Also no real feel in the brightness getting lower.
 182 CoreBug ReportMedium Ctrl + F5 (Fn Lock) Fail Closed
100%
Task Description So I've tried this a while now with no success. I'm assuming its when Fn is triggered and then pressing Ctrl or Alt it goes away.
 183 CoreBug ReportHigh Left mouse click and hold = fail Closed
100%
Task Description When I want to hold and select multiple files its not working. Not with the nubs or the touchscreen. I can try an easy test by making the select rectangle on the desktop. It only becomes very very tiny. If I try very fast diagonal drag motion on the touchscreen. It becomes a little larger. Trying to grab scrollbar is the same issue.
185CoreBug ReportLowXorg driver should not be dependant on user environmentUnconfirmed
0%
Task Description The patch implementing screen blanking uses the /usr/pandora/scripts/op_lid.sh script to control LCD backlit: http://git.openpandora.org/cgi-bin/gitweb.cgi?p=openembedded.git;a=blob;f=recipes/xorg-driver/xf86-video-omapfb/pandora_backlight_dim.patch;h=4a0b8432d083c6e7297192a2920c7a777ae3d098;hb=16f3fff44323bd6b4349d909667b51a2fef3f278 The same result can be achieved by using the sys interface: /sys/devices/platform/twl4030-pwm0-bl/backlight/twl4030-pwm0-bl/bl_power This approach makes driver independent on particular distribution. The proposed patch is attached.
 187 CoreBug ReportHigh LCD turns off after "rdate" updated the date Closed
100%
Task Description running "sudo rdate -s time.ien.it" will set the brightness of the LCD to 0. User has to use FN + I to increase it back to a usable level. "rdate" asks for the super-user password as expected, updates the date as expected, but turns off the screen.
 188 CoreBug ReportHigh "rdate" sets the time exactly 3 hours in advance Closed
100%
Task Description "rdate -s time.ien.it" will set the date (hour) 3 hours in advance. The time (and timezone) can be adjusted manually using the "Settings -> Date and Time" tool, but on the next rdate-update the issue will occur again
 189 CoreBug ReportMedium pnd-run.sh does not work correctly for very long <pathn ...Closed
100%
Task Description When unmounting, the pnd-run-script greps the output of "losetup -a" at some point. But if you have a very long pathname and filename for the pnd (like "/media/trans8/gamedata/scummvm/Secret_of_Monkey_Islands_Amiga_EN.pnd" then the endpart is cut off in the output, grep can't find the right part and the script get's confused. Example: mounting works: /usr/pandora/scripts/pnd_run.sh -p /media/trans8/gamedata/scummvm/Secret_of_Monkey_Islands_Amiga_EN.pnd -b scummvm -m unounting does not work: /usr/pandora/scripts/pnd_run.sh -p /media/trans8/gamedata/scummvm/Secret_of_Monkey_Islands_Amiga_EN.pnd -b scummvm -u (see /tmp/pndrun*-logs for output) The problem is that the outut of losetup looks like this in such a case: "/dev/loop7: [b309]:157081 (/media/trans8/gamedata/scummvm/Secret_of_Monkey_Islands_Amiga_*)" And because the pnd-name is not fully shown, grepping the name does not work. After i renamed th pnd to a much shorter name (somi_amiga_en.pnd) it worked nicely. Still this should be fixed.
190CoreBug ReportMediumRemoving desktop-shortkeys does not workUnconfirmed
0%
Task Description Try clearing shortcuts in Start->Settings->Window Manager->Keyboard. That doesn't work (for me). This is a problem because these shortcuts are blocking key-combination in apps, like for example the keymapper in dosbox (CTRL+F1) or refreshing content (CTRL+F5). I tried manual editing or even deleting the configuration file, but changes are not recognized and the file recreated on reboot.
 192 CoreBug ReportMedium [U-Boot] ext2fs_devread() read error - block (boot from ...Closed
100%
Task Description [U-Boot] ext2fs_devread() read error - block Description: Formatted two different Transcend 8GB SD cards as EXT2 using both GParted and also with Mkfs.ext2, extracted pandora-rootfs.tar.bz2 to the root of the SD and added 'autoboot.txt' as described here: http://openpandora.org/firmware/README.txt This issue appears to be same as mentioned here, looks like a patch maybe required in drivers/mmc/omap3_mmc.c): http://lists.denx.de/pipermail/u-boot/2010-June/072198.html Output on boot : mmc1 is available reading autoboot.txt ** Unable to read "autoboot.txt" from mc1 0:1 ** Loading file "autoboot.txt" from mmc1 device 0:! (xxa1) 184 bytes read ** Executing plain script at 82000000 Loading file "/boot/uImage-2.6.27.46-omap1" from mmc device 0:1 (xxa1) ** ext2fs_devread() read error - block ** Unable to read "/boot/uImage-2.6.27.46-omap1" from mmc 0:1 ** ## Booting kernel from Legacy Image at 8030000 ... Image Name: Angstrom/2.6.27-pandora+r21+git4 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2325740 Bytes = 2.2 MB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... Bad Data CRC ERROR: can't get kernel image! syntax error
 193 CoreBug ReportLow Cannot reach button well in ubuntu x64 Closed
100%
Task Description Window can also not be resized
 194 CoreBug ReportLow python ctypes broken (and fix) Closed
100%
Task Description run python and type import ctypes cant find _ctypes it says.... for further details and a fix see http://www.gp32x.com/board/index.php?/topic/57102-python-ctypes-stopped-working/
 197 CoreBug ReportHigh [PATCH] Fix opp if booting with wrong settings in hw Closed
100%
Task Description Hi, This should help with cases like this http://www.gp32x.com/board/index.php?/topic/57303-overclocking-broke-my-pandora/ Patch attached.
 200 CoreBug ReportLow After opening the lid, the backlight is not reset to th ...Closed
100%
Task Description Using the hotkeys to set the backlite, after closing and then opening the lid, the backlight is not reset to the same level it was before closing it. It seems to set it to a fixed value.
 201 CoreBug ReportHigh PND apps still use memory after they've quit Closed
100%
Task Description After running and quitting a PND app, not all of the used memory is being freed. This eats more and more memory over time. Just run 5 or 6 apps and you only have half of the memory left. Sounds like either aufs or unionfs don't free the memory after unmounting. This has been reported with HF4 and still is the case with HF5 Beta 2 -- downgraded to 'Researching' and 'Normal' priority until confirmed and details found
 202 CoreBug ReportLow Set Date and Time won't let you cancel or close Closed
100%
Task Description The Date and Time application in MiniMenu by won't let you use the cross or the cancel button to close the application without changing anything. If you use one of those buttons then a new window opens that says: "Error: Please select a timezone" and equally so for the date and time.
 203 CoreBug ReportLow Video-out setting window does not exit on OK Closed
100%
Task Description The "video-out" window opens again if you choose OK button.
204CoreBug ReportMediumfonts issuesUnconfirmed
0%
Task Description Ok, I just want to say that there is something missing about the font on the base image. I cant get what (at least for now) Here is an issue : http://www.gp32x.com/board/index.php?/topic/54282-getting-vnc-viewer-to-work/ With my current Ogre build I get : Warning: Unable to load any usable ISO8859 font Error: Aborting: no font found I've googled but so far no solution :(
 205 CoreBug ReportMedium libpnd functions and dynamic libs missing Closed
100%
Task Description tried to compile a simple test application that uses functions from libpnd, namely pnd_evdev_open(pnd_evdev_e) pnd_evdev_dpad_state(pnd_evdev_e) pnd_evdev_closeall() but all 3 seem to be missing. yes, i'm linking to libpnd ... but no chance to get it running. i'm using ivanovic's latest toolchain, which in turn installs "pandora-libpnd-dev_1.0-r40.5_armv7a.ipk" ... also, there's only the static library available inside, no dynamic libraries.
 207 CoreBug ReportMedium Touchscreen calibration / use of nubs conflict Closed
100%
Task Description When using certain apps like Basilisk 2 / Dosbox / Enigma the analogue stick and touchscreen are both available to use as a mouse cursor. All is well with the touch until you decide to touch the analogue stick when then affects touchscreen alignment by about 2 - 3 CM. This has been going on since first release.
 208 CoreBug ReportCritical HOTFIX 4 and 5 Slow WIFI Closed
100%
Task Description I'm getting 5kb/s with bursts up to 10kb/s if I am lucky. I have attempted every channel on my router. Tried every encryption even no encryption. Tested with the router's wifi speed: 300Mbps 154Mbps and 45Mbps I'm running Hotfix 5 RC2. Wifi works fine with my android smartphone, and other wireless devices such as a laptop.
 211 CoreBug ReportLow x11vnc server (in xfce menu - > network) does not work! Closed
100%
Task Description x11vnc launcher in xfce menu -> network does not work. can this be fixed please.
 214 CoreBug ReportHigh op_wifi pnd not exiting cleanly, with fix (one characte ...Closed
100%
Task Description The op_wifi pnd does not exit out cleanly once the encased script executes, the pndrun_op_wifi.out reports umount: /mnt/utmp/op_wifi: device is busy. umount: /mnt/utmp/op_wifi: device is busy. umount UNION failed, didn't clean up. Process still using this FS : 3197 ? S 0:00 /bin/sh /etc/init.d/wl1251-init start This op_wifi.sh just calls /usr/pandora/scripts/op_wifi.sh for some reason, the init.d/w.... start causes it to hang, I executed all this locally, and it doesn't appear to keep running Appending " &" to the line which calls this init script, solves the problem.
 215 CoreBug ReportMedium Kingston 32GB Class6G2 SDHC card not working in pandora Closed
100%
Task Description I have noticed errors like this, but not every time [ 1455.612792] mmc2: card claims to support voltages below the defined range. These will be ignored. [ 1455.621795] mmc2: SDIO card claims to support the incompletely defined 'low voltage range'. This will be ignored. [ 1455.665985] mmc2: new SDIO card at address 0001 This is me plugging in my 32GB SD6G2 Kingston SDHC card. at [ 1114.484252] is when the file copy started Errors continue from there until it bombs and remounts the filesystem readonly. I have tried this with ext3 vfat in various configurations and all fail the same I/O errors Let me know if I can do anything to help ------------------------------------- [ 989.496459] mmc1: host does not support reading read-only switch. assuming write-enable. [ 989.504638] mmc1: new high speed SDHC card at address 0003 [ 989.510620] mmcblk1: mmc1:0003 SD32G 31514112KiB [ 989.515625] mmcblk1: p1 p2 p3 p4 < p5 p6 > [ 989.940490] FAT: invalid media value (0x00) [ 989.944702] VFS: Can't find a valid FAT filesystem on dev mmcblk1. [ 990.083190] FAT: invalid media value (0x00) [ 990.087402] VFS: Can't find a valid FAT filesystem on dev mmcblk1. [ 991.907562] EXT3-fs: Unrecognized mount option "umask=0" or missing value [ 991.922943] EXT3-fs: Unrecognized mount option "umask=0" or missing value [ 992.002563] mmci-omap mmci-omap.0: MMC IRQ 0x208002 : TC ERRI DCRC [ 992.003143] mmcblk0: retrying using single block read [ 992.028411] kjournald starting. Commit interval 5 seconds [ 992.048553] EXT3-fs: Unrecognized mount option "umask=0" or missing value [ 992.092346] kjournald starting. Commit interval 5 seconds [ 992.237091] kjournald starting. Commit interval 5 seconds [ 992.259185] EXT3-fs: Unrecognized mount option "umask=0" or missing value [ 992.361999] FAT: bogus number of reserved sectors [ 992.366760] VFS: Can't find a valid FAT filesystem on dev mmcblk1p4. [ 992.400909] kjournald starting. Commit interval 5 seconds [ 992.612945] EXT3 FS on mmcblk1p2, internal journal [ 992.617797] EXT3-fs: mounted filesystem with ordered data mode. [ 992.787475] EXT3 FS on mmcblk1p3, internal journal [ 992.792449] EXT3-fs: mounted filesystem with ordered data mode. [ 993.038940] EXT3 FS on mmcblk1p1, internal journal [ 993.043884] EXT3-fs: mounted filesystem with ordered data mode. [ 993.205749] EXT3 FS on mmcblk1p5, internal journal [ 993.210632] EXT3-fs: mounted filesystem with ordered data mode. [ 993.510253] FAT: bogus number of reserved sectors [ 993.515045] VFS: Can't find a valid FAT filesystem on dev mmcblk1p4. [ 1114.484252] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1114.484802] mmcblk0: retrying using single block read [ 1115.763946] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1115.765594] mmcblk0: retrying using single block read [ 1115.984649] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1115.984985] mmcblk0: retrying using single block read [ 1116.039489] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.039916] mmcblk0: retrying using single block read [ 1116.094329] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.094757] mmcblk0: retrying using single block read [ 1116.150146] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.152343] mmcblk0: retrying using single block read [ 1116.212127] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.212615] mmcblk0: retrying using single block read [ 1116.267791] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.268280] mmcblk0: retrying using single block read [ 1116.335723] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.337738] mmcblk0: retrying using single block read [ 1116.410766] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.413360] mmcblk0: retrying using single block read [ 1116.488250] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.490234] mmcblk0: retrying using single block read [ 1116.581390] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.581939] mmcblk0: retrying using single block read [ 1116.645721] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.646331] mmcblk0: retrying using single block read [ 1116.933288] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.933715] mmcblk0: retrying using single block read [ 1117.000518] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.002899] mmcblk0: retrying using single block read [ 1117.068328] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.070526] mmcblk0: retrying using single block read [ 1117.128326] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.128753] mmcblk0: retrying using single block read [ 1117.194183] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.194488] mmcblk0: retrying using single block read [ 1117.261566] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.262084] mmcblk0: retrying using single block read [ 1117.328674] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.329956] mmcblk0: retrying using single block read [ 1117.388061] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.390380] mmcblk0: retrying using single block read [ 1117.451629] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.452087] mmcblk0: retrying using single block read [ 1117.510467] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.512725] mmcblk0: retrying using single block read [ 1117.714874] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.715301] mmcblk0: retrying using single block read [ 1117.776550] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.778930] mmcblk0: retrying using single block read [ 1117.841247] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.841674] mmcblk0: retrying using single block read [ 1122.718658] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1122.719055] mmcblk0: retrying using single block read [ 1123.265136] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1123.265441] mmcblk0: retrying using single block read [ 1123.442230] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1123.442413] mmcblk0: retrying using single block read [ 1126.759338] mmci-omap mmci-omap.1: MMC IRQ 0x108000 : ERRI DTO [ 1126.759399] mmcblk1: error -110 transferring data, sector 32669824, nr 8, card status 0xc00 [ 1126.807830] mmci-omap mmci-omap.1: MMC IRQ 0x108000 : ERRI DTO [ 1126.807891] end_request: I/O error, dev mmcblk1, sector 32669824 [ 1126.813934] Buffer I/O error on device mmcblk1p1, logical block 4083726 [ 1126.820556] lost page write due to I/O error on mmcblk1p1 [ 1127.630950] mmci-omap mmci-omap.1: MMC IRQ 0x108000 : ERRI DTO [ 1127.631011] mmcblk1: error -110 transferring data, sector 32686232, nr 8, card status 0xc00 [ 1127.715179] mmci-omap mmci-omap.1: MMC IRQ 0x108000 : ERRI DTO [ 1127.715240] end_request: I/O error, dev mmcblk1, sector 32686232 [ 1127.721282] Buffer I/O error on device mmcblk1p1, logical block 4085777 [ 1127.727935] lost page write due to I/O error on mmcblk1p1 [ 1133.399963] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1133.400024] Spurious DMA IRQ [ 1133.403411] mmcblk0: retrying using single block read [ 1133.504821] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1133.504943] mmcblk0: retrying using single block read [ 1133.599304] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1133.599548] mmcblk0: retrying using single block read [ 1133.767486] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1133.767578] mmcblk0: retrying using single block read [ 1134.222564] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1137.074981] mmcblk0: retrying using single block read [ 1137.465576] mmci-omap mmci-omap.1: MMC IRQ 0x108000 : ERRI DTO [ 1137.465667] mmcblk1: error -110 transferring data, sector 17316672, nr 72, card status 0xc00 [ 1137.509582] mmci-omap mmci-omap.1: MMC IRQ 0x108000 : ERRI DTO [ 1137.509643] end_request: I/O error, dev mmcblk1, sector 17316672 [ 1137.515686] end_request: I/O error, dev mmcblk1, sector 17316680 [ 1137.521728] end_request: I/O error, dev mmcblk1, sector 17316688 [ 1137.527770] end_request: I/O error, dev mmcblk1, sector 17316696 [ 1137.533813] end_request: I/O error, dev mmcblk1, sector 17316704 [ 1137.539855] end_request: I/O error, dev mmcblk1, sector 17316712 [ 1137.545867] end_request: I/O error, dev mmcblk1, sector 17316720 [ 1137.551910] end_request: I/O error, dev mmcblk1, sector 17316728 [ 1137.557952] end_request: I/O error, dev mmcblk1, sector 17316736 [ 1137.766906] Aborting journal on device mmcblk1p1. [ 1137.997436] journal commit I/O error [ 1138.001037] EXT3-fs error (device mmcblk1p1) in ext3_create: IO failure [ 1138.225067] ext3_abort called. [ 1138.228149] EXT3-fs error (device mmcblk1p1): ext3_journal_start_sb: Detected aborted journal [ 1138.236785] Remounting filesystem read-only
Showing tasks 151 - 200 of 311 Page 4 of 7<<First - 2 - 3 - 4 - 5 - 6 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing