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 2005-08-08

00:01:12stevenmmatsl, yes. you need glibc-2.3.5-r1
00:01:52lodesistevenm: one more time, thx very much
00:01:54lodesignightall!
00:01:59matslstevenm: ok.
00:02:00 Part lodesi ("Leaving")
00:03:24***Saving seen data "./dancer.seen"
00:08:46 Quit Aison ("( www.nnscript.de :: NoNameScript 3.72 :: www.XLhost.de )")
00:15:14 Quit edx (Read error: 104 (Connection reset by peer))
00:16:06stevenmDoes anyone mind if I commit some midi changes?
00:16:46Bagdernope
00:16:56Bagderonly if you break the build ;-)
00:17:19stevenmyea.. that's what scares me. I am double-checking if I break anything
00:17:39stevenmthe 20 minutes after commit are probably the longest ever, until the new build status comes up
00:18:18Bagderyeps
00:19:34Bagderbut I believe it is around 11 minutes ;-)
00:20:11stevenmwell, here goes.. cvs commit -m "Whatever" .. it's -m for the comment, right?
00:20:26Bagderyes, or let it pop up your editor
00:20:54stevenmah, excellent. there it went
00:20:57*stevenm runs like hell
00:21:33 Join edx [0] (edx@p54A8FE8C.dip.t-dialin.net)
00:24:22Bagderthat dsp change breaks my sim sound
00:24:46stevenmBagder, oops..
00:24:57stevenmBagder, which ?
00:25:14stevenmWhere?
00:25:20Bagder"/dev/dsp1" instead of "/dev/dsp"
00:25:28Bagderuisimulator/x11/sound.c
00:25:35stevenmBagder, woah, that was NOT supposed to happen
00:26:25stevenmAlright, here, let me fix that
00:26:33 Quit Rick ("I… don't need to be here.")
00:27:13stevenmBagder, sorry
00:27:15*stevenm hides
00:27:18Bagderno worries
00:27:50Bagderanother problem:
00:28:00Bagderthere is no midi2wav.c in apps/plugins
00:29:07stevenmBagder, eh?? THAT is strange. But it is here! And it was shown in nano and all
00:29:25 Join Rick [0] (rick@pool-71-108-13-143.lsanca.dsl-w.verizon.net)
00:29:37 Join stripwax_ [0] (~stripwax@213-228-241-36.dsl.prodigynet.co.uk)
00:29:48stevenmBagder, do you know why this is happening?
00:30:20Bagderall the xxx2wav plugins were removed
00:30:31Bagderif you want it back, you must re-add it
00:30:47Bagderbut this proves you use something else than the latest cvs ;-)
00:31:11stevenmBagder, I ran checkout, and it all came.
00:31:19stevenmAhhh! I forgot the add part
00:32:28stevenmthere, THAT should be it
00:32:43Bagderfunny how the build table script doesn't notice that
00:33:20Bagder(I'll work on _that_ another day)
00:33:36Bagderbuilt fine here now
00:34:22stevenmBagder, ah, phew
00:34:45stevenmBagder, yes, strange- no red
00:35:02stripwax_well hello
00:35:15stevenmhi
00:36:29stripwax_how's midi?
00:37:15stevenmstripwax_, just comitted some changes
00:37:52stripwax_oh cool!
00:38:01stevenmhaven't worked on it for a while, work, etc. Now back to work, just redid that pitchpend table, so that cheezy 80s sounds better
00:38:40stevenmI am waiting for 3x0 support (and more importantly, my paychecks) before buying a device, then I optimize it more
00:41:01stripwax_stevenm - i could take a look. where are the bottlenecks?
00:41:12stevenmstripwax_, I think inside synth.c
00:41:54stripwax_stevenm - hehe, yeah, - any ideas whereabouts in synth.c?
00:41:55stevenmstripwax_, probably synthvoice, etc. Right now it won't actually play sound, because of removal of xxx2wav and plugin api not yet having dsp access.. but it will work
00:42:17stevenmstripwax_, probably synthVoice() and synthSample
00:42:47stevenmand the code in midi2wav.c which calls synthSample. that runs every sample basically.. most stuff within sequencer.c, etc, runs once every event, which is not nearly as often
00:43:49 Quit Moos (" Want to be different? HydraIRC -> http://www.hydrairc.com <-")
00:43:59matslcu
00:44:44 Quit matsl (Remote closed the connection)
00:44:45stripwax_stevenm - cool.
00:44:49stevenmWow, green build
00:45:32stevenmstripwax_, yea.. the pitch thing was the big change.. 2 extra bits of percision, sounds MUCH better
00:46:03stevenmI can make it even more, but then the table gets bigger. it's just size, anyway
00:46:25stripwax_stevenm - hm, using a bitmap for isUsed rather than an array should give a small speedup
00:46:40stevenmbitmap ?
00:47:38stripwax_yeah. unsigned int isUsed = 0x00000000; that gives 32 channels. set a bit for each channel in use, and your loop in synthSample becomes just if (isUsed & 0x01) //blah isUsed >>= 1; etc
00:48:26stripwax_actually, no reason to think it would necessarily be any faster; but it will use a bit less memory anyway
00:48:37stevenmstripwax_, I am not sure i understand.. isUsed marks a voice as used, not a whole channel
00:48:56stevenmIt basically says if a voice is currently playing, or is it save to put a new note in that object and activate it
00:49:15stripwax_stevenm - yeah that's what I mean. I should have said voices not channels.
00:52:09stevenmstripwax_, what if I want more than 32 voices? Multiple variables?
00:52:14stevenmarg, stupid wifi
00:53:22stripwax_exactly.
00:53:33stevenmah.. that's an idea
01:00
01:03:57 Join alxcm [0] (~alx@68-232-83-247.chvlva.adelphia.net)
01:04:02alxcmwhy, hello everyone
01:04:10alxcmi just discovered a cool bug
01:04:43alxcmattempting to play an m3u playlist with nonexistant files in it
01:04:52alxcmresults in an infinite "Loading..." loop
01:04:58alxcmor at least a really, really long one
01:05:07alxcmduring which the backlight is on constantly
01:05:15Bagderweird
01:05:20alxcmwhich is just as good, i suppose, because that way my battery will run down faster
01:05:39alxcmand i can turn the player off :D
01:06:23stevenmthe glass is half full, eh?
01:06:33stripwax_bugs are usually not good :-)
01:06:46alxcmyeah
01:07:19alxcmwell it sucks, because i had a fully charged battery
01:07:33alxcmso now i've gotta wait like 10+ hours
01:07:41alxcmbecause rockbox gets such awesome battery life
01:07:47alxcmand the hdd is not spinning
01:08:01alxcmthis is for the iriver port, btw
01:08:03Bagderget out your paperclip
01:08:28alxcmi dont think the iriver has a hard reset :(
01:08:29Bagderthe playlist read code is identical for all ports
01:08:36Bagderalxcm: it does
01:08:38alxcmoh?
01:08:39alxcmhow?
01:08:46Bagderpaperclip in the bottom whole
01:08:56alxcmwell, its fine that it takes a while
01:09:12alxcmor goes into an infinite loop, as long as it'll still process interrupts
01:09:19alxcmbut it doesn't seem to shutdown
01:09:25alxcmwhen i hold stop
01:09:30alxcmok, i'll go reset it
01:09:31alxcmthanks :D
01:09:40Bagderacutally
01:09:46BagderI think the bug is different than so
01:09:54alxcmoh?
01:09:59Bagderbecause the playlist loader doesn't know if the files exist or not
01:10:07alxcmoh, ok
01:10:10Bagderit just index up the playlist file
01:10:15alxcmso it's trying to PLAY the nonexistant file?
01:10:23Bagderbut it could of course fail on the first attempt to use the first file
01:10:41alxcmso it should then advance to the next file?
01:10:50Bagderwell
01:10:51Bagderyes
01:10:54alxcmi had the files in a folder in /, and then moved them to /Archives
01:10:59alxcmbut didn't change the playlist
01:11:00Bagderbut Slasheri has made it differently
01:11:07alxcmyou know what's funny?
01:11:14alxcmi really didn't want to listen to that playlist either
01:11:21alxcmi was just checking out rockbox's playlist support
01:11:21Bagderhehe
01:11:33alxcmand i forgot it was a bad list
01:11:38alxcm:D
01:11:42*alxcm finds his paperclip
01:14:18Bagderme go sleep
01:17:00 Part stripwax_
01:35:00 Quit gromit` (Read error: 104 (Connection reset by peer))
01:35:02 Join gromit`` [0] (~gromit`@ras75-5-82-234-244-69.fbx.proxad.net)
01:35:34 Quit Sucka ("a bird in the bush is worth two in your house")
01:38:25 Quit the_winch ("This computer has gone to sleep")
01:39:13 Quit courtc ("Leaving")
01:49:03 Join courtc [0] (~court@adsl-33-139-163.asm.bellsouth.net)
02:00
02:03:25***Saving seen data "./dancer.seen"
02:54:45 Join ShamrockMan [0] (ShamrockMa@68-112-49-085.dhcp.hlrg.nc.charter.com)
03:00
03:15:17 Quit courtc (Read error: 104 (Connection reset by peer))
04:00
04:00:29 Join courtc [0] (~court@adsl-33-139-163.asm.bellsouth.net)
04:03:28***Saving seen data "./dancer.seen"
04:03:30 Nick ShamrockMan is now known as ChuckleMan (ShamrockMa@68-112-49-085.dhcp.hlrg.nc.charter.com)
04:03:38 Part ChuckleMan ("So Long, and Thanks for All the Fish!")
04:05:47 Join QT_ [0] (as@area51.users.madwifi)
04:16:32 Join [1]Febs [0] (~Febs@207-172-122-81.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com)
04:16:33 Quit Febs (Read error: 104 (Connection reset by peer))
04:16:38 Nick [1]Febs is now known as Febs (~Febs@207-172-122-81.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com)
04:17:36 Quit QT (Read error: 110 (Connection timed out))
04:39:31 Quit tvelocity ("Leaving")
04:48:20 Quit edx (Read error: 110 (Connection timed out))
04:56:38 Join solex [0] (~jrschulz@c204229.adsl.hansenet.de)
04:59:48 Quit solex_ (Read error: 60 (Operation timed out))
05:00
05:47:19 Quit pike (Read error: 110 (Connection timed out))
06:00
06:03:29***Saving seen data "./dancer.seen"
06:21:50 Join edx [0] (edx@p54A8F063.dip.t-dialin.net)
06:31:49 Quit stevenm ("Leaving")
06:50:39 Quit lostlogic (Read error: 110 (Connection timed out))
07:00
07:00:23 Join pike [0] (pike@c83-249-120-126.bredband.comhem.se)
08:00
08:03:32***Saving seen data "./dancer.seen"
08:18:53 Quit TCK (tolkien.freenode.net irc.freenode.net)
08:18:53NSplittolkien.freenode.net irc.freenode.net
08:18:53 Quit banan_ (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit solex (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit Febs (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit QT_ (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit Slasher (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit Hadaka (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit edx (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit bluebrother^ (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit MO-Pantsu (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit dwihno (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit pill (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit mbr (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit crash__ (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit crashd (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit Seed (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit igor47 (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit LEXLuTHoR (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit courtc (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit cYmen (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit thegeek (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit odd (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit CoCoLUS (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit HCl (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit Nibbler (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit Lynx_awy (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit godzirra (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit ze (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit pike (tolkien.freenode.net irc.freenode.net)
08:18:53 Quit gromit`` (tolkien.freenode.net irc.freenode.net)
08:19:08 Quit alxcm (tolkien.freenode.net irc.freenode.net)
08:19:08 Quit Rick (tolkien.freenode.net irc.freenode.net)
08:19:08 Quit Asku (tolkien.freenode.net irc.freenode.net)
08:19:08 Quit Bagder (tolkien.freenode.net irc.freenode.net)
08:19:08 Quit einhirn (tolkien.freenode.net irc.freenode.net)
08:19:08 Quit pabs (tolkien.freenode.net irc.freenode.net)
08:19:08 Quit dionoea (tolkien.freenode.net irc.freenode.net)
08:30:53 Quit Ismo (Nick collision)
08:30:53 Join Ismo [0] (laitinei@huippu.net)
08:30:53 Join silencer [0] (~silencer@zen.via.ecp.fr)
08:30:53NHealtolkien.freenode.net irc.freenode.net
08:30:53NJoinpike [0] (pike@c83-249-120-126.bredband.comhem.se)
08:30:53NJoinedx [0] (edx@p54A8F063.dip.t-dialin.net)
08:30:53NJoinsolex [0] (~jrschulz@c204229.adsl.hansenet.de)
08:30:53NJoinFebs [0] (~Febs@207-172-122-81.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com)
08:30:53NJoinQT_ [0] (as@area51.users.madwifi)
08:30:53NJoincourtc [0] (~court@adsl-33-139-163.asm.bellsouth.net)
08:30:53NJoingromit`` [0] (~gromit`@ras75-5-82-234-244-69.fbx.proxad.net)
08:30:53NJoinalxcm [0] (~alx@68-232-83-247.chvlva.adelphia.net)
08:30:53 Join Rick [0] (rick@Rick.user)
08:30:53NJoinTCK [0] (TCK@81-86-100-160.dsl.pipex.com)
08:30:53NJoinbluebrother^ [0] (~c28@nat-ph3-wh.rz.uni-karlsruhe.de)
08:30:53NJoincYmen [0] (~cymen@nat-ph3-wh.rz.uni-karlsruhe.de)
08:30:53NJointhegeek [0] (~thegeek@s201a.studby.ntnu.no)
08:30:53NJoinbanan_ [0] (banan@dalink.campus.luth.se)
08:30:53NJoinMO-Pantsu [0] (MO-Pantsu@deadman3000.plus.com)
08:30:53NJoinmbr [0] (~mb@stz-softwaretechnik.de)
08:30:53NJoinSeed [0] (ben@l192-117-115-168.broadband.actcom.net.il)
08:30:53NJoincrashd [0] (nobody@badger.ing.me.uk)
08:30:53NJoineinhirn [0] (Miranda@carlsberg.heim2.tu-clausthal.de)
08:30:53NJoinSlasher [0] (miipekk@ihme.org)
08:30:53NJoingodzirra [0] (~shawn@c-24-131-13-213.hsd1.va.comcast.net)
08:30:53NJoinBagder [0] (~daniel@1-1-5-26a.hud.sth.bostream.se)
08:30:53NJoinLEXLuTHoR [0] (babylon@ip-185-152.evc.net)
08:30:53NJoinNibbler [0] (~sven@port-212-202-193-100.dynamic.qsc.de)
08:30:53NJoinHCl [0] (hcl@titania.student.utwente.nl)
08:30:53NJoinLynx_awy [0] (~lynx@tina-10-4.genetik.uni-koeln.de)
08:30:53NJoinze [0] (ze@ca-dstreet-cuda2-c9a-73.snbrca.adelphia.net)
08:30:53NJoindionoea [0] (~dionoea@muscipula152.via.ecp.fr)
08:30:53NJoinAsku [0] (~aksu@adsl-39.180-DynIP.ssp.fi)
08:30:53NJoinHadaka [0] (naked@naked.iki.fi)
08:30:53NJoinpill [0] (pill@cybercrimi.nl)
08:30:53NJoinCoCoLUS [0] (~coco@h081217139221.dyn.cm.kabsi.at)
08:30:53NJoindwihno [0] (~dw@81.8.224.89)
08:30:53NJoincrash__ [0] (~crash@a15167580.alturo-server.de)
08:30:53NJoinodd [0] (mrodd@fangorn.starshadow.com)
08:30:53NJoinigor47 [0] (~igor47@temple.src.uchicago.edu)
08:30:53NJoinpabs [0] (~pabs@xor.pablotron.org)
08:31:06CtcpVersion from freenode-connect!freenode@connect.utility.freenode
08:31:06***Server message 477: 'logbot_ #rockbox :[freenode-info] help freenode weed out clonebots, please register your IRC nick and auto-identify: http://freenode.net/faq.shtml#nicksetup'
08:31:34 Quit silencer_ (Read error: 104 (Connection reset by peer))
08:31:57DEBUGEOF from server (Connection timed out) (snapshot: netstuff.c line 545)
08:31:57***Cleanup
08:31:57***Cleanup
08:31:57***Saving seen data "./dancer.seen"
08:31:57***Exit
08:31:57***Started Dancer V4.16
08:31:57***Connected to irc.freenode.net on port 6667
08:31:57***Logfile for #rockbox started
08:31:58***Server message 501: 'logbot :Unknown MODE flag'
08:31:58Mode"logbot :+i" by logbot
08:31:58 Join logbot [242] (~bjst@labb.contactor.se)
08:31:58 Join logbot_ [242] (~bjst@labb.contactor.se)
08:31:58 Join crwl [0] (~crawlie@dsl-83.148.225-157-dynip.ssp.fi)
08:31:58 Join Ismo [0] (laitinei@huippu.net)
08:31:58 Join silencer [0] (~silencer@zen.via.ecp.fr)
08:31:58 Join pike [0] (pike@c83-249-120-126.bredband.comhem.se)
08:31:58 Join edx [0] (edx@p54A8F063.dip.t-dialin.net)
08:31:58 Join solex [0] (~jrschulz@c204229.adsl.hansenet.de)
08:31:58 Join Febs [0] (~Febs@207-172-122-81.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com)
08:31:58 Join QT_ [0] (as@area51.users.madwifi)
08:31:58 Join courtc [0] (~court@adsl-33-139-163.asm.bellsouth.net)
08:31:58 Join gromit`` [0] (~gromit`@ras75-5-82-234-244-69.fbx.proxad.net)
08:31:58 Join alxcm [0] (~alx@68-232-83-247.chvlva.adelphia.net)
08:31:58 Join Rick [0] (rick@Rick.user)
08:31:58 Join TCK [0] (TCK@81-86-100-160.dsl.pipex.com)
08:31:58 Join bluebrother^ [0] (~c28@nat-ph3-wh.rz.uni-karlsruhe.de)
08:31:58 Join cYmen [0] (~cymen@nat-ph3-wh.rz.uni-karlsruhe.de)
08:31:58 Join thegeek [0] (~thegeek@s201a.studby.ntnu.no)
08:31:58 Join banan_ [0] (banan@dalink.campus.luth.se)
08:31:58 Join MO-Pantsu [0] (MO-Pantsu@deadman3000.plus.com)
08:31:58 Join mbr [0] (~mb@stz-softwaretechnik.de)
08:31:58 Join Seed [0] (ben@l192-117-115-168.broadband.actcom.net.il)
08:31:58 Join crashd [0] (nobody@badger.ing.me.uk)
08:31:58 Join einhirn [0] (Miranda@carlsberg.heim2.tu-clausthal.de)
08:31:58 Join Slasher [0] (miipekk@ihme.org)
08:31:58 Join godzirra [0] (~shawn@c-24-131-13-213.hsd1.va.comcast.net)
08:31:58 Join Bagder [0] (~daniel@1-1-5-26a.hud.sth.bostream.se)
08:31:58 Join LEXLuTHoR [0] (babylon@ip-185-152.evc.net)
08:31:58 Join Nibbler [0] (~sven@port-212-202-193-100.dynamic.qsc.de)
08:31:58 Join HCl [0] (hcl@titania.student.utwente.nl)
08:31:58 Join Lynx_awy [0] (~lynx@tina-10-4.genetik.uni-koeln.de)
08:31:58 Join ze [0] (ze@ca-dstreet-cuda2-c9a-73.snbrca.adelphia.net)
08:31:58 Join dionoea [0] (~dionoea@muscipula152.via.ecp.fr)
08:31:58 Join Asku [0] (~aksu@adsl-39.180-DynIP.ssp.fi)
08:31:58 Join Hadaka [0] (naked@naked.iki.fi)
08:31:58 Join pill [0] (pill@cybercrimi.nl)
08:31:58 Join CoCoLUS [0] (~coco@h081217139221.dyn.cm.kabsi.at)
08:31:58 Join dwihno [0] (~dw@81.8.224.89)
08:31:58 Join crash__ [0] (~crash@a15167580.alturo-server.de)
08:31:58 Join odd [0] (mrodd@fangorn.starshadow.com)
08:31:58 Join igor47 [0] (~igor47@temple.src.uchicago.edu)
08:31:58 Join pabs [0] (~pabs@xor.pablotron.org)
08:31:58 Quit logbot_ (Read error: 104 (Connection reset by peer))
08:32:00CtcpVersion from freenode-connect!freenode@connect.utility.freenode
08:52:09 Quit einhirn ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
09:00
09:04:22 Join einhirn [0] (Miranda@bsod.rz.tu-clausthal.de)
09:23:48 Nick Lynx_awy is now known as Lynx_ (~lynx@tina-10-4.genetik.uni-koeln.de)
09:32:29 Join LinusN [0] (~linus@labb.contactor.se)
09:44:51 Join DarkkOne [0] (~chatzilla@cpe-66-68-93-2.austin.res.rr.com)
09:47:26 Join ashridah [0] (ashridah@220-253-123-240.VIC.netspace.net.au)
09:50:42 Quit ashridah (kornbluth.freenode.net irc.freenode.net)
09:50:42NSplitkornbluth.freenode.net irc.freenode.net
09:50:42 Quit Ismo (kornbluth.freenode.net irc.freenode.net)
09:50:42 Quit edx (kornbluth.freenode.net irc.freenode.net)
09:50:42 Quit bluebrother^ (kornbluth.freenode.net irc.freenode.net)
09:50:42 Quit MO-Pantsu (kornbluth.freenode.net irc.freenode.net)
09:50:42 Quit mbr (kornbluth.freenode.net irc.freenode.net)
09:50:42 Quit Seed (kornbluth.freenode.net irc.freenode.net)
09:50:42 Quit crashd (kornbluth.freenode.net irc.freenode.net)
09:50:42 Quit pill (kornbluth.freenode.net irc.freenode.net)
09:50:42 Quit dwihno (kornbluth.freenode.net irc.freenode.net)
09:50:42 Quit crash__ (kornbluth.freenode.net irc.freenode.net)
09:50:42 Quit igor47 (kornbluth.freenode.net irc.freenode.net)
09:50:42 Quit LEXLuTHoR (kornbluth.freenode.net irc.freenode.net)
09:50:42 Quit courtc (kornbluth.freenode.net irc.freenode.net)
09:50:42 Quit cYmen (kornbluth.freenode.net irc.freenode.net)
09:50:42 Quit thegeek (kornbluth.freenode.net irc.freenode.net)
09:50:42 Quit godzirra (kornbluth.freenode.net irc.freenode.net)
09:50:43 Quit Nibbler (kornbluth.freenode.net irc.freenode.net)
09:50:43 Quit HCl (kornbluth.freenode.net irc.freenode.net)
09:50:43 Quit Lynx_ (kornbluth.freenode.net irc.freenode.net)
09:50:43 Quit ze (kornbluth.freenode.net irc.freenode.net)
09:50:43 Quit CoCoLUS (kornbluth.freenode.net irc.freenode.net)
09:50:43 Quit odd (kornbluth.freenode.net irc.freenode.net)
09:51:00NHealkornbluth.freenode.net irc.freenode.net
09:51:00NJoinashridah [0] (ashridah@220-253-123-240.VIC.netspace.net.au)
09:51:10DEBUGEOF from server (Success) (snapshot: netstuff.c line 545)
09:51:10***Cleanup
09:51:10***Cleanup
09:51:10***Saving seen data "./dancer.seen"
09:51:10***Exit
09:51:10***Started Dancer V4.16
09:51:10DEBUGconnect(2) failed on socket 3 (Connection refused) (snapshot: netstuff.c line 150)
09:51:10***Connected to irc.freenode.net on port 6667
09:51:10***Logfile for #rockbox started
09:51:24***Server message 501: 'logbot :Unknown MODE flag'
09:51:24Mode"logbot :+i" by logbot
09:51:24 Join logbot [0] (~bjst@193.15.23.131)
09:51:24 Join DarkkOne [0] (~chatzilla@cpe-66-68-93-2.austin.res.rr.com)
09:51:24 Join TCK [0] (TCK@81-86-100-160.dsl.pipex.com)
09:51:24 Join banan_ [0] (banan@dalink.campus.luth.se)
09:51:25 Join dionoea [0] (~dionoea@muscipula152.via.ecp.fr)
09:51:27 Join crashd [0] (nobody@217.147.82.18)
09:51:30 Join MO-Pantsu [0] (MO-Pantsu@deadman3000.plus.com)
09:51:37 Join Seed [0] (ben@l192-117-115-168.broadband.actcom.net.il)
09:51:39 Join HCl [0] (hcl@titania.student.utwente.nl)
09:52:16 Join ChuckleMan [0] (ShamrockMa@68-112-49-085.dhcp.hlrg.nc.charter.com)
09:54:06 Join LinusN [0] (~linus@labb.contactor.se)
09:54:11 Join ashridah [0] (ashridah@220-253-123-240.VIC.netspace.net.au)
09:56:13 Join pabs [0] (~pabs@xor.pablotron.org)
09:56:32 Join odd [0] (mrodd@fangorn.starshadow.com)
09:56:42 Join CoCoLUS [0] (~coco@h081217139221.dyn.cm.kabsi.at)
09:56:49 Join mbr [0] (~mb@stz-softwaretechnik.de)
09:57:01 Join LEXLuTHoR [0] (I=babylon@ip-185-152.evc.net)
09:57:01 Join gromit` [0] (N=gromit`@ras75-5-82-234-244-69.fbx.proxad.net)
09:57:01 Join ze [0] (I=ze@ca-dstreet-cuda2-c9a-73.snbrca.adelphia.net)
09:57:01 Join edx [0] (I=edx@p54A8F063.dip.t-dialin.net)
09:57:05 Join Nibbler [0] (N=sven@port-212-202-193-100.dynamic.qsc.de)
09:57:16 Join courtc [0] (N=court@adsl-33-139-163.asm.bellsouth.net)
09:57:16 Join pike [0] (I=pike@c83-249-120-126.bredband.comhem.se)
09:57:17 Join Febs [0] (N=Febs@207-172-122-81.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com)
09:57:19 Join Bagder [0] (~daniel@82.182.26.5)
09:57:32 Quit pike (calvino.freenode.net irc.freenode.net)
09:57:32NSplitcalvino.freenode.net irc.freenode.net
09:57:32 Quit Febs (calvino.freenode.net irc.freenode.net)
09:57:34 Join pill [0] (I=pill@cybercrimi.nl)
09:57:53 Join Rick [0] (I=rick@pool-71-108-13-143.lsanca.dsl-w.verizon.net)
09:57:53NHealcalvino.freenode.net irc.freenode.net
09:57:53NJoinpike [0] (I=pike@c83-249-120-126.bredband.comhem.se)
09:57:58NJoinFebs [0] (N=Febs@207-172-122-81.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com)
09:57:59 Join thegeek [0] (N=thegeek@s201a.studby.ntnu.no)
09:58:50 Join Lynx_ [0] (N=lynx@tina-10-4.genetik.uni-koeln.de)
09:59:00 Join Slasher [0] (I=miipekk@ihme.org)
09:59:19 Join Naked [0] (I=naked@naked.iki.fi)
09:59:37 Nick Naked is now known as Hadaka (I=naked@naked.iki.fi)
10:00
10:00:06CoCoLUSsee you on the other side.
10:01:11 Join alxcm [0] (N=alx@68-232-83-247.chvlva.adelphia.net)
10:01:12 Join silencer [0] (~silencer@zen.via.ecp.fr)
10:01:21 Join Ismo [0] (laitinei@huippu.net)
10:01:29 Join crwl [0] (~crawlie@dsl-83.148.225-157-dynip.ssp.fi)
10:01:34 Join godzirra [0] (N=shawn@c-24-131-13-213.hsd1.va.comcast.net)
10:01:37 Join crash [0] (N=crash@a15167580.alturo-server.de)
10:01:38 Join bluebrother^ [0] (N=c28@nat-ph3-wh.rz.uni-karlsruhe.de)
10:01:38 Join cYmen [0] (N=cymen@nat-ph3-wh.rz.uni-karlsruhe.de)
10:01:47 Join QT [0] (as@area51.users.madwifi)
10:01:50 Join dwihno [0] (N=dw@81.8.224.89)
10:01:52 Join igor47 [0] (N=igor47@temple.src.uchicago.edu)
10:02:07 Join Asku [0] (N=aksu@adsl-39.180-DynIP.ssp.fi)
10:02:16 Join solex [0] (N=jrschulz@c204229.adsl.hansenet.de)
10:05:21DEBUGEOF from server (Success) (snapshot: netstuff.c line 545)
10:05:21***Cleanup
10:05:21***Cleanup
10:05:21***Saving seen data "./dancer.seen"
10:05:21***Exit
10:05:21***Started Dancer V4.16
10:05:21***Connected to irc.freenode.net on port 6667
10:05:21***Logfile for #rockbox started
10:05:21***Server message 501: 'logbot_ :Unknown MODE flag'
10:05:21Mode"logbot_ :+i" by logbot_
10:05:21 Join logbot_ [0] (N=bjst@labb.contactor.se)
10:05:21 Join solex [0] (N=jrschulz@c204229.adsl.hansenet.de)
10:05:21 Join Asku [0] (N=aksu@adsl-39.180-DynIP.ssp.fi)
10:05:21 Join igor47 [0] (N=igor47@temple.src.uchicago.edu)
10:05:21 Join dwihno [0] (N=dw@81.8.224.89)
10:05:21 Join QT [0] (as@area51.users.madwifi)
10:05:21 Join cYmen [0] (N=cymen@nat-ph3-wh.rz.uni-karlsruhe.de)
10:05:21 Join bluebrother^ [0] (N=c28@nat-ph3-wh.rz.uni-karlsruhe.de)
10:05:21 Join crash [0] (N=crash@a15167580.alturo-server.de)
10:05:21 Join godzirra [0] (N=shawn@c-24-131-13-213.hsd1.va.comcast.net)
10:05:21 Join crwl [0] (~crawlie@dsl-83.148.225-157-dynip.ssp.fi)
10:05:21 Join Ismo [0] (laitinei@huippu.net)
10:05:21 Join silencer [0] (~silencer@zen.via.ecp.fr)
10:05:21 Join alxcm [0] (N=alx@68-232-83-247.chvlva.adelphia.net)
10:05:21 Join Hadaka [0] (I=naked@naked.iki.fi)
10:05:21 Join Slasher [0] (I=miipekk@ihme.org)
10:05:21 Join Lynx_ [0] (N=lynx@tina-10-4.genetik.uni-koeln.de)
10:05:21 Join thegeek [0] (N=thegeek@s201a.studby.ntnu.no)
10:05:21 Join Febs [0] (N=Febs@207-172-122-81.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com)
10:05:21 Join pike [0] (I=pike@c83-249-120-126.bredband.comhem.se)
10:05:21 Join Rick [0] (I=rick@pool-71-108-13-143.lsanca.dsl-w.verizon.net)
10:05:21 Join pill [0] (I=pill@cybercrimi.nl)
10:05:21 Join edx [0] (I=edx@p54A8F063.dip.t-dialin.net)
10:05:21 Join ze [0] (I=ze@ca-dstreet-cuda2-c9a-73.snbrca.adelphia.net)
10:05:21 Join gromit` [0] (N=gromit`@ras75-5-82-234-244-69.fbx.proxad.net)
10:05:21 Join LEXLuTHoR [0] (I=babylon@ip-185-152.evc.net)
10:05:21 Join Nibbler [0] (N=sven@port-212-202-193-100.dynamic.qsc.de)
10:05:21 Join mbr [0] (~mb@stz-softwaretechnik.de)
10:05:21 Join CoCoLUS [0] (~coco@h081217139221.dyn.cm.kabsi.at)
10:05:21 Join odd [0] (mrodd@fangorn.starshadow.com)
10:05:21 Join pabs [0] (~pabs@xor.pablotron.org)
10:05:21 Join ashridah [0] (ashridah@220-253-123-240.VIC.netspace.net.au)
10:05:21 Join LinusN [0] (~linus@labb.contactor.se)
10:05:21 Join ChuckleMan [0] (ShamrockMa@68-112-49-085.dhcp.hlrg.nc.charter.com)
10:05:21 Join HCl [0] (hcl@titania.student.utwente.nl)
10:05:21 Join Seed [0] (ben@l192-117-115-168.broadband.actcom.net.il)
10:05:21 Join MO-Pantsu [0] (MO-Pantsu@deadman3000.plus.com)
10:05:21 Join crashd [0] (nobody@217.147.82.18)
10:05:21 Join dionoea [0] (~dionoea@muscipula152.via.ecp.fr)
10:05:21 Join logbot [0] (~bjst@193.15.23.131)
10:05:21 Join DarkkOne [0] (~chatzilla@cpe-66-68-93-2.austin.res.rr.com)
10:05:21 Join TCK [0] (TCK@81-86-100-160.dsl.pipex.com)
10:05:21 Join banan_ [0] (banan@dalink.campus.luth.se)
10:05:21 Join courtc [0] (N=court@adsl-33-139-163.asm.bellsouth.net)
10:05:21 Join Bagder [0] (~daniel@82.182.26.5)
10:05:22 Quit QT (kornbluth.freenode.net irc.freenode.net)
10:05:22NSplitkornbluth.freenode.net irc.freenode.net
10:05:22 Quit crwl (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit Ismo (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit silencer (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit mbr (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit CoCoLUS (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit odd (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit LinusN (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit ChuckleMan (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit HCl (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit MO-Pantsu (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit logbot (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit DarkkOne (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit TCK (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit Bagder (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit crashd (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit dionoea (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit ashridah (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit banan_ (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit Seed (kornbluth.freenode.net irc.freenode.net)
10:05:22 Quit pabs (kornbluth.freenode.net irc.freenode.net)
10:05:22 Join pabs_ [0] (N=pabs@xor.pablotron.org)
10:05:24 Join HCl [0] (I=hcl@titania.student.utwente.nl)
10:05:24 Join dionoea [0] (N=dionoea@muscipula152.via.ecp.fr)
10:05:31 Join Seed [0] (I=ben@l192-117-115-168.broadband.actcom.net.il)
10:05:31 Join MO-Pantsu [0] (I=MO-Pants@deadman3000.plus.com)
10:05:32 Join ChuckleMan [0] (I=Shamrock@68-112-49-085.dhcp.hlrg.nc.charter.com)
10:05:34 Join Bagder [0] (N=daniel@1-1-5-26a.hud.sth.bostream.se)
10:05:37 Join banan_ [0] (I=banan@dalink.campus.luth.se)
10:05:37 Join ashridah [0] (I=ashridah@220-253-123-240.VIC.netspace.net.au)
10:05:52 Join TCK [0] (I=TCK@81-86-100-160.dsl.pipex.com)
10:05:55 Join mbr [0] (N=mb@stz-softwaretechnik.de)
10:05:58 Join CoCoLUS [0] (N=coco@h081217139221.dyn.cm.kabsi.at)
10:06:10 Join silencer [0] (N=silencer@zen.via.ecp.fr)
10:06:12 Join DarkkOne [0] (N=chatzill@cpe-66-68-93-2.austin.res.rr.com)
10:06:20 Join Ismo [0] (I=laitinei@huippu.net)
10:06:28 Join crwl [0] (N=crawlie@dsl-83.148.225-157-dynip.ssp.fi)
10:06:43 Quit DarkkOne (Client Quit)
10:06:47 Join QT [0] (I=as@area51.users.madwifi)
10:08:43 Join LinusN [0] (N=linus@labb.contactor.se)
10:10:21 Join crashd [0] (I=nobody@badger.ing.me.uk)
10:10:23 Join odd [0] (I=mrodd@fangorn.starshadow.com)
10:28:12 Join [1]Febs [0] (N=Febs@207-172-122-81.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com)
10:28:18 Join Seedy [0] (I=ben@l192-117-115-168.broadband.actcom.net.il)
10:28:30 Join Gibbed [0] (I=rick@pool-71-108-13-143.lsanca.dsl-w.verizon.net)
10:29:07 Join Lynx0 [0] (N=lynx@tina-10-4.genetik.uni-koeln.de)
10:29:35 Quit QT (kornbluth.freenode.net irc.freenode.net)
10:29:35 Quit ChuckleMan (kornbluth.freenode.net irc.freenode.net)
10:29:35 Quit pabs_ (kornbluth.freenode.net irc.freenode.net)
10:29:35 Quit Asku (kornbluth.freenode.net irc.freenode.net)
10:29:35 Quit crash (kornbluth.freenode.net irc.freenode.net)
10:29:35 Quit Lynx_ (kornbluth.freenode.net irc.freenode.net)
10:29:35 Quit Febs (kornbluth.freenode.net irc.freenode.net)
10:29:35 Nick Lynx0 is now known as Lynx_ (N=lynx@tina-10-4.genetik.uni-koeln.de)
10:29:35 Nick [1]Febs is now known as Febs (N=Febs@207-172-122-81.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com)
10:30:08 Quit odd (kornbluth.freenode.net irc.freenode.net)
10:30:08 Quit Ismo (kornbluth.freenode.net irc.freenode.net)
10:30:08 Quit Seed (kornbluth.freenode.net irc.freenode.net)
10:30:08 Quit solex (kornbluth.freenode.net irc.freenode.net)
10:30:08 Quit cYmen (kornbluth.freenode.net irc.freenode.net)
10:30:08 Quit bluebrother^ (kornbluth.freenode.net irc.freenode.net)
10:30:08 Quit thegeek (kornbluth.freenode.net irc.freenode.net)
10:30:08 Quit pike (kornbluth.freenode.net irc.freenode.net)
10:30:08 Quit Rick (kornbluth.freenode.net irc.freenode.net)
10:30:09 Nick Gibbed is now known as Rick (I=rick@pool-71-108-13-143.lsanca.dsl-w.verizon.net)
10:30:45 Quit LinusN (kornbluth.freenode.net irc.freenode.net)
10:30:45 Quit ashridah (kornbluth.freenode.net irc.freenode.net)
10:30:45 Quit MO-Pantsu (kornbluth.freenode.net irc.freenode.net)
10:30:45 Quit godzirra (kornbluth.freenode.net irc.freenode.net)
10:31:56NHealkornbluth.freenode.net irc.freenode.net
10:31:56NJoinIsmo [0] (I=laitinei@huippu.net)
10:32:09NJoinsolex [0] (N=jrschulz@c204229.adsl.hansenet.de)
10:32:14NJoinbluebrother^ [0] (N=c28@nat-ph3-wh.rz.uni-karlsruhe.de)
10:32:17 Join crash_ [0] (N=crash@a15167580.alturo-server.de)
10:32:19 Join pabs [0] (N=pabs@xor.pablotron.org)
10:32:34NJoincYmen [0] (N=cymen@nat-ph3-wh.rz.uni-karlsruhe.de)
10:35:12 Join QT [0] (I=as@dsl-082-083-078-239.arcor-ip.net)
10:35:12NJoinodd [0] (I=mrodd@fangorn.starshadow.com)
10:35:12NJoinChuckleMan [0] (I=Shamrock@68-112-49-085.dhcp.hlrg.nc.charter.com)
10:35:12NJoinLinusN [0] (N=linus@labb.contactor.se)
10:35:12NJoinashridah [0] (I=ashridah@220-253-123-240.VIC.netspace.net.au)
10:35:12NJoinMO-Pantsu [0] (I=MO-Pants@deadman3000.plus.com)
10:35:12NJoingodzirra [0] (N=shawn@c-24-131-13-213.hsd1.va.comcast.net)
10:35:20LinusNwee
10:35:26LinusN"tricks"?
10:35:50CoCoLUStricks?
10:36:06 Join Asku [0] (N=aksu@adsl-39.180-DynIP.ssp.fi)
10:40:05ashridahthings. life. etc
10:44:35 Join Cka3ka [0] (N=Cka3ka@ool-4355b700.dyn.optonline.net)
10:44:39Cka3kaHey
10:45:07Cka3kaanybody around here not idle? =-)
10:45:55LinusNashridah: ah, well, fine i guess
10:47:02Cka3kahey linus
10:47:34Cka3kalinus: i had a talk with someone here, dont rememebr who it was, but it was not a bad idea
10:48:31Cka3kabah its 4:40 am, im too tired to think about anything lol
10:48:34Cka3kait just hit me
10:48:39Cka3kaperfect time to write emails =-0
10:48:43 Quit Cka3ka (Client Quit)
10:49:20*LinusN is confused
10:49:40 Join einhirn [0] (I=Miranda@bsod.rz.tu-clausthal.de)
10:55:04 Join ShadowMaster [0] (N=d95335b8@labb.contactor.se)
11:00
11:13:13CoCoLUSno shuttle landing today :/
11:18:07 Join thegeek [0] (N=thegeek@s201a.studby.ntnu.no)
11:18:23CoCoLUSnot now, at least
11:42:16ShadowMastercan anyone help me? I have followe every step from that hp: http://www.rockbox.org/twiki/bin/view/Main/TagDatabase but how can I now use the db?
11:42:18 Join leftright [0] (N=d4406110@labb.contactor.se)
11:49:10CoCoLUSshadow, you have to select the database option
11:49:26CoCoLUSits one of the "show files" values
11:50:04CoCoLUSit's in the wiki
11:50:08CoCoLUS"The ID3 browser is treated as a directory filter, so you enable it by changing your "Show Files" setting to "ID3 database", either using the F2 quickscreen (recorders only) or in Menu->General Settings->File View->Show Files."
11:53:59 Join ssab [0] (N=irc@anonymous.genetikayos.com)
11:57:21 Join Moos [0] (I=DrMoos@m175.net81-66-158.noos.fr)
11:57:47MoosHello everyone! :)
11:59:34ssabhi
12:00
12:01:18ssabapparently NASA pushed back the shuttle landing for another 24h
12:05:22***Saving seen data "./dancer.seen"
12:07:09ashridahbad weather, or issues with equipment?
12:07:48ssabbad weather, cloudy over Florida, or so they say
12:08:12ssabor maybe they're just getting cold feet
12:08:21ashridahnah, weather's fricking important.
12:08:37ashridahif it's too cloudy, or there's a pressure high, etc, things aren't worth risking
12:08:49ssabyeah, but it seems the eyes of the world are upon them nowadays :)
12:08:52ashridahit's also why the weather's got to be decent at several emergency landing sites during takeoff
12:09:03ashridahthis has always been the case
12:09:11 Join zezayer [0] (N=jake@87.81.166.52)
12:09:28ashridahit's not something new they've instituted, although they're less blase about it
12:09:45ssabI for one can't wait for the next shuttle replacement, whatever it will be :)
12:10:44ssabbut it doesn't seem like there is anything that can replace the fragile heat-resistant tiles
12:11:06ssabso the next shuttle will probally have the same vulnerabilities
12:11:33ashridahi think they need to dig out refrigeration lasers :)
12:11:44 Join Aison [0] (N=hans@zux166-181.adsl.green.ch)
12:11:46ssabhaha
12:11:51*ashridah reads too much scifi
12:11:57ssabbut what's gonna protect the lasers
12:12:22ashridaha really REALLY clean bit of glass :)
12:12:31ashridah(one speck of dust, and SSSSSSSSSSSSSSSSSSSSSSSSSS
12:12:37*ssab missed Friday's Battlestar Galatica
12:12:40ssab:(
12:12:46ssabyeah
12:13:14ashridahheh, at least the space battles in that seemed reasonably realistic.
12:14:00ssabwell it's kinda interesting now that they get the whole religion schemes in
12:14:20ssabalthough I would rather not have wackos in there
12:17:35ashridahwhat i find entertaining is that the christian union at my uni is freaking out about the da vinci code
12:17:51ssabthe da vinci code is "faction"
12:18:02ssabit's a bad one at that too
12:18:18ssabdon't know why it gets too much attention
12:18:45ssabI listened to the audio book, and man it is horrible
12:18:51ashridah"faction" half fiction, half fact?
12:18:53ashridahheh
12:18:58ashridahi read part of it
12:19:00ssabyes
12:19:48ashridahi'd actually rate it on par with constantine :)
12:20:00ssabthe Christians are so secure that when they see something even remotely threatening, they scream and yell
12:20:22ssabif by that you meant bad, then I agree
12:20:39ashridahyeah, i do
12:20:48ssab:)
12:20:56ashridahnice special effects, but fuck, if someone's believing it, it's because it challenges their insecurity.
12:21:01ashridahthe rest of us sure don't give a fuck.
12:21:09ssabyep
12:22:25ssabwow it's 6 am here and I still haven't slept
12:22:57ssabhey have you messed around with openMosix yet, ashridah
12:23:14leftrightould you like someone to hit you over the head, gauranteed to bring sleep
12:23:17ssablooks interesting
12:23:33ssabsure would, if they can come here
12:24:01leftrightrun into a wall, same thing, and you can do it yourself
12:24:21ssabI would but I'm such a chicken
12:25:09ashridahopenmosix? that's the po'-mans clustering, correct?
12:25:18ssabyes
12:25:27ashridahno.
12:25:56*ssab thinks about patching a kernel with that and then put them all on a remastered knoppix cd
12:26:47ssabthen bam, insert cd's into unattended boxes, instant cluster
12:26:54 Join pike [0] (I=pike@c83-249-120-126.bredband.comhem.se)
12:28:23ashridahi must be missing something.
12:28:52ashridahmy lecturer's used clean : rm -f ${TARGETS} rm -f ${INTER} and claims that those two are make builtins.
12:28:59ashridahbut best that i can tell, they aren't.
12:29:48ssabdidn't know if they were
12:30:30ssabbash
12:31:41ssabhmm seems like mozilla pops up an open with dialog when trying to view the current irc log again
12:33:00LinusNssab: yes, i hate mozilla for that
12:33:45ssabLinusN: but from what I read, when rasher reported the so called bug to mozilla, they pointed it to apache
12:34:05ssabI don't remember the exact context
12:35:19LinusNthat sucks
12:35:59LinusNmozilla has a "smart" algorithm that tries to detect binary content in text/plain documents
12:37:08ssabyes but they claimed they are um standard compliant if I can recall, that is they do it correctly
12:38:44 Join hicks [0] (N=hicks@zeus.mups.co.uk)
12:38:56LinusNsure, they have every right to do so, but it sucks
12:39:18ssabyes very annoying
12:39:22LinusNby the way, the problem is that Aison has a quit message with embedded NUL's
12:41:05ssabaha, I found the Bug report https://bugzilla.mozilla.org/show_bug.cgi?id=295759
12:43:15ssabbut yeah the browser should do what I want it to do, and not not giving options
12:47:04 Quit pabs (kornbluth.freenode.net irc.freenode.net)
12:47:04NSplitkornbluth.freenode.net irc.freenode.net
12:47:04 Quit crash_ (kornbluth.freenode.net irc.freenode.net)
12:47:04 Quit Lynx_ (kornbluth.freenode.net irc.freenode.net)
12:47:04 Quit silencer (kornbluth.freenode.net irc.freenode.net)
12:47:04 Quit CoCoLUS (kornbluth.freenode.net irc.freenode.net)
12:47:04 Quit Hadaka (kornbluth.freenode.net irc.freenode.net)
12:47:04 Quit Slasher (kornbluth.freenode.net irc.freenode.net)
12:47:04 Quit edx (kornbluth.freenode.net irc.freenode.net)
12:47:05NHealkornbluth.freenode.net irc.freenode.net
12:47:05NJoinpabs [0] (N=pabs@xor.pablotron.org)
12:47:05NJoinsilencer [0] (N=silencer@zen.via.ecp.fr)
12:47:06NJoincrash_ [0] (N=crash@a15167580.alturo-server.de)
12:47:09NJoinedx [0] (I=edx@p54A8F063.dip.t-dialin.net)
12:47:10NJoinCoCoLUS [0] (N=coco@h081217139221.dyn.cm.kabsi.at)
12:47:10ssabwhat sucks is upon the open with dialog, I choose mozilla as the app to open, it would open another mozilla instance and then another dialog asking to pick an app
12:47:20 Quit hicks (kornbluth.freenode.net irc.freenode.net)
12:47:20 Quit Aison (kornbluth.freenode.net irc.freenode.net)
12:47:20 Quit ssab (kornbluth.freenode.net irc.freenode.net)
12:47:20 Quit Asku (kornbluth.freenode.net irc.freenode.net)
12:47:20 Quit godzirra (kornbluth.freenode.net irc.freenode.net)
12:47:20 Quit MO-Pantsu (kornbluth.freenode.net irc.freenode.net)
12:47:20 Quit LinusN (kornbluth.freenode.net irc.freenode.net)
12:47:20 Quit ChuckleMan (kornbluth.freenode.net irc.freenode.net)
12:47:20 Quit odd (kornbluth.freenode.net irc.freenode.net)
12:47:20 Quit ashridah (kornbluth.freenode.net irc.freenode.net)
12:47:20 Quit QT (kornbluth.freenode.net irc.freenode.net)
12:47:21NJoinAsku [0] (N=aksu@adsl-39.180-DynIP.ssp.fi)
12:47:24NJoinodd [0] (I=mrodd@fangorn.starshadow.com)
12:47:26NJoinSlasher [0] (I=miipekk@ihme.org)
12:47:26 Join Naked [0] (I=naked@naked.iki.fi)
12:47:27NJoinMO-Pantsu [0] (I=MO-Pants@deadman3000.plus.com)
12:47:29 Join QT [0] (I=as@madwifi/users/area51)
12:47:29NJoinLinusN [0] (N=linus@labb.contactor.se)
12:47:30 Nick Naked is now known as Hadaka (I=naked@naked.iki.fi)
12:47:30NJoinChuckleMan [0] (I=Shamrock@68-112-49-085.dhcp.hlrg.nc.charter.com)
12:47:33 Quit odd (kornbluth.freenode.net irc.freenode.net)
12:47:33 Quit QT (kornbluth.freenode.net irc.freenode.net)
12:47:33 Quit silencer (kornbluth.freenode.net irc.freenode.net)
12:47:33 Quit cYmen (kornbluth.freenode.net irc.freenode.net)
12:47:33 Quit bluebrother^ (kornbluth.freenode.net irc.freenode.net)
12:47:33 Quit solex (kornbluth.freenode.net irc.freenode.net)
12:47:33 Quit Ismo (kornbluth.freenode.net irc.freenode.net)
12:47:33 Quit crwl (kornbluth.freenode.net irc.freenode.net)
12:47:33 Quit mbr (kornbluth.freenode.net irc.freenode.net)
12:47:33 Quit banan_ (kornbluth.freenode.net irc.freenode.net)
12:47:33 Quit igor47 (kornbluth.freenode.net irc.freenode.net)
12:47:33 Quit ze (kornbluth.freenode.net irc.freenode.net)
12:47:33 Quit gromit` (kornbluth.freenode.net irc.freenode.net)
12:47:33 Quit LEXLuTHoR (kornbluth.freenode.net irc.freenode.net)
12:47:33 Quit Nibbler (kornbluth.freenode.net irc.freenode.net)
12:47:33 Quit courtc (kornbluth.freenode.net irc.freenode.net)
12:47:34 Join cYmen_ [0] (N=cymen@nat-ph3-wh.rz.uni-karlsruhe.de)
12:47:35 Join bluebrot1er^ [0] (N=c28@nat-ph3-wh.rz.uni-karlsruhe.de)
12:47:35NJoinze [0] (I=ze@ca-dstreet-cuda2-c9a-73.snbrca.adelphia.net)
12:47:35NJoinIsmo [0] (I=laitinei@huippu.net)
12:47:35NJoinsolex [0] (N=jrschulz@c204229.adsl.hansenet.de)
12:47:36NJoinashridah [0] (I=ashridah@220-253-123-240.VIC.netspace.net.au)
12:47:37NJoinLynx_ [0] (N=lynx@tina-10-4.genetik.uni-koeln.de)
12:47:41CoCoLUSanyone else getting scared by that global notices?
12:47:42 Join crwl [0] (N=crawlie@83.148.225.157)
12:47:42NJoinLEXLuTHoR [0] (I=babylon@ip-185-152.evc.net)
12:47:46NJoinbanan_ [0] (I=banan@dalink.campus.luth.se)
12:47:53NJoingromit` [0] (N=gromit`@ras75-5-82-234-244-69.fbx.proxad.net)
12:47:58NJoinNibbler [0] (N=sven@port-212-202-193-100.dynamic.qsc.de)
12:48:03NJoinAison [0] (N=hans@zux166-181.adsl.green.ch)
12:48:03NJoinigor47 [0] (N=igor47@temple.src.uchicago.edu)
12:48:06NJoincourtc [0] (N=court@adsl-33-139-163.asm.bellsouth.net)
12:48:12 Join ssab [0] (N=irc@tor/session/x-3cc28f7e4471f23a)
12:48:13NJoinmbr [0] (N=mb@stz-softwaretechnik.de)
12:48:14***Server message 505: 'logbot_ :ssab is blocking messages from unidentified users. You must register and identify with NickServ before talking to this user.'
12:48:17NJoinhicks [0] (N=hicks@zeus.mups.co.uk)
12:49:00ssabboo @ load balancing
12:49:17DEBUGEOF from server (Success) (snapshot: netstuff.c line 545)
12:49:17***Cleanup
12:49:17***Cleanup
12:49:17***Saving seen data "./dancer.seen"
12:49:17***Exit
12:49:17***Started Dancer V4.16
12:49:17DEBUGconnect(2) failed on socket 3 (Connection refused) (snapshot: netstuff.c line 150)
12:49:17***Connected to irc.freenode.net on port 6667
12:49:17***Logfile for #rockbox started
12:49:26***Server message 501: 'logbot :Unknown MODE flag'
12:49:26Mode"logbot :+i" by logbot
12:49:27 Join logbot [0] (N=bjst@labb.contactor.se)
12:49:27 Join Seed [0] (I=ben@l192-117-115-168.broadband.actcom.net.il)
12:49:27 Join HCl [0] (I=hcl@titania.student.utwente.nl)
12:49:27 Join gromit` [0] (N=gromit`@ras75-5-82-234-244-69.fbx.proxad.net)
12:49:27 Join crashd [0] (I=nobody@badger.ing.me.uk)
12:49:27 Join hicks [0] (N=hicks@zeus.mups.co.uk)
12:49:27 Join mbr [0] (N=mb@stz-softwaretechnik.de)
12:49:27 Join ssab [0] (N=irc@tor/session/x-3cc28f7e4471f23a)
12:49:27 Join courtc [0] (N=court@adsl-33-139-163.asm.bellsouth.net)
12:49:27 Join Aison [0] (N=hans@zux166-181.adsl.green.ch)
12:49:27 Join igor47 [0] (N=igor47@temple.src.uchicago.edu)
12:49:27 Join Nibbler [0] (N=sven@port-212-202-193-100.dynamic.qsc.de)
12:49:27 Join banan_ [0] (I=banan@dalink.campus.luth.se)
12:49:27 Join LEXLuTHoR [0] (I=babylon@ip-185-152.evc.net)
12:49:27 Join crwl [0] (N=crawlie@83.148.225.157)
12:49:27 Join Lynx_ [0] (N=lynx@tina-10-4.genetik.uni-koeln.de)
12:49:27 Join ashridah [0] (I=ashridah@220-253-123-240.VIC.netspace.net.au)
12:49:27 Join solex [0] (N=jrschulz@c204229.adsl.hansenet.de)
12:49:27 Join Ismo [0] (I=laitinei@huippu.net)
12:49:27 Join ze [0] (I=ze@ca-dstreet-cuda2-c9a-73.snbrca.adelphia.net)
12:49:27 Join bluebrot1er^ [0] (N=c28@nat-ph3-wh.rz.uni-karlsruhe.de)
12:49:27 Join cYmen_ [0] (N=cymen@nat-ph3-wh.rz.uni-karlsruhe.de)
12:49:27 Join Hadaka [0] (I=naked@naked.iki.fi)
12:49:27 Join Slasher [0] (I=miipekk@ihme.org)
12:49:27 Join thegeek [0] (N=thegeek@s201a.studby.ntnu.no)
12:49:27 Join pike [0] (I=pike@c83-249-120-126.bredband.comhem.se)
12:49:27 Join pabs [0] (N=pabs@xor.pablotron.org)
12:49:27 Join crash_ [0] (N=crash@a15167580.alturo-server.de)
12:49:27 Join edx [0] (I=edx@p54A8F063.dip.t-dialin.net)
12:49:27 Join CoCoLUS [0] (N=coco@h081217139221.dyn.cm.kabsi.at)
12:49:27 Join Asku [0] (N=aksu@adsl-39.180-DynIP.ssp.fi)
12:49:27 Join MO-Pantsu [0] (I=MO-Pants@deadman3000.plus.com)
12:49:28 Join ChuckleMan [0] (I=Shamrock@68-112-49-085.dhcp.hlrg.nc.charter.com)
12:49:29 Join Bagder [0] (N=daniel@1-1-5-26a.hud.sth.bostream.se)
12:49:34ssabah shiet
12:49:40 Join pill [0] (I=pill@cybercrimi.nl)
12:49:48 Join TCK [0] (I=TCK@81-86-100-160.dsl.pipex.com)
12:49:48 Join dwihno [0] (N=dw@81.8.224.89)
12:49:50 Join Moos [0] (I=DrMoos@m175.net81-66-158.noos.fr)
12:49:50 Join Febs [0] (N=Febs@207-172-122-81.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com)
12:50:24 Join Rick [0] (I=rick@pool-71-108-13-143.lsanca.dsl-w.verizon.net)
12:52:04 Join silencer [0] (N=silencer@zen.via.ecp.fr)
12:52:21 Join odd [0] (I=mrodd@fangorn.starshadow.com)
12:52:26 Join godzirra [0] (N=shawn@c-24-131-13-213.hsd1.va.comcast.net)
12:52:27 Join QT [0] (I=as@madwifi/users/area51)
12:54:19 Join alxcm [0] (N=alx@68-232-83-247.chvlva.adelphia.net)
12:54:21 Join dionoea [0] (N=dionoea@muscipula152.via.ecp.fr)
12:54:25 Quit dionoea (brown.freenode.net irc.freenode.net)
12:54:25NSplitbrown.freenode.net irc.freenode.net
12:54:25 Quit alxcm (brown.freenode.net irc.freenode.net)
12:54:25 Quit Rick (brown.freenode.net irc.freenode.net)
12:54:25 Quit TCK (brown.freenode.net irc.freenode.net)
12:54:25 Quit pill (brown.freenode.net irc.freenode.net)
12:54:25 Quit gromit` (brown.freenode.net irc.freenode.net)
12:54:25 Quit dwihno (brown.freenode.net irc.freenode.net)
12:54:25 Quit ChuckleMan (brown.freenode.net irc.freenode.net)
12:54:25 Quit Bagder (brown.freenode.net irc.freenode.net)
12:54:25 Quit Seed (brown.freenode.net irc.freenode.net)
12:54:25 Quit crashd (brown.freenode.net irc.freenode.net)
12:54:25 Quit mbr (brown.freenode.net irc.freenode.net)
12:54:25 Quit Aison (brown.freenode.net irc.freenode.net)
12:54:25 Quit Slasher (brown.freenode.net irc.freenode.net)
12:54:25 Quit Hadaka (brown.freenode.net irc.freenode.net)
12:54:25 Quit odd (brown.freenode.net irc.freenode.net)
12:54:25 Quit silencer (brown.freenode.net irc.freenode.net)
12:54:25 Quit Lynx_ (brown.freenode.net irc.freenode.net)
12:54:25 Quit solex (brown.freenode.net irc.freenode.net)
12:54:25 Quit Asku (brown.freenode.net irc.freenode.net)
12:54:54NHealbrown.freenode.net irc.freenode.net
12:54:54NJoindionoea [0] (N=dionoea@muscipula152.via.ecp.fr)
12:54:54NJoinalxcm [0] (N=alx@68-232-83-247.chvlva.adelphia.net)
12:54:54NJoinodd [0] (I=mrodd@fangorn.starshadow.com)
12:54:54NJoinsilencer [0] (N=silencer@zen.via.ecp.fr)
12:54:54 Join Rick [0] (I=rick@unaffiliated/Rick)
12:54:54NJoindwihno [0] (N=dw@81.8.224.89)
12:54:54NJoinTCK [0] (I=TCK@81-86-100-160.dsl.pipex.com)
12:54:54NJoinpill [0] (I=pill@cybercrimi.nl)
12:54:54NJoinBagder [0] (N=daniel@1-1-5-26a.hud.sth.bostream.se)
12:54:54NJoinChuckleMan [0] (I=Shamrock@68-112-49-085.dhcp.hlrg.nc.charter.com)
12:54:54NJoinSeed [0] (I=ben@l192-117-115-168.broadband.actcom.net.il)
12:54:54NJoingromit` [0] (N=gromit`@ras75-5-82-234-244-69.fbx.proxad.net)
12:54:54NJoincrashd [0] (I=nobody@badger.ing.me.uk)
12:54:54NJoinmbr [0] (N=mb@stz-softwaretechnik.de)
12:54:54NJoinAison [0] (N=hans@zux166-181.adsl.green.ch)
12:54:54NJoinLynx_ [0] (N=lynx@tina-10-4.genetik.uni-koeln.de)
12:54:54NJoinsolex [0] (N=jrschulz@c204229.adsl.hansenet.de)
12:54:54NJoinHadaka [0] (I=naked@naked.iki.fi)
12:54:54NJoinSlasher [0] (I=miipekk@ihme.org)
12:54:55NJoinAsku [0] (N=aksu@adsl-39.180-DynIP.ssp.fi)
12:55:50 Join LinusN [0] (N=linus@labb.contactor.se)
12:55:58 Quit pill (brown.freenode.net irc.freenode.net)
12:55:58 Quit TCK (brown.freenode.net irc.freenode.net)
12:55:58 Quit Rick (brown.freenode.net irc.freenode.net)
12:55:58 Quit alxcm (brown.freenode.net irc.freenode.net)
12:55:58 Quit dionoea (brown.freenode.net irc.freenode.net)
12:55:58 Quit gromit` (brown.freenode.net irc.freenode.net)
12:55:58 Quit mbr (brown.freenode.net irc.freenode.net)
12:55:58 Quit crashd (brown.freenode.net irc.freenode.net)
12:55:58 Quit ChuckleMan (brown.freenode.net irc.freenode.net)
12:55:58 Quit Bagder (brown.freenode.net irc.freenode.net)
12:55:58 Quit dwihno (brown.freenode.net irc.freenode.net)
12:55:58 Quit Aison (brown.freenode.net irc.freenode.net)
12:55:58 Quit Seed (brown.freenode.net irc.freenode.net)
12:55:58 Quit Slasher (brown.freenode.net irc.freenode.net)
12:55:58 Quit Hadaka (brown.freenode.net irc.freenode.net)
12:55:58 Quit Asku (brown.freenode.net irc.freenode.net)
12:55:58 Quit solex (brown.freenode.net irc.freenode.net)
12:55:58 Quit silencer (brown.freenode.net irc.freenode.net)
12:55:59 Quit odd (brown.freenode.net irc.freenode.net)
12:55:59 Quit Lynx_ (brown.freenode.net irc.freenode.net)
12:56:09CtcpVersion from freenode-connect!freenode@connect.utility.freenode
12:56:12***Server message 477: 'logbot #rockbox :[freenode-info] help freenode weed out clonebots, please register your IRC nick and auto-identify: http://freenode.net/faq.shtml#nicksetup'
12:56:25NJoindionoea [0] (N=dionoea@muscipula152.via.ecp.fr)
12:56:25NJoinalxcm [0] (N=alx@68-232-83-247.chvlva.adelphia.net)
12:56:25NJoinodd [0] (I=mrodd@fangorn.starshadow.com)
12:56:25NJoinsilencer [0] (N=silencer@zen.via.ecp.fr)
12:56:25NJoinRick [0] (I=rick@unaffiliated/Rick)
12:56:25NJoindwihno [0] (N=dw@81.8.224.89)
12:56:25NJoinTCK [0] (I=TCK@81-86-100-160.dsl.pipex.com)
12:56:25NJoinpill [0] (I=pill@cybercrimi.nl)
12:56:25NJoinBagder [0] (N=daniel@1-1-5-26a.hud.sth.bostream.se)
12:56:25NJoinChuckleMan [0] (I=Shamrock@68-112-49-085.dhcp.hlrg.nc.charter.com)
12:56:25NJoinSeed [0] (I=ben@l192-117-115-168.broadband.actcom.net.il)
12:56:25NJoingromit` [0] (N=gromit`@ras75-5-82-234-244-69.fbx.proxad.net)
12:56:25NJoincrashd [0] (I=nobody@badger.ing.me.uk)
12:56:25NJoinmbr [0] (N=mb@stz-softwaretechnik.de)
12:56:25NJoinAison [0] (N=hans@zux166-181.adsl.green.ch)
12:56:25NJoinLynx_ [0] (N=lynx@tina-10-4.genetik.uni-koeln.de)
12:56:25NJoinsolex [0] (N=jrschulz@c204229.adsl.hansenet.de)
12:56:25NJoinHadaka [0] (I=naked@naked.iki.fi)
12:56:25NJoinSlasher [0] (I=miipekk@ihme.org)
12:56:25NJoinAsku [0] (N=aksu@adsl-39.180-DynIP.ssp.fi)
13:00
13:04:07MoosHey guys, enyone use the lastest build
13:04:23MoosI hearded there is one volume bug
13:05:09MoosI used the 30 07 05 build and i don't have this volume bug
13:05:13Slasheruh, i had a horror that i forgot to take iriver charger from home. fortunately i had taken it :)
13:05:30MoosHi Slasheri :)
13:05:31LinusNMoos: i can't reproduce it with the current cvs
13:05:43LinusNbut it isn't fixed yet
13:05:44Slasherhi Moos :)
13:05:54MoosLinus: ok thanks
13:07:10MoosSlasheri: no civil service today? :D
13:07:27 Nick bluebrot1er^ is now known as bluebrother^ (N=c28@nat-ph3-wh.rz.uni-karlsruhe.de)
13:07:53Slasheryes i have, i just got to irc for a few minutes before lectures continue .)
13:08:29Mooshehe, good luck ;)
13:09:03Slasherthx, now i have to go
13:09:15Mooshave a good day
13:23:39MoosCool, bug volume don't apear here too with the last beelding edges build :)
13:23:49LinusNbadness
13:24:21Moosi can't replicate it
13:25:03MoosStrange, i remenber this problem puzzled a bit Lear
13:26:24Moosi'll look @ the mailing list
13:28:51 Join webguest86 [0] (N=c31ce021@labb.contactor.se)
13:29:25LinusNMoos: the problem is that the uda1380 stops responding on the i2c bus
13:30:02Moosohh :(
13:30:41Moosmaybe you know how to fix it ? :)
13:31:05LinusNi will, when i find out how to make it happen
13:31:26LinusNas of now, i can't reproduce the bug
13:31:26Moosyes i can't reproduce it too
13:32:25 Join leftright [0] (N=d4406110@labb.contactor.se)
13:33:16Moosaperently anyone here too had this bug too, it's strange :)
13:33:46bluebrother^at least me had it too.
13:34:39leftrightI get loud pops when resuming play or selecting a new track, latest build
13:51:31 Join lostlogic [0] (N=lostlogi@node-4024215a.mdw.onnet.us.uu.net)
13:53:14 Join Lynx0 [0] (N=lynx@tina-10-4.genetik.uni-koeln.de)
13:58:43 Part LinusN
13:59:59 Join MasterShadow [0] (N=d95335b8@labb.contactor.se)
14:00
14:01:43 Join LinusN [0] (N=linus@labb.contactor.se)
14:03:30 Quit Lynx_ (Read error: 113 (No route to host))
14:03:30 Nick Lynx0 is now known as Lynx_ (N=lynx@tina-10-4.genetik.uni-koeln.de)
14:07:58 Join Lynx0 [0] (N=lynx@tina-10-4.genetik.uni-koeln.de)
14:10:50 Join Lynx [0] (N=lynx@tina-10-4.genetik.uni-koeln.de)
14:11:53 Quit Lynx_ (Nick collision from services.)
14:12:25 Nick Lynx is now known as Lynx_ (N=lynx@tina-10-4.genetik.uni-koeln.de)
14:15:47 Join satriani [0] (N=KLBK2005@81.214.241.58)
14:16:01 Part satriani
14:17:27 Quit Lynx0 (Read error: 60 (Operation timed out))
14:27:42 Join einhirn [0] (I=Miranda@bsod.rz.tu-clausthal.de)
14:49:19***Saving seen data "./dancer.seen"
15:00
15:18:37 Quit MasterShadow ("CGI:IRC (Ping timeout)")
15:20:25 Join webguest22 [0] (N=5751a634@labb.contactor.se)
15:20:40 Quit webguest22 (Client Quit)
15:26:49 Join Bger [0] (I=YourNick@82.146.28.56)
15:26:51Bgerhi;)
15:28:46BgerLinusN are you here ?
15:28:59LinusNyes
15:29:36Bgeri have one q about the DMA contr. of 5249
15:29:41LinusNshoot
15:30:30Bgerok, looking @ datasheet of ISP1362 (H3x0 USB host controller) it supports DMA
15:31:19Bgerbut afics (and understand) from coldfire UM, the DMA controller can work only with built in peripherals
15:31:23Bgeram i right ?
15:31:32 Join [1]Febs [0] (N=Febs@64-190-36-214.client.cypresscom.net)
15:31:42LinusNyou are correct
15:31:56Bgerthat's bad ...
15:32:07ashridahyep. no full-speed usb for rockbox
15:32:16Bger:(
15:32:17LinusNthe 5250 controller, however, can deal with mem-mem transfers
15:32:23LinusNiirc
15:32:35Bgeryes, but i have iriver :))
15:33:50LinusNi haven't read the isp1362 data sheets
15:34:02Bgeri have read it ...
15:34:04LinusNdoes it have any buffering?
15:34:11Bger4096 bytes
15:34:21Bgerin fact it's 2 devices in one
15:34:26BgerUSB host & usb defice
15:34:48Bgerand the 2 devices have separate buffers
15:34:55LinusNhow large can a usb frame be?
15:35:04Bgerbut these 4096 bytes are ... w8
15:35:16*LinusN knows very little about usb in general
15:35:20*Bger too
15:35:26Bgerbut i started to read
15:35:39Bgerand i've uploaded some docs in wiki
15:36:44 Quit Febs (Read error: 110 (Connection timed out))
15:36:44 Nick [1]Febs is now known as Febs (N=Febs@64-190-36-214.client.cypresscom.net)
15:37:47SlasherBagder: hi, about the automatic playlist entry removal, i think better solution could be to add some indicator to playlist system that would set to true if for all invalid entries
15:37:49LinusNas i said, i don't know much, but i can't see why full speed usb would require dma
15:37:58Slasher-if
15:38:04LinusNSlasher: why?
15:38:22Slasherthat way playlist_next etc. would automatically skip the invalid entries
15:38:35SlasherLinusN: it's quite hard to the skipping other way
15:38:39Slasher+do
15:38:49LinusNwe don't have that today, and the archos playback skips them nicely
15:39:15Slasheryes, it's possible to do but that requires some ugly coding to get it work reliable
15:39:32LinusNis the archos playback code ugly?
15:40:32Slasherhmm, how does it handle it while buffering several tracks into memory at same time and there is at least one invalid entry between the valid entries?
15:41:10LinusNit keeps track of how many positions it has to skip to get to the next valid entry
15:41:35Slasherah, ok. that was the way i also thought
15:41:48LinusNi agree that it isn't all that "clean"
15:42:03Slasherbut i think it would be more realiable and nicer code if that's handled by the playlist code
15:42:23LinusNif you can find a cleaner solution, i'm all ears
15:42:38Slasheri will take a look when i get to home :)
15:42:54LinusNgoodie
15:43:19 Quit silencer (Nick collision from services.)
15:43:21 Join silencer [0] (N=silencer@zen.via.ecp.fr)
15:43:22 Quit silencer (Nick collision from services.)
15:43:33Slasherbtw, is that problem known (at least with iriver) that saving loaded playlist again with the same filename causes it to go corrupted?
15:44:27Slasheri think the code could in that case first save it to a temporary file, remove original file and finally rename that temp file
15:45:02LinusNthat is probably a general bug
15:45:16LinusNi suggest you file a bug report
15:45:30Slasherok, i just have found my playlist corrupt several times when i have saved it
15:46:03Slasheri try to do that soon (at least i know how to reproduce the bug)
15:47:24LinusNtime to go home
15:47:27LinusNcu later
15:47:30 Part LinusN
15:48:22 Join silencer_ [0] (N=silencer@zen.via.ecp.fr)
15:55:11 Nick banan_ is now known as merbanan (I=banan@dalink.campus.luth.se)
16:00
16:05:30 Quit Bger (Read error: 104 (Connection reset by peer))
16:06:24 Quit ashridah (Read error: 110 (Connection timed out))
16:06:41 Quit webguest86 ("CGI:IRC")
16:16:10 Join Nobby [0] (N=nobby@cpc1-bele3-3-1-cust167.belf.cable.ntl.com)
16:17:52 Join webguest94 [0] (N=8374fec7@labb.contactor.se)
16:18:48 Quit webguest94 (Client Quit)
16:43:08 Join [1]Moos [0] (I=DrMoos@m175.net81-66-158.noos.fr)
16:43:09 Quit Moos (Read error: 104 (Connection reset by peer))
16:43:10 Nick [1]Moos is now known as Moos (I=DrMoos@m175.net81-66-158.noos.fr)
16:45:11 Join MasterShadow [0] (N=d95335b8@labb.contactor.se)
16:45:50MasterShadowhow fast is the datatransfer if i only have a very slow usb connection with the irivier ihp-140?
16:46:07MasterShadowis ist enaugh to load games from the ihp?
16:46:13MasterShadow*is it
16:46:25bluebrother^what kind of games?
16:46:33MasterShadowDiablo II
16:46:37bluebrother^old scummvm-Stuff maybe.
16:46:38MasterShadowWc3
16:46:47MasterShadowhhmm....
16:46:49bluebrother^I guess not.
16:47:20MasterShadowhm and is there any way to upgrade my usb to usb 2.0 without getten a new mainboard?
16:47:28bluebrother^yes.
16:47:36MasterShadowlol really?
16:47:38bluebrother^get a usb2.0 interface card.
16:47:41bluebrother^sure.
16:47:42MasterShadowAn adapter perhaps?
16:47:46MasterShadowhm
16:47:49MasterShadowand how do this works?
16:48:03MasterShadowand how much do it costs? :(
16:49:10bluebrother^lowest price I've seen is 12 EUR.
16:49:23***Saving seen data "./dancer.seen"
16:51:24CoCoLUSisn't that quite bad for the harddisk, excessive usage?
16:54:29MasterShadowhum what do that means?
16:55:37CoCoLUSi've read somewhere that those 1.8 inch drives don't like excessive usage like install/load games or even an os (some ipod user put linux on it)
16:55:41bluebrother^MasterShadow: see my pm :)
16:57:48MasterShadow:D
16:57:50MasterShadowI have seen it
16:59:17 Join Sucka [0] (N=NNSCRIPT@host81-156-208-120.range81-156.btcentralplus.com)
17:00
17:02:43 Quit Nobby (Read error: 110 (Connection timed out))
17:03:30thegeekCoCoLUS : they prob have lower specs that 2.5 and 3.5 drives
17:03:44thegeekbut I dont think running a game from it now and then would _harm_ it
17:03:57thegeekbut dont trust me
17:04:00thegeektrust amiconn
17:04:10thegeekhe is the datasheet guru
17:21:28 Join t0mas [0] (N=503c08d1@labb.contactor.se)
17:22:00t0mashi
17:22:27*t0mas is looking for some electronics help....
17:22:37t0masI have a variable resistor
17:22:40t0masand it has 3 pins...
17:22:42t0maswhy 3?
17:23:00t0masresistors normally have 2 pins?
17:23:25bluebrother^think of it as a resistor wire.
17:23:37bluebrother^you've got two ends of it.
17:23:55bluebrother^and the 3rd is somewhere in between. So you can adjust it.
17:24:25t0masah ok
17:24:36t0masbut why do I want to use the 3rd one?
17:24:49bluebrother^if you want to divide the voltage.
17:24:56t0masoh ok
17:25:16*bluebrother^ is scraping his head about the correct english terms :)
17:25:24t0masdoesn't matter
17:25:26t0masI get it ;)
17:25:32bluebrother^:)
17:25:35t0masit is connected to some IC I'm looking at
17:25:48t0mas1 end is connected to GND, and the other 2 are on the IC
17:26:05t0masand we think it's used as a reference voltage
17:26:27bluebrother^so it could be the 1 IC pin being a reference voltage.
17:26:37bluebrother^so you've got a voltage divider
17:26:58bluebrother^the resulting voltage (of the 3rd pin) is always somewhere in between GND and Aref
17:28:06t0masyes
17:28:28bluebrother^need to go now. BBL (an hour or so)
17:39:27 Join muesli- [0] (I=muesli_t@Bc1e9.b.pppool.de)
17:42:38 Quit einhirn ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
17:44:39 Join bagawk [0] (N=lee@unaffiliated/bagawk)
18:00
18:00:21 Join ansivirus [0] (N=ccd69106@labb.contactor.se)
18:03:53ansiviruswhen my Archos JB FM is hooked up to my FM Modulator via RCA everything works fine but if I plug in my Car AC Adapter I get a god awful high pitched noise any idea what could be causing this?
18:04:37 Quit muesli- ("ich will Kühe!!!")
18:05:05ansivirusany one know what could cause that or how I might resolve that problem?
18:07:53bluebrother^re
18:18:25 Quit MO-Pantsu (Read error: 110 (Connection timed out))
18:18:41 Join Nobby [0] (N=nobby@cpc1-bele3-3-1-cust167.belf.cable.ntl.com)
18:19:10Nobby!
18:27:29 Join zezayer [0] (N=chatzill@spr2-brig3-4-0-cust69.asfd.broadband.ntl.com)
18:35:53 Quit zezayer ("Chatzilla 0.9.68.5 [Firefox 1.0/20041107]")
18:38:31 Nick Sucka is now known as Sucka`away (N=NNSCRIPT@host81-156-208-120.range81-156.btcentralplus.com)
18:41:33 Join stevenm [0] (N=stevenm@pcp04417429pcs.nrockv01.md.comcast.net)
18:49:25***Saving seen data "./dancer.seen"
18:54:18 Quit ansivirus ("CGI:IRC (EOF)")
18:56:20 Join tvelocity [0] (N=tony@chan530-a097.otenet.gr)
19:00
19:01:24 Join Hansmaulwurf [0] (N=maerlyn@p54AAFCA0.dip.t-dialin.net)
19:03:58 Quit Nibbler ("life is like a rental car, you fuck it up, and give it back.")
19:04:27 Join TCK- [0] (I=TCK@81-86-102-188.dsl.pipex.com)
19:07:29 Join zezayer [0] (N=chatzill@spr2-brig3-4-0-cust69.asfd.broadband.ntl.com)
19:10:46 Join Stryke` [0] (N=Chairman@cpe-24-168-110-99.si.res.rr.com)
19:16:50 Join einhirn [0] (I=Miranda@carlsberg.heim2.tu-clausthal.de)
19:16:55 Nick Sucka`away is now known as Sucka (N=NNSCRIPT@host81-156-208-120.range81-156.btcentralplus.com)
19:18:46 Quit TCK (Read error: 110 (Connection timed out))
19:19:30 Join TCK [0] (I=TCK@81-86-97-244.dsl.pipex.com)
19:22:44t0mashi
19:22:51t0masnew electronics question :)
19:22:58bluebrother^ok ;-)
19:23:03t0masI have a Ti UA723
19:23:16t0masand it's supposed to become a power supply for lab experiments
19:23:31t0masit's connected to a AC 18v transformator...
19:23:48t0masit has a reference in from a variable resistor...
19:24:30t0masand the datasheet of that chip is: http://www.google.nl/url?sa=t&ct=res&cd=2&url=http%3A//www.datasheetcatalog.com/datasheets_pdf/U/A/7/2/UA723.shtml&ei=N5X3QqKiKaWURfu1xe8N
19:24:52t0mashm...
19:24:54t0masjust www.datasheetcatalog.com/datasheets_pdf/U/A/7/2/UA723.shtml
19:24:55bluebrother^already found it at texas-instruments.com ;-)
19:24:58t0mask
19:25:34t0masthe power supply is a pile of components here... without a scheme on how to connect them... so we've come some way... but there are some open ends :)
19:26:34bluebrother^hmm.
19:27:32bluebrother^so ... what's exactly the problem?
19:27:46t0masthe problem is that we have no idea how to continue ;)
19:27:58bluebrother^ok
19:28:08bluebrother^I would start with the application note
19:28:11t0masso we're looking for some scheme on how to use that thing
19:28:33bluebrother^http://focus.ti.com/lit/ds/symlink/ua723.pdf
19:28:41t0masthere is a variable resistor... supposed to set the A (ampere) level of the output, and it is connected to the output of the chip
19:28:45bluebrother^go to page 6
19:28:51t0mask
19:29:13t0maswich scheme>
19:29:40bluebrother^what type of output do you want to have?
19:29:58t0masDC
19:30:29bluebrother^I mean ... you could use Fig.1 -> V=2~7V
19:30:44bluebrother^or Fig.2 -> V=7~27V
19:31:00t0mashm... I'll take a look at it
19:31:01bluebrother^what output voltage do you want?
19:31:17t0masvariable... but mainly 2 to 7 is ok
19:31:26bluebrother^ok. What current?
19:31:38bluebrother^the chip itself can do 150mA.
19:31:57bluebrother^if you don't want to have more -> Fig. 1
19:32:31bluebrother^if you want to get a higher current you need an external load transistor -> Fig. 5
19:33:32bluebrother^one of them should fit.
19:34:37 Quit TCK- (Read error: 110 (Connection timed out))
19:35:46t0masjup
19:35:48t0mas5 is ok
19:37:48stevenmDoes anyone here have a BDM ?
19:38:05*bluebrother^ not
19:38:07t0masLinus...
19:40:29 Quit einhirn (Read error: 104 (Connection reset by peer))
19:43:32 Join xen` [0] (I=nop@stg25-1-82-238-117-1.fbx.proxad.net)
19:43:49t0masbluebrother?
19:43:57 Join XavierGr [0] (N=XavierGr@ppp9-adsl-31.ath.forthnet.gr)
19:44:02t0maswe have something looking like fig 4
19:44:20t0masbut the output current should be adjustable
19:44:25bluebrother^a second ...
19:44:28 Quit MasterShadow ("CGI:IRC (EOF)")
19:45:12t0masthat regulated output is connected to the "right" pin of a variable resistor
19:45:21t0masand the middle and left pin are unkown now
19:45:35XavierGrhi.
19:45:39t0masto what should those 2 be connected?
19:45:43t0mashi XavierGR
19:46:04XavierGrt0mas: did you fixed the iriver firmware?
19:46:50 Join MasterShadow [0] (N=d95335b8@labb.contactor.se)
19:47:33t0masXavierGr: no, still haven't had time to look at my iriver
19:48:33XavierGrso you seem very busy these days...
19:49:00t0masyes, I am
19:49:33bluebrother^ok.
19:50:05bluebrother^it seems your var resistor is connected to CURR SENS, IN- and GND
19:50:13bluebrother^i.e. replacing R1 and R2
19:51:32bluebrother^like note 6 on page 4
19:52:01t0maserm... that makes the voltage adjustable
19:52:19t0masthis thing is supposed to make the A adjustable
19:52:30t0mas(we have that other one also)
19:52:49bluebrother^oh, ok.
19:52:52bluebrother^Misread :)
19:53:02t0masnp
19:53:23t0mas(there is also a very large capicitator left... ghehe...)
19:54:02bluebrother^you have the device already built?
19:54:30t0masno, then we would have duplicated that onje
19:54:32t0mas*one
19:54:47t0masit is a pile of components... and a challenge to get em together :)
19:55:50XavierGrwhat are you building?
19:56:02t0masa power supply
19:56:20XavierGrfor fun or you want to power up something specific?
19:56:54t0masas a challenge
19:57:03t0masno real target to power yet :)
19:57:43XavierGrgood I wanted to build something like this in the past...
19:58:17 Quit bagawk ("Leaving")
20:00
20:00:07 Join Nibbler [0] (N=sven@port-212-202-193-100.dynamic.qsc.de)
20:04:12bluebrother^t0mas: you need to put it somehow to CURR LIM but I'm not sure how exactly
20:04:16bluebrother^at least for now :)
20:04:37t0masbut...
20:04:48t0masyou have 3 pins on a variable resistor
20:04:52t0mas1, 2 and 3
20:05:17t0mas3 is connected to the output from scheme 4
20:05:34t0masdesignated as "Regulated output." there
20:05:38t0masVo
20:05:55t0mas1 and 2 are unkown :)
20:06:35bluebrother^is CURR SENS connected to somewhere?
20:06:48*t0mas checks
20:06:55t0masyes
20:07:05t0masit's connected to the regulated output
20:07:09t0mas(as in scheme 4)
20:08:59*bluebrother^ has tomatos on his eyes
20:09:07bluebrother^or something similar.
20:09:26bluebrother^look at fig 6 −− there is it.
20:09:36bluebrother^R3 and R4 do the current limiting.
20:14:20t0masah ok
20:14:39t0masit doesn't fit in the things already there
20:15:25bluebrother^hmm. It's a bit tricky as I'm not into this OpAmp stuff.
20:17:58bluebrother^I'm away for the next ~20 mins. Need to go home ;-)
20:18:31XavierGrdoes anyone here what opendir() readdir() functions do?
20:18:38t0mask
20:18:52XavierGrI am confused as to their usability
20:27:42 Join LinusN [0] (N=linus@labb.contactor.se)
20:29:10 Join preglow [0] (N=thomj@bacchus.pvv.ntnu.no)
20:29:49 Quit zezayer (Read error: 104 (Connection reset by peer))
20:29:56XavierGrhi Linus!!!
20:30:09XavierGroh and preglow too
20:31:03XavierGrLinus: do you know what opendir() and readdir() does?
20:31:48stevenmHi LinusN
20:32:03stevenmLinusN, you have a BDM right ?
20:32:16LinusNXavierGr: yes i do
20:32:25LinusNstevenm: yes i do :-)
20:32:33preglowyo
20:32:37LinusNyo
20:32:40preglowwhats up?
20:32:44preglowlots of neat coding?
20:32:54XavierGrIt's a long time since I saw one of you here
20:33:12preglowim moving to internet land in a weeks time, think ill be online much more often then
20:33:21XavierGr:)
20:33:36stevenmLinusN, I have seen a schematic for a fairly simple (flip flops and nand shmitt triggers) BDM device.. PD_BDM I think it was called. Would this work for resurrecting a dead H3x0 from bad flashing?
20:33:59 Quit t0mas ("CGI:IRC (Ping timeout)")
20:34:17LinusNmost simple bdm devices won't work on the coldfire because of sensitive clock timing
20:34:46LinusNpreglow: not much going on, i just came back from vacation
20:34:55stevenmLinusN, i mean this one- http://cmp.felk.cvut.cz/~pisa/m683xx/fig/bdm_pd.gif
20:35:00stevenmLinusN, that will not work?
20:35:13LinusNpreglow: i have an interesting problem for you if you are interested in libmad debugging
20:35:28stevenmLinusN, er http://cmp.felk.cvut.cz/~pisa/m683xx/fig/bdm_pd.pdf
20:35:33 Quit MasterShadow ("CGI:IRC (EOF)")
20:36:12LinusNstevenm: no, a cpu32 bdm won't cut it i'm afraid
20:36:38stevenmLinusN, anything I can build out of PIC chips?
20:37:35LinusNstevenm: not really, you would need a PAL/GAL
20:37:52stevenmLinusN, i remember those being annoying, and expensive
20:38:22stevenmLinusN, I want to continue working on midi, but i need a device now... and if i ever get paid at work, i'm gonnag et an h3x0.. wondering if i can help out on the bootloader too, but need bdm first
20:39:02XavierGrMidi on iriver, that is a good cause...
20:39:41stevenmXavierGr, 78% realtime atm.. but the soundset is really good
20:40:16LinusNstevenm: i see
20:41:03XavierGrwooo! nice indeed for a midi lover
20:41:23XavierGrso do you think that you can optimize it to realtime?
20:44:04stevenmXavierGr, it is possible.. right now, it will probably run realtime (or close) if you drop the output sampling rate to like 11Khz
20:44:40stevenmXavierGr, we were optimistic about it, because you can still do optimization in ASM, and all that emac stuff.. but I onlt have a computer, not an actual device, so I can't do anything with assembly yet
20:45:18XavierGrso why no produce a 11khz build for commit? I have a lot of midis!
20:45:41stevenmXavierGr, well.. it doesn't actually OUTPUT sound
20:45:52stevenmXavierGr, if you have a sim, you can use it to play sound thru the computer
20:46:21 Join MasterShadow [0] (N=d95335b8@labb.contactor.se)
20:46:27stevenmXavierGr, the problem is, the thing is a plugin, not really a codec. and I hear that the plugin api does not have yet support for outputting sound
20:47:14XavierGryeah I think thats true (though there is a patch for metronome plugin that outputs something like a sound)
20:47:22 Quit xen` (Read error: 110 (Connection timed out))
20:48:09 Join matsl [0] (N=matsl@1-1-4-2a.mal.sth.bostream.se)
20:49:27***Saving seen data "./dancer.seen"
20:49:44 Join glow_ [0] (N=thomj@bacchus.pvv.ntnu.no)
20:50:00glow_w00t
20:52:54 Nick glow_ is now known as prethom (N=thomj@bacchus.pvv.ntnu.no)
20:56:32 Quit preglow ("Lost terminal")
21:00
21:00:23 Join hardeep [0] (I=hardeeps@freeshell.ORG)
21:10:09 Quit ChuckleMan ("Connection reset by self")
21:11:06 Quit TCK (Read error: 110 (Connection timed out))
21:11:22 Nick Lynx_ is now known as Lynx_awy (N=lynx@tina-10-4.genetik.uni-koeln.de)
21:25:10LinusNthe hebrew bidirectional patch is finally commited
21:27:21XavierGrIt's been a long time since last commit... :p
21:27:35XavierGrThings are quite quite here!
21:28:14LinusNsummer, you know
21:29:09prethomtons of things i want to do, just need a dev env
21:29:12XavierGryeah, I am like the house type person, though I went to my village for a week.
21:29:27XavierGrDid you go any vacations Linus?
21:30:29LinusNyes, i went to an island on the west coast of sweden
21:31:57Nobbylinus, any chance of taking a look at the forums? theres a fix for the volume-change-lag bug
21:32:05Nobbyhttp://forums.rockbox.org/index.php?topic=1139.60
21:34:41LinusNi'm not a fan of inserting sleep() calls to solve timing problems
21:36:51 Quit Nobby (Read error: 104 (Connection reset by peer))
21:40:36 Join Psy-Dead [0] (N=nobby@cpc1-bele3-3-1-cust167.belf.cable.ntl.com)
21:41:00Psy-Deadisnt a sleep call a better thing than a bug? at least until a proper fix is found
21:41:18 Nick Psy-Dead is now known as nobby (N=nobby@cpc1-bele3-3-1-cust167.belf.cable.ntl.com)
21:41:37LinusNPsy-Dead: just like painkillers to cure an aching tooth
21:42:07nobbypainkillers are still useful until you can go to the dentist :)
21:42:24FebsAh, but until the tooth is properly cured, I'd rather have the painkillers than suffer the pain!
21:42:35LinusNoh yes, but in this case the workaround will hide the bug and it won't get fixed properly
21:43:05XavierGrAt least code can't get used to painkillers so...
21:43:17LinusNno addiction problem
21:43:31nobbyalso, something seems wrong with the automatic CVS build thingy
21:43:32nobby2005-08-08 19:23Build expected to complete around 19:34
21:43:40nobbytime is now 19:48
21:45:34nobbyand the homepage isnt showing the commit at all
21:47:20 Join mrbigglesworth [0] (N=450aa184@labb.contactor.se)
21:48:20LinusNthe time estimate is sometimes wrong
21:48:32nobbyits way off
21:48:43nobbystill not built
21:49:00mrbigglesworthif i were to use an Iriver H-1x0 regularly as an external harddrive, would that lower its life expectancy?
21:50:25LinusNnobby: it's done now
21:50:43LinusNmrbigglesworth: probably
21:50:47leftrightthe Hard Drive has a life of 300,000 hours MTBF
21:51:11leftrightaccording to the manufacturer
21:51:28XavierGrMTBF?
21:51:28mrbigglesworth300,000 hours of accessing, i presume?
21:51:44leftrightMean Time Between Failures
21:52:01XavierGrwell I've got 2 hard drives! 1: 40GB and 2:60GB lucky me! :)
21:55:18 Quit mrbigglesworth ("CGI:IRC")
21:57:51nobbyhttp://sourceforge.net/tracker/index.php?func=detail&atid=439120&group_id=44306&aid=1254094
21:57:55nobbyrockblox anyone?
21:58:15nobbyhttp://sourceforge.net/tracker/index.php?func=detail&atid=439120&group_id=44306&aid=1239851
21:58:30nobbyand chached level data for sokoban (for newbs like me who retry a lot)
22:00
22:00:16XavierGrgotta go later all!
22:00:18 Quit XavierGr ()
22:01:31 Join sao [0] (N=sao@AMontsouris-152-1-14-171.w82-123.abo.wanadoo.fr)
22:01:34saohi all
22:02:03saosomeone can help with wps writing ?
22:02:31nobbysure
22:02:34nobbywhat do you need?
22:05:44nobbysao?
22:05:51nobbyhelloooooooooooooooooooooo
22:05:55*nobby slaps sao around a bit with a large trout
22:06:05saosry nobby
22:06:11nobbys'ok
22:06:14saois it possible to display a cover ?
22:06:19nobbynot yet
22:06:26saoplanned so ?
22:06:38nobbyi dont think anyone is working on it right now
22:06:59nobbythe problem is that the CPU must be at 120MHZ to use 33 shade greyscale
22:07:04saooh oh
22:07:07nobbyso it'd use too much battery power
22:07:21nobbyunless you had 3 shade grey covers, which'd look shit
22:07:31saook, lol
22:08:09saoanother question, is it possible to combine 2 infos on same line, one left aligned, second right aligned ?
22:08:58nobbytheres a patch allowing that
22:09:09nobbybut i think it causes a few bugs
22:09:22saohuh k
22:09:24nobbywhat I would do would be to centre align it and pad it out with spaces
22:09:45bluebrother^have been using that patch for ~2 weeks but not recognized any "new" bugs
22:10:09saok thought about it but when displaying dynamic things ... :o~
22:10:28nobbyis linus still here?
22:10:41nobbysince he does 99% of the patch commiting :)
22:10:46nobbyHINT HINT LINUS :P
22:10:59*nobby pokes LinusN with a stick
22:11:52LinusNouch
22:12:05nobbyit wasnt sharp :P
22:12:31saoalso, any <HR> possibility as in html ?
22:12:36saocould be a good tag
22:12:43nobbywhats <HR> do?
22:13:26prethomno one done any more work on speex?
22:13:28saoline crossing screen
22:13:36nobby_____________________________________
22:13:37nobbydone :P
22:13:38saoyep
22:13:46saothx underscores
22:13:49nobby:D
22:13:58nobbyor draw one in a BMP and use that
22:14:05saok
22:14:42saoalso ? while usb connected ? possible to browse & test wps ?
22:14:53nobbyno
22:14:56saok
22:14:59nobbyusb mode takes over the HDD
22:15:02nobbyso no browsing
22:15:17 Quit MasterShadow ("CGI:IRC (EOF)")
22:15:17 Join MasterShadow [0] (N=d95335b8@labb.contactor.se)
22:15:22 Quit MasterShadow (Client Quit)
22:15:29nobbyits all hardware controlled, rockbox simply detects it and shows a usb logo
22:15:42 Join MasterShadow [0] (N=d95335b8@labb.contactor.se)
22:15:48MasterShadowlol
22:16:28saok nobby
22:22:46 Join webguest31 [0] (N=3e4f4094@labb.contactor.se)
22:23:14webguest31I've also been using http://sourceforge.net/tracker/index.php?func=detail&aid=1236643&group_id=44306&atid=439120 (Enable multiple align tags in wps) for a while with no ill effects
22:24:18*nobby slaps LinusN around a bit with a large trout
22:24:54nobbyCOMMITETH THE PATCH BEFORE THOU ART CAST INTO THE FLAMES OF HELL (h1xx forum at rockbox.org ;))
22:25:27*LinusN is hunting down the volume lag bug
22:25:52webguest31Any progress?
22:25:59LinusNi seem to have found it
22:26:07 Join Toni1 [0] (N=91fec67e@labb.contactor.se)
22:26:21Toni1hi there
22:26:23webguest31Haven't had it much. Don't change volume too much
22:26:43LinusNnobby: ironically enough, a sleep() is the cure here :-)
22:26:52Toni1can anyone help me with fmradio on iriver?
22:27:04LinusNToni1: what about it?
22:27:13nobbyLinus, from now on assume i'm allways right and commit everything i tell you ;P
22:27:23LinusN:-)
22:27:25Toni1I tried to get i2c driver running but no response from the tuner
22:27:26nobbystart with the multi-align patch :D
22:28:00Toni1Is there a GPIO pin dedicated to power up the tuner?
22:28:15LinusNnot to my knowledge
22:28:32Toni1how about BUSENABLE
22:29:13webguest31woo, someone looking at fm
22:30:01Toni1yea I tried, but no luck.
22:30:24LinusNToni1: hang on, i'll check busenable
22:32:38prethomwhy hasnt austriancoder commited his radio stuff yet? he said he had it working
22:33:03 Nick prethom is now known as preglow (N=thomj@bacchus.pvv.ntnu.no)
22:33:10Toni1His HDD crashed :(
22:33:22 Quit thegeek (Read error: 110 (Connection timed out))
22:33:39preglowgoes for learning you to commit early :/
22:33:52nobbycommit early commit often
22:33:56nobbyjust like saving
22:39:04webguest31Well it did initiate the iaudio port so it's not all bad
22:42:05preglowno, i belive the fried h140 did that, heh
22:42:17webguest31true
22:44:23LinusNToni1: busenable is not connected at all
22:44:31LinusNi guess it's pulled up internally
22:44:56LinusNToni1: which i2c address do you use?
22:45:35Toni1LinusN: I tried 0xC0
22:45:42LinusNthat's correct
22:46:10 Join TCK [0] (I=TCK@81-86-99-69.dsl.pipex.com)
22:46:11Toni1LinusN: Did you check also the BUSMODE pin. Is it possible that iriver uses "3 wire mode" for communication?
22:46:17LinusNno
22:46:25LinusNbusmode is grounded
22:47:07LinusNaustriancoder had it working with i2c before his hdd/iriver crash
22:47:33Toni1LinusN: Yes, only question is, how?
22:48:37Moosmaybe his patch can help you
22:49:31***Saving seen data "./dancer.seen"
22:50:02preglowhe kept the code on his iriver???????
22:50:11MasterShadowcan anyone help me?
22:50:13MasterShadowI have got a failure
22:50:15webguest31With a bit of luck, he remembers.
22:50:42Toni1OK, I will ask him when he is online.
22:50:46MasterShadowafter I started the makedbj.bat
22:50:54MasterShadowI have got this failure: http://www.shadow.sacred-portal.de/forum/style_images/BlackGrey/logo4.gif
22:50:59MasterShadowno
22:51:00MasterShadowsry
22:51:05MasterShadowhttp://www.shadow.sacred-portal.de/forum/style_images/BlackGrey/FuckingFehler.jpg
22:51:06MasterShadowthis
22:51:22preglowand i take it no one has heard any more from the musepack people? :PPP
22:51:24MoosToni1: did you take a look in his i2c patch?
22:52:26Toni1Moos: Yes, basically it adds "read" on i2c. I only tried "write".
22:52:42Moosa ok
22:53:21Toni1Moos: But there is no acknowledge after writing a command.
22:54:01LinusNreboot time
22:54:04 Part LinusN
22:54:14Toni1Have to go. Bye all.
22:54:18 Part Toni1
22:56:12 Join LinusN [0] (N=linus@labb.contactor.se)
22:56:45Bagdergood evening fellows
22:57:44LinusNBagder: shalom
22:58:03Bagderend of vacation?
22:58:37matslBagder: god kväll
22:59:00Bagdermatsl: got the sim working?
22:59:25matslBagder: nope. haven't upgraded glibc yet
22:59:29Bagderok
23:00
23:01:57webguest31Bagder: any chance of updating since24.html?
23:03:14Bagderhang on
23:03:44 Quit Hansmaulwurf ("( www.nnscript.de :: NoNameScript 3.81 :: www.XLhost.de )")
23:05:55Bagderreload
23:06:03Bagderat 890K now
23:06:53webguest31Harsh.. did the release plans die out?
23:07:00Bagderyes
23:07:33Bagderwe need a "release manager"
23:10:01 Join Strath [0] (I=mike@dgvlwinas01pool0-a244.wi.tds.net)
23:16:26preglownot a very consuming job
23:16:38preglowbut a very uninteresting one :)
23:18:49webguest31I assume it involves keeping check of developers and approving/discussing changes during a freeze, and then doing the final files, announcements etc
23:19:15Bagdersomething like that, yes
23:19:25Bagderthe release would need to be a branch
23:19:36Bagderso it would probably involve some merges from the head etc
23:20:07Bagderat least that's how I view it
23:20:36solexHow many "core developers" are there?
23:20:39webguest31Hrm, any problem in just holding back changes for a week or two?
23:20:50Bagdersolex: it depends on how you define the term
23:21:04Bagderwebguest31: yes, people don't like that
23:21:18Bagderdevs people that is
23:21:31Bagderespecially since the release is not meant for iriver
23:21:35solexBadger: people committing on a regular basis for the last couple of months
23:21:45Bagdersolex: ~15
23:21:46webguest31They should just test their enhancements further before getting them committed!
23:21:56solexwow.
23:22:06webguest31But yeah, I see what you mean
23:22:31webguest31A branch would be less painful to everyone (but more annoying to the release manager)
23:22:39Bagderexactly
23:23:02LinusNanother problem is that very few developers can test on all devices
23:23:03HClwhy don't people get that cvs means development and bleeding edge and not meant for the end-user
23:23:18HClif you want a stable release, use the official releases :/
23:23:28webguest31Problem is that the stable release is oooold
23:23:40BagderHCl: we don't do releases, that's why
23:23:42ssabwow debian is getting on my last nerve today
23:23:49HClBagder: we should do one sometime soon..
23:23:51Bagder2.4 is oooooooooold
23:23:56HClcause 2.4 is indeed too old
23:23:57BagderHCl: yes
23:24:55webguest31Just look at the ReleaseNotes wiki page
23:24:58nobbywhatever happened about the feature freeze?
23:25:01webguest31and that's over a month out of date
23:25:14Bagderso we need a release manager
23:25:16HClkind of wondering that too nobby
23:25:50Bagderthen reread what I've written here just now
23:26:02*HCl doesn't know what a release manager is..
23:26:10Bagdersomeone who works on setting a release up
23:26:24Bagdersetup a branch
23:26:28webguest31I'm kindof thinking that a release would come sooner with just a "dumb" freeze
23:26:32Bagdermerge in bug fixes
23:26:37HClah.
23:26:51Bagderwebguest31: yes it would
23:26:51HCli thought you were talking about software or something
23:26:54preglowindeed
23:27:15BagderI could indeed live with a "dumb" freeze
23:27:18preglowme too
23:27:27preglowif it gets the job done
23:27:51HClwhats a dumb freeze?
23:28:04webguest31Not creating a branch, just stopping commits
23:28:09webguest31(except for fixes)
23:28:13HClah.
23:28:24HCli have two last things i kind of want in before the release..
23:28:38HCla) runtime database on archos (a simple matter of adding the buffer events)
23:28:47HClb) runtime database even without a tagdatabase present
23:28:53HCla is more urgent than b
23:29:05HCli can live without b in the release, but i think a should be in the release..
23:30:15Bagderwell
23:30:22BagderI would like a freeze yesterday
23:30:32Bagderso if you can do this within a few days then sure
23:30:49Bagderthat's me
23:32:13preglowdo you block commit access, or just ask devs nicely to not commit?
23:32:22Bagderjust asking
23:32:28webguest31How about setting a date, say a week or two in the future, freezing then, releasing two weeks later, come hell or high water
23:32:43webguest31That'd give a fair warning for people wanting to get something done
23:32:44Bagderyes, that's how we've done it in the past
23:32:59preglowid like a freeze really soon, really, a release is long overdue and theres not much activity these days anyway
23:33:37BagderLinusN: what do you think?
23:34:18LinusNi hoped to get the a-b repeat in the release
23:34:57webguest31any idea how far off that is?
23:34:59Bagderso what if we freeze on monday 22nd ?
23:35:24Bagderthat's about two weeks away
23:35:27LinusNsound ok to me
23:35:45Bagderthen let's do it this way
23:35:45Moosand remote or fm for iriver?
23:35:59webguest31Moos: irrelevant, this is not an iriver release
23:36:19webguest31but it won't get in during 22nd->release
23:36:31Bagderok, I'll post an announcement about it
23:37:29 Quit MasterShadow ("CGI:IRC (EOF)")
23:39:40nobbylinus
23:39:59webguest31Informative commit messages! Informative commit messages! My kingdom for informative commit messages!
23:39:59nobbyif you found the solution to the volume bug, why havent you commited the fix
23:40:41webguest31(tags like "[iriver]" "[ondio]" etc., but I ask too much, I know)
23:41:39LinusNwebguest31: not all commits apply to only one target
23:42:08LinusNwebguest31: and the commit messages are not for the release notes
23:42:09Bagderbut I agree that the commit messages can get more informative
23:42:21LinusNi agree too
23:42:49LinusNbut as i said, the commit messages reflect what changes were made in the code
23:43:03webguest31LinusN: I know, but there could be other categories [charging] etc.. I'm proposing a system like that
23:43:10webguest31I'm *not*
23:44:07webguest31Just idly complaining a bit.
23:45:24Bagderok, announcement coming up
23:45:51 Quit matsl (Remote closed the connection)
23:46:12 Quit sao ("Leaving")
23:46:21webguest31Heh, most bugfixes by now are to features introduced after 2.4
23:46:35Bagder:-)
23:47:09webguest31"New poweroff handling, using the SYS_POWEROFF event, allowing plugins to save their settings before powering off." this seems like a genuine fix though
23:47:42webguest31I guess that falls under "development changes"
23:51:37Bagderyes
23:52:44preglowwhat about commits touching iriver only files? (dsp.c, for example)
23:53:13Bagderfor conveniance, I think we should avoid that too
23:53:41preglowyeah, agreed
23:53:45Bagderwe should use the time to focus on bug fixes
23:54:47preglowiriver fixes as well? even though they wont be "visible" in the release?
23:55:31webguest31Might as well
23:55:34Bagderwell, many iriver fixes are affecting the generic code portions
23:55:55preglowyeah, sure, i kind of mean the iriver exclusive ones
23:56:06Bagderbut we could use the time to fix bugs, even in the iriver only case imho
23:56:17preglowyes, again agreed
23:56:39Bagdershouldering up on a joint effort to fix flaws
23:57:26preglowstuffing this on the front page as well is probably a good idea
23:57:45Bagderright
23:57:48preglowi think some devs actually dont read the mailing list
23:58:22webguest31'"Bugfix" by Langlois Florian (Chamois on IRC), we forgot to change this one.'
23:58:26webguest31Wonder what that did
23:58:57 Quit Febs (" HydraIRC -> http://www.hydrairc.com <- 100,000+ downloads can't be wrong")

Previous day | Next day