|
12955 | Bugs | Operating System/Drivers | Very Low | Rockbox daily not turning off once notebook is shut dow... | 2014-02-28 | Ali Akcaagac | 2014-03-01 | |
Task Description
Hello
I run rockbox daily (last update 27 Feb 2014) and found an issue that I like to report. I have my sandisk clip zip connected to an external USB hub, which is connected to my notebook. Today I left the sandisk clip zip connected and turned the notebook off. I expected that the player will disconnect from the USB hub → blanks the screen after 20-30 seconds (depending on the setup) and then turns off after a while (depending on the setup). Unfortunately the last step won't happen.
The sandisk clip zip really disconnected from the USB connection (the usb picture disappears from the display) with the notebook going back into the rockbox menu (Play, Radio, Settings, Recording etc.) and after a while also blanks the screen as expected.
Unfortunately it does NOT turn itself off as it would if you leave it entirely unconnected (unwired) with the USB. The sandisk clip zip starts to turn the screen on again after a while, turns off again, turns on again after a while, turns off etc.
I had to plug off the mini USB connection (the wiring between the player and the usb hub) so it turns off and shuts down after a while.
What I believe is, that the USB subroutines might not know the difference between powered on notebook and powered off notebook. It only knows that it's wired and thus tries to turn the player on again after it blanks. It should really be possible to keep the player connected (and wired) when the notebook shuts down and have the player shut down as well (after blanking and then turning itself off).
Could this be reviewed and maybe worked on ?
Thanks so far.
|
|
12796 | Bugs | Battery/Charging | Very Low | Battery remaining time not working on H10 20GB | 2013-01-02 | Stefano Priore | 2014-02-11 | |
Task Description
The remaining time estimate shown under System>Rockbox Info reports just “0h -1m”.
The battery indicator on the status line works OK… maybe it’s just a display bug?
|
|
12947 | Bugs | Rbutil | Very Low | Rockbox Utility manual version and installed program ve... | 2014-01-24 | Chris Jordan | 2014-01-24 | |
Task Description
The manual offered by Rockbox Utility is not necessarily the version that accords with the installed (or to-be-installed) program.
E.g. select Release 3.13, and the Manual offered is http://download.rockbox.org/manual/rockbox-sansafuze.pdf not http://download.rockbox.org/release/3.13/rockbox-sansafuze-3.13.pdf .
http://www.rockbox.org/irc/log-20140124#15:41:22 says this is a bug. Since the user does reasonably expect a manual to accord with the program, I too think this is a bug. Whether it is a design bug or code bug, I cannot guess.
Note: this task says Operating System: All players but only because the actual player, Sansa Fuze, is not offered. Though this issue may indeed apply to all players.
|
|
12943 | Bugs | Music playback | Very Low | ReplayGain: Volume not adjusted if track/album _peak_ t... | 2014-01-19 | Crim Soukyuu | 2014-01-19 | |
Task Description
I tested this on a clip+ (3.13) and creative zen (rev cc64d9e), so assuming it’s the same for all devices.
Following setup: - ReplayGain is configured to “Track if Shuffle” - “Prevent clipping” is set to on/off, does not matter
How to reproduce: - make a copy of any RG scanned file which has track/album gain and peak tags - remove the peak tags _only_, leaving gain tags intact
Expected result: - player should be able to adjust the volume, but not prevent clipping
Actual result: - player does not apply neither track not album gain.
Files containing only gain tags but not peak tags come from converting lossless → lossy and transferring gain info (since peaks will be different for the lossy file, peak tags are omitted.) With 11db of volume difference on some tracks, it’s impossible to not notice that. I am not sure why applying RG requires peak tags in rockbox, foobar2000 handles peak tag-less files without issue. Any chance to change this behavior to not rely on peak tags?
|
|
9093 | Bugs | Database | Very Low | Database initialization hangs if there's no music file ... | 2008-06-16 | William Poetra Yoga Hadisoeseno | 2014-01-16 | 3 |
Task Description
The database hangs when doing initialization if there is no music file on the player.
How to reproduce: 1. Install Rockbox. 2. Put some music files onto the device. 3. Initialize database. 4. Reboot. 5. Remove all music files from the player. 6. Initialize database.
|
|
12935 | Bugs | Battery/Charging | Very Low | PC only recognizes Sansa Clip Zip when a song is playin... | 2014-01-14 | Deleted | 2014-01-14 | |
Task Description
When I connect my Sansa Clip Zip with most recent Rockbox version to my pc (Windows 8) while it’s paused or not playing a song at all, pc gives message ‘Device not recognized’. When a song is playing, and I connect the player to the pc, the song will pause (expected behaviour of course), and I can access the internal and sd storage on the device.
|
|
12863 | Bugs | Operating System/Drivers | Very Low | Fuze+ freezes if volume and bass are set high | 2013-05-23 | William | 2014-01-12 | |
Task Description
Playback halts. No error screen appears – screen seems to stay where it is when freeze occurs, i.e. WPS or back light off.
Tested multiple audio formats.
Does not occur if no head phones are plugged in.
If you play a song for a bit at low volume (tested -14dB) before raising the volume, it is okay.
To reproduce: Find a loud, bass-heavy part of a song, and halt playback right there. Set volume to 6dB. Set bass to 14. Resume playback.
Usually freezes in less than a second when I do that.
RB version: 33f3af2-130523
|
|
12909 | Bugs | Music playback | Very Low | Short Next + Long Next causes a hang about 50% of the t... | 2013-10-30 | Sean | 2014-01-12 | |
Task Description
Short Next + Long Next causes a hang about 50% of the time. This was reported before and still seems to happen on the Clip Zip.
|
|
12891 | Bugs | Themes | Very Low | %?if() evaluates enumeration indexes and arbitrary numb... | 2013-08-22 | Guillaume Cocatre-Zilgien | 2014-01-10 | |
Task Description
When displaying %mp in a theme while playback is stopped, the value 0 (zero) is displayed.
However, to test for “playback stopped”, one has to test: %?if(%mp, =, 1) That is, one has to test for (index + 1) in order to return true for any given enumerator index number.
Same problem when testing for an arbitrary number. Example: %?if(%ss(0, 2, %St(font), number), =, 15) returns true when the font is set to “14-Nimbus”, and false when the font is set to “15-Adobe-Helvetica”.
When testing a %tag that holds a numerical value though, it works as expected: %?if(%pv, =, 0) returns true when volume is set to 0dB.
Fixing this would likely break all existing Rockbox themes. One solution to this, would be to require new / updated themes to include some specific code that “acknowledges” the new behavior.
|
|
12927 | Bugs | Operating System/Drivers | Very Low | 2bit lcd drivers ignore drawmode in lcd_bitmap_part() | 2014-01-07 | Thomas Martitz | 2014-01-07 | |
Task Description
The 2bit greyscale LCD drivers ignore the current viewport’s drawmode. This makes you unable to draw icons with a non-clear background.
|
|
12918 | Bugs | Operating System/Drivers | Very Low | [ZEN/ZEN X-Fi] Crash after USB unplug | 2013-12-06 | amaury pouly | 2013-12-23 | |
Task Description
Rockbox crashes after USB unplug.
|
|
7278 | Bugs | Remote | Very Low | remote volume up keypress sometimes causes directory sk... | 2007-06-09 | Kévin Ferrare | 2013-12-11 | |
Task Description
Pressing the remote volume UP key on my iriver 140 in wps sometimes results in directory skip. This is not easy to reproduce, but I was able to repeat once that problem in conditions where I'm sure that the directory skip key wasn't pressed.
I don't know if it's a hardware related problem, but I've read somewhere about another user having the same problem.
|
|
12917 | Bugs | LCD | Very Low | [ZEN/ZEN X-Fi] LCD problems | 2013-12-06 | amaury pouly | 2013-12-06 | |
Task Description
The LCD is highly unreliable: sometimes it displays dots and sometimes it stays black. Example: http://forums.rockbox.org/index.php?action=dlattach;topic=13462.0;attach=6384;image
|
|
12901 | Bugs | Settings | Very Low | [fuze+] No way to exit Equalizer configuration page | 2013-09-17 | dave t | 2013-11-26 | |
Task Description
According to the manual, to exit the EQ settings page you press the back button on the fuze+. This doesn’t work. I tried all key combos and none work.
|
|
12864 | Bugs | Music playback | Very Low | Automatic Resume behavior inconsistent on 3.13 | 2013-05-24 | Michael Bauminger | 2013-11-18 | |
Task Description
This may be all players; I have only had experience with the Sansa Clip+ and Clip Zip. On version 3.13 the Automatic Resume feature works inconsistently, especially on the 2nd+ file of a playlist.
In version 3.11.2, the feature worked correctly on my Clip+. If I paused the player and the player turned off due to the timeout, when I turned the player back on and pressed the “Home” button or “Resume Playback”, the entire playlist would be back in place and playback would resume at the spot I paused. If I was 30 seconds into the third file in a playlist, playback would resume at that point. When that file finished, the next file in the playlist would start. Pressing “Previous” or “Next” would play the previous or next file in the playlist.
In version 3.13, this feature does not always work correctly. In fact, it rarely works correctly when playing a file that is not the first file in a playlist. Some times it works fine. Most times when I try to resume playback, it instead plays the beginning of the first track in the playlist. Some times when that happens, if I manually navigate to the track I was in when I paused, it will resume that track from the correct position rather than starting it over from the beginning.
This behavior is seriously agitating. I use my player to listen to multi-hour podcasts broken into separate files for each hour. If I get a phone call and pause my player I expect my player to automatically shut itself off after a few minutes, and it does. When I start the player again, I want to be able to pick up just where I left off. On versions prior to this, I could. In 3.13 it does not work 9 out of 10 times.
|
|
12184 | Bugs | Operating System/Drivers | Very Low | Fuze V1 locking when transferring files Rockbox 3.9 | 2011-07-09 | Kent Williams | 2013-11-16 | 1 |
Task Description
This is a post that another user put in the forums that pretty much describes the problems I'm having exactly:
" I have a v1 sansa fuze and been using rockbox since 3.8.1 first came out.I just upgraded to 3.9,did not mess with a-n-y setting at all,pc is windows vista (latest sp).Whenever i drag and drop folders with mp3s in them(be it 58 mb or 300 mb or 600 mb) it starts to copy but halfway through,the process just freezes,clicking cancel freezes the windows explorer for 10 seconds then cancels it.Even worse,when i go check out my sansa fuze at my computer,it's recognized but when i click on it,shows as empty!? so i disconnect safely,theeeen….device needs a hard reset.So i say ok this has happened once or twice before but guess what? it happened again…5 TIMES each on 3 different usb ports.Uninstalled rockbox,went back to official firmware and it's all normal…
So i changed the screen to be always on during plugged in and this is the error i get
data abort at 30054264 FSR 0x8 ( domain 0, fault 8 ) address 0xA00000BF "
I am running Windows 7 64-bit and experiencing the same issues. If the player doesn't lock outright, it gives the same error white screen described above. This seems to happen more frequently when copying folders that contain folders themselves, but I've had the problem occur on copying just one folder with no subfolders.
|
|
12708 | Bugs | Music playback | Very Low | iPod Nano 2G Swapped Channels | 2012-06-27 | PBCNX-MAN | 2013-11-02 | |
Task Description
I’ve been using the latest dev builds everyday for iPod Nano 2G and still encountering “Swapped Channels” on Playback (e.g. Left Channel → Right Headphone / Right Channel → Left Headphone).
Used latest build 5785cfb-120625
|
|
12906 | Bugs | Operating System/Drivers | Very Low | Windows 7 BSOD when switching between Sansa e200 and Cl... | 2013-09-27 | Chris Sparnicht | 2013-09-27 | |
Task Description
Latest version of rockbox installed on both Sansa e200 2GB and Sansa Clip Zip 4GB. (3.13) Sorry, release 3.12 was the only one available in the reported version pulldown.
Windows 7 Pro 16GB RAM, i5-2500K, 3.3GHz/ 3.6 GHz, 64-bit. 7.3 Windows Experience Index. OS is otherwise stable and up-to-date.
Blue Screen of Death only happens when I try to connect first one Sansa Device via USB to Windows, transfer mp3’s or update a theme, unplug it, then connect a second Sansa different device. It doesn’t matter whether I start with the e200 or the Clip Zip or vice versa. Upon immediately connecting via USB with the second device, I get a BSOD. I have two e200 devices. It can happen sometimes even when I connect first one e200, then the other.
I can disconnect and reconnect the starting device (for instance the Clip Zip) as often as necessary, but if I want to connect to the e200 (for instance to update a theme), I have to reboot the computer in order to avoid the BSOD.
|
|
12905 | Bugs | Recording | Very Low | [Sansa C200] Entering Recording menu with Voice Menus a... | 2013-09-27 | JLsoft | 2013-09-27 | |
Task Description
(Confirmed this in 4c6c8cd-130926, discovered in build from several weeks earlier)
If ‘Voice Menus’ are enabled, entering the Recording menu will freeze the player…usually before the entire screen is redrawn. Although I can still hear the sound the mic is picking up, the player is locked up, and removing the battery or super-long-pressing of Power is required.
During my testing, I was able to randomly get it to -not- lock up, but it was like a 1 in 50 occurance…tried all formats/sample rates/etc. When ‘Voice Menus’ is -disabled-, all formats/rates/etc work fine.
Thinking it was a problem with my config that I’ve been using for years, I tried with a clean config.cfg (well, deleted and let it regenerate), and narrowed the cause down to the spoken ‘Voice Menus’ being enabled.
|
|
10164 | Bugs | Battery/Charging | Very Low | Cannot charge iPod from Rockbox on low battery | 2009-04-24 | Jakub Matoušek | 2013-09-23 | |
Task Description
When the battery is low, Rockbox is unable to charge iPod. When booting into Rockbox, the charging icon is displayed, but after a while the device shuts down.
Booting the OF and charging under it for few minutes is required.
|
|
12653 | Bugs | Music playback | Very Low | Rockbox randomly crashes during playback | 2012-04-24 | Bruno Gil | 2013-09-02 | |
Task Description
So, I have a Clip Zip at the moment. Been using rockbox on it since day 1, and since day one i've always had an issue: during playback, when accessing files from the SD card, the player randomly freezes. It's not always, it's not when accessing the same files or some specific characteristic shared by them, it just appears to be random. When it freezes, the LCD usually still responds to my commands (i can access menus, see the file info, even change song and it will display in the playback screen), but the actual playback doesn't, and I eventually have to hard reset it. I guess it's some kind of SD compatibility issues: I have an 8GB class 4 PNY. I know it's not the own card's problem since it worked perfectly on my Clip+ and does on my Android Cellphone. I've been updating daily builds for this device at least once a week since I got it, and it happens with every build.
|
|
12893 | Bugs | Battery/Charging | Very Low | pictureflow ignores albumart | 2013-08-27 | dikiy | 2013-08-27 | |
Task Description
The filename cover.jpg works ok. But {album}-{artist}.jpg doesnt wokr. Also the albumart appears on the WPS, but not in the Pictureflow
|
|
12856 | Bugs | Music playback | Very Low | HE-AAC plays back at wrong speed | 2013-04-21 | Julian Hughes | 2013-08-24 | 2 |
Task Description
Rockbox 3.1.3 on Clip+ (also iriver h140/340. also previous versions of rockbox).
Some HE-AAC files play back at half speed.
Example file info (comment/lyric fields removed as very long):
General Complete name : Witness_-_The_Khmer_Rouge_take_power.m4a Format : MPEG-4 Format profile : Apple audio with iTunes info Codec ID : M4A File size : 4.09 MiB Duration : 9mn 0s Overall bit rate mode : Constant Overall bit rate : 63.5 Kbps Album : Witness Album/Performer : BBC Radio Track name : The Khmer Rouge take power Grouping : News Performer : BBC World Service Composer : BBC iPlayer Genre : News Recorded date : 2013-04-18T08:50:00+01:00 Tagged date : UTC 2013-04-18 09:07:25 Writing application : Lavf55.0.100
Audio ID : 1 Format : AAC Format/Info : Advanced Audio Codec Format profile : HE-AAC / LC Codec ID : 40 Duration : 9mn 0s Duration_LastFrame : -1ms Bit rate mode : Constant Bit rate : 62.7 Kbps Channel(s) : 2 channels Channel positions : Front: L R Sampling rate : 48.0 KHz / 24.0 KHz Compression mode : Lossy Stream size : 4.04 MiB (99%)
30 second sample attached (cut with ffmpeg, full metadata)
Forum report http://forums.rockbox.org/index.php/topic,43012.0.html
|
|
12221 | Bugs | Codecs | Very Low | AAC files from BBC won't play on Clip+ | 2011-08-08 | Jonathan Addleman | 2013-08-17 | |
Task Description
I downloaded some AAC files from the bbc, using the get-iplayer utility. The files play just fine on the computer, but on my rockboxed Clip+, they seem to freeze up the player entirely. I have to hold the power button for a long time to reset it. I just tried updating to rockbox 3.9, but I'm not seeing any difference with the new firmware.
When I play the file in mplayer, it gives the following info: major_brand: M4A minor_version: 512 compatible_brands: isomiso2 encoder: Lavf52.64.2 ========================================================================Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding) AUDIO: 44100 Hz, 2 ch, s16le, 48.0 kbit/3.40% (ratio: 6000→176400) Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio))
|
|
12639 | Bugs | Themes | Very Low | Certain themes cause the WPS to not load properly and U... | 2012-04-08 | Ludovic Jacques | 2013-08-15 | 2 |
Task Description
Both issues seem to appear with any version of my theme and with any build. Let's try it with the latest version 1.30 of my theme (in attachment but also here: http://themes.rockbox.org/index.php?themeid=1585 ) and a recent build (I use version: 0c4bd3a-120406)
-Theme loading
When you load the theme for the 1st time, the WPS will never load properly (failsafe). The workaround is to turn off the device and turn it on again and then the WPS will always load properly until you reload the theme for some reasons (trying another theme and revert back to mine etc). I tried both with the full theme version and this "light" version of WPS: http://pastie.org/3747546
-USB connection (tested on Windows 7, with or without a microSD, and there isn't such an issue with the other themes)
If I plug the USB cable while the player is on or off, it will almost never mount properly. Usually the USB screen appears on my SBS, the computer recognizes a USB device is connected but either nothing appears in "my computer" or the device appears but is not accessible. When I unplug the USB cable, the Zip gets stuck on the USB screen and only reset can turn it off. Sometimes it even displays some erros like that when plugging the USB cable: "data abort at 30FSR 0x8 (domain 0, fault address 0x964176 bt pc: 0x3006AC3 bt end" , sometimes it doesn't display the USB on SBS but gets stuck on the main menu. And rarely in the same conditions it also mounts properly…
Like for WPS, I made a "light" version of SBS without the status bar and that way the Zip seems to mount and unmout properly every time! http://pastie.org/private/cauhxelaip7hrpqpcwdbxw So maybe a tag in the status bar causes the issue with USB connection?
|
|
12840 | Bugs | User Interface | Very Low | Lock/Unlock-Message does not disappear completely | 2013-03-11 | Conrad Kostecki | 2013-07-27 | 2 |
Task Description
Hi, I am using a Sansa Clip Zip with Rockbox 3.13. I’ve noticed, when I lock or unlock the device, the message, which indicates the current state, does not disappear completely. Its still there.
Cheers, Conrad
|
|
12703 | Bugs | Battery/Charging | Very Low | Clip Zip Crash and Device Not Succesfully installed | 2012-06-21 | Brian van den Berg | 2013-07-20 | 1 |
Task Description
There is a bug with the clip zip that when you plug a device in for the first time it doesn't install succesfull the driver and when i unplug it the device crashes and needs a hard reset
|
|
7515 | Bugs | Applications | Very Low | Radio disappears from menu! | 2007-08-02 | Daniel Rosenzweig | 2013-07-13 | |
Task Description
Over the past month? the radio menu has been disappearing. When I reinstall the menu comes back and the radio works and the debug screen shows the radio.
When it re-initializes the DB, the radio disappears and the debug screen said that there's is no hardware.
If I manually deleted the DB files, the radio comes back…
A few other people on anythingbutipod forum have mentioned the same issue.
Still an issue August 1, 2007: r14133-070801
|
|
12877 | Bugs | Music playback | Very Low | Unsatisfactory support for LFN (Long File Name) | 2013-07-07 | shela | 2013-07-08 | |
Task Description
In FAT, file name can have max 255 characters (not bytes). A file name that have 255 characters(contains many multibyte characters) is listed in File menu, but playback can’t.
Using patched firmware\include\file.h as a test, MAX_PATH 260 up to 520, rockbox can playback the long name file. But, changing theme causes PANIC.
|
|
12714 | Bugs | Operating System/Drivers | Very Low | Sansa Fuze V1 USB Fails on daily build (ad46064-120710) | 2012-07-13 | C Gray | 2013-07-07 | |
Task Description
I upgraded my Sansa Fuze V1 (AMSV1) from the current stable release 3.11.2 to Daily build (ad46064-120710). With Rockbox powered on, any attempt to connect USB to my WinXP fails. The USB icon is displayed briefly, followed immediately by the white screen - Undefined Instruction at 0000003C. This is repeatable. Recovery is via a power down.
Note: the USB connection works fine with the current stable release 3.11.2 and this is the first daily build I have tried,
|
|
12769 | Bugs | Bootloader | Very Low | rb 3.12 - iriver H140 bootloader crash: 1st boot fails,... | 2012-10-19 | Leo H. | 2013-07-06 | |
Task Description
Rockbox Info: Version: 3.12
Device: iRiver H140, 80GB Toshiba MK8009GAH 8mm 1.8" IDE HDD 8mm
BUG: Repeatable, Consistent.
Additional Information: 1. To verify that I had a good installation of the 3.12 version of the Rockbox firmware working, I have reformatted, and re-flashed rockbox 3.12 two seperate times after initially encountering this, duplicating this behavior. So it doesn't seem to be a bad firmware flash.
Expected Behavior: 1. Player should Power On and boot properly every single time the bootup sequence is initiated correctly (Play Button pressed when Player is in a Powered Off state).
Buggy Behavior: 1. Player Powers Up, then locks up (i.e. "crashes") during bootloader sequence, requiring a hard reset, and upon second boot, finally Powers On and boots properly, bringing up a functional session of the Main User Interface. This is repeatable, and consistent.
Bug Symptoms & How To Repeat: 1. Consistently the Player will lock up during first "boot" sequence. The bootloader will usually reach the text stage, and sometimes crash here. Sometimes the bootloader will get through the text stage and reach the Rockbox Logo and then crash here. The Main User Interface is never reached upon first "boot" sequence. 2. The result of the first "boot" lockup (i.e. "crash") requires that I reset the Player by inserting a paperclip into the Reset hole (on the bottom plate of the Player) and triggering the button hidden in there. This Powers Down the Player, and Resets the Firmware, leaving the Player ready to be Powered On again. 3. Upon the second "boot", the Player will "boot" and the bootloader will make it past the text stage, the Rockbox Logo stage, and then spin up the HDD properly; the bootloader will not lock up the firmware, and behaves 'normally', finally resulting in a completed boot up sequence with the Main User Interface coming up (as a user would expect). The Player is now ready to use.
|
|
10367 | Bugs | Recording | Very Low | Setting Recording directory copies and renames the dire... | 2009-06-22 | Dan | 2013-07-01 | |
Task Description
I navigate to any directory in the file tree, enter the context menu and set it as the recording directory. Then I go to the recording screen, cancel out immediately and return to the file tree.
There is now a new directory, in the same place as the directory I just set for recording. The new directory has exactly the same name except the final 3 letters have been removed, and it is this directory that has become the recording directory. The original directory is still there too, but now it does nothing.
The workaround is to create a bogus directory with 3 extra letters, then delete it once the bug creates the new directory with the truncated name.
|
|
5230 | Bugs | User Interface | Very Low | Keypad HOLD doesn't let go until scrolling is used | 2006-04-24 | Mateusz Radwan | 2013-06-13 | 4 |
Task Description
Whenever the HOLD switch is turned off, the hold icon in rockbox disappears, but hold actually doesn’t let go. I can’t use any keys until scroling is used. Scrolling left or right is the only thing that actually switches off hold. It can be pretty annoying as I use HOLD a lot.
|
|
12865 | Bugs | Drivers | Very Low | 5G iPod USB connection errors and full speed mode if ha... | 2013-05-24 | Boris Gjenero | 2013-05-25 | 2 |
Task Description
With my 5th generation iPod, if I connect USB while the hard drive is spinning, I often get full speed mode instead of high speed mode. This testing is with 00b8563, but I’ve observed the same problem in the past. Here’s the relevant part of Linux 3.8.0-21-generic dmesg output:
[26644.712035] usb 2-2: new high-speed USB device number 18 using ehci-pci [26644.904471] usb 2-2: device descriptor read/all, error -71 [26644.965905] ehci-pci 0000:00:1d.7: port 2 reset error -110 [26644.967780] ehci-pci 0000:00:1d.7: port 2 reset error -110 [26644.968004] ehci-pci 0000:00:1d.7: port 2 reset error -110 [26644.971577] ehci-pci 0000:00:1d.7: port 2 reset error -110 [26644.973440] ehci-pci 0000:00:1d.7: port 2 reset error -110 [26644.973459] hub 2-0:1.0: hub_port_status failed (err = -32) [26645.176048] hub 2-0:1.0: unable to enumerate USB device on port 2 [26645.428038] usb 6-2: new full-speed USB device number 8 using uhci_hcd [26645.979070] usb 6-2: not running at top speed; connect to a high speed hub [26646.009069] usb 6-2: New USB device found, idVendor=05ac, idProduct=1209 [26646.009076] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [26646.009080] usb 6-2: Product: Rockbox media player [26646.009083] usb 6-2: Manufacturer: Rockbox.org [26646.009087] usb 6-2: SerialNumber: 100000000000A270014B32BEB [26646.024242] scsi21 : usb-storage 6-2:1.0 [26647.038109] scsi 21:0:0:0: Direct-Access TOSHIBA MK3008GAL BU11 PQ: 0 ANSI: 4 (I’ve removed the remaining USB storage messages because they don’t seem relevant)
If the hard drive is not spinning, I get high speed mode. However, there is a disconnect and the device is detected twice:
[27356.784126] usb 6-2: USB disconnect, device number 9 [27371.208044] usb 2-2: new high-speed USB device number 24 using ehci-pci [27371.347053] usb 2-2: New USB device found, idVendor=05ac, idProduct=1209 [27371.347058] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [27371.347062] usb 2-2: Product: Rockbox media player [27371.347065] usb 2-2: Manufacturer: Rockbox.org [27371.347069] usb 2-2: SerialNumber: 100000000000A270014B32BEB [27373.079038] scsi25 : usb-storage 2-2:1.0 [27373.337244] usb 2-2: USB disconnect, device number 24 [27373.640029] usb 2-2: new high-speed USB device number 25 using ehci-pci [27373.779220] usb 2-2: New USB device found, idVendor=05ac, idProduct=1209 [27373.779226] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [27373.779229] usb 2-2: Product: Rockbox media player [27373.779233] usb 2-2: Manufacturer: Rockbox.org [27373.779236] usb 2-2: SerialNumber: 100000000000A270014B32BEB [27373.820382] scsi26 : usb-storage 2-2:1.0 [27374.823266] scsi 26:0:0:0: Direct-Access TOSHIBA MK3008GAL BU11 PQ: 0 ANSI: 4 (Again, I’ve removed the remaining USB storage messages because they don’t seem relevant)
I get the same behaviour regarding high speed vs. full speed mode in Windows 7, but I’m not aware of Windows reporting other USB errors anywhere.
I was sometimes having USB difficulties that seemed to be due to contact oxidization or dust from not using the dock connector in a long time, but I don’t think that’s the cause here.
I’m attaching USB traces from WireShark using Linux usbmon. In both cases I removed all the USB mass storage stuff after get max lun because it seems irrelevant and increases file size a lot. When the result is full speed, something goes wrong after the set address response. When the result is high speed, something goes wrong after the set configuration request. In both cases the first sign of trouble is an interrupt from the USB hub.
This is on a Gigabyte GA-P35-DS3R rev V1.0 motherboard with Intel P35 + ICH9R chipset.
|
|
12182 | Bugs | Settings | Very Low | Wake Up Alarm to Recording Screen Goes to FM on Nano 1g | 2011-07-06 | Chuck Montrose | 2013-05-23 | |
Task Description
When I use the "Wake Up Alarm" with the "Wake Up Screen" set to "Recording." my Nano turns on OK, but the screen starts on the FM screen. This is especially strange as there is no FM radio on this player.
I am expecting the player to turn on and start recording.
This is a 1g Nano running 3.9
Thanks.
|
|
12347 | Bugs | User Interface | Very Low | unable to view filelist when renaming folder in iPod 5.... | 2011-10-24 | Chuck Kerry | 2013-05-02 | |
Task Description
Hello, all There's a problem with viewing files in some circumstances in iPod 5.5G last 3.9 release.
When I: playing something in /Music/Artist/Track.flac, pause playback, connect USB cable. rename /Music/Artist to /Music/ArtistSOMETHING, then disconnect USB cable
I just cannot turn playback on ("~Do not exist" or something message appears, it's OK, I know), BUT when I trying to enter in "Files" menu - there's no reaction at all. Just nothing. I can't play of any other existing track or change to any directory without restarting device, or:
just go to Playlists → VIew catalog → select some playlist, then some music appears. But it's too long imho.
Is "it" bug or not?.. :)
Thanks, sorry for my english,
|
|
12853 | Bugs | Database | Very Low | Tagnavi not parsing operators in format line conditions | 2013-04-14 | Sim K | 2013-04-14 | |
Task Description
It seems that operators are discarded when used in a tagnavi.config (or tagnavi_custom.config) format line condition.
For example,
%format “fmt_abtitle” “*%s - %02d:%02d” title Lm Ls ? playcount > “0” & lastoffset == “0”
%format “fmt_abtitle” “%s - %02d:%02d” title Lm Ls
Now if we used “fmt_abtitle” instead of “fmt_title” in the default tagnavi file, we would expect all tracks with a playcount greater than 0 and lastoffset equal to zero to be prefixed by three asterixes (*). Instead ALL the tracks with a playcount greater than zero are prefixed, leading me to think that the & lastoffset == “0” part is discarded. If I make the following change:
%format “fmt_abtitle” “***%s - %02d:%02d” title Lm Ls ? lastoffset == “0” & playcount > “0” %format “fmt_abtitle” “%s - %02d:%02d” title Lm Ls
Now all tracks with a lastoffset equal to zero are prefixed, which again proves that the and operator was clearly ignored and unparsed.
|
|
12835 | Bugs | Codecs | Very Low | massiv random noise while playback mp3s with a clip+ | 2013-02-27 | Wolfgang Dilg | 2013-04-09 | 6 |
Task Description
When listing to a mp3 for some time there starts a massive random noise in the background. It will continue for some time when pausing or stopping playback and will also continue when starting another track. I’ve noticed this when listening to a random list of mp3s of various sources and using speedup with 225% or 250%.
At the moment I’m using ee758c5 with my clip+.
|
|
12850 | Bugs | Music playback | Very Low | WMA Pro skips to a next track while playing | 2013-04-05 | Mateusz | 2013-04-05 | 3 |
Task Description
Hi,
I’m experiencing an issue with WMA Pro playback on my Clip Zip.
I’ve got the lastest stable build of Rockbox 3.13. Files were encoded with dbpoweramp.
Some files playback normally, but majority of tracks skips. Always at the same point if not forwarding or rewinding.
Here’s a sample. The track skips at 2.15.
|
|
12847 | Bugs | User Interface | Very Low | Alarm does not resume playback when player is on (eg ch... | 2013-03-25 | Triffid Hunter | 2013-03-25 | |
Task Description
I would like to leave my player charging overnight and have it resume playback in the morning to wake me.
My player remains on when charging and cannot be turned off.
The alarm does not resume playing if the player is already on when the alarm time passes.
I suspect this probably applies to all players, mine is a Sandisk Sansa Clip+.
Rockbox info says v. 3.13 - the stable build grabbed by RockboxUtility, which this bugtracker doesn’t seem to know about yet.
|
|
12845 | Bugs | Battery/Charging | Very Low | Uninitialized variable in synaptics-mep.c | 2013-03-24 | Bertrik Sikken | 2013-03-24 | |
Task Description
Version: 3.13
Variable ‘tmp’ on line 565 is possibly not initialised (found by cppcheck).
|
|
12839 | Bugs | Settings | Very Low | Enable EQ setting doesn't work except on restart | 2013-03-09 | Jeremy Cayot | 2013-03-09 | |
Task Description
Changing “Enable EQ” setting does nothing until the player is restarted. However, selecting an EQ preset does enable the EQ and take affect within a few seconds. With the new 3.13 presets I am working around this issue by simply selecting the “Flat” EQ config file to “Turn Off” the EQ. I have tried stopping playback and skipping around to other tracks forcing the buffer to refill. That doesn’t work.
I don’t know when the bug was introduced except that testing 3.11 on my Gigabeat F proved it WAS NOT present in 3.11.
I have verified the bug in 3.13 on all of these targets, so at this time I’m saying this affects all players.
Confirmed on Fuze v2, Clip v1, Clip +, Clip Zip, Gigabeat F
|
|
12821 | Bugs | Operating System/Drivers | Very Low | After implementation of CPU freq scaling on Fuze+, some... | 2013-02-07 | Fernando Sclavo | 2013-03-07 | |
Task Description
I’m using 42a725f, and after frequency scaling implementation, sometimes the player slowdown extremely, being unusable (don’t stop playing, only small gaps in audio occur). Less frequently, the player freezes.
I noticed it’s happens more frequently if the device is just powered on, and hits play. If I wait a few seconds before resuming play, the freezes are less frequent.
- How often does this happen? * Frequently, about 2 o 3 times a day (4 hour average playback time, with several shutdown/boot in the middle)
- playing which file format (mp3, ogg, flac, mpc, etc…)? * Confirmed with mp3 and flac
- which lcd is your device? *st7783
|
|
12576 | Bugs | ID3 / meta data | Very Low | wma files with cover_art picture are not read on Sansa ... | 2012-02-03 | Ch P | 2013-03-01 | 2 |
Task Description
Player = Sansa ClipZip Rockbox current build :
Target: sansaclipzip Target id: 68 Target define: -DSANSA_CLIPZIP Memory: 8 CPU: arm Manufacturer: as3525 Version: 7d54ff0-120203 Binary: rockbox.sansa Binary size: 595788 Actual size: 595780 RAM usage: 922040 Features: alarm:backlight_brightness:crossfade:dircache:flash_storage:lcd_bitmap:lcd_non-mono:lcd_color:pitchscreen:multivolume:multidrive_usb:quickscreen:radio:recording:recording_swcodec:recording_mic:rtc:swcodec:tagcache:tc_ramcache:charging:large_plugin_buffer:ab_repeat_buttons:albumart:usb_power:usbstack gcc: arm-elf-eabi-gcc (GCC) 4.4.4 ld: GNU ar (GNU Binutils) 2.20.1.20100303 Host gcc: gcc (GCC) 4.4.4 20100630 (Red Hat 4.4.4-10) Host system: Linux
I cannot read .wma files with cover_art jpg. The same file on the Sansa ClipZip as MSC storage is read correctly by plenty of players on my Ubuntu-PC : totem, VLC, mplayer …etc… I join a file as example (with and without cover_art jpg).
|
|
12834 | Bugs | User Interface | Very Low | Key lock deactivates when playback stops | 2013-02-27 | Guillaume Cocatre-Zilgien | 2013-02-27 | |
Task Description
Key lock (activated by pressing Power in the WPS) deactivates when music playback stops (end of playlist). The keypad then becomes active again. It shouldn’t get activated until Power is pressed again.
|
|
12831 | Bugs | Games | Very Low | Menu key mapped to close Chip8 | 2013-02-25 | Hashtag | 2013-02-25 | |
Task Description
The MENU key is mapped to close the Chip8 emulator, so mapping it to a Chip8 key is pointless. This makes some games unplayable. This may affect other iPod models, I don’t know.
|
|
12827 | Bugs | Manual | Very Low | Rockbox Utility cannot generate voice files when instal... | 2013-02-15 | A. Lester Buck III | 2013-02-15 | |
Task Description
This is basically a documentation update. For several years I generated accessibility voice files on my devices. Then one day I was reinstalling and it would generate a lot of the voice files but die from a weird error. For more than six months I combed the manual and the forums, trying to figure out what had changed, trying to debug it myself. Eventually I stumbled across the problem. I had noticed the “install on player” option in Rockbox Utility and started generating voice files while running from the player. Once I switched back to running Rockbox Utility by launching the utility from my regular PC disk, everything worked again. I again looked for any warning about this in the manual, and didn’t find anything.
The simplest fix is to include something about this in the section on accessibility and generating voice files.
Another fix, probably not worth it, would be for the voice files to use system tmp space for intermediate files. I suspect that the recursive generation of talk files on player ends up in some infinite regression as it generates talk files for temporary files.
This probably happens on all players, but I only experienced it on the iPod Nano 1st Gen.
|
|
12819 | Bugs | Music playback | Very Low | iPod Classic 7G Disrtorted Line Out | 2013-01-31 | Felipe Reyes Z. | 2013-01-31 | |
Task Description
Rockbox Daily Build rev 085c10 (2013-01-30) 120gb 7G iPod Classic.
When I connect my rockboxed iPod Classic via Line Out (Apple Dock or Fiio Line Out Adapter) I’m getting heavy distorted with clipping an low volume sound. Headphones out its working while connected to the dock.
Same reported in the mailing list (http://www.rockbox.org/mail/archive/rockbox-archive-2012-10/0006.shtml). Stock firmware, and rockboxed iPod Video (5.5G) working with the same setting.
I have no programing knowledge, but I’m willing to help!!
|
|
12817 | Bugs | Operating System/Drivers | Very Low | 6G USB Mode locks up with car but not computer. | 2013-01-29 | Russell Brown | 2013-01-29 | |
Task Description
I’m having weird problems with a 160Gb 6G Classic (yes I know it’s unsupported/unstable).
With emcore and rockbox it works fine. Connecting it to my computer the USB works as expected and everything is great (copied 100Gb+ of music to it with no trouble).
However… when I connect it to either of my cars (via USB), the iPod shows the USB screen for a few seconds then goes back to the Rockbox menu and locks solid. It then needs a MENU+Select to reboot it.
Using a USB flash drive in both cars (different head units) works fine and I can navigate around the filesystem and play music. I did notice that the flash drive was partitioned, not ‘superfloppy’, so I setup my iPod with 1 partition and stuck rockbox on that…. didn’t make any difference though.
Someone suggested that the head units (Kenwood and OEM Jaguar) might be detecting the device as an iPod from the USB ID and then ‘doing something special’. So I compiled my own rockbox from git source changing the USB ID and VENDOR to 0001. I then verified the change by doing a lsusb on my Linux box and the ID showed as 0001:0001.
Sadly this makes zero difference to the iPod’s behaviour when connected to my car(s).
Does anyone have any suggestions? I’m happy to recompile, grabs logs, insert code etc
Here’s the rockbox-info.txt from the one I built:
Target: ipod6g Target id: 71 Target define: -DIPOD_6G Memory: 64 CPU: arm Manufacturer: s5l8702 Version: 189148eM-130128 Binary: rockbox.ipod Binary size: 646268 Voice format: 400 Actual size: 646260 RAM usage: 1755172 Features: accessory_supply:backlight_brightness:crossfade:dircache:headphone_detection:hold_button:hotkey:lcd_bitmap:lcd_non-mono:lcd_color:lcd_sleep:morse_input:pitchscreen:quickscreen:rtc:swcodec:tagcache:tc_ramcache:charging:usb_charging_enable:wheel_acceleration:lineout_poweroff:large_plugin_buffer:albumart:disk_storage:scrollwheel:usb_power:usbstack:hardware_click gcc: arm-elf-eabi-gcc (GCC) 4.4.4 ld: GNU ld (GNU Binutils) 2.20.1.20100303 Host gcc: gcc (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3 Host system: Linux
|
|
12816 | Bugs | Music playback | Very Low | Sansa Clip Zip hangs after "resume playback" | 2013-01-29 | Christian Mertes | 2013-01-29 | |
Task Description
Sometimes my Clip Zip gets in a state where I can resume playback after booting it but then it doesn’t let me seek anymore (seek thingy still moves but then jumps back to where it was, playback is totally unaffected which in this case is bad of course). I also can’t pause or skip. I can go back to the main menu but I can’t move the cursor or go back to the WPS. When I go into the playlist by long-pressing down, the list usually appears but is not functional although here I can usually move the cursor up and down (sometimes I only get a kind of frame but rendering freezes at that point). Trying to shut down lets the “shutting down” popup appear but that’s it.
I seem to remember that going via “recent bookmarks” once was a workaround but in the current state this doesn’t work either.
This broken states persists between shutdowns (or well, switch-offs more like since shutting down doesn’t work). I also tried to recreate the playlist but that didn’t help either so I’m currently stuck with a player that will play but I can’t it make change what to play. I will also have to listen to the same podcast over and over again since no new resume position is saved.
The build I use is 42a725f.
Oh and sorry I didn’t choose the right player. Couldn’t find any Sansa Clip in the list in fact :/
|