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 TypeSeveritySummaryStatus  descProgress
 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
 126 ApplicationBug ReportVery Low CPU Speed Typo? Closed
100%
Task Description If you set the CPU speed to 600 it warns that it is greater than 600. I thought 600 was the guaranteed speed?
 127 ApplicationBug ReportHigh Firefox hangs when selecting the menu bar Closed
100%
Task Description Just try to do something by accessing the menu, either thru keyboard or ts and it hangs. Maybe a problem with bookmarks ?
 129 Base OSBug ReportMedium [PATCH] bluetooth script fails to store/restore bluetoo ...Closed
100%
Task Description Patch to op_bluetooth.sh attached.
 130 CoreFeature RequestLow [PATCH] in vsense mbuttons mode down=middle click Closed
100%
Task Description Patch attached.
 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
 132 Base OSBug ReportMedium Deleting big files doesn't work Closed
100%
Task Description When deleting a file on the SD card, the Pandora OS moves it into the thrash folder in the internal memory. That itself isn't very nice (shouldn't there be a trash folder on the SD card as well, to reduce unnecessary copying?), but if the file is too big for the internal memory, a error message appears, and the file cannot be deleted on the Pandora directly.
 133 Base OSFeature RequestLow Add TiMidity++ to OS? Closed
100%
Task Description Hey, was just wondering if it would be possible to have TiMidity++ (http://timidity.sourceforge.net/) added with a hotfix, would allow games/ports that use it (the Zelda ports here: http://www.gp32x.com/board/index.php?/topic/54633-zelda-kind-of), zdoom and heretic (I think unless pickles has changed them) and other stuff that uses it to not have to include it in the .pnd and saving SD space... just an idea...
 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.
 137 Base OSFeature RequestLow Default vim config Closed
100%
Task Description The current vim install does come without any config file. By default this means vim does work in "vi compatible mode" which makes it hardly usable. The attached config file is meant to be used as ~/.vimrc, so it should be added to "/etc/skel/.vimrc". The file is partly based on the default config used by gentoo. Things this config file sets: * Start in "vim mode" by default * activate ruler * set width of linenumber in ruler * assume that the terminal uses a dark background * configure what hitting backspace removed (newlines, ...) * some magic to have different encoding formats working in a more sane way
 139 Base OSBug ReportLow Space should not be accepted in hostname Closed
100%
Task Description http://www.gp32x.com/board/index.php?/topic/54878-embarassingly-nooby-questions-from-a-new-pandora-owner/page__view__findpost__p__885235 If the user names their Pandora using a space in the name, "This will prevent Xfce from operating correctly". Should trap this when asking for a host name.
 141 Base OSBug ReportHigh When using an unlabeled SD card, Hotfix3 final can't un ...Closed
100%
Task Description I had beta 1 of hotfix 3, and there turning the pandora into a cardreader worked fine for that card. However, I just installed the latest hotfix 3 final, but that one fails to unmount. Attached is the pndrunop_storage.out. Apparently something's going wrong with the splitting of the partition name, as it tries to unmount /dev/mmcblk0 instead of /dev/mmcblk0p1 Manually unmounting it by using sudo umount /dev/mmcblk0p1 does work, but then I can't use the tool because that apparently only lists mounted memorycards.
 142 CoreFeature RequestMedium Visible Sleep Indicator Closed
100%
Task Description Could we please get a visual indication that the Pandora is in sleep/low-power mode? I would suggest one of the case LEDs either turn on or blink to indicate the sleep mode.
 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.
 145 Base OSFeature RequestLow missing tune2fs command Closed
100%
Task Description bash: tune2fs: command not found Please include tune2fs into basic OS image. Would be handy for managing filesystem on SD cards.
 146 Base OSBug ReportHigh Minimenu regressions with Hotfix 3 Closed
100%
Task Description Fresh firmware install with Hotfix 3 installed results in the following issues with Minimenu. 1. 25+% cpu usage versus ~5% in earlier versions. 2. Touchscreen no longer works correctly to select icons. Selecting tabs still works and occasionally it will work for selecting an application icon, but for the most part it simply does nothing.
 147 Base OSBug ReportLow Screen backlight is ON when starting with lid closed Closed
100%
Task Description [HotFix3 installed] If you power up the Pandora and have the screen closed, the backlight will still go on. That should not happen. Right now you have to open it, close it and than the backlight turns off to save energy...
 149 Base OSBug ReportVery Low Resets if Battery is removed - but power is still pluge ...Closed
100%
Task Description The Pandora resets if the battery is removed - even though its plugged to the AC Adapter. the power disapears for a second, and then the pandora notices that the power cable is actually plugged in, and immediately starts the pandora again
 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.
 151 Base OSFeature RequestMedium [PATCH] Turn Off LCD when closing the lid Closed
100%
Task Description Just added a few lines to op_lid.sh, will power off the LCD when you close the LID. Patch attached.
 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/
 153 ApplicationFeature RequestLow [PATCH] HACK: change OPP level according to set Mhz Closed
100%
Task Description It's a hack, use on your own risk as always. I feel like abusing the tracker dropping all my patches here, but whatever. Patch attached.
 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.
 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)
 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.
 161 Base OSFeature RequestLow Add ftp to base OS Closed
100%
Task Description Include the netkit-ftp package so the Pandora has at least basic ftp functionality out of the box.
 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
 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
 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
 174 Base OSFeature RequestLow Include modem-manager in base image Closed
100%
Task Description Please consider including the modemmanager package in the base distibution. This allows 3G wireless dongles to work out of the box (configured via network-manager).
 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.
 184 CoreFeature RequestMedium libpnd: Add a function to get all mounted PNDs Closed
100%
Task Description Add a function to get all mounted PNDs. Because it's very annoying to check all the menu/desktop folders on all of the SD-Cards.
 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/
Showing tasks 201 - 250 of 311 Page 5 of 7<<First - 3 - 4 - 5 - 6 - 7 -

Available keyboard shortcuts

Tasklist

Task Details

Task Editing