Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2016-06-09

00:00:49pamaurydamn it, it actually is a problem
00:03:59pamaury__builtin: I updated g#1334
00:04:00fs-bluebotGerrit review #1334 at http://gerrit.rockbox.org/r/1334 : imx233: fix stupid typo in debug screen by Amaury Pouly
00:04:08pamaury g#1343
00:04:09fs-bluebotGerrit review #1343 at http://gerrit.rockbox.org/r/1343 : OTP plugin: add typing code over USB by Franklin Wei
00:04:10pamauryit works
00:04:22pamaurybut it relies on a delay when OS is sending led status
00:04:31pamaurywhich is unbearably ugly
00:07:06__builtinis there a blocking equivalent of usb_drv_recv?
00:07:15pamauryno
00:07:35__builtin/could/ there be one?
00:07:51pamauryyes, you "just" need to implement it for every driver
00:07:51__builtini.e. write one?
00:07:56pamauryon most it's trivial
00:08:02pamauryon some not completely
00:08:29__builtinhow about a wrapper that calls usb_drv_recv until it gets data?
00:09:59pamauryno 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:37pamauryexcept 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:03pamauryI think a blocking version of usb_drv_recv is more reasonable
00:14:53__builtinbut it's lots of work for a tiny gain
00:18:02pamaurywell a blocking receive is useful in other scenarios like usb audio and it's not that much work
00:18:06pamauryI can do it tomorrow
00:18:34__builtinwow, 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__builtinany advice for restoring a cracked DAP screen?
01:21:38__builtinor 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:08gumnosis 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:56gumnosFWIW, 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:18fishbulbmuch larger files?
03:03:45gumnosroughly the same as usual. The podcasts range from 2MB to 120MB, most in the 20-40MB range.
03:04:05fishbulbI 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:59fishbulbI have no idea really.
03:05:13gumnosI 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:56gumnosI'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:09Moarcthose 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:29Moarcso you might just as well put your media in them :D
03:10:36[Saint]Which you literally never have to do.
03:10:42Moarctrue.
03:11:44gumnos[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:51gumnosUm 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:53gumnossounds 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:13gumnosah, 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:31gumnosso 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:08gumnosalrighty. 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__builtingumnos: 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__builtinnot 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__builtina release would certainly save [Saint] some time from poking users to upgrade
04:13:31user890104getting code from the development branch may sound a bit scary for some users
04:14:06__builtinthe 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:10user890104but, they're missing a bunch of new plugins
04:15:12[Saint]and that happens like...maybe, maybe, every other month.
04:15:34__builtinimportant stuff, those plugins
04:21:49 Join prof_wolfff [0] (~prof_wolf@82.159.0.123.dyn.user.ono.com)
04:38:34fishbulbum
04:38:44fishbulbhas it changed since 2013?
04:38:57fishbulbshould I re rockbox my players?
04:39:22 Quit [Saint] (Ping timeout: 250 seconds)
04:39:23fishbulbI thought the stable release was the last thing to be released
04:40:25__builtindefinitely
04:40:56fishbulbthat's pretty cool
04:52:29fishbulbwhere do I get it?
04:52:46fishbulbis the bootloader changed?
04:52:56fishbulbI have a couple of iriver h340
04:54:41fishbulbI'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:18fishbulbI 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:54fishbulbit's actually pretty cool, the class D amp in my phone is total shit, any bass clips excessively
04:57:24fishbulbit's probably good for a class D but still can't move these headphone drivers properly
05:00
05:01:01fishbulband 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:21fishbulbso the new version has to be compiled
05:04:32 Join __builtin [0] (~zulu@unaffiliated/franklin)
05:05:30fishbulb__builtin, is the only way to get this to compile it?
05:07:42fishbulbI use linux but not because I enjoy coding whatsoever
05:07:43__builtinfishbulb: no
05:07:44__builtinthere are autobuilds on the website that are precompiled versions of the latest code
05:07:59fishbulbso there's no point in compiling it?
05:08:13__builtinmmh, you can code if you want
05:08:30__builtinbut apart from that, not really if you don't plan on making changes
05:08:32fishbulbI'd rather not, where are the autobuilds?
05:09:12fishbulbI have two relatively stock devices
05:09:15__builtinhttp://build.rockbox.org/
05:10:59fishbulbum. to keep my theme and settings, what do I not copy over?
05:11:22__builtinjust copy everything
05:11:30__builtinit shouldn't overwrite your config files
05:11:39fishbulbsweetbix
05:14:45__builtinenjoy the new games ;)
05:15:49fishbulbare there audio tools?
05:16:08fishbulbactually I put tons of roms and shit on this but I never play games
05:17:36***Saving seen data "./dancer.seen"
05:17:40fishbulbthese things are my daily music devices, one records straight from the mixer at shows
05:19:07__builtinhmm, there's an a programmable metronome IIRC
05:19:14fishbulbthat's always been there
05:19:31__builtinthere's a bunch of new features that were added recently
05:19:48__builtindon't ask me though, I didn't do it
05:20:04fishbulbnow it's copied I can look at it
05:20:16 Join Strobokopp [0] (~Strobokop@x5f76883b.dyn.telefonica.de)
05:20:58fishbulbROLO
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:27fishbulbwhoa. sick.
06:27:40fishbulbplease do another stable release
06:28:21fishbulbI 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:18fishbulbso what determines the file allocation table error messages and shit like that
07:58:21fishbulbis that the bootloader
07:58:46fishbulbor does the bootloader just allow the files in .rockbox to be used
07:59:41fishbulbthe metronome functions better, but that noise is horrible, the click is more like a "click track"
08:00
08:00:10fishbulbthe blip noise is terrible and I wouldn't want that for keeping time
08:00:38fishbulbthe display with the ascii bars is good
08:01:42fishbulba 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:00fishbulbthat 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:21fishbulbis 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:33Horrorcatpamaury: 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:05Horrorcatis there a temporary lock after un-holding while turned off, too? and if, how long does that last?
12:11:29pamauryno
12:11:39pamauryat least not that I am aware of
12:12:15pamauryHorrorcat: can you describe again what happened exactly ?
12:12:46Horrorcattoday?
12:13:21HorrorcatI 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:48pamaury this point I am even wondering if the issue is with rockbox or not
12:16:12HorrorcatI also suspect hardware
12:16:19Horrorcatby now
12:16:43Horrorcatthe 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:38pamaurywell the ultimate test would to uninstall rockbox and see if it happens with the OF...
12:22:33Horrorcathm, true
12:22:45HorrorcatI may do that when the adapter chain for my h3xx arrives.
12:24:30pamauryok, that would be awesome but I understand if you don't do it, the OF is just pure crap
12:25:48Horrorcatactually 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:22fishbulbhorrorcat
14:14:35fishbulbh340 vs modern day player
14:14:53fishbulbh3whatever vs modern
14:15:34fishbulbwhen 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:39Horrorcatsorry, I don’t understand, fishbulb
14:16:54fishbulbhow do you think the DACs and amps compare
14:17:08fishbulbto modern ones
14:17:11Horrorcatdunno
14:17:16fishbulbwhy not
14:17:21HorrorcatI haven’t noticed anything bad about the zenxfi3 yet
14:18:45fishbulbwhat kind of headphones do you use?
14:19:15Horrorcaton the go I have more or less cheap sennheiser MX365 earplugs, at home I use my sennheiser HD215
14:19:42fishbulbis there a headfi irc channel?
14:19:45Horrorcatdunno
14:20:13fishbulbthose forums deal with high quality portable players and headphones
14:20:52Horrorcatwell, 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:46fishbulbI look up any msata ssd
15:24:05fishbulband the average consumption is like 50mW
15:24:35fishbulbwell the toshiba 850 evo in this case, it says average 50mW
15:24:40fishbulbburst something like 6W
15:32:18 Join foolsh [0] (~starchase@2601:241:c200:4bc5:8009:50df:bce:14f1)
15:34:56fishbulbI wonder if any of them really work in the h340
15:35:00fishbulblike 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__builtinis it just me, or is the newer version on the classic just "slow"?
18:45:05__builtinthere'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:45toliguys, I installed tarkan's adapter with mSata 120GB kingston, the lastest rockbox installed with the rockbox utility is buging. ata -32 error
22:14:48toliany ideas?
22:15:23Horrorcatwhich device?
22:15:37Horrorcatand what exactly is "tarkan’s adapter"
22:16:02toliipod 5.5
22:16:27toliit's th iflash msata
22:20:00toliit ran once, but not anymore, only the ipod os runs
22:20:09Horrorcatcheck the file sytsem
22:20:18toliits fat32
22:20:22Horrorcatcheck it for errors
22:20:37toliin diag mode?
22:20:56Horrorcatwhat operating system do you use?
22:21:29toliWindows
22:21:45Horrorcatdoes the device show up when you connect it via USB?
22:21:45toliI have all OSes but I used the Windows
22:21:50toliyes
22:22:22Horrorcattry 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:20tolisuccessfuly scanned the drive no errors were found
22:24:24Horrorcathmmm
22:24:52Horrorcatsorry, 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:26tolithanks for your effort Horrorcat
22:27:19Horrorcatno 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:51pamaurydoes the usb driver works on TCC ? (Cowon D2, Sansa C100/M200)
22:42:13gevaertsIt used to, anyway
22:43:41 Join saratoga [0] (123e11e0@gateway/web/freenode/ip.18.62.17.224)
22:44:30saratogatoli: I think that means some kind of problem with the hard drive
22:45:00saratogai think some of those aftermarket adapters need special builds to work with the adapter, maybe check what they recommend
22:45:19toliit'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:38tolisaratoga, indeed
22:45:42toliI will ask them
22:48:37saratogait 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:28tolion his website there is a tutorial for the ipod classic
22:59:34tolionly
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)

Previous day | Next day