RE: VMWare Environment

2006-03-25 Thread Daniel Stenberg
On Sun, 26 Mar 2006, Mark Bright wrote: 2. run configure as 'configure --cache' I am assuming that means '../tool/configure --cache' To prepare the make file to use the cache? Right. In fact I even meant: ../tool/configure --ccache That is the option is named --ccache with two 'c' i

RE: VMWare Environment

2006-03-25 Thread Mark Bright
> 2. run configure as 'configure --cache' I am assuming that means '../tool/configure --cache' To prepare the make file to use the cache? Did that and my refresh script that updates CVS and does a make + make zip now completes in under 10 seconds!! - when there has only been a small change made in

Re: Track skipping & shuffling cause hard lockups.

2006-03-25 Thread XavierGr
I have many crashes with playback related both on H300 and H100 with the latest builds.When I try to seek at the start of a track, or sometimes without doing nothing, the unit crashes and can't respond to key presses. On 25/03/06, Brandon Low <[EMAIL PROTECTED]> wrote: if the gui flashing shuffling

Re: Compiling Rockbox

2006-03-25 Thread Jason Voegele
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fredrik Öhrn wrote: > Jason Voegele wrote: >> I cannot find a gcc for m68k anywhere in the Ubuntu repositories. >> Does anyone >> know where I can track it down? Also, what other dependencies are >> there that I >> haven't yet run into, and where mig

Re: Track skipping & shuffling cause hard lockups.

2006-03-25 Thread Brandon Low
if the gui flashing shuffling means you've reached the end of the playlist and are using repeat shuffle mode, so it fails when it tries to reshuffle. Not sure if it was related, but the skip during disk fill and related bugs are fixed. (hacked for now until I do more work on playback threading) O

Re: Track skipping & shuffling cause hard lockups.

2006-03-25 Thread Brandon Low
I don't believe that the USB issues are related to this. Both ipod and iRiver seem to be having problems going to USB mode properly from the WPS, hwoever from the file browser it works fine. If anyone can identify exactly wehn this started happening that would be helpful as I don't know, other th

Re: Track skipping & shuffling cause hard lockups.

2006-03-25 Thread gl
Oh btw, I bugged this one (http://www.rockbox.org/tracker/task/4915) but it might be related: when I connect the USB cable during audio playback, most of the time the USB connection fails - the device thinks it's in USB mode, but the OS (XP) doesn't see it. If I stop playback before connecti

Re: Track skipping & shuffling cause hard lockups.

2006-03-25 Thread gl
I can't confirm the shuffle bug, I'm definitely seeing the the "seek to beginning of track" lock up. This is on a H120. Haven't tested since the last playback commit though. The shuffle bug takes a while to develop (usually). When it happens it's always at the end of a track. I've also see

Re: Track skipping & shuffling cause hard lockups.

2006-03-25 Thread Dan Everton
I can't confirm the shuffle bug, I'm definitely seeing the the "seek to beginning of track" lock up. This is on a H120. Haven't tested since the last playback commit though. Dan

Re: Track skipping & shuffling cause hard lockups.

2006-03-25 Thread Brandon Low
I'm not having these problems on ipod, can anyone else replicate? On a side note, it is reasonable to expect me to break swcodec playback.c at various times in the next few weeks as I go over it with a fine tooth comb for 3.0 ;) Brandon On Sat, 03/25/06 at 10:37:42 -, gl wrote: > > Recent c

Re: Compiling Rockbox

2006-03-25 Thread Fredrik Öhrn
Jason Voegele wrote: I cannot find a gcc for m68k anywhere in the Ubuntu repositories. Does anyone know where I can track it down? Also, what other dependencies are there that I haven't yet run into, and where might I find them? All you need to get going is binutils and gcc for m68k, follow

Compiling Rockbox

2006-03-25 Thread Jason Voegele
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, I've just installed a Rockbox daily build on my iriver H340 and so far I'm quite pleased. I'd like to start making my own builds with the eventual goal of being able to contribute some code to the project. To that end, I've checked out a

Re: Sleep timer plugin

2006-03-25 Thread Christian Marg
Bluechip wrote: > I can see the benefits of an LRU menu, but one potential problem jumps > out at me. > > If you often use, errr, "Bass" and "Treble" and "Mid" > would you add all three to the LRU menu or would it be better to add > "Sound" to the LRU? Ok, thats a valid point. I think I'd put all

RE: VMWare Environment

2006-03-25 Thread Daniel Stenberg
On Fri, 24 Mar 2006, Mark Bright wrote: Downloaded from CVS, and build the H1x0 build, zipped it - no errors, 125 seconds The next big gain to get even faster builds on Linux is to install and use ccache when building. 1. install ccache 2. run configure as 'configure --cache' 3. Enjoy fas

Re: Track skipping & shuffling cause hard lockups.

2006-03-25 Thread gl
Followup: a clean CVS build (from today) causes: I40:PDIR1FULL at 10006900 as soon as I return from the Catch Mem accesses menu. -- gl - Original Message - From: "gl" <[EMAIL PROTECTED]> To: "Rockbox development" Sent: Saturday, March 25, 2006 10:37 AM Subject: Track skipping & shuf

Track skipping & shuffling cause hard lockups.

2006-03-25 Thread gl
Recent commits seem have broken track skipping and shuffling (tested on H140). Skipping to the beginning of a playing track causes a hard lock. Shuffling (on repeat) works for a while, but sooner or later causes a hard lock at the end of a track. They're probably related. -- gl

Re: Sleep timer plugin

2006-03-25 Thread Bluechip
I can see the benefits of an LRU menu, but one potential problem jumps out at me. If you often use, errr, "Bass" and "Treble" and "Mid" would you add all three to the LRU menu or would it be better to add "Sound" to the LRU? I still think that a user-config menu would be best (nothing new her