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

IDCategoryTask Type  ascSeveritySummaryStatusProgress
 160 Base OSBug ReportLow bug in date/time setting window Closed
100%
Task Description first time i changed the date/time with no problems afterward every time when i try to change it it gives me "Please select month ..." this happens after selecting the time zone window.
 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...
 163 Base OSBug ReportLow DPMS related "display problems" Closed
100%
Task Description Currently it looks like DPMS is active in xorg (eg when using XFCE). DPMS is normally used for stuff like turning the screen off to save energy. There seems to be no way to configure this while in XFCE. So the default xorg server values are used. At the moment the screen is turned off after 10mins of inactivity. Problems with this are a) that the time till it is turned off can not be configured b) after wakeup from such a DPMS related display shutdown the brightness is set to maximum. Solution to this: Deactivate the sleep values via xorg.conf. I am attaching a diff to "[openembedded.git] / recipes / xorg-xserver / xserver-xorg-conf / omap3-pandora / xorg.conf" changing those to "default off".
 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
 167 ApplicationBug ReportLow midori crashes all the time Closed
100%
Task Description midori crashes all the time
 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.
 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.
 181 ApplicationBug ReportLow Triple click in Thunar crash Closed
100%
Task Description Triple tapping (with the stylus) a directory in Thunar in icon or compact mode (not detail view) causes Thunar to close (crash) This is consistently repeatable: tapping three times in rapid succession on the same spot of the file causes the crash. It must be the exact same spot, as if double clicking, but a third tap is added. This can be triggered especially when a user becomes frustrated at mistapping, gets carried away, and taps too much.
 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.
 186 ApplicationBug ReportMedium unusable "Manage LCD Gamma" tool Closed
100%
Task Description Pandora Menu -> Settings -> LCD-Settings -> Manage LCD Gamma Removing all the profiles listed there will make the user unable to even create a new one. The tool becomes unusable. I hope a re-flash would fix the problem. The last profile in the list, or the Default one, shouldn't be deletable at all.
 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.
 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.
 198 ApplicationBug ReportLow Mousepad: 'Find' works only once Closed
100%
Task Description Mousepad 0.2.16 Find (Ctrl+F) works once, the next time it is used the button 'Find' is and stays grayed out.
 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.
 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.
 213 ApplicationBug ReportLow Gigolo does not perform it's task Closed
100%
Task Description In it's current state, Gigolo is flat out broken and (almost) useless. It pretends to to it's job, but can't because it's missing critical pieces of anatomy. It can mount local filesystems correctly, but then so can thunar, so this is a redundant and useless function. The main reason to use Gigolo is to mount remote filesystems easily, and without having to use the terminal, and to save passwords in your keychain. The solution to the problem is to perform the following tasks: sudo opkg install gvfsd-sftp sshfs-fuse sudo mousepad /etc/modutils/fuse type "fuse" save and quit sudo update-modules
 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
 219 CoreBug ReportMedium wrong owner of /home/user/Desktop Closed
100%
Task Description I just reflashed with HF5, and it turns out that I cannot make shortcuts on the desktop. It is very simple to fix: sudo chown janek.janek Desktop/ I remember that this bug was also present in HF4, I fixed it so quickly that I didn't even remember to report it.
 221 CoreBug ReportMedium 32MB worth of qt4 examples in /usr/bin/qt4 ? Closed
100%
Task Description Hi, after upgrading to HF5, I accidentally discovered that there are 32MB of qt4 examples & demos in directory /usr/bin/qt4, those examples do work. For instance the /usr/bin/qt4/examples/webkit/fancybrowser/fancybrowser is a working WWW browser. It is, without any dispute a very useful qt4 development help, but are you sure that you want to include all that in NAND ?
 224 CoreBug ReportLow Unresponsive start menu since HF5 Closed
100%
Task Description Since hotfix 5, the start menu often pauses for a few seconds, not letting me select anything or move the mouse. Other people have reported the issue as well: http://boards.openpandora.org/index.php?/topic/2295-is-the-xfce-menu-trolling-anyone-else/page__gopid__42559#entry42559
 228 CoreBug ReportLow libpnd must be linked to libstdc++ Closed
100%
Task Description Run "ldd -r /usr/lib/libpnd.so.1", and a number of undefined symbols are listed. These become a problem when attempting to load libpnd in Python. I imagine it could be a problem when attempting to load libpnd in other languages as well. This can be worked around with "LD_PRELOAD=/usr/lib/libstdc++.so" before running a Python program that loads libpnd. But it can be worked around more easily by linking libstdc++ during compile. Adding "-lstdc++" to line 41 of libpnd's Makefile does it. I'd add a patch, but the attach file button isn't working for me. Still, a simple fix, right?
 230 CoreBug ReportLow Second SD slot not working in future kernel version 2.6 ...Closed
100%
Task Description Sorry, not sure where to log this bug. I have confirmed with aTc on freenode, that SD slot #2 does not work on kernel version 2.6.37 from the openpandora git. Happy to test anything and reports results.
 231 CoreBug ReportLow Touchscreen not accurate on the edges - Calibration doe ...Closed
100%
Task Description The touchscreen is accurate in the middle of the screen but precision is off by one or more mm near the edges of the screen. Recalibrating and rebooting does not help. Seems like this is just a permission problem - tslib saves calibration data to /etc/pointercal which is noch writeable for the regular user. Changing permission on that file to 666 solves this, but i guess starting the calibration tool with root permission (gksu?) would be a better solution.
 232 CoreBug ReportLow HF6 - charged completed with lid closed causing keyboar ...Closed
100%
Task Description HF6 - It seems as when charging finishes with pandora on then charge light goes out (charge completed assuming) keyboard not functioning just gamepad. Can't use letters to cycle through in mini minimenu or use space to pull up ovr settings. Will test further
 233 CoreBug ReportVery Low op_power.sh: errors Closed
100%
Task Description op_power.sh gives some errors to me... it works anyway, but it's not nice to see them all the time. /usr/pandora/scripts/op_power.sh: line 60: [: 5380: binary operator expected or /usr/pandora/scripts/op_power.sh: line 60: [: too many arguments I guess line 60 of op_power.sh if [ ! $wlstate ]; then should rather be if [ -z "$wlstate" ]; then shouldn't it? The same thing is in line Then sometimes also rm: cannot remove `/tmp/wlstate': No such file or directory or cat: /tmp/wlstate: No such file or directory which could easily be fixed by adding a test -f /tmp/wlstate && or something like that before the respective command. I just added a lot of test, I'm not sure if every single one of them is really needed, but better too much than not enough, I would say. :-) I can't attach a file (I click the button and nothing happens), so I just paste it there: http://nopaste.info/2256365eba.html It's a bit longer because some indentations were wrong (and I corrected them) and I changed all indentations to tabs = 8 spaces instead of 2.
 235 CoreBug ReportLow File /tmp/currentuser cannot be deleted by other users Closed
100%
Task Description The system creates a file /tmp/currentuser at the first login of a user. After logging out and in as another user the file still contains the previous user name. An cannot be deleted/overwritten by the new user. Steps To Reproduce: At least two users are available and have XFCE GUI enabled. 1. Login as user (eg. guest), a file /tmp/currentuser is created (containing guest) 2. Log out 3. Log in as another user (eg. jgeiss), the file still contains the old name 4. Change GUI to PMenu 5. Log out 6. Log in as first user (guest) Now the first user (guest) has PMenu as GUI which was set by the second user (jgeiss). Maybe the permission should be 0666 for this file?
 237 CoreBug ReportCritical /dev/mmcblkN - N sometimes points to left, sometimes to ...Closed
100%
Task Description SPECIFICATION: According to http://pandorawiki.org/SD_compatibility_list /dev/mmcblk0 is the left SD card slot (the one being closer to the headphone check) /dev/mmcblk1 is the right SD card slot I trusted that device path specification. And it was correct MOST of the time. But sadly only most of the time, NOT ALWAYS!!! This bug is severely dangerous, as a (possibly critical) command could unexpectedly affect a device other than the one you intended it for! BUG INCIDENT: Sadly, I realized this bug at the worst possible moment! I issued the command: shred -fvz /dev/mmcblk0 but it erased the card in the RIGHT slot. I realized that because the card inserted on the left has 16GB, and the one on the right 128MB. I checked both the card positions and my entered command, to exclude my own mistake. Sadly it was not a clumsy mistake: This severe bug really exists! BUG REPRODUCIBILITY: I already slightly witnessed this bug during the last days, but thought it was just a coincidence. I.e. in GParted the larger card showed up at the wrong device path. I did a refresh and/or ejected/re-inserted the card, and the expected device path was back again, and I did not think further about this incident. Only today with this fatal shred incident, I eventually realized this behavior is a bug. Luckily I had my data backed up.
 247 CoreBug ReportLow pnd_make.sh can't handle PND with spaces in the path Closed
100%
Task Description pnd_make.sh can't handle PND with spaces in the path. For example, if the label of the volume where the PND is saved, has spacebars. The Problem is line 655: 655: PND=$(readlink -f $PND) Bash handles a path with spacebars as two seperate arguments for the readlink command. The problem is, that i don't know a solution for this problem.
 249 ApplicationBug ReportHigh File Browser Thunar - After 2 nub double-clicks unreact ...Closed
100%
Task Description If I navigate via keyboard (KEY UP/DOWN to move in lists, ENTER level down, BACKSPACE level up) I experience no problems at all. I can go many levels up/down, change to other folders, etc. No problems. But if I navigate with the nubs, and using the right-nub-up-direction to trigger a double click, this only works 1-2 times, and from then on, the files/folders in Thunar cannot be clicked any further. I am stuck then. A look into dmesg reveals this: keyboard.c Can't emulate rawcode for keycode 139 The timestamp of that specific keyboard.c error messages exactly correlates with the bug occurrence times. (uptime timestamps matched with dmesg timestamps) I tried alternative filebrowsers such as emelFM2, and there the problem does not exist, meaning I can trigger as many double clicks I want! I am using HotFix 5 Alpha 4 on an SD card. The bug already annoyed me on a HF5 on the NAND.
 254 CoreBug ReportHigh Several apps leave graphical artefact overlay (ghost) a ...Closed
100%
Task Description After quitting some apps, their last graphical output remains on the screen, which covers a large area of the Pandora, and therefore makes it quite unusable, so that only a full restart resolves this issue. As this happens in many apps (Mednafen-GB, Dark Light Battles, etc) this must be a problem within a shared library (driver, graphics lib, window manager framework, or similar).
Showing tasks 101 - 150 of 311 Page 3 of 7 - 1 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing