#raspbian IRC Log

Index

IRC Log for 2012-12-26

Timestamps are in GMT/BST.

[0:13] * skrowhcneT (Tenchworks@76.231.26.63) has joined #raspbian
[0:14] * Tenchworks (~Tenchwork@76.231.26.63) Quit (Ping timeout: 260 seconds)
[0:14] * Mellanie (~none@76.231.26.63) Quit (Ping timeout: 252 seconds)
[0:15] * blkhawk is now known as blkaway
[0:16] * netw1z (~the@cpe-74-73-231-93.nyc.res.rr.com) Quit (Ping timeout: 256 seconds)
[0:20] * Guest7449 (lvwxqv@69.41.182.136) has joined #raspbian
[0:20] <- *Guest7449* hi
[0:21] <- *Guest7449* r u their?
[0:21] * Guest7449 (lvwxqv@69.41.182.136) Quit (Client Quit)
[0:30] * skrowhcneT is now known as Tenchworks
[0:36] * monkeycoder (~monkeycod@178.121.195.207) Quit (Remote host closed the connection)
[0:43] * monkeycoder (~monkeycod@178.121.195.207) has joined #raspbian
[0:50] * monkeycoder (~monkeycod@178.121.195.207) Quit (Remote host closed the connection)
[0:52] * plugwash (~plugwash@2001:5c0:1400:a::6ad) has joined #raspbian
[0:54] * vagrantc (~vagrant@freegeek/vagrantc) has joined #raspbian
[0:56] <vagrantc> plugwash: i'm curious why the raspbian kernel has a whole configuration dumped in debian/config/armhf/config.rpi rather than a reduced selection of needed options... ? would you be amenable to a trimmed down config that was closer to the debian defaults?
[0:56] <plugwash> note that there is no usable "raspbian kernel" at the moment
[0:57] <vagrantc> ouch
[0:57] <vagrantc> plugwash: so people just grab a kernel from elsewhere?
[0:57] <plugwash> people generally use the raspberry Pi foundation's kernel
[0:58] <vagrantc> is that the kernel the raspbian installer uses?
[0:58] <plugwash> I belive so, note that the "raspbian installer" is something of a hack and was created by a third party not us. I haven't tried it myself.
[0:59] <vagrantc> someone lent me an rpi, and figured i'd poke around with it soonish, and needed initramfs support
[1:00] <vagrantc> is this a classic case of kernel support not being pushed/accepted into mainline?
[1:00] <plugwash> basically at the time I last looked at kernel packaging in raspbian the foundation kernel was still 3.1 based, there was a third party 3.2 kernel from a guy called bootc and I tried to use his work to build a modified version of the debian kernel packaging. It built ok but I found the result unusablly unstable and when I tried using bootc's binary kernel release I found that unusablly unstable too
[1:01] <plugwash> so at that point I gave up
[1:01] <vagrantc> i see
[1:01] <plugwash> i've been meaning to get back to it since the foundation moved to 3.2 but i've had other more important things to do.
[1:03] * Tirili (~opera@dslc-082-083-146-133.pools.arcor-ip.net) has joined #raspbian
[1:03] <plugwash> it would be much appreciated if someone else would do the work ;)
[1:03] <vagrantc> i might take a stab at it.
[1:03] <vagrantc> i also noticed the "qemu" variant in there, but you could probably just use "vexpress"
[1:04] <vagrantc> it supports armv7, but could still be used with raspbian
[1:04] <plugwash> yeah, I couldn't get that qemu variant to work anyway, I might just reenable vexpress. OTOH it is useful to have a qemu configuration that DOESN'T support armv7 sometimes.
[1:04] <plugwash> though less so now the raspberry Pi is readilly available
[1:04] <vagrantc> might be able to build it using only armv6
[1:06] <plugwash> anyway you will find that there is one big patch in debian/patches that contains the diff between an upstream kernel and bootc's kernel. You will want to replace that with one based on the foundation's kernel (or better still a set of seperate patches for each feature but that is likely to be more effort than it's worth to produce)
[1:06] <plugwash> you will also want to update things to the latest version from debian
[1:06] <vagrantc> sure.
[1:06] <vagrantc> i'll give a whirl, managed to help get two other arm variants enabled in debian, how hard could it be to get one working outside debian? :)
[1:07] <plugwash> OOI which two?
[1:07] <vagrantc> mx5 and vexpress
[1:08] <vagrantc> negotiating raspberrypi.org doesn't seem to make it easy to find their kernel patch(es)?
[1:09] * Tirili (~opera@dslc-082-083-146-133.pools.arcor-ip.net) has left #raspbian
[1:09] <vagrantc> i mostly helped with testing mx5/vexpress and winnowing down the config until the kernel team was willing to include it.
[1:09] * Tirili (~opera@dslc-082-083-146-133.pools.arcor-ip.net) has joined #raspbian
[1:10] <Tirili> Hi
[1:10] * vagrantc waves
[1:10] <plugwash> I'm not sure there are "patches" as such, they maintain their kernel in a git repo at https://github.com/raspberrypi/linux
[1:10] <Tirili> Is there a gui program to download and install new packages in raspbian?
[1:10] <Tirili> Like kpackagetool for kubuntu?
[1:11] <plugwash> one can diff the head of that repo against an official kernel release to make a patch (at least that is what I did for bootc's kernel)
[1:11] <vagrantc> plugwash: thanks, will have a look at it
[1:14] * Syliss (~Home@ppp-69-236-142-236.dsl.chic01.pacbell.net) has joined #raspbian
[1:15] <plugwash> Tirili, I can't find any evidence that a program called "kpackagetool" exists, if you mean "kpackage" that was removed from debian a couple of years ago for being obsolete and buggy. if you mean "kpackagekit" it seems that hasn't made it into debian yet.
[1:15] <plugwash> the reccomended GUI package manager for debian/raspbian would be synaptic (though it's gtk based which is less than ideal if you are running a qt based desktop)
[1:17] <Tirili> ok, then the name was kpackagekit
[1:17] <Tirili> I still wonder how to browse programs with a gui in raspbian then.
[1:17] <Tirili> Is there such kind of a gui?
[1:21] <plugwash> as I said synaptic
[1:26] * netw1z (~the@cpe-74-73-231-93.nyc.res.rr.com) has joined #raspbian
[1:27] <Tirili> I think I should read the debian reference section about packages first.
[1:27] <Tirili> thanks anyway :)
[1:28] * Syliss (~Home@ppp-69-236-142-236.dsl.chic01.pacbell.net) Quit (Quit: Syliss)
[1:28] * iamtheric (~iamtheric@c-71-204-248-183.hsd1.sc.comcast.net) Quit (Read error: Connection reset by peer)
[1:29] * iamtheric (~iamtheric@c-71-204-248-183.hsd1.sc.comcast.net) has joined #raspbian
[1:33] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
[1:41] * Tirili (~opera@dslc-082-083-146-133.pools.arcor-ip.net) has left #raspbian
[1:51] * simone__ (~simone@host52-155-dynamic.21-79-r.retail.telecomitalia.it) has joined #raspbian
[1:55] * simone_ (~simone@host160-155-dynamic.21-79-r.retail.telecomitalia.it) Quit (Ping timeout: 245 seconds)
[1:56] <Essobi> Happy Holidays. Herp.
[2:14] * vagrantc (~vagrant@freegeek/vagrantc) has joined #raspbian
[2:33] * Shaan7 (~quassel@kde/developer/shantanu) Quit (Read error: Connection reset by peer)
[2:34] * Shaan7 (~quassel@kde/developer/shantanu) has joined #raspbian
[2:37] <plugwash> vagrantc, if you manage to pull together a decent kernel package please post on the forum about it.
[2:39] <vagrantc> plugwash: will see
[2:39] <vagrantc> i have yet to even boot an rpi at all :)
[2:41] * netw1z (~the@cpe-74-73-231-93.nyc.res.rr.com) Quit (Ping timeout: 255 seconds)
[2:56] * AdmV0rl0n (~warpcore@cognativenetworks.co.uk) Quit (Ping timeout: 264 seconds)
[2:59] * Shaan7 (~quassel@kde/developer/shantanu) Quit (Disconnected by services)
[3:00] * Shaan7 (~quassel@kde/developer/shantanu) has joined #raspbian
[3:06] * AdmV0rl0n (~warpcore@cognativenetworks.co.uk) has joined #raspbian
[3:06] * simone_ (~simone@host226-157-dynamic.16-79-r.retail.telecomitalia.it) has joined #raspbian
[3:10] * simone__ (~simone@host52-155-dynamic.21-79-r.retail.telecomitalia.it) Quit (Ping timeout: 244 seconds)
[3:16] * simone_ (~simone@host226-157-dynamic.16-79-r.retail.telecomitalia.it) Quit (Ping timeout: 260 seconds)
[3:17] * simone_ (~simone@host226-157-dynamic.16-79-r.retail.telecomitalia.it) has joined #raspbian
[3:20] * plugwash (~plugwash@2001:5c0:1400:a::6ad) Quit (Remote host closed the connection)
[3:23] * piney (~piney@unaffiliated/piney0) Quit (Ping timeout: 255 seconds)
[3:27] * piney (~piney@unaffiliated/piney0) has joined #raspbian
[4:00] * bizarro_1 (~bizarro_1@109.Red-88-27-93.staticIP.rima-tde.net) Quit (Quit: Leaving)
[4:06] * TheSeven (~quassel@rockbox/developer/TheSeven) Quit (Disconnected by services)
[4:06] * [7] (~quassel@rockbox/developer/TheSeven) has joined #raspbian
[4:16] * SSilver2k21 (~ssilverm@70-119-28-206.res.bhn.net) has left #raspbian
[4:28] * yofel_ (~quassel@ubuntu/member/yofel) has joined #raspbian
[4:28] * bulldog98 (~quassel@ubuntu/member/bulldog98) has joined #raspbian
[4:29] * yofel (~quassel@ubuntu/member/yofel) Quit (Read error: Operation timed out)
[4:29] * bulldog98_ (~quassel@ubuntu/member/bulldog98) Quit (Read error: Operation timed out)
[4:46] * simone__ (~simone@host239-154-dynamic.21-79-r.retail.telecomitalia.it) has joined #raspbian
[4:50] * simone_ (~simone@host226-157-dynamic.16-79-r.retail.telecomitalia.it) Quit (Ping timeout: 256 seconds)
[5:01] * lasers (~lusers@unaffiliated/lasers) has joined #raspbian
[5:01] * _Lucretia__ (~munkee@5ac2a269.bb.sky.com) has joined #raspbian
[5:04] * _Lucretia_ (~munkee@pdpc/supporter/active/lucretia) Quit (Ping timeout: 276 seconds)
[5:30] * _Lucretia__ (~munkee@5ac2a269.bb.sky.com) Quit (Quit: Ex-Chat)
[5:31] * simone_ (~simone@host170-157-dynamic.16-79-r.retail.telecomitalia.it) has joined #raspbian
[5:35] * simone__ (~simone@host239-154-dynamic.21-79-r.retail.telecomitalia.it) Quit (Ping timeout: 256 seconds)
[5:40] * Syliss (~Home@adsl-108-94-48-239.dsl.chi2ca.sbcglobal.net) has joined #raspbian
[6:06] * ReggieUK (ReggieUK@5aca56e7.bb.sky.com) Quit ()
[6:09] * sv (~Sv@unaffiliated/sv) Quit (Read error: Connection reset by peer)
[6:10] * sv (~Sv@unaffiliated/sv) has joined #raspbian
[6:26] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
[6:43] * Syliss (~Home@adsl-108-94-48-239.dsl.chi2ca.sbcglobal.net) Quit (Quit: Syliss)
[6:46] * simone__ (~simone@host64-155-dynamic.21-79-r.retail.telecomitalia.it) has joined #raspbian
[6:49] * simone_ (~simone@host170-157-dynamic.16-79-r.retail.telecomitalia.it) Quit (Ping timeout: 250 seconds)
[6:51] * kInOzAwA (~kInOzAwA@2001:5c0:1000:a::51f) has joined #raspbian
[6:51] * kInOzAwA is now known as Guest92611
[6:54] * Guest23375 (~kInOzAwA@2001:5c0:1000:a::49) Quit (Ping timeout: 245 seconds)
[6:59] * Lupinedk is now known as lupinedk
[7:05] * drilly (~drilly@tomzone.ru) Quit (Ping timeout: 248 seconds)
[7:13] * drilly (~drilly@tomzone.ru) has joined #raspbian
[7:15] * Syliss (~Home@adsl-108-94-48-239.dsl.chi2ca.sbcglobal.net) has joined #raspbian
[7:17] * drilly (~drilly@tomzone.ru) Quit (Ping timeout: 252 seconds)
[7:18] * twolife` is now known as twolife
[7:20] * wad (~wad@cpe-76-166-193-58.socal.res.rr.com) Quit (Quit: Leaving)
[7:36] * simone_ (~simone@host122-135-dynamic.31-79-r.retail.telecomitalia.it) has joined #raspbian
[7:39] * simone__ (~simone@host64-155-dynamic.21-79-r.retail.telecomitalia.it) Quit (Ping timeout: 260 seconds)
[7:47] * pw- (pw-@gateway/web/cgi-irc/kiwiirc.com/x-thwlmpszpjtiicyb) has joined #raspbian
[7:49] * drilly (~drilly@tomzone.ru) has joined #raspbian
[7:52] * drilly (~drilly@tomzone.ru) Quit (Read error: Operation timed out)
[8:20] * simone_ (~simone@host122-135-dynamic.31-79-r.retail.telecomitalia.it) Quit (Ping timeout: 245 seconds)
[8:32] * simone_ (~simone@host211-137-dynamic.31-79-r.retail.telecomitalia.it) has joined #raspbian
[8:33] * FloJpg (~fpougheon@68.143.64.86.rev.sfr.net) has joined #raspbian
[8:49] * FloJpg (~fpougheon@68.143.64.86.rev.sfr.net) Quit (Ping timeout: 265 seconds)
[8:59] * lupinedk is now known as Lupinedk
[9:15] * simone__ (~simone@host121-209-dynamic.31-79-r.retail.telecomitalia.it) has joined #raspbian
[9:19] * Syliss (~Home@adsl-108-94-48-239.dsl.chi2ca.sbcglobal.net) Quit (Quit: Syliss)
[9:19] * simone_ (~simone@host211-137-dynamic.31-79-r.retail.telecomitalia.it) Quit (Ping timeout: 250 seconds)
[9:22] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[10:39] * Megaf (~Megaf@unaffiliated/megaf) has joined #raspbian
[10:39] * Megaf (~Megaf@unaffiliated/megaf) Quit (Read error: Connection reset by peer)
[10:39] * Megaf (~Megaf@unaffiliated/megaf) has joined #raspbian
[10:51] * meti (~meti@gateway/tor-sasl/meti) has joined #raspbian
[10:57] * ARMenian (4ca80cba@gateway/web/freenode/ip.76.168.12.186) has joined #raspbian
[10:57] <ARMenian> i have a question..
[10:57] * Megaf (~Megaf@unaffiliated/megaf) Quit (Ping timeout: 256 seconds)
[10:58] <ARMenian> if i add the APC.io to the main repository and then boost the CPU frequencies while maintaining root access to the DB would i be able to telnet into an gibson?
[10:58] <ARMenian> or would that only result in a cross domain prescripted ping
[10:59] <ARMenian> i'm thinking.. we could attach malware to the ping packet
[10:59] <ARMenian> then wait for pong
[10:59] <ARMenian> if pong is greater than the return route of response a+(1-y) x (1-x) per each ms within a hop , would then x=hip?
[11:00] <ARMenian> therefore hip/over is not equal 127.0.0.1
[11:02] <ARMenian> thanks and peace be with you
[11:02] <ARMenian> anonymouse pad
[11:02] <ARMenian> byte
[11:02] <ARMenian> quit /bye
[11:02] * ARMenian (4ca80cba@gateway/web/freenode/ip.76.168.12.186) Quit (Quit: bye)
[11:04] * Megaf (~Megaf@unaffiliated/megaf) has joined #raspbian
[11:16] * tinti (~tinti@maxtrack-F4-0-3-gacc04.bhe.embratel.net.br) has joined #raspbian
[11:21] * monkeycoder (~monkeycod@178.121.41.25) has joined #raspbian
[11:26] * yofel_ is now known as yofel
[12:07] * fetag (~James@114.226.28.65) has joined #raspbian
[12:39] * rcortega (~rcortega@12.Red-2-136-102.dynamicIP.rima-tde.net) has joined #raspbian
[12:48] * monkeyco_ (~monkeycod@178.121.155.58) has joined #raspbian
[12:51] * monkeycoder (~monkeycod@178.121.41.25) Quit (Ping timeout: 244 seconds)
[12:54] * wistof (~wistof_fr@ks356190.kimsufi.com) has joined #raspbian
[12:55] * sraue (~stephan@xbmc/staff/sraue) has joined #raspbian
[12:57] * [7] (~quassel@rockbox/developer/TheSeven) Quit (Remote host closed the connection)
[13:01] * Megaf (~Megaf@unaffiliated/megaf) Quit (Ping timeout: 252 seconds)
[13:25] * FloJpg (~fpougheon@68.143.64.86.rev.sfr.net) has joined #raspbian
[13:31] * teepee (~quassel@p508464CB.dip.t-dialin.net) Quit (Remote host closed the connection)
[13:31] * teepee (~quassel@p508464CB.dip.t-dialin.net) has joined #raspbian
[13:31] * ReggieUK (ReggieUK@5aca56e7.bb.sky.com) has joined #raspbian
[14:02] * bizarro_1 (~bizarro_1@146.Red-79-158-54.staticIP.rima-tde.net) has joined #raspbian
[14:28] * skelli2 (5b3e4420@gateway/web/freenode/ip.91.62.68.32) has joined #raspbian
[14:29] * Skelli (~Skelli@p5B3E4420.dip.t-dialin.net) has joined #raspbian
[14:30] * skelli2 (5b3e4420@gateway/web/freenode/ip.91.62.68.32) Quit (Client Quit)
[14:44] * Skelli is now known as Skelli_zZz
[14:46] * Skelli_zZz is now known as Skelli
[14:47] * Skelli is now known as Skelli_zZz
[14:48] * Skelli_zZz is now known as Skelli
[14:52] * Guest3858 (wktuvt@app2.chatmosphere.org) has joined #raspbian
[14:53] <- *Guest3858* hi frndy
[14:53] * Guest3858 (wktuvt@app2.chatmosphere.org) Quit (Client Quit)
[14:53] * themill_ (~stuart@unaffiliated/themill) has joined #raspbian
[14:53] * themill (~stuart@unaffiliated/themill) Quit (Read error: Connection reset by peer)
[14:53] * themill_ is now known as themill
[14:56] * SergioGMR (d4a6c72f@gateway/web/freenode/ip.212.166.199.47) has joined #raspbian
[15:06] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[15:07] * |Jeroen| (~jeroen@d5153EF4C.access.telenet.be) has joined #raspbian
[15:08] * netw1z (~the@cpe-74-73-231-93.nyc.res.rr.com) has joined #raspbian
[15:13] * twolife is now known as twolife`
[15:24] * SergioGMR (d4a6c72f@gateway/web/freenode/ip.212.166.199.47) Quit (Quit: Page closed)
[15:33] * netw1z (~the@cpe-74-73-231-93.nyc.res.rr.com) Quit (Ping timeout: 244 seconds)
[15:36] * XenGi_ (~XenGi@2a02:748:a800:149:154:158:199:1) Quit (Ping timeout: 246 seconds)
[15:44] * XenGi (~XenGi@2a02:748:a800:149:154:158:199:1) has joined #raspbian
[15:44] <- *XenGi* Sry I'm currently not present but you can leave me a message and I will probably respond to it.
[15:50] * Holden (~holden@unaffiliated/holdenc) has joined #raspbian
[15:54] * os2mac (~jim.macdo@131-239-58-66.gci.net) Quit (Ping timeout: 265 seconds)
[15:57] * Tirili (~opera@dslc-082-083-146-133.pools.arcor-ip.net) has joined #raspbian
[15:57] <Tirili> Hi
[15:57] <Tirili> Can I listen to mp3s with the B-model and raspbian?
[15:58] * _ds_ expects so
[15:58] <Tirili> I fear the sound does not work. But let me try.
[15:59] <_ds_> Audio definitely works fine for me, at least in RISC OS…
[16:01] <Tirili> Is there an mp3 player program on the image for raspbian?
[16:02] <_ds_> Not checked, but mpg123 is an aptitude install away.
[16:02] <_ds_> (at worst)
[16:03] <Tirili> But the games of the python-games thing on the desktop after a default installation should have sounds, right?
[16:03] <_ds_> I would have thought so, but it's possible that dependencies aren't all installed.
[16:04] <_ds_> (don't ask me what)
[16:05] * FloJpg (~fpougheon@68.143.64.86.rev.sfr.net) Quit (Quit: Leaving.)
[16:13] <maswan> my omxplayer in raspbian certainly has sound
[16:32] * Skelli is now known as Skelli_zZz
[16:36] * monkeyco_ (~monkeycod@178.121.155.58) Quit (Remote host closed the connection)
[16:45] <Amadiro> Tirili, yes, you can, and you can use mplayer/vlc/whatever you want
[16:45] <Amadiro> Tirili, there is also raspbmc/openelec, which is a media-center distribution for the rpi, so that might be something you could look at.
[16:51] * luigy (~luigy@pool-108-50-173-45.nwrknj.fios.verizon.net) Quit (Quit: ZNC - http://znc.in)
[16:53] * msch is now known as msch_
[16:54] * msch_ is now known as msch
[16:54] <|Jeroen|> openelec works great
[16:56] * blkaway is now known as blkhawk
[16:57] <Amadiro> crashes quite a lot for me
[16:57] <Amadiro> but raspbmc is worse
[17:08] * twolife` is now known as twolife
[17:16] * TheSeven (~quassel@rockbox/developer/TheSeven) has joined #raspbian
[17:20] <|Jeroen|> never had a crach
[17:20] <|Jeroen|> maby you overclock to much
[17:20] <|Jeroen|> raspbmc works well also, but is way slower
[17:21] * Thorgrin (~Thorgrin@ipv6.jezevec.eu) has left #raspbian
[17:22] <Amadiro> |Jeroen| crashes without overclocking as well. For streaming videos, it usually crashes 5-10 minutes into the video, and if you attempt to pause it, it crashes immediately
[17:22] <Amadiro> raspbmc was way faster than openelec on my system
[17:22] <|Jeroen|> i do have a new one with 512mb maby thats the difference
[17:23] <Amadiro> with raspbmc the menus feel snappy and I get around 64 FPS constant, with openelec only around 45 fps, and the menus feel very slow (without overclocking)
[17:23] <|Jeroen|> strange, with me it was the other way round
[17:23] <Amadiro> I assumed it was because OpenELEC was not build with hardfloats, but I didn't really investigate the issue, since neither works very well for me
[17:24] <|Jeroen|> mhz, i thouht they used hardfloat
[17:24] <Amadiro> Dunno
[17:25] <Amadiro> Overclocking the rpi to 800-900MHz made OpenELEC feel fairly snappy, but since it kept crashing anyway, I can't really use it.
[17:25] <Amadiro> But I'm suspecting it might have something to do with my SD card, so I've ordered a new one -- I'll try again with that
[17:25] <|Jeroen|> i don't overclock atm
[17:25] <|Jeroen|> could be the case
[17:26] <|Jeroen|> i use a normal 4gb one
[17:26] <|Jeroen|> no class 10 or whatever
[17:26] <Amadiro> I use a 2 gigabyte one currently, but its only class 2
[17:26] <Amadiro> so that probably contributes quite a bit to the menu sluggishness
[17:27] * _ds_ hasn't seen full speed from a class 10 SDHC card
[17:28] * twolife is now known as twolife`
[17:28] <Amadiro> Fastest one benchmarked in the elinux wiki is like 21MiB/s write and read
[17:28] <|Jeroen|> you can always try e netboot
[17:28] <|Jeroen|> i tested gentoo with an nfs root, and it was also quite fast
[17:28] <|Jeroen|> just uses the sd to boot
[17:29] <_ds_> 20.6MB/s from a Sandisk class 10 card.
[17:29] <_ds_> (using dd)
[17:29] <Amadiro> that's probably as good as it gets
[17:29] <_ds_> Seems likely.
[17:32] <Amadiro> it'd be nice to have a bootable SATA interface or so
[17:33] <|Jeroen|> u guess you can connect an usb sata device
[17:33] <|Jeroen|> i
[17:35] <atouk> pi must boot from sd, but you can have your rootfs on a usb drive
[17:36] * yang (~yang@IPv4.si) Quit (Changing host)
[17:36] * yang (~yang@freenode/sponsor/cacert.assurer.yang) has joined #raspbian
[17:36] * |Jeroen| (~jeroen@d5153EF4C.access.telenet.be) Quit (Quit: oO)
[17:37] * blkhawk is now known as blkaway
[17:40] * lollo64it (~lorenzo@93-58-3-33.ip156.fastwebnet.it) Quit (Ping timeout: 252 seconds)
[17:42] * lollo64it (~lorenzo@93-58-3-33.ip156.fastwebnet.it) has joined #raspbian
[17:52] * bertrik (~quassel@rockbox/developer/bertrik) has joined #raspbian
[17:55] * cwong2012 (~cwong@50-76-54-11-ip-static.hfc.comcastbusiness.net) has joined #raspbian
[18:00] * msch (~msch@schuerrer.org) Quit (Excess Flood)
[18:01] * lollo64it (~lorenzo@93-58-3-33.ip156.fastwebnet.it) Quit (Read error: Connection reset by peer)
[18:03] * msch (~msch@schuerrer.org) has joined #raspbian
[18:05] * msch (~msch@schuerrer.org) Quit (Client Quit)
[18:05] * msch (~msch@schuerrer.org) has joined #raspbian
[18:06] * msch (~msch@schuerrer.org) Quit (Excess Flood)
[18:08] * lollo64it (~lorenzo@93-58-3-33.ip156.fastwebnet.it) has joined #raspbian
[18:10] * blkaway is now known as blkhawk
[18:17] * vagrantc (~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net) has joined #raspbian
[18:17] * vagrantc (~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net) Quit (Changing host)
[18:17] * vagrantc (~vagrant@freegeek/vagrantc) has joined #raspbian
[18:18] * msch (~msch@schuerrer.org) has joined #raspbian
[18:22] * lollo64it (~lorenzo@93-58-3-33.ip156.fastwebnet.it) Quit (Read error: Connection reset by peer)
[18:28] * blkhawk is now known as blkaway
[18:28] * Matrixiumn (zackp30@unaffiliated/matrixiumn) has joined #raspbian
[18:28] <Matrixiumn> Hello
[18:33] * chandoo (~chandoo@ool-ad032250.dyn.optonline.net) has joined #raspbian
[18:38] * pinky (jbjatq@app8.chatmosphere.org) has joined #raspbian
[18:42] * pinky (jbjatq@app8.chatmosphere.org) Quit (Client Quit)
[18:42] * lollo64it (~lorenzo@93-58-3-33.ip156.fastwebnet.it) has joined #raspbian
[18:48] * blkaway is now known as blkhawk
[18:48] * Lupinedk is now known as lupinedk
[18:53] * monkeycoder (~monkeycod@178.121.195.207) has joined #raspbian
[18:55] * _Lucretia_ (~munkee@pdpc/supporter/active/lucretia) has joined #raspbian
[18:59] * Holden (~holden@unaffiliated/holdenc) Quit (Quit: Ex-Chat)
[19:01] <sraue> Amadiro, OpenELEC is hardfloat enabled since the beginning (since March)
[19:06] <Amadiro> sraue, ah. Strange that it was so much slower on my system than raspbmc, then.
[19:06] * rcortega (~rcortega@12.Red-2-136-102.dynamicIP.rima-tde.net) Quit (Remote host closed the connection)
[19:06] <sraue> Amadiro, its not strange, its not overclocked
[19:06] <Amadiro> sraue, I tested with raspbmc and openelec at the same clockrates.
[19:06] * blkhawk is now known as blkaway
[19:07] * blkaway is now known as blkhawk
[19:08] <sraue> normally raspbmc uses older firmwares, kernels and a older xbmc, while openelec uses the most recent versions... for sure it can act a bit different...
[19:08] <Amadiro> Well, I'll re-do the tests once I get an SD card shipped that isn't slow as snails.
[19:09] * twolife` is now known as twolife
[19:13] * lollo64it (~lorenzo@93-58-3-33.ip156.fastwebnet.it) Quit (Remote host closed the connection)
[19:17] * lollo64it (~lorenzo@93-58-3-33.ip156.fastwebnet.it) has joined #raspbian
[19:55] * msch (~msch@schuerrer.org) Quit (Read error: Connection reset by peer)
[19:58] * bertrik (~quassel@rockbox/developer/bertrik) Quit (Remote host closed the connection)
[19:59] * simone_ (~simone@host97-135-dynamic.31-79-r.retail.telecomitalia.it) has joined #raspbian
[20:03] * simone__ (~simone@host121-209-dynamic.31-79-r.retail.telecomitalia.it) Quit (Ping timeout: 255 seconds)
[20:04] * Syliss (~Home@108.94.48.239) has joined #raspbian
[20:16] * Shaan7 (~quassel@kde/developer/shantanu) Quit (Ping timeout: 252 seconds)
[20:34] * linuxboy (~anon@pepper.omnia.za.net) Quit (Remote host closed the connection)
[20:35] * Syliss (~Home@108.94.48.239) Quit (Quit: Syliss)
[20:50] * simone_ (~simone@host97-135-dynamic.31-79-r.retail.telecomitalia.it) Quit (Quit: Sto andando via)
[20:52] * bertrik (~quassel@rockbox/developer/bertrik) has joined #raspbian
[20:55] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[20:58] * RedoXyde (~redoxyde@LNeuilly-152-21-12-234.w193-253.abo.wanadoo.fr) Quit (Read error: Connection reset by peer)
[21:02] * twolife is now known as twolife`
[21:06] * RedoXyde (~redoxyde@LNeuilly-152-21-12-234.w193-253.abo.wanadoo.fr) has joined #raspbian
[21:12] * msch (~msch@schuerrer.org) has joined #raspbian
[21:21] * simone (~simone@host252-157-dynamic.16-79-r.retail.telecomitalia.it) has joined #raspbian
[21:33] * hockey51 (~hockey51@cpe-174-106-241-239.ec.res.rr.com) has joined #raspbian
[21:44] * plugwash (~plugwash@2001:5c0:1400:a::205) has joined #raspbian
[21:48] * Essobi (~Essobi@74-129-152-186.dhcp.insightbb.com) Quit (Read error: Connection reset by peer)
[21:48] * Essobi (~Essobi@74-129-152-186.dhcp.insightbb.com) has joined #raspbian
[22:05] * FR^2 (~fr@krlh-5f71c962.pool.mediaWays.net) has joined #raspbian
[22:17] * Essobi (~Essobi@74-129-152-186.dhcp.insightbb.com) Quit (Ping timeout: 276 seconds)
[22:18] * Essobi (~Essobi@74-129-152-186.dhcp.insightbb.com) has joined #raspbian
[22:20] * monkeyco_ (~monkeycod@178.121.209.118) has joined #raspbian
[22:23] * monkeycoder (~monkeycod@178.121.195.207) Quit (Read error: Operation timed out)
[22:37] <Tirili> Thank you, Amadiro and maswan!
[22:38] * teepee_ (~quassel@p50847FF4.dip.t-dialin.net) has joined #raspbian
[22:38] <Tirili> Sorry for answering 6h later, I was interrupted for a game of Monopoly... :D
[22:42] * teepee (~quassel@p508464CB.dip.t-dialin.net) Quit (Ping timeout: 250 seconds)
[22:43] * teepee_ is now known as teepee
[22:44] * Imtek (~Imtek@gangsta.nl) has joined #raspbian
[22:47] * halfbit_ (~tp@p50847FF4.dip.t-dialin.net) has joined #raspbian
[22:57] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[23:09] * FR^2 (~fr@krlh-5f71c962.pool.mediaWays.net) Quit (Quit: und weg...)
[23:24] * blkhawk is now known as blkaway
[23:36] * bertrik (~quassel@rockbox/developer/bertrik) Quit (Remote host closed the connection)
[23:55] * blkaway is now known as blkhawk
[23:58] * monkeyco_ (~monkeycod@178.121.209.118) Quit (Remote host closed the connection)

These logs were automatically created by RaspbianLogBot on irc.freenode.net using the Java IRC LogBot.