| 00:00:07 | bertrik | gevaerts: I can do that, but not today |
| 00:00:28 | jhMikeS | I don't even think the module has been clocked even once until rb uses it |
| 00:00:28 | | Quit fyre^OS (Read error: 104 (Connection reset by peer)) |
| 00:00:29 | | Join homielowe [0] (n=eric_j_l@d205-250-150-38.bchsia.telus.net) |
| 00:00:45 | | Join fyrestorm [0] (n=fyre@cpe-68-173-174-251.nyc.res.rr.com) |
| 00:01:30 | homielowe | With current SVN on the gigabeaSt I get this coming up from disk utility under mac OSX, http://pastebin.ca/989971 , my computer can recognize the disk but not read it. |
| 00:01:55 | | Join CyBergRind|w [0] (n=cbr@212.98.160.130) |
| 00:02:49 | gevaerts | homielowe: that's because of the tb.inquiry->DeviceTypeModifier = 0; near the bottom of firmware/usbstack/usb_storage.c |
| 00:03:02 | | Part ]RowaN[ |
| 00:03:11 | BigBambi | gevaerts: yo |
| 00:03:25 | gevaerts | homielowe: it's needed to make windows find both partitions, but unfortunately it makes the disk not work in os x. |
| 00:03:42 | gevaerts | BigBambi: hello. I seem to have sent you the wrong partition table by accident... |
| 00:03:54 | BigBambi | gevaerts: Stop me if I'm covering old ground, as I have just got in and haven't read the logs |
| 00:04:15 | BigBambi | gevaerts: aha. I was going to say, after I rebooted with the partition table you sent, the S demanded a restore |
| 00:04:36 | gevaerts | It's one from an S30 instead of an S60... |
| 00:04:37 | BigBambi | Which I did, and after that it was back to how it was before |
| 00:04:45 | BigBambi | But I made it work! |
| 00:05:00 | * | Mouser_lnX hasn't yet... |
| 00:05:05 | gevaerts | fdisk ? |
| 00:05:16 | | Quit bluebrother ("Verlassend") |
| 00:05:21 | BigBambi | When it was restored, with Rockbox, at the state where dmesg said bad partition table etc, I used fdisk to set both partitions to non-bootable |
| 00:05:38 | BigBambi | And it works perfectly - OF, rockbox, RB USB etc |
| 00:06:12 | gevaerts | yes. someone else did that as well. Unfortunately setting the type of the firmware partition to 1b does not work... |
| 00:06:18 | DerPapst | fun. the beast crashes when one tries to play a song :-P |
| 00:06:34 | gevaerts | What ? Not even a dummy sound driver ? |
| 00:06:37 | Mouser_lnX | Now I'm stuck on a yellow triangle /3\ and it says "Firmware update or restoration required. *Please wait.* |
| 00:06:48 | BigBambi | gevaerts: I just toggled the bootable flag a few times until I was sure it was off |
| 00:07:10 | Mouser_lnX | I feel like I'm running in circles. |
| 00:07:19 | Mouser_lnX | Or into a wall. |
| 00:07:25 | * | gevaerts notices that there are only two people on this channel without a working beast. Mouser_lnX and himself... |
| 00:08:04 | BigBambi | Mouser_lnX: Sorry I had to go last night - do you need anything now? |
| 00:08:19 | Mouser_lnX | A nap. |
| 00:08:21 | Mouser_lnX | :( |
| 00:08:39 | BigBambi | heh, not good news I take it? |
| 00:08:49 | Mouser_lnX | And perhaps a ZIF > IDE adapter... |
| 00:08:57 | Mouser_lnX | It's not doing anything anymore. |
| 00:09:20 | Mouser_lnX | Ah, it's doing something again. |
| 00:09:28 | DerPapst | Mouser_lnX: i had a yellow /2\ one and disconnected the usb cable and it worked. |
| 00:09:30 | | Join merbanan [0] (n=banan@83.233.163.196) |
| 00:09:53 | | Quit merbanan (Client Quit) |
| 00:09:55 | BigBambi | gevaerts: So, just to clarify (I'm both a bit drunk and a bit thick) - with linux is using fdisk to set the bootable flags the 'answer' |
| 00:10:25 | | Nick Mouser_lnX is now known as Mouser_X2 (i=cf9bb003@gateway/web/ajax/mibbit.com/x-df2fef7d37655f67) |
| 00:10:52 | gevaerts | BigBambi: it seems to be. Now the next question is : how can we hide the first partition to prevent accidents ? |
| 00:10:59 | BigBambi | yes, indeed |
| 00:11:05 | BigBambi | At the moment it is wide open |
| 00:12:04 | gevaerts | We can "solve" that by faking the bit from the UMS driver, but I would prefer a different solution |
| 00:12:21 | bertrik | while looking into a bug report I noticed that all menu exit callback functions in playback_menu.c are used only in playback_menu.c itself, so they could be made static |
| 00:12:44 | | Quit davina (Remote closed the connection) |
| 00:15:05 | bertrik | any objections to making those functions static and committing it? |
| 00:17:11 | jhMikeS | gevaerts: running it, stopping it and restarting it in usb_drv_init does the trick |
| 00:17:59 | Mouser_X2 | Fun! |
| 00:18:22 | gevaerts | jhMikeS: if it works, we'll have to do it that way I guess... |
| 00:18:25 | jhMikeS | btw, the registers get reset so usb_drv_set_test_mode also needs to set PHY and others (at least on this one) |
| 00:18:57 | gevaerts | jhMikeS: probably. but the last time I tried usb_drv_set_test_mode didn't work anyway... |
| 00:19:12 | | Quit [CBR]Unspoken|w (Connection timed out) |
| 00:19:13 | jhMikeS | it could stem from that problem |
| 00:19:44 | DerPapst | Mouser_X2: success? failure? |
| 00:20:19 | Mouser_X2 | It's working, but I need to send the firmware again |
| 00:20:31 | Mouser_X2 | (As in, it's no longer non-responsive) |
| 00:20:41 | gevaerts | Just keep sending firmware, and see who gives up first |
| 00:20:47 | DerPapst | so a semisuccess :-) |
| 00:21:27 | Mouser_X2 | ;_; @ gevaerts |
| 00:21:54 | * | gevaerts decides that it's time to go to sleep... |
| 00:22:11 | | Quit gevaerts ("sleeping time") |
| 00:23:35 | | Quit amiconn (Nick collision from services.) |
| 00:23:41 | | Join amiconn [50] (n=jens@rockbox/developer/amiconn) |
| 00:24:15 | | Join DerPapst_ [0] (n=Der@p5B23F80A.dip.t-dialin.net) |
| 00:24:17 | | Quit DerPapst (Nick collision from services.) |
| 00:24:19 | | Nick DerPapst_ is now known as DerPapst (n=Der@p5B23F80A.dip.t-dialin.net) |
| 00:26:30 | Mouser_X2 | It works. Finally it works... |
| 00:26:46 | DerPapst | woohooo!!1 |
| 00:27:12 | Mouser_X2 | Indeed. I hate MTP... |
| 00:27:25 | DerPapst | welcome to rockbox ums :-) |
| 00:27:59 | BigBambi | Mouser_X: \รด/ |
| 00:29:46 | | Quit phinze () |
| 00:29:47 | | Join philoware [0] (n=canavar@88.252.130.21) |
| 00:31:35 | Mouser_X2 | Now to test it in Windows (I'm in Linux here). |
| 00:32:11 | | Join phinze [0] (n=phinze@pcp027324pcs.jesres.mu.edu) |
| 00:38:28 | Mouser_X | Yay! I have 2 new HDDs. |
| 00:38:38 | Mouser_X | Obviously, the smaller one is to be avoided... |
| 00:38:54 | w1ll14m | MTP sucks big time |
| 00:39:13 | Mouser_X | So, would anyone be nice enough to build me a rockbox.zip file so that I could put it on my beast? |
| 00:39:24 | w1ll14m | erhmm.... |
| 00:39:35 | w1ll14m | yeah, hold on... it will be a tar tho |
| 00:39:42 | Mouser_X | That works. |
| 00:39:51 | w1ll14m | ok, hold on |
| 00:40:28 | Mouser_X | I've got the bootloader installed, and thus UMS support. MTP is almost as bad as getting stabbed. |
| 00:40:41 | w1ll14m | indeed |
| 00:40:58 | DerPapst | http://papsti.dyndns.org:83/upload/rockbox.tar |
| 00:41:00 | DerPapst | :-) |
| 00:41:07 | Mouser_X | Thanks. |
| 00:41:09 | w1ll14m | what is the best way of debugging an running rockbox ? |
| 00:41:25 | DerPapst | w1ll14m: logf |
| 00:41:25 | Mouser_X | Insecticide. |
| 00:41:27 | Mouser_X | :P |
| 00:42:03 | w1ll14m | derpapst, how should i use logf, and how do i enable it ? |
| 00:42:43 | w1ll14m | Mouser_X, could give me the Insecticide please ? |
| 00:43:17 | DerPapst | umm.. you have to compile a logf build and in the files you want to debug you have to do some preprocessor magic.. wait a sec. |
| 00:43:43 | w1ll14m | Wiki link ? |
| 00:43:47 | | Quit basti (Remote closed the connection) |
| 00:45:02 | DerPapst | dunno :-P still searching |
| 00:45:12 | w1ll14m | hehe |
| 00:45:16 | w1ll14m | searching too btw |
| 00:45:26 | | Join basti [0] (i=bnc@85.214.109.173) |
| 00:46:03 | w1ll14m | i guess this helps ;) |
| 00:46:03 | w1ll14m | http://de.pastebin.ca/95903 |
| 00:46:07 | | Quit fehmicans (Read error: 110 (Connection timed out)) |
| 00:46:16 | | Join borges_ [0] (n=bruges@e179032210.adsl.alicedsl.de) |
| 00:46:41 | | Quit domonok1 (Read error: 104 (Connection reset by peer)) |
| 00:46:47 | w1ll14m | only now use the (A)dvanced |
| 00:46:48 | DerPapst | add #define LOGF_ENABLE to the file |
| 00:46:59 | w1ll14m | ok |
| 00:47:07 | w1ll14m | to the file i want to debug |
| 00:47:29 | DerPapst | yes |
| 00:47:46 | w1ll14m | nice thanx |
| 00:48:38 | w1ll14m | this will create logfiles in the root ? |
| 00:49:02 | | Quit philoware (Read error: 110 (Connection timed out)) |
| 00:49:57 | DerPapst | not sure. iirc there is a new menu in the debug menu then |
| 00:50:08 | w1ll14m | nice |
| 00:50:58 | Mouser_X | Awesome... It's great to see Rockbox on the beast. |
| 00:51:09 | Mouser_X | (Much better looking than the OF, IMO.) |
| 00:51:19 | w1ll14m | indeed |
| 00:53:53 | bertrik | jhMikeS: still here? |
| 00:54:47 | | Join DerPapst_ [0] (n=Der@p5B23F80A.dip.t-dialin.net) |
| 00:54:49 | | Quit DerPapst (Nick collision from services.) |
| 00:54:51 | | Nick DerPapst_ is now known as DerPapst (n=Der@p5B23F80A.dip.t-dialin.net) |
| 01:00 |
| 01:08:18 | | Quit Nico_P (Remote closed the connection) |
| 01:09:58 | | Quit phinze () |
| 01:11:31 | | Quit bertrik ("bye") |
| 01:13:19 | | Join cendres [0] (n=ashes@modemcable123.78-80-70.mc.videotron.ca) |
| 01:16:39 | * | petur kicks flyspray |
| 01:16:49 | | Join linuxstb [0] (n=linuxstb@rockbox/developer/linuxstb) |
| 01:17:42 | petur | can somebody confirm that flyspray is unreachable? |
| 01:18:09 | petur | nm, it's there again |
| 01:19:42 | | Quit matsl ("Leaving") |
| 01:19:53 | | Quit petur ("Zzzzz") |
| 01:20:54 | *** | Saving seen data "./dancer.seen" |
| 01:23:51 | | Quit ashes (Read error: 110 (Connection timed out)) |
| 01:25:22 | | Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) |
| 01:27:37 | | Quit leox (Read error: 104 (Connection reset by peer)) |
| 01:28:57 | | Join leox [0] (n=leox@165-162-114-200.fibertel.com.ar) |
| 01:29:20 | | Part pixelma |
| 01:34:17 | | Join vedlith [0] (n=ved@137-mi2-1.acn.waw.pl) |
| 01:34:44 | | Quit leox (Read error: 104 (Connection reset by peer)) |
| 01:35:19 | | Join leox [0] (n=leox@165-162-114-200.fibertel.com.ar) |
| 01:35:22 | | Join jhulst [0] (n=jhulst@unaffiliated/jhulst) |
| 01:38:24 | | Quit robin0800 (" HydraIRC -> http://www.hydrairc.com <- \o/") |
| 01:40:21 | | Join mirak [0] (n=mirak@m179.net81-66-123.noos.fr) |
| 01:41:27 | | Quit gregzx ("ChatZilla 0.9.81 [Firefox 2.0.0.14/2008040413]") |
| 01:42:23 | | Quit mirak (SendQ exceeded) |
| 01:43:19 | | Join mirak [0] (n=mirak@m179.net81-66-123.noos.fr) |
| 01:44:09 | | Quit DerPapst (Read error: 110 (Connection timed out)) |
| 01:44:20 | | Quit Mouser_X2 ("http://www.mibbit.com ajax IRC Client") |
| 01:49:07 | | Quit dabujo ("( www.nnscript.com :: NoNameScript 4.2 :: www.regroup-esports.com )") |
| 01:49:53 | | Quit ender` (" It always takes longer than you expect, even when you take Hofstadter's Law into account. -- Hofstadter's Law") |
| 02:00 |
| 02:03:35 | | Join jeffcal [0] (n=427b5f93@gateway/web/cgi-irc/labb.contactor.se/x-80fd2530582c945b) |
| 02:04:42 | | Quit mf0102 ("Verlassend") |
| 02:14:43 | | Quit XavierGr (Read error: 104 (Connection reset by peer)) |
| 02:16:18 | | Join Honkboy [0] (n=stefan@dslb-084-056-078-153.pools.arcor-ip.net) |
| 02:18:47 | | Part Honkboy |
| 02:25:13 | | Quit n1s () |
| 02:34:13 | | Quit DerDome ("Leaving.") |
| 02:35:51 | | Quit herrwaldo (Remote closed the connection) |
| 02:46:33 | | Quit tvelocity_ (Remote closed the connection) |
| 02:48:54 | | Quit Thundercloud (Remote closed the connection) |
| 03:00 |
| 03:13:51 | | Quit borges_ ("ChatZilla 0.9.81 [Firefox 2.0.0.13/2008031114]") |
| 03:20:04 | | Quit bughunter2 ("Leaving.") |
| 03:20:58 | *** | Saving seen data "./dancer.seen" |
| 03:27:55 | | Quit z35 (Remote closed the connection) |
| 03:33:36 | | Join simonrvn [0] (i=simon@unaffiliated/simonrvn) |
| 03:45:40 | | Quit TaylorKillian (Read error: 110 (Connection timed out)) |
| 03:53:16 | | Quit lando___ (Read error: 104 (Connection reset by peer)) |
| 03:53:26 | | Join lando_ [0] (n=lando@c-66-176-46-197.hsd1.fl.comcast.net) |
| 03:56:34 | | Join LiverBuddy [0] (n=Adem@resnet228-227.resnet.buffalo.edu) |
| 03:56:55 | LiverBuddy | my ipod keeps resetting itself to default firmware |
| 03:56:56 | LiverBuddy | WHY |
| 03:57:44 | LiverBuddy | fuck you all |
| 03:57:46 | | Part LiverBuddy |
| 04:00 |
| 04:00:50 | scorche|sh | mmmhmmm |
| 04:00:56 | * | Mouser_X loves Rockbox and its denizens... |
| 04:01:01 | Mouser_X | :P |
| 04:01:37 | | Join FOAD_ [0] (n=dok@dinah.blub.net) |
| 04:02:49 | | Join Ebert [0] (n=EbErT@adsl-219-13-194.asm.bellsouth.net) |
| 04:03:39 | | Quit csc` (Remote closed the connection) |
| 04:07:26 | Llorean | jhMikeS: Around? |
| 04:08:19 | jhMikeS | Llorean: yup |
| 04:08:59 | Llorean | jhMikeS: There's a report on the ML that 16791 broke the sims on OSX |
| 04:09:03 | Llorean | Or sim compiling rather |
| 04:09:22 | Llorean | Oh, wait, not mL |
| 04:09:24 | Llorean | Flyspray, sorry |
| 04:09:31 | Llorean | 8906. =/ |
| 04:09:39 | * | Llorean forgot that he gets flyspray updates as emails, not RSS. |
| 04:10:40 | toffe82 | jhMikeS: I install the last svn and the buttons are not working ? back to of to check, they are working .. |
| 04:10:49 | * | jhMikeS always gets a headache from OSX |
| 04:11:01 | jhMikeS | toffe82: they seem fine here |
| 04:11:17 | | Nick hd is now known as HellDragon (i=jd@unaffiliated/helldragon) |
| 04:11:38 | toffe82 | I will try again, do you know if the battery charge with rockbox ? |
| 04:12:13 | jhMikeS | it's handled by the hardware and mine keeps a charge ac adaptor or usb plugged with rb running |
| 04:12:45 | | Quit FOAD (Read error: 110 (Connection timed out)) |
| 04:12:46 | | Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) |
| 04:13:03 | toffe82 | ok, because I let it connected all the afternoon and it didn't charge |
| 04:15:03 | jhMikeS | Llorean: possible that the OSX implementation of some SDL stuff is borked |
| 04:15:29 | toffe82 | jhMikeS: what signal do you need for the audio ? I have a moment to do it now ;) |
| 04:16:06 | jhMikeS | anything (3?) connected to the codec and hp mute on that block diagram |
| 04:16:30 | jhMikeS | esp the hp mute |
| 04:17:05 | Llorean | jhMikeS: It's a lot of " /usr/bin/ld: warning multiple definitions of symbol" followed by _rand, _srand, _memset, _mktime and about a dozen others. |
| 04:18:09 | | Join csc` [0] (n=csc@archlinux/user/csc) |
| 04:18:24 | jhMikeS | that does bother me. if one can produce a warning-free build and have the issue occurr, I'll take it into account that it's actuall that revision more seriously. |
| 04:19:07 | Llorean | jhMikeS: He says the warnings begin at that revision. As well, some other builds compile (the warnings are for H300, while iPod compiles) and then freeze at the menu. See FS #8906 for all the info. |
| 04:21:27 | jhMikeS | most of the functions listed have nothing to do with anything I worked on |
| 04:22:01 | Llorean | Ah, forgot. Midgey says the warnings have always been there, the failure to load is new though. |
| 04:22:09 | jhMikeS | I see semaphore_wait - that's it. However kernel.c is shared with the sim now. |
| 04:22:29 | Llorean | The problem with following by email: You're only seeing the latest comment when you try to track someone down |
| 04:23:36 | jhMikeS | conflicts like that can have bad side effects and may like to the wrong API. those warnings should be resolved before trying to debug a thing. |
| 04:23:43 | jhMikeS | s/like/link/ |
| 04:24:26 | jhMikeS | even if they've always been there, one may have just been lucky |
| 04:26:22 | Llorean | Alright, left a comment about that. |
| 04:27:39 | | Quit Zom (Remote closed the connection) |
| 04:27:51 | | Join Zom [0] (n=zom@h-43-44.A166.cust.bahnhof.se) |
| 04:30:31 | jhMikeS | I guess I've resolved the cold plug issue but that I like what seems to be needed. |
| 04:30:41 | jhMikeS | *not that I like |
| 04:30:56 | toffe82 | I have to go , just found the chip for the mute ... |
| 04:31:27 | jhMikeS | don't go without giving the magic port! |
| 04:31:43 | toffe82 | :) |
| 04:33:31 | | Quit jhulst ("Konversation terminated!") |
| 04:34:05 | * | jhMikeS really likes being able to debug a bootloader by dragging and dropping it on a drive :) |
| 04:34:06 | Llorean | jhMikeS: Any negatives to the current solution, other than it not being so elegant? |
| 04:34:31 | Llorean | So that nk.bin on the first drive is the bootloader/firmware? |
| 04:34:31 | jhMikeS | None that I see and what's needed is shorter than I though was needed originally. |
| 04:34:35 | jhMikeS | yes |
| 04:34:37 | Llorean | Neat |
| 04:35:35 | jhMikeS | That should be hidden under normal circumstances I think. linuxstb suggested a recovery mode that would expose it. |
| 04:37:14 | Llorean | I think I agree. |
| 04:37:44 | Llorean | Judging from observations of Sansa users, people will try to format any partition you expose to them, so expose it as rarely as possible. |
| 04:37:55 | jhMikeS | I think earlier it was tried to make it hidden but retailos didn't like that |
| 04:40:29 | | Join zeroth__ [0] (n=tyler@S0106001b1141b601.ok.shawcable.net) |
| 04:41:17 | zeroth__ | Hello all. |
| 04:41:21 | Llorean | Well, it's not "clean" but couldn't the bootloader do the hiding and unhiding (unhide before dual booting, hide while normally booting)? |
| 04:42:12 | jhMikeS | I imagine it could but that's really grungy :) |
| 04:42:32 | Llorean | Yeah, I suppose there's no rush to have a "at least it works" method, anyway. |
| 04:42:44 | jhMikeS | I thought of the driver just filtering what is seen by the host |
| 04:43:07 | Llorean | I was gonna ask if something like that was possible, but suspected I'd just be revealing my complete lack of how UMS works. |
| 04:43:40 | jhMikeS | it's pretty raw - just disk sector tx/rx |
| 04:44:18 | zeroth__ | Apologies for interrupting anyone, but I've been looking at the rockbox project, and, I had a thought... has anyone used rockbox for one of the supercheap/tiny mp3 players that are supported, for something like controlling sets of motors/sensors? |
| 04:45:00 | jhMikeS | like the disk drive? I think that has motors and sensors :) |
| 04:45:20 | jhMikeS | rockbot? |
| 04:45:38 | zeroth__ | yeah, that kind of idea. It would make a great platform for experimentation... |
| 04:46:26 | zeroth__ | But, I had meant outside of the player, like, through usb/whatever. |
| 04:46:28 | jhMikeS | I seem to recall something way, way back but don't know if it was actually attempted (maybe just joking around) |
| 04:46:32 | Llorean | I for one welcome our Rockbot masters. |
| 04:47:02 | Llorean | zeroth__: I imagine it's quite possible, but would probably require a decent amount of hacking on your part to create the software to do it. |
| 04:48:02 | zeroth__ | Probably, but once the base works on the hardware, would not a knowledge of the chip(set) and pinouts+c compiler for the platform would make it easier. |
| 04:48:19 | zeroth__ | ? |
| 04:49:10 | Llorean | I'm not entirely sure what you're asking there. |
| 04:49:32 | | Quit Chronon (Remote closed the connection) |
| 04:49:40 | zeroth__ | sorry for the grammar... basically, would not knowledge of the platform+a c compiler for the chip, make it easier? |
| 04:50:44 | Llorean | Well, it depends. To an extent. But at the same time, there's probably a lot of extraneous stuff too. Most hardware you could buy for the specific purpose would also be known, documented, and have appropriate tools. |
| 04:51:56 | zeroth__ | True. But it wouldn't be cheap, nor would it have the massive amount of memory most mp3 players have, plus don't some have a DSP chip? It was just a possibility, and I was checking to see if it had been done before. |
| 04:52:49 | Llorean | Not that anyone's reported. |
| 04:53:37 | zeroth__ | I'm sure they would report it if it worked... unless they were killed by their new robotic progeny... *shifty eyes* |
| 04:53:45 | | Quit jeffcal ("CGI:IRC (EOF)") |
| 04:55:59 | zeroth__ | Second question, thank you all for answering :), does anyone know what the status of the Creative port of Rockbox is, and if it supports the Creative ZEN model? |
| 04:56:17 | | Join ZincAlloy [0] (n=d9eeea0e@gateway/web/cgi-irc/labb.contactor.se/x-31bde68664f55f2b) |
| 04:56:40 | scorche|sh | might want to have a look at the thread in the forums for that |
| 04:57:24 | ZincAlloy | hi there! anybody else noticed slow scrolling when no file is being played back? |
| 04:57:36 | zeroth__ | thanks scorche. Will check. |
| 04:58:20 | Llorean | ZincAlloy: You don't mention what player you're talking about. But this is more or less to be expected to varying degrees: scrolling will be slow when the CPU isn't boosted. |
| 04:58:29 | Llorean | There should be parts during playback where it gets even slower. |
| 04:59:22 | ZincAlloy | Llorean: ah, ok, so it is a known bug... I'm using a h340 by the way |
| 04:59:39 | Llorean | It's not really a bug... |
| 05:00 |
| 05:00:23 | ZincAlloy | Llorean: well, there is a bug report about it.. |
| 05:01:05 | Llorean | That doesn't necessarily mean it's a bug. What task #? |
| 05:01:28 | ZincAlloy | Llorean: 8142 |
| 05:01:53 | | Quit jcollie (Read error: 113 (No route to host)) |
| 05:02:05 | Llorean | ZincAlloy: That one specifically relates to ONLY the file view scrolling, while menu scrolling is still full speed. |
| 05:02:14 | Llorean | Your question, at least, suggested that you were referring to scrolling in general. |
| 05:03:47 | Llorean | Do you mean scrolling in general is slower than it was previously, or is just slow? Or do you mean that scrolling in some screens is significantly slower than others? |
| 05:03:47 | | Quit zeroth__ ("Ex-Chat") |
| 05:05:48 | ZincAlloy | scrolling isn't really an issue with the menues, as they are rather short |
| 05:06:08 | Llorean | That really doesn't answer any of my questions though. |
| 05:06:55 | Llorean | Is the slowness new? |
| 05:07:24 | ZincAlloy | I didn't experiment too much with it yet. but it seems that it's a general thing... |
| 05:07:33 | ZincAlloy | I'm not sure. |
| 05:07:50 | Llorean | Are you at least using a current SVN revision with no patches? |
| 05:08:15 | ZincAlloy | not the latest, but I've updated recently.. |
| 05:08:21 | Llorean | "recently" is kinda vague. |
| 05:08:39 | ZincAlloy | within the last week |
| 05:09:28 | Llorean | There's been nearly 100 revisions in the last week. |
| 05:09:51 | Llorean | Well, 88ish |
| 05:09:55 | Llorean | Still, quite a lot. |
| 05:10:31 | Llorean | Could you perhaps do some testing? See if it's there in a current build, if it's general or only in some screens, and if it's new slowness, or old slowness you hadn't really noticed before? |
| 05:11:31 | ZincAlloy | sure, I'll try some things... |
| 05:13:01 | ZincAlloy | but I assume it's old slowness and I only just realized that it's a reproduceable phenomenon |
| 05:15:09 | | Join TaylorKillian [0] (n=taylor@rs225072.resnet.wright.edu) |
| 05:15:38 | | Join lando___ [0] (n=lando@c-66-176-46-197.hsd1.fl.comcast.net) |
| 05:15:47 | | Quit m0f0x () |
| 05:21:00 | *** | Saving seen data "./dancer.seen" |
| 05:24:13 | | Join jhulst [0] (n=jhulst@unaffiliated/jhulst) |
| 05:27:10 | | Quit lando_ (Read error: 110 (Connection timed out)) |
| 05:27:48 | | Join miepchen^schlaf [0] (n=miepchen@p54BF6C03.dip.t-dialin.net) |
| 05:33:44 | ZincAlloy | another issue I noticed recently is a mistriggering of the *up* button. It frequently gets misinterpreted as a push of the *left* button. |
| 05:34:03 | ZincAlloy | It's hard to reproduce. It happend to coincide with a stop of hard disk activity twice in a row, but it has happened on other occasions as well. |
| 05:35:05 | Llorean | I believe that's known as well. Is your battery beginning to get old? |
| 05:36:59 | ZincAlloy | yes, it's rather old. luckily a friend of mine will get me a new one as a birthday present next month. |
| 05:37:18 | Llorean | The problem should disappear once you install the new one. |
| 05:37:43 | ZincAlloy | cool. thanks a lot for your help! |
| 05:49:53 | | Quit jhulst (Connection timed out) |
| 05:53:04 | | Quit ZincAlloy ("CGI:IRC (Ping timeout)") |
| 05:57:56 | | Quit simonrvn ("Leaving") |
| 06:00 |
| 06:03:05 | | Join jhulst [0] (n=jhulst@unaffiliated/jhulst) |
| 06:05:20 | | Join simonrvn [0] (i=simon@unaffiliated/simonrvn) |
| 06:11:42 | Mouser_X | I hope that the beast's A/V output stuff gets supported in Rockbox... Obviously that won't happen anytime even remotely soon. I'm just hoping it happens "soon enough" (which is being used in a very flexible form). |
| 06:16:10 | | Quit mirak (Remote closed the connection) |
| 06:32:34 | | Quit simonrvn ("it's sunday....") |
| 07:00 |
| 07:01:08 | jhMikeS | I checked and the the beast doesn't need any of the OF files on the 2nd partition to boot rockbox. |
| 07:03:03 | Llorean | Just our nk.bin and nothing else? |
| 07:03:33 | jhMikeS | I was talking about the big partition. I haven't started delteing from the little one yet. |
| 07:03:54 | jhMikeS | but...I'll check that too |
| 07:04:39 | Llorean | Oh, right, 2nd partition |
| 07:04:41 | * | Llorean is clearly blind |
| 07:04:47 | jhMikeS | doesn't care about that either |
| 07:05:03 | Llorean | It'd be nice if we could shrink it like we can on the iPods. |
| 07:06:41 | jhMikeS | I tried moving some of those .edb files from the big partition to my computer first but they wouldn't finish copying. |
| 07:08:40 | jhMikeS | doesn't matter I suppose but perhaps some trick is being played with them re: sectors. I think linux reported that partition as going past the end of the disk. |
| 07:10:12 | Llorean | There's only 2 edb files there? |
| 07:11:37 | jhMikeS | some small one's on the small partition and the huge ones on the main one |
| 07:12:05 | Llorean | Yeah, I meant the two on the main partition |
| 07:12:19 | Llorean | They copied off fine for me, or at least without windows reporting any errors. |
| 07:12:28 | jhMikeS | I deleted the Content folder and all so that it's just nk.bin + .rockbox |
| 07:12:57 | * | Llorean doesn't have an nk.bin on his big partitino. |
| 07:13:09 | * | jhMikeS neither |
| 07:13:12 | Llorean | Okay |
| 07:13:26 | Llorean | But all the edb files seem to have copied off for me without reporting errors. |
| 07:13:43 | jhMikeS | maybe it's surface scan time :\ |
| 07:13:54 | Llorean | =/ |
| 07:15:42 | | Join Chronon [0] (i=chronon@c-24-20-117-106.hsd1.or.comcast.net) |
| 07:19:02 | jhMikeS | did the latest commit fix things up? |
| 07:20:37 | Llorean | Haven't tried it yet. One moment |
| 07:20:52 | jhMikeS | boot loader too don't forget :) |
| 07:21:03 | *** | Saving seen data "./dancer.seen" |
| 07:26:26 | Llorean | RoLo works? |
| 07:26:42 | jhMikeS | meh, sometimes |
| 07:26:56 | Llorean | It worked on the "A new version was found" thing |
| 07:27:47 | Llorean | Bootloader USB mode from cold boot seems fine now. |
| 07:28:04 | jhMikeS | cool |
| 07:32:11 | Llorean | Now you just need to provide a magic fix for mounting it in Linux. :-P |
| 07:33:31 | jhMikeS | I'm guessing that's gevaerts' expertise :) |
| 07:34:01 | Llorean | Seems likely. |
| 07:34:36 | Mouser_X | I seem to recall him earlier today saying something along the lines of "I'm working on USB stuff. If someone wants some strange exta behaviour to be added for their target, that's their job, not mine." |
| 07:34:59 | Mouser_X | (I think it was followed by a ";)" ) |
| 07:35:07 | jhMikeS | *rolls eyes* |
| 07:36:08 | Mouser_X | Also note: It's entirely possible I am not doing his *actual* quote/communication justice. I may be misinterpretting it, or I may not be "transposing" it correctly. |
| 07:36:23 | Mouser_X | Just FYI. |
| 07:36:55 | jhMikeS | who hired anyone into particular departments around here? |
| 07:37:04 | Mouser_X | Heh |
| 07:37:37 | Llorean | The obvious problem is that he doesn't have a Gigabeast. |
| 07:37:43 | Llorean | I imagine if one showed up at his door, he'd be all over it. |
| 07:37:54 | Mouser_X | lol |
| 07:38:01 | Mouser_X | It's not coming from me... |
| 07:43:03 | | Join asha [0] (i=h@duality.mitra.id.au) |
| 07:43:45 | | Join miepchen^schlaf_ [0] (n=miepchen@p54BF6C03.dip.t-dialin.net) |
| 07:44:15 | asha | i've just tried to install rockbox with english.voice onto an iPod Video that has a very broken screen - but after successfully running ipodpatcher it wont even show up as a USB device when plugged in via USB |
| 07:44:22 | * | jhMikeS thinks toffe82 needs to make him an offer he can't refuse |
| 07:44:51 | asha | does ipodpatcher after running need some time to flash, after it returns success? i had rebooted the ipod immediately after |
| 07:45:11 | Llorean | Did you also install Rockbox? iPodPatcher alone is not enough to complete an install. |
| 07:45:34 | asha | yes, both rockbox and the english.voice extra |
| 07:45:51 | asha | and verified /Volumes/ipod/.rockbox existed before flashing |
| 07:46:04 | Llorean | You didn't flash. |
| 07:46:10 | Llorean | Nothing is flashed during an install on iPods |
| 07:46:30 | asha | not even when running ipodpatcher? |
| 07:46:33 | Llorean | Not even then. |
| 07:46:55 | asha | what is the purpose of ipodpatcher? |
| 07:47:07 | Llorean | There's a hidden partition on the disk that we need to write data to. |
| 07:48:00 | asha | i had unmounted but not ejected the ipod before running the ipodpatcher, as instructed. wouldnt it have written to that partition during that time? |
| 07:48:24 | Llorean | If iPodPatcher completed successfully then that should be fine. |
| 07:48:59 | Llorean | I would recommend though that you try booting the iPod into disk mode (hold menu+select, then immediately when it powers off and restarts, hold select+play), connecting it, and trying to install with RBUtil instead |
| 07:49:23 | asha | ok i will try this thanks |
| 07:49:36 | asha | is diskmode only part of rockbox? |
| 07:50:19 | Llorean | No, diskmode is from Apple. |
| 07:50:32 | asha | ok |
| 07:50:34 | asha | thanks again |
| 07:50:36 | Llorean | It's in flash, and always there independent of what rockbox does. |
| 07:51:31 | | Quit jhulst ("Konversation terminated!") |
| 07:53:14 | asha | osx now recongnises the ipod in disk mode - is there now a way to get rockbox working? |
| 07:53:23 | | Join phinze [0] (n=phinze@CPE-65-30-152-122.wi.res.rr.com) |
| 07:53:28 | asha | it's so hard to tell since the screen only shows black or white, with a large crack down the middle |
| 07:53:30 | Llorean | As I said, I recommend you try installing via RButil |
| 07:54:13 | asha | ok. sorry to bother with inanity - thanks |
| 07:57:53 | | Quit denes_ (Read error: 110 (Connection timed out)) |
| 07:58:08 | | Join denes_ [0] (n=denes@pool-7705.adsl.interware.hu) |
| 08:00 |
| 08:00:15 | | Quit miepchen^schlaf (Read error: 110 (Connection timed out)) |
| 08:06:10 | | Quit csc` ("If you can't do anything smart, do somethin right ~Serenity") |
| 08:17:54 | | Join simonrvn [0] (i=simon@unaffiliated/simonrvn) |
| 08:22:47 | | Join FOAD_ [0] (n=dok@dinah.blub.net) |
| 08:40:28 | | Quit FOAD (Read error: 110 (Connection timed out)) |
| 08:40:28 | | Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) |
| 08:41:28 | | Part javaman |
| 08:46:08 | | Join Rob2223 [0] (n=Miranda@p4FDCD6D5.dip.t-dialin.net) |
| 08:48:49 | | Quit Adys (Remote closed the connection) |
| 08:49:21 | | Quit homielowe () |
| 08:50:25 | | Quit phinze () |
| 08:51:03 | | Join torch [0] (n=SuckStea@c-98-210-84-62.hsd1.ca.comcast.net) |
| 08:52:11 | | Join phinze [0] (n=phinze@CPE-65-30-152-122.wi.res.rr.com) |
| 08:54:29 | | Join lee-qid [0] (n=liqid@p54966F81.dip.t-dialin.net) |
| 08:55:42 | | Join Adys [0] (n=Adys@unaffiliated/adys) |
| 09:00 |
| 09:03:41 | | Quit torch () |
| 09:04:10 | | Quit Rob2222 (Read error: 110 (Connection timed out)) |
| 09:16:25 | | Join Mathiasdm [0] (n=Mathias@78-22-5-158.access.telenet.be) |
| 09:16:55 | | Quit phinze () |
| 09:21:06 | *** | Saving seen data "./dancer.seen" |
| 09:21:13 | | Join desowin [0] (n=desowin@atheme/membe |