00:00:49 | pamaury | damn it, it actually is a problem |
00:03:59 | pamaury | __builtin: I updated g#1334 |
00:04:00 | fs-bluebot | Gerrit review #1334 at http://gerrit.rockbox.org/r/1334 : imx233: fix stupid typo in debug screen by Amaury Pouly |
00:04:08 | pamaury | g#1343 |
00:04:09 | fs-bluebot | Gerrit review #1343 at http://gerrit.rockbox.org/r/1343 : OTP plugin: add typing code over USB by Franklin Wei |
00:04:10 | pamaury | it works |
00:04:22 | pamaury | but it relies on a delay when OS is sending led status |
00:04:31 | pamaury | which is unbearably ugly |
00:07:06 | __builtin | is there a blocking equivalent of usb_drv_recv? |
00:07:15 | pamaury | no |
00:07:35 | __builtin | /could/ there be one? |
00:07:51 | pamaury | yes, you "just" need to implement it for every driver |
00:07:51 | __builtin | i.e. write one? |
00:07:56 | pamaury | on most it's trivial |
00:08:02 | pamaury | on some not completely |
00:08:29 | __builtin | how about a wrapper that calls usb_drv_recv until it gets data? |
00:09:59 | pamaury | no that's clearly incorrect, you absolutely need to call it once. The only other proper way of doing this is to add code in the completion handler |
00:10:37 | pamaury | except we never do it for control endpoints usually, so that's quite untested code |
00:10:38 | | Quit girafe (Read error: Connection reset by peer) |
00:12:58 | | Join sxo [0] (~2bf33c35@www.haxx.se) |
00:13:50 | | Quit bertrik (Quit: leaving) |
00:14:03 | pamaury | I think a blocking version of usb_drv_recv is more reasonable |
00:14:53 | __builtin | but it's lots of work for a tiny gain |
00:18:02 | pamaury | well a blocking receive is useful in other scenarios like usb audio and it's not that much work |
00:18:06 | pamaury | I can do it tomorrow |
00:18:34 | __builtin | wow, thanks pamaury |
00:19:02 | | Quit edhelas (Ping timeout: 240 seconds) |
00:29:28 | | Quit paulk-nyan-big (Quit: Leaving) |
00:37:16 | | Quit sxo (Quit: CGI:IRC) |
00:37:45 | | Quit ender` (Quit: "Why are we hiding from the police dad?" "They use vi. We use emacs.") |
01:00 |
01:11:02 | | Join [Saint] [0] (77e01fae@rockbox/staff/saint) |
01:11:47 | | Join athidhep [0] (~afoakf@unaffiliated/athidhep) |
01:17:29 | *** | Saving seen data "./dancer.seen" |
01:21:29 | __builtin | any advice for restoring a cracked DAP screen? |
01:21:38 | __builtin | or is replacement the only route to go |
01:23:23 | [Saint] | I can do really badly scratched, but, I have no idea how you'd repair a full crack in an optically clear way. |
01:31:09 | [Saint] | getting a broken or otherwise secondhand unit might be the only way. |
01:31:15 | [Saint] | I feel your pain, dude. |
01:31:36 | [Saint] | I'm perpetually looking for iPod Mini Gen 1 and 2 bits. |
01:32:07 | [Saint] | I have like 8 of the bastards, and for some hilarious reason I still don't have all the bits to make a single valid build of either. |
01:37:01 | | Quit ZincAlloy (Quit: Leaving.) |
01:49:15 | | Quit pamaury (Ping timeout: 250 seconds) |
02:00 |
02:25:19 | | Quit sparetire (Ping timeout: 276 seconds) |
02:31:59 | | Join gumnos [0] (~Gumnos@2602:30a:c00f:ac10:ba70:f4ff:fe1e:1ef2) |
02:32:28 | | Quit nlogex (Ping timeout: 276 seconds) |
02:37:08 | gumnos | is there anything I should do to diagnose a slow USB transfer? I've got a Clip+ with modestly recent firmware (I'd check but it's still mid-transfer; rockboxed early this year). The USB transfer is painfully slow. Pushing ~2.2G of podcasts, it's less than half done ~2hr after I started it. |
02:39:35 | | Join nlogex [0] (~filip@dhcp-108-168-15-53.cable.user.start.ca) |
02:42:56 | gumnos | FWIW, the host PC is running Debian Stable and connected to a USB2 port. Previous Rockbox version used the factory firmware for USB transfers (had to reboot) and, while not blazing fast, were a heckuva lot faster than what I'm suffering currently. |
03:00 |
03:02:18 | fishbulb | much larger files? |
03:03:45 | gumnos | roughly the same as usual. The podcasts range from 2MB to 120MB, most in the 20-40MB range. |
03:04:05 | fishbulb | I transferred 60gb of shit, it said 1 hour, the first 11,000 files were music, the last 8,000 were tiny files that all happened in the last 4 minutes |
03:04:59 | fishbulb | I have no idea really. |
03:05:13 | gumnos | I started with "mv -v ~/Downloads/mp3 /media/sansa/PODCASTS" and have also tried "rsync -avr ~/Downloads/mp3/* /media/sansa/PODCASTS/" and both were super-slow today. |
03:05:56 | gumnos | I've got about half of them on there now, enough to get me through the dishes, and I'll resume the rsync tonight to get the rest over. But I didn't know if there was any anomaly or edge-case I should watch for |
03:09:11 | [Saint] | y'know you don't actually have to use the default file path structure from the OF, right? |
03:09:39 | [Saint] | Rockbox couldn't care less where your media is located as long as it isn't inside /.rockbox itself |
03:10:09 | Moarc | those directories will be recreated ie. when using the OF to update the bootloader |
03:10:09 | [Saint] | and even that is technically allowable it just makes the db scan fail and the filebrowser won't display the dotpath by default. |
03:10:29 | Moarc | so you might just as well put your media in them :D |
03:10:36 | [Saint] | Which you literally never have to do. |
03:10:42 | Moarc | true. |
03:11:44 | gumnos | [Saint]: Yeah, I've deleted a number of the dirs that I don't use. I just left the PODCASTS/ directory there since it made sense and allowed me to not update my scripts :) |
03:12:21 | [Saint] | Ah, right, fair enough. |
03:13:06 | [Saint] | gumnos: incidentally, since I didn't ask, are you on the release, or the development builds? |
03:13:28 | [Saint] | you really really really want to be on the latter. |
03:13:51 | gumnos | Um 3.13 according to "Rockbox Info" |
03:13:58 | [Saint] | There we go. |
03:14:05 | [Saint] | Explains terrible USB to a large extent. |
03:14:24 | [Saint] | You wanna not...errr...do that. Update. |
03:14:53 | gumnos | sounds like I've got a project for the weekend then. Or the next time I exhaust the supply of podcasts on the device (and thus don't care about anything on it) |
03:15:10 | [Saint] | it's just extracting a .zip. |
03:15:21 | [Saint] | no need to update the bootloader. |
03:17:13 | gumnos | ah, sweet. The other Clip+ (hardware is failing) had 3.10 and I had to use the OF for USB transfers which were adequate. I'll check out the latest. You recommend Dev over Release? |
03:17:33 | *** | Saving seen data "./dancer.seen" |
03:17:56 | [Saint] | Absolutely. |
03:18:19 | [Saint] | The current release is literally years old and misses out on a metric tonne of fixes. |
03:19:07 | [Saint] | There was no real reason to keep up with the releases, even though it would be nice to do so, with git head so stable for the supported devices. |
03:20:05 | [Saint] | Basically it boiled down to everyone on a release probably being happy with that and unlikely to update and those who were like to update already being on the development branch? |
03:20:19 | [Saint] | Something like this, plus a lot of time and effort and management between people to do a release. |
03:20:31 | gumnos | so snag the latest .zip from http://download.rockbox.org/daily/sansaclipplus/rockbox-sansaclipplus.zip and unzip it on the device? Any tips for diving into the Dev-branch pool? |
03:20:59 | [Saint] | Everything should "Just Work", the manual is there for anything that is new or might surprise you. |
03:21:12 | [Saint] | The manual always tracks the dev branch. |
03:22:08 | gumnos | alrighty. Muchas gracias. Not just for the tips, but also for any efforts you put forth in actual Rockbox development. It's one of those things that just works for the most part, and makes the Clip+ a world better. |
03:23:04 | [Saint] | http://www.rockbox.org/since-release.html details everything added since the last release if it interests you. |
03:23:29 | [Saint] | there's a lot of work in there compared to 3.13. |
03:24:08 | [Saint] | spanning back to very early 2013, wow. |
03:26:09 | [Saint] | two very big areas of functionality that are transparent to the user have been rewritten almost entirely. |
03:26:27 | [Saint] | (playback engine and filesytem) |
03:59:41 | | Quit duo8 (Ping timeout: 250 seconds) |
04:00 |
04:02:32 | | Join duo8 [0] (~ZNC-SRV-H@117.6.48.103) |
04:05:39 | __builtin | gumnos: http://www.rockbox.org/wiki/MajorChanges lists a huge number of changes since 3.13 |
04:06:28 | * | __builtin counts at least 5 new/greatly improved plugins |
04:08:12 | | Quit prof_wolfff (Ping timeout: 244 seconds) |
04:08:38 | [Saint] | most of them by __builtin |
04:08:47 | __builtin | not all ;) |
04:09:10 | * | __builtin wonders why there isn't a 4.0 or 3.14 already |
04:09:50 | [Saint] | reasons outlines above, basically. |
04:10:03 | [Saint] | only so many times that discussion needs to be had I think. |
04:10:10 | * | user890104 votes for 4.0 |
04:10:16 | [Saint] | Yes, it would be nice. No, it isn't necessary. |
04:10:34 | [Saint] | Everyone on a release is happy there, and those who aren't moved to dev long ago. |
04:10:57 | [Saint] | And, yes, I would think 4.0 IFF there was a release. |
04:11:09 | [Saint] | Because there's been several massive rewrites. |
04:12:05 | [Saint] | I highly doubt there's anyone left tracking the releases in the hope that one will eventually drop, some 4 years after the last one. |
04:12:21 | [Saint] | I think it fairly safe to say that. |
04:12:52 | __builtin | a release would certainly save [Saint] some time from poking users to upgrade |
04:13:31 | user890104 | getting code from the development branch may sound a bit scary for some users |
04:14:06 | __builtin | the fact that there's a bomb icon next to it on the site doesn't help |
04:14:28 | [Saint] | right, but if it is, they /probably/ wither just settled on 3.13 or forgot Rb existed by now. |
04:14:32 | [Saint] | that's largely my point. |
04:14:40 | [Saint] | those on the release are probably happy there. |
04:15:01 | [Saint] | if not, we'd probably see them here or the forums. |
04:15:10 | user890104 | but, they're missing a bunch of new plugins |
04:15:12 | [Saint] | and that happens like...maybe, maybe, every other month. |
04:15:34 | __builtin | important stuff, those plugins |
04:21:49 | | Join prof_wolfff [0] (~prof_wolf@82.159.0.123.dyn.user.ono.com) |
04:38:34 | fishbulb | um |
04:38:44 | fishbulb | has it changed since 2013? |
04:38:57 | fishbulb | should I re rockbox my players? |
04:39:22 | | Quit [Saint] (Ping timeout: 250 seconds) |
04:39:23 | fishbulb | I thought the stable release was the last thing to be released |
04:40:25 | __builtin | definitely |
04:40:56 | fishbulb | that's pretty cool |
04:52:29 | fishbulb | where do I get it? |
04:52:46 | fishbulb | is the bootloader changed? |
04:52:56 | fishbulb | I have a couple of iriver h340 |
04:54:41 | fishbulb | I'm half pissed about this MSATA ssd being fucked, for the few tracks it worked, it was fucking brilliant not to hear any hard drive noises at all |
04:56:18 | fishbulb | I use them as a software controlled headphone amp, put into recording mode and change the automatic gain control to fast, and it amplifies any signal you put into the line in |
04:56:54 | fishbulb | it's actually pretty cool, the class D amp in my phone is total shit, any bass clips excessively |
04:57:24 | fishbulb | it's probably good for a class D but still can't move these headphone drivers properly |
05:00 |
05:01:01 | fishbulb | and it looks a bit like a bomb when wired up and held together with rubber bands at airport security |
05:02:10 | | Quit __builtin (Ping timeout: 260 seconds) |
05:03:21 | fishbulb | so the new version has to be compiled |
05:04:32 | | Join __builtin [0] (~zulu@unaffiliated/franklin) |
05:05:30 | fishbulb | __builtin, is the only way to get this to compile it? |
05:07:42 | fishbulb | I use linux but not because I enjoy coding whatsoever |
05:07:43 | __builtin | fishbulb: no |
05:07:44 | __builtin | there are autobuilds on the website that are precompiled versions of the latest code |
05:07:59 | fishbulb | so there's no point in compiling it? |
05:08:13 | __builtin | mmh, you can code if you want |
05:08:30 | __builtin | but apart from that, not really if you don't plan on making changes |
05:08:32 | fishbulb | I'd rather not, where are the autobuilds? |
05:09:12 | fishbulb | I have two relatively stock devices |
05:09:15 | __builtin | http://build.rockbox.org/ |
05:10:59 | fishbulb | um. to keep my theme and settings, what do I not copy over? |
05:11:22 | __builtin | just copy everything |
05:11:30 | __builtin | it shouldn't overwrite your config files |
05:11:39 | fishbulb | sweetbix |
05:14:45 | __builtin | enjoy the new games ;) |
05:15:49 | fishbulb | are there audio tools? |
05:16:08 | fishbulb | actually I put tons of roms and shit on this but I never play games |
05:17:36 | *** | Saving seen data "./dancer.seen" |
05:17:40 | fishbulb | these things are my daily music devices, one records straight from the mixer at shows |
05:19:07 | __builtin | hmm, there's an a programmable metronome IIRC |
05:19:14 | fishbulb | that's always been there |
05:19:31 | __builtin | there's a bunch of new features that were added recently |
05:19:48 | __builtin | don't ask me though, I didn't do it |
05:20:04 | fishbulb | now it's copied I can look at it |
05:20:16 | | Join Strobokopp [0] (~Strobokop@x5f76883b.dyn.telefonica.de) |
05:20:58 | fishbulb | ROLO |
05:23:52 | | Quit Stroboko1p (Ping timeout: 260 seconds) |
05:31:19 | | Part gumnos |
05:48:59 | | Quit michaelni (Read error: Connection reset by peer) |
05:54:06 | | Quit Guest85177 (Ping timeout: 244 seconds) |
06:00 |
06:05:28 | | Join michaelni [0] (~michael@chello213047041020.graz.surfer.at) |
06:20:46 | | Quit nlogex (Quit: WeeChat 1.5) |
06:27:27 | fishbulb | whoa. sick. |
06:27:40 | fishbulb | please do another stable release |
06:28:21 | fishbulb | I like messing with things and I genuinely thought rockbox had stopped at the stable release |
06:49:20 | | Join alexweissman [0] (~alexweiss@c-68-51-85-190.hsd1.in.comcast.net) |
07:00 |
07:01:06 | | Quit fishbulb (Remote host closed the connection) |
07:17:37 | *** | Saving seen data "./dancer.seen" |
07:23:23 | | Quit cttttt (Ping timeout: 250 seconds) |
07:24:14 | | Quit marex-cloud (Ping timeout: 250 seconds) |
07:26:55 | | Join nlogex [0] (~filip@dhcp-108-168-15-53.cable.user.start.ca) |
07:30:46 | | Join cttttt [0] (sid135570@gateway/web/irccloud.com/x-gwjiwnmehmpcfsus) |
07:31:36 | | Join marex-cloud [0] (sid137234@gateway/web/irccloud.com/x-hmqupflwxyepjhwv) |
07:49:00 | | Join edhelas [0] (~edhelas@145.133.43.230) |
07:57:49 | | Join fishbulb [0] (~fishbulb@unaffiliated/fishbulb) |
07:58:18 | fishbulb | so what determines the file allocation table error messages and shit like that |
07:58:21 | fishbulb | is that the bootloader |
07:58:46 | fishbulb | or does the bootloader just allow the files in .rockbox to be used |
07:59:41 | fishbulb | the metronome functions better, but that noise is horrible, the click is more like a "click track" |
08:00 |
08:00:10 | fishbulb | the blip noise is terrible and I wouldn't want that for keeping time |
08:00:38 | fishbulb | the display with the ascii bars is good |
08:01:42 | fishbulb | a lot of plugins returned errors, and the oscilliscope and FTT and other plugins for visualising stuff doesn't work with the fm player |
08:03:00 | fishbulb | that would be cool if it did, the ftt would be more like a "waterfall" in gnuradio for fm, however useful that is or isn't because I don't think I even have any fm transmitters anymore |
08:05:21 | fishbulb | is there ever going to be a terminal? |
08:12:23 | | Join ender` [0] (krneki@foo.eternallybored.org) |
08:13:12 | | Quit nlogex (Ping timeout: 250 seconds) |
08:26:04 | | Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de) |
08:35:53 | | Join xorly [0] (~xorly@ip-89-176-117-132.net.upcbroadband.cz) |
08:54:03 | | Join sparetire [0] (~sparetire@unaffiliated/sparetire) |
09:00 |
09:01:54 | | Quit edhelas (Ping timeout: 260 seconds) |
09:17:38 | *** | Saving seen data "./dancer.seen" |
09:23:34 | | Join Boltermor [0] (~Boltermor@subscr-46-148-172-80.dhcp-docsis.net.tomkow.pl) |
09:24:33 | | Quit Boltermor (Remote host closed the connection) |
09:38:26 | | Join elensil [0] (~edhelas@2001:1c02:1903:d800:983:e097:4706:8f9c) |
10:00 |
10:35:27 | | Join ZincAlloy [0] (~Adium@2a02:8108:8bc0:1664:b48f:d286:205a:da91) |
10:39:59 | | Join T-rack [0] (4d638c8d@gateway/web/freenode/ip.77.99.140.141) |
10:46:23 | | Quit T-rack (Ping timeout: 250 seconds) |
10:47:29 | | Quit ZincAlloy (Quit: Leaving.) |
10:49:38 | | Quit TheSeven (Ping timeout: 250 seconds) |
10:50:04 | | Join TheSeven [0] (~quassel@rockbox/developer/TheSeven) |
10:57:06 | | Quit PurlingNayuki (Remote host closed the connection) |
11:00 |
11:17:07 | | Join petur [0] (~petur@rockbox/developer/petur) |
11:17:39 | *** | Saving seen data "./dancer.seen" |
11:46:51 | | Join krabador [0] (~krabador@unaffiliated/krabador) |
12:00 |
12:05:42 | | Join feoafka [0] (~afoakf@d23-16-72-85.bchsia.telus.net) |
12:05:56 | | Join pamaury [0] (~pamaury@rockbox/developer/pamaury) |
12:06:03 | | Quit athidhep (Ping timeout: 240 seconds) |
12:09:33 | Horrorcat | pamaury: thanks! also, yet another "does not turn on" event: this time, because I could not use my notebook that time to start the device, I waited a minute or something. then, turning on worked. |
12:10:05 | Horrorcat | is there a temporary lock after un-holding while turned off, too? and if, how long does that last? |
12:11:29 | pamaury | no |
12:11:39 | pamaury | at least not that I am aware of |
12:12:15 | pamaury | Horrorcat: can you describe again what happened exactly ? |
12:12:46 | Horrorcat | today? |
12:13:21 | Horrorcat | I was in the bus (so vibrations occur); tried to turn the zenxfi3 on, no reaction from the device. tried one or two more times, no reaction. waited for several seconds (10 or so), tried again, device turned on |
12:15:48 | pamaury | this point I am even wondering if the issue is with rockbox or not |
12:16:12 | Horrorcat | I also suspect hardware |
12:16:19 | Horrorcat | by now |
12:16:43 | Horrorcat | the reset thing made it plausible that some weird state could be off and somehow locking the power on, but this doesn’t make sense now anymore |
12:17:38 | pamaury | well the ultimate test would to uninstall rockbox and see if it happens with the OF... |
12:22:33 | Horrorcat | hm, true |
12:22:45 | Horrorcat | I may do that when the adapter chain for my h3xx arrives. |
12:24:30 | pamaury | ok, that would be awesome but I understand if you don't do it, the OF is just pure crap |
12:25:48 | Horrorcat | actually I don’t know. I haven’t used it except for testing that headphone issue. :-) |
12:30:23 | | Quit pamaury (Ping timeout: 244 seconds) |
12:36:15 | | Join Boltermor [0] (~Boltermor@subscr-46-148-172-80.dhcp-docsis.net.tomkow.pl) |
12:47:06 | | Join ZincAlloy [0] (~Adium@ip1f12f931.dynamic.kabel-deutschland.de) |
12:48:48 | | Join pamaury [0] (~pamaury@rockbox/developer/pamaury) |
12:57:47 | | Quit xorly (Ping timeout: 276 seconds) |
13:00 |
13:06:33 | | Nick Rondom_ is now known as Rondom (~rondom@modo.nonmodosedetiam.net) |
13:17:41 | *** | Saving seen data "./dancer.seen" |
13:29:27 | | Quit amayer (Quit: Leaving) |
13:32:27 | | Join amayer [0] (~amayer@mail.weberadvertising.com) |
13:58:15 | | Quit sparetire (Ping timeout: 276 seconds) |
14:00 |
14:03:00 | | Join xorly [0] (~xorly@193.85.203.185) |
14:14:03 | | Quit duo8 (Ping timeout: 252 seconds) |
14:14:22 | fishbulb | horrorcat |
14:14:35 | fishbulb | h340 vs modern day player |
14:14:53 | fishbulb | h3whatever vs modern |
14:15:34 | fishbulb | when I find a low current ssd I'm putting it in one of these. the response time while it worked was instant. this drive clicks for a few seconds doing anything. |
14:16:39 | Horrorcat | sorry, I don’t understand, fishbulb |
14:16:54 | fishbulb | how do you think the DACs and amps compare |
14:17:08 | fishbulb | to modern ones |
14:17:11 | Horrorcat | dunno |
14:17:16 | fishbulb | why not |
14:17:21 | Horrorcat | I haven’t noticed anything bad about the zenxfi3 yet |
14:18:45 | fishbulb | what kind of headphones do you use? |
14:19:15 | Horrorcat | on the go I have more or less cheap sennheiser MX365 earplugs, at home I use my sennheiser HD215 |
14:19:42 | fishbulb | is there a headfi irc channel? |
14:19:45 | Horrorcat | dunno |
14:20:13 | fishbulb | those forums deal with high quality portable players and headphones |
14:20:52 | Horrorcat | well, I’m happy as long as it runs rockbox and isn’t as bad as my mobile phone. |
14:21:52 | | Quit ZincAlloy (Quit: Leaving.) |
14:22:54 | | Join duo8 [0] (~ZNC-SRV-H@117.6.48.103) |
14:23:17 | | Join JanC_ [0] (~janc@lugwv/member/JanC) |
14:24:21 | | Nick JanC is now known as Guest27912 (~janc@lugwv/member/JanC) |
14:24:21 | | Nick JanC_ is now known as JanC (~janc@lugwv/member/JanC) |
14:25:26 | | Quit Guest27912 (Ping timeout: 250 seconds) |
15:00 |
15:11:14 | | Join JanC_ [0] (~janc@lugwv/member/JanC) |
15:12:17 | | Quit JanC (Killed (barjavel.freenode.net (Nickname regained by services))) |
15:12:17 | | Nick JanC_ is now known as JanC (~janc@lugwv/member/JanC) |
15:17:45 | *** | Saving seen data "./dancer.seen" |
15:23:46 | fishbulb | I look up any msata ssd |
15:24:05 | fishbulb | and the average consumption is like 50mW |
15:24:35 | fishbulb | well the toshiba 850 evo in this case, it says average 50mW |
15:24:40 | fishbulb | burst something like 6W |
15:32:18 | | Join foolsh [0] (~starchase@2601:241:c200:4bc5:8009:50df:bce:14f1) |
15:34:56 | fishbulb | I wonder if any of them really work in the h340 |
15:35:00 | fishbulb | like the people in the forums claimed |
16:00 |
16:25:04 | | Join nlogex [0] (~filip@dhcp-108-168-15-53.cable.user.start.ca) |
16:53:51 | | Quit fishbulb (Remote host closed the connection) |
17:00 |
17:14:41 | | Quit xorly (Ping timeout: 272 seconds) |
17:17:03 | | Quit feoafka (Quit: feoafka) |
17:17:49 | *** | Saving seen data "./dancer.seen" |
17:37:00 | | Quit krnlyng (Ping timeout: 258 seconds) |
17:44:53 | | Join xorly [0] (~xorly@193.85.203.185) |
17:49:20 | | Join krnlyng [0] (~liar@178.114.7.103.wireless.dyn.drei.com) |
17:56:20 | | Join p3tur [0] (~petur@78-23-23-252.access.telenet.be) |
17:56:20 | | Quit p3tur (Changing host) |
17:56:20 | | Join p3tur [0] (~petur@rockbox/developer/petur) |
18:00 |
18:00:33 | | Quit elensil (Quit: Leaving.) |
18:02:29 | | Quit petur (Ping timeout: 250 seconds) |
18:07:42 | | Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) |
18:07:57 | | Quit xorly (Ping timeout: 244 seconds) |
18:44:49 | __builtin | is it just me, or is the newer version on the classic just "slow"? |
18:45:05 | __builtin | there's a considerable lag when scrolling |
18:45:54 | | Join edhelas [0] (~edhelas@145.133.43.230) |
18:53:45 | | Quit edhelas (Ping timeout: 244 seconds) |
19:00 |
19:02:13 | | Quit Boltermor (Quit: Leaving) |
19:12:11 | | Quit Moarc (Ping timeout: 276 seconds) |
19:13:33 | | Join Moarc [0] (~chujko@2002:551c:8069:1:cc73:aeb8:2b17:990b) |
19:17:52 | *** | Saving seen data "./dancer.seen" |
19:22:45 | | Join lebellium [0] (~chatzilla@89-93-179-187.hfc.dyn.abo.bbox.fr) |
19:30:18 | | Join ender [0] (krneki@foo.eternallybored.org) |
19:31:28 | | Quit ender` (Ping timeout: 244 seconds) |
19:54:34 | | Join ZincAlloy [0] (~Adium@2a02:8108:8bc0:1664:c154:656b:4e58:9fea) |
19:54:55 | | Join ender` [0] (krneki@foo.eternallybored.org) |
19:56:18 | | Join edhelas [0] (~edhelas@145.133.43.230) |
19:57:18 | | Quit ender (Ping timeout: 244 seconds) |
19:57:48 | | Quit ruhans (Ping timeout: 250 seconds) |
19:58:44 | | Quit Strife89 (Quit: No Ping reply in 180 seconds.) |
20:00 |
20:00:04 | | Join ruhans [0] (uid76353@gateway/web/irccloud.com/x-vpgyxxikdzstqbtj) |
20:00:09 | | Join Strife89 [0] (~quassel@adsl-98-67-63-156.mcn.bellsouth.net) |
20:18:42 | | Quit edhelas (Ping timeout: 252 seconds) |
20:21:24 | | Quit krabador (Remote host closed the connection) |
20:25:34 | | Quit pamaury (Remote host closed the connection) |
20:42:10 | | Join girafe [0] (~girafe@LFbn-1-8020-64.w90-112.abo.wanadoo.fr) |
20:50:03 | | Join pamaury [0] (~pamaury@rockbox/developer/pamaury) |
20:56:27 | | Join PurlingNayuki [0] (~Thunderbi@v163-44-154-238.a00f.g.sin1.static.cnode.io) |
21:00 |
21:01:37 | | Quit p3tur (Quit: Connection reset by beer) |
21:02:40 | | Join petur [0] (~petur@78-23-23-252.access.telenet.be) |
21:02:40 | | Quit petur (Changing host) |
21:02:40 | | Join petur [0] (~petur@rockbox/developer/petur) |
21:17:55 | *** | Saving seen data "./dancer.seen" |
21:36:27 | | Join einhirn [0] (~Miranda@p4FC11871.dip0.t-ipconnect.de) |
21:39:17 | | Join einhirn_ [0] (~Miranda@bsod.rz.tu-clausthal.de) |
21:40:38 | | Quit einhirn (Ping timeout: 244 seconds) |
22:00 |
22:13:39 | | Join toli [0] (~toli@ip-83-134-71-76.dsl.scarlet.be) |
22:14:45 | toli | guys, I installed tarkan's adapter with mSata 120GB kingston, the lastest rockbox installed with the rockbox utility is buging. ata -32 error |
22:14:48 | toli | any ideas? |
22:15:23 | Horrorcat | which device? |
22:15:37 | Horrorcat | and what exactly is "tarkan’s adapter" |
22:16:02 | toli | ipod 5.5 |
22:16:27 | toli | it's th iflash msata |
22:20:00 | toli | it ran once, but not anymore, only the ipod os runs |
22:20:09 | Horrorcat | check the file sytsem |
22:20:18 | toli | its fat32 |
22:20:22 | Horrorcat | check it for errors |
22:20:37 | toli | in diag mode? |
22:20:56 | Horrorcat | what operating system do you use? |
22:21:29 | toli | Windows |
22:21:45 | Horrorcat | does the device show up when you connect it via USB? |
22:21:45 | toli | I have all OSes but I used the Windows |
22:21:50 | toli | yes |
22:22:22 | Horrorcat | try to get windows to check the file system. not sure how you’d do that, maybe start with right-clicking the device’s entry in "My computer" |
22:24:20 | toli | successfuly scanned the drive no errors were found |
22:24:24 | Horrorcat | hmmm |
22:24:52 | Horrorcat | sorry, I’m afraid I’m out of generic advice then. maybe there’s someone with more ipod experience than me (I have zero :-)) around who can help you if you stick around for a while :-) |
22:25:26 | toli | thanks for your effort Horrorcat |
22:27:19 | Horrorcat | no problem, toli |
22:28:21 | | Join Stroboko1p [0] (~Strobokop@x5f769f10.dyn.telefonica.de) |
22:29:50 | | Quit Strobokopp (Ping timeout: 264 seconds) |
22:37:57 | | Quit einhirn_ (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) |
22:41:51 | pamaury | does the usb driver works on TCC ? (Cowon D2, Sansa C100/M200) |
22:42:13 | gevaerts | It used to, anyway |
22:43:41 | | Join saratoga [0] (123e11e0@gateway/web/freenode/ip.18.62.17.224) |
22:44:30 | saratoga | toli: I think that means some kind of problem with the hard drive |
22:45:00 | saratoga | i think some of those aftermarket adapters need special builds to work with the adapter, maybe check what they recommend |
22:45:19 | toli | it's a brand new kingston mSata with iflash, the apple OS works fine, I can copy big data on it with disk mode saratoga |
22:45:38 | toli | saratoga, indeed |
22:45:42 | toli | I will ask them |
22:48:37 | saratoga | it would be nice if someone with one of these adapters would actually contribute some patch back to us to fix support instead of just posting a half working build on their website though |
22:51:12 | | Join edhelas [0] (~edhelas@145.133.43.230) |
22:54:48 | | Quit petur (Quit: Connection reset by beer) |
22:59:28 | toli | on his website there is a tutorial for the ipod classic |
22:59:34 | toli | only |
23:00 |
23:00:56 | | Join krabador [0] (~krabador@unaffiliated/krabador) |
23:10:42 | | Quit lebellium (Quit: ChatZilla 0.9.92 [Firefox 46.0.1/20160502172042]) |
23:17:31 | | Quit krabador (Quit: Take The Time) |
23:17:59 | *** | Saving seen data "./dancer.seen" |
23:52:57 | | Join [Saint] [0] (77e01fae@rockbox/staff/saint) |