#raspbian IRC Log

Index

IRC Log for 2014-12-28

Timestamps are in GMT/BST.

[0:06] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[0:09] * i8igmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Ping timeout: 272 seconds)
[0:23] * i8igmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[0:37] * arcaos (~arcaos@host-12-205-154.linksat.net.ar) has joined #raspbian
[0:39] * dodo (~dodo@host200-57-static.11-188-b.business.telecomitalia.it) Quit (Ping timeout: 244 seconds)
[0:41] <arcaos> hello folks
[0:41] <arcaos> having a bit of a problem with ruby on rails on my raspberry pi, can't seem to connect from another computer but can connect localy
[0:42] <arcaos> http://127.0.0.1:3000 works
[0:42] <arcaos> but http://192.168.1.115:3000 does not
[0:44] <arcaos> knock knock, is there anybody out there.....
[0:44] <arcaos> :)
[0:52] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[0:52] * dodo (~dodo@host200-57-static.11-188-b.business.telecomitalia.it) has joined #raspbian
[0:58] <Jckf> arcaos: So your application must be bound to the loopback interface, or you have a firewall active.
[0:58] <Jckf> You can check the first one by running `netstat -nltp`
[0:59] <Jckf> If the address listed is 127.0.0.1, then that's your problem
[1:09] * vagrantc (~vagrant@freegeek/vagrantc) has joined #raspbian
[1:09] * ChanServ sets mode +o vagrantc
[1:14] * qdk (~qdk@188.120.76.163) Quit (Ping timeout: 252 seconds)
[1:15] * dodo (~dodo@host200-57-static.11-188-b.business.telecomitalia.it) Quit (Ping timeout: 240 seconds)
[1:16] * Edler (~textual@modemcable031.143-162-184.mc.videotron.ca) has joined #raspbian
[1:20] * blkhawk is now known as blkaway
[1:25] * keel (~kjhe@2001:470:1f14:dd5:ba7e::face) has joined #raspbian
[1:26] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Ping timeout: 252 seconds)
[1:39] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[1:43] * diederik (~quassel@dhcp-077-251-173-228.chello.nl) Quit (Remote host closed the connection)
[1:50] * theshadow (~theshadow@24.8.4.50) Quit (Ping timeout: 245 seconds)
[1:50] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[1:52] * theshadow (~theshadow@24.8.4.50) has joined #raspbian
[2:00] * lupinedk is now known as Lupinedk
[2:04] * Mr_Sheesh (~mr_s@unaffiliated/mr-sheesh/x-0757054) Quit (Ping timeout: 240 seconds)
[2:05] * qdk (~qdk@87.72.0.40) has joined #raspbian
[2:23] * theshadow (~theshadow@24.8.4.50) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[2:25] * CEnnis91 (uid3543@gateway/web/irccloud.com/x-jgfauwsqtxvvyoih) Quit (Quit: Connection closed for inactivity)
[2:37] * theshadow (~theshadow@24.8.4.50) has joined #raspbian
[2:37] <arcaos> Jckf, thanks, yes, that was the problem
[2:38] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Read error: Connection reset by peer)
[2:38] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[2:50] * taza (~taza@unaffiliated/taza) Quit ()
[2:52] * taza (~taza@unaffiliated/taza) has joined #raspbian
[2:54] * CEnnis91 (uid3543@gateway/web/irccloud.com/x-grwoxtagqzthbnul) has joined #raspbian
[2:55] * Tenacious-Techhu (484a1cfc@gateway/web/freenode/ip.72.74.28.252) has joined #raspbian
[2:56] <Tenacious-Techhu> What were the hardware issues with previous Raspberry Pis keeping standard USB devices from working, and how are they fixed in the new versions?
[3:08] * arcaos (~arcaos@host-12-205-154.linksat.net.ar) Quit (Ping timeout: 264 seconds)
[3:12] <taza> Tenacious-Techhu: The issues were USB devices ignoring the negotiation
[3:13] <taza> And thus demanding 500mA of power from a device that had 350mA
[3:13] <plugwash> taza, bullshit
[3:13] <taza> Wait, that's not it?
[3:13] <taza> ... what WAS it then?
[3:14] <taza> I mean, the B couldn't handle the 500mA of high-power mode and the B+ has an extra 1000mA to give for it, as far as I understand it
[3:14] <plugwash> I'm pretty sure the Pi never even tried to negotiate power and always advertised full power available on every port whether it could actually deliver it or not
[3:14] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Remote host closed the connection)
[3:15] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[3:15] <taza> Ah, fair, I thought it did.
[3:16] <taza> But either way, the Pi couldn't deliver the 500mA of a high-power USB device, and the PiB+ has about 1300mA more power than the B
[3:17] <plugwash> there have been a few issues with USB on the Pi, the first has been power, early model Pi's have 100ma polyfuses on the USB ports but these caused an obvious incompatibility with high power USB devices and less obviously also caused issues with lower power devices too due to undervoltage (100ma polyfuses have a surprisingly high volt drop). These were replaced with zero ohm links on later model rev 1 Pis and done away with completely on th
[3:17] <plugwash> e rev2 PCB. However this caused another problem, inrush currents on USB devices could sometimes cause the Pi to reset
[3:17] <plugwash> the B+ added a specific USB power management chip to solve these issues.
[3:17] <taza> Hah! Shows what I know.
[3:20] <plugwash> Another major issue with the USB host controller on the Pi is it's buffers aren't deep enough, this is impractical to fix in hardware without major redesign but has been somewhat fixed in software though the use of a special high speed interrupt ("fiq")
[3:22] <plugwash> and then theres good old bugs in the driver code, the original driver code from the IP vendor was pretty buggy, the fiq stuff while fixing some issues also initially introduced bugs of it's own. Gradually the raspberry pi guys have been working though the bugs.
[3:27] * Mr_Sheesh (~mr_s@unaffiliated/mr-sheesh/x-0757054) has joined #raspbian
[3:28] * santpython (~santpytho@2601:7:9d00:4a8:224:d7ff:fee6:ba3c) Quit (Ping timeout: 258 seconds)
[3:29] * ShorTie (~Idiot@unaffiliated/shortie) has joined #raspbian
[3:29] * _kleanchap (~njones83@p5DC0F555.dip0.t-ipconnect.de) has joined #raspbian
[3:33] * kleanchap (~njones83@p54AFD140.dip0.t-ipconnect.de) Quit (Ping timeout: 244 seconds)
[3:34] * theshad__ (~theshadow@24.8.4.50) has joined #raspbian
[3:35] * theshadow (~theshadow@24.8.4.50) Quit (Read error: Connection reset by peer)
[3:39] <Tenacious-Techhu> Thanks for the summation. I would imagine that the fiq stuff would be particularly problematic for USB cameras?
[3:39] <Tenacious-Techhu> And is that still an issue?
[3:48] <plugwash> I know the USB driver has improved massively but I'm afraid I can't help with specific devices
[3:51] * jcv (~jcv@zebes.netpurgatory.com) Quit (Ping timeout: 245 seconds)
[3:51] * jcv (~jcv@zebes.netpurgatory.com) has joined #raspbian
[3:55] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Remote host closed the connection)
[3:57] <Tenacious-Techhu> My main interest in the Raspberry Pi is as a robotics development board, and that means using standard COTS webcams.
[4:07] * DropBear (~DropBear@rrcs-74-62-215-122.west.biz.rr.com) Quit (Ping timeout: 252 seconds)
[4:23] * taza (~taza@unaffiliated/taza) Quit ()
[4:28] * plugwash (~plugwash@97e3d8fe.skybroadband.com) Quit (Remote host closed the connection)
[4:28] * Edler (~textual@modemcable031.143-162-184.mc.videotron.ca) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[4:34] * Climuffff (~Climufff@ip1f138eee.dynamic.kabel-deutschland.de) Quit (Quit: Nettalk6 - www.ntalk.de)
[4:36] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) has joined #raspbian
[4:41] * efc (~efc@node170.11.251.72.1dial.com) has joined #raspbian
[4:44] * AndyBotwin (~botwin@unaffiliated/andybotwin) Quit (Read error: Connection reset by peer)
[4:46] * AndyBotwin (~botwin@unaffiliated/andybotwin) has joined #raspbian
[4:51] * yahooguntu (~yahoogunt@adsl-69-208-5-50.dsl.akrnoh.ameritech.net) Quit (Ping timeout: 250 seconds)
[4:56] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[5:01] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 245 seconds)
[5:05] * CEnnis91 (uid3543@gateway/web/irccloud.com/x-grwoxtagqzthbnul) Quit (Quit: Connection closed for inactivity)
[5:07] * efc (~efc@node170.11.251.72.1dial.com) Quit (Ping timeout: 250 seconds)
[5:08] * efc (~efc@47.sub-75-204-134.myvzw.com) has joined #raspbian
[5:18] * efc (~efc@47.sub-75-204-134.myvzw.com) Quit (Ping timeout: 244 seconds)
[5:19] * mah454 (~quassel@46.209.247.248) has joined #raspbian
[5:22] * i8igmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Read error: Connection reset by peer)
[5:23] * i8igmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[5:29] * killer_prince (~killer_pr@122.172.161.219) Quit (Excess Flood)
[5:29] * lazy_prince (~killer_pr@122.172.161.219) has joined #raspbian
[5:30] * AndyBotwin (~botwin@unaffiliated/andybotwin) Quit (Quit: Leaving)
[5:30] * AndyBotwin (~Kevin@unaffiliated/andybotwin) has joined #raspbian
[5:31] * ggate (~earth@2601:9:782:bed0:21bb:5217:e357:a97e) Quit (Quit: Leaving)
[5:32] * Tenacious-Techhu (484a1cfc@gateway/web/freenode/ip.72.74.28.252) Quit (Quit: Page closed)
[5:35] * mike_t (~mike@80.234.3.89) has joined #raspbian
[5:49] * efc (~efc@209.sub-75-232-193.myvzw.com) has joined #raspbian
[5:55] * lazy_prince (~killer_pr@122.172.161.219) Quit (Remote host closed the connection)
[5:56] * clarinet (~simon@119.50.27.151) has joined #raspbian
[5:57] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[5:58] * Domin (domin@hahah.org) Quit (Ping timeout: 258 seconds)
[5:59] * lazy_prince (~killer_pr@122.172.161.219) has joined #raspbian
[5:59] * lazy_prince (~killer_pr@122.172.161.219) Quit (Excess Flood)
[6:00] * Domin (domin@hahah.org) has joined #raspbian
[6:00] * lazy_prince (~killer_pr@122.172.161.219) has joined #raspbian
[6:02] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[6:06] * DropBear (~DropBear@rrcs-74-62-215-122.west.biz.rr.com) has joined #raspbian
[6:07] * Domin (domin@hahah.org) Quit (Ping timeout: 255 seconds)
[6:08] * Domin (domin@hahah.org) has joined #raspbian
[6:11] * DropBear (~DropBear@rrcs-74-62-215-122.west.biz.rr.com) Quit (Ping timeout: 258 seconds)
[6:15] * DropBear (~DropBear@rrcs-74-62-215-122.west.biz.rr.com) has joined #raspbian
[6:16] * efc2 (~efc@231.sub-75-231-173.myvzw.com) has joined #raspbian
[6:16] * yehnan (~yehnan@220-137-226-76.dynamic.hinet.net) has joined #raspbian
[6:16] * efc (~efc@209.sub-75-232-193.myvzw.com) Quit (Ping timeout: 245 seconds)
[6:18] * efc (~efc@node170.11.251.72.1dial.com) has joined #raspbian
[6:20] * efc2 (~efc@231.sub-75-231-173.myvzw.com) Quit (Ping timeout: 265 seconds)
[6:22] * _kleanchap (~njones83@p5DC0F555.dip0.t-ipconnect.de) Quit (Quit: Leaving)
[6:27] * mah454 (~quassel@46.209.247.248) Quit (Quit: No Ping reply in 180 seconds.)
[6:28] * mah454 (~quassel@46.209.247.248) has joined #raspbian
[6:34] * iazz_ (~iazz@d119205.adsl.hansenet.de) Quit (Ping timeout: 245 seconds)
[6:39] * iazz_ (~iazz@g224181039.adsl.alicedsl.de) has joined #raspbian
[6:39] * lazy_prince is now known as killer_prince
[6:45] * osxdude|_ (~osxdude@unaffiliated/osxdude) has joined #raspbian
[6:48] * osxdude__ (~osxdude@unaffiliated/osxdude) has joined #raspbian
[6:48] * osxdude|_ (~osxdude@unaffiliated/osxdude) Quit (Read error: Connection reset by peer)
[6:49] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Ping timeout: 245 seconds)
[6:50] * yehnan (~yehnan@220-137-226-76.dynamic.hinet.net) Quit (Quit: Leaving)
[6:58] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[7:03] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[7:06] * peppis (~peppis@94-137-97-144.customers.ownit.se) has joined #raspbian
[7:08] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[7:09] * osxdude__ (~osxdude@unaffiliated/osxdude) Quit (Read error: Connection reset by peer)
[7:20] * killer_prince (~killer_pr@122.172.161.219) Quit (Excess Flood)
[7:21] * lazy_prince (~killer_pr@122.172.161.219) has joined #raspbian
[7:31] * mike_t (~mike@80.234.3.89) Quit (Remote host closed the connection)
[7:45] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) Quit (Quit: Leaving)
[7:54] * Tuttist (~Istutt@177.8.150.83.ftth.as8758.net) has joined #raspbian
[7:57] * mah454 (~quassel@46.209.247.248) Quit (Ping timeout: 255 seconds)
[7:58] * mah454 (~quassel@37.32.34.102) has joined #raspbian
[7:59] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[8:00] * Diaoul (~Diaoul@static-5-51-3-145.ftth.abo.bbox.fr) Quit (Quit: ZNC - http://znc.in)
[8:01] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
[8:02] * mah454_ (~quassel@46.209.247.248) has joined #raspbian
[8:03] * mah454 (~quassel@37.32.34.102) Quit (Ping timeout: 264 seconds)
[8:04] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 272 seconds)
[8:04] * Diaoul (~Diaoul@static-5-51-3-145.ftth.abo.bbox.fr) has joined #raspbian
[8:07] * AndyBotwin (~Kevin@unaffiliated/andybotwin) Quit (Quit: Leaving)
[8:09] * lazy_prince is now known as killer_prince
[8:13] * mah454 (~quassel@37.32.34.102) has joined #raspbian
[8:16] * mah454_ (~quassel@46.209.247.248) Quit (Ping timeout: 252 seconds)
[8:21] * mah454 (~quassel@37.32.34.102) Quit (Ping timeout: 250 seconds)
[8:22] * mah454 (~quassel@46.209.247.248) has joined #raspbian
[8:30] * mah454_ (~quassel@46.209.247.248) has joined #raspbian
[8:31] * mah454 (~quassel@46.209.247.248) Quit (Ping timeout: 255 seconds)
[8:42] * Tuttist (~Istutt@177.8.150.83.ftth.as8758.net) Quit (Quit: *schwupps*)
[8:42] * ggate (~earth@2601:9:782:bed0:941e:8ad7:b760:ec5d) has joined #raspbian
[8:51] * i8igmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Ping timeout: 265 seconds)
[8:55] * efc (~efc@node170.11.251.72.1dial.com) Quit (Ping timeout: 244 seconds)
[9:00] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[9:00] * setesat (~setesat@88.126.130.22) has joined #raspbian
[9:04] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 245 seconds)
[9:05] * ggate (~earth@2601:9:782:bed0:941e:8ad7:b760:ec5d) Quit (Quit: Leaving)
[9:06] * Windes (Windes@2a01:e34:ed5f:6a40:c096:7fdc:fcaa:d9d2) has joined #raspbian
[9:07] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[9:07] * i8igmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[9:09] * arpad_______ (20320@ninthfloor.org) has joined #raspbian
[9:19] * twolife` is now known as twolife
[9:20] * i8igmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Ping timeout: 264 seconds)
[9:30] * arpad_______ (20320@ninthfloor.org) Quit (Quit: Lost terminal)
[9:30] * Klojum (~Klojum@openelec/staff/klojum) has joined #raspbian
[9:30] * Klojum (~Klojum@openelec/staff/klojum) has left #raspbian
[9:32] <Kyoshiro`> hi
[9:32] <Kyoshiro`> I tried upgrading to jessie to have xbmc / kodi 14.0
[9:32] <Kyoshiro`> now xbmc-standalone complains about no X server
[9:32] <Kyoshiro`> Error: unable to open display
[9:32] <Kyoshiro`> XBMC needs hardware accelerated OpenGL rendering.
[9:33] <Kyoshiro`> maybe the display driver is not correct ? how can I make it sure ? there are no logs :(
[9:37] * Whoopie (~Whoopie@unaffiliated/whoopie) has joined #raspbian
[9:38] <Whoopie> Hi, I own a self-powered usb hub called LogiLink UA0124, but the hub is recognized. Any advice? It's recognized on my ubuntu laptop. Could it be related to the backfeeding?
[9:48] * Anakat (~Anakat@213.21.19.234) has joined #raspbian
[9:55] * Techguy305 (~kvirc@199.48.244.114) Quit (Ping timeout: 240 seconds)
[9:56] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[10:00] * rmc08 (~Rob@unaffiliated/rmc08) Quit (Quit: Leaving)
[10:00] * Windes (Windes@2a01:e34:ed5f:6a40:c096:7fdc:fcaa:d9d2) Quit (Read error: Connection reset by peer)
[10:03] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[10:14] * arcaos (~arcaos@host-12-205-154.linksat.net.ar) has joined #raspbian
[10:15] * Lupinedk is now known as lupinedk
[10:28] * twolife is now known as twolife`
[10:29] * Anakat (~Anakat@213.21.19.234) Quit (Remote host closed the connection)
[10:31] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[10:36] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 244 seconds)
[10:36] * Mr_Sheesh (~mr_s@unaffiliated/mr-sheesh/x-0757054) Quit (Read error: Connection reset by peer)
[10:38] * Mr_Sheesh (~mr_s@unaffiliated/mr-sheesh/x-0757054) has joined #raspbian
[10:41] * otter768 (~otter768@67.11.53.3) Quit (Remote host closed the connection)
[10:47] * setesat (~setesat@88.126.130.22) Quit (Ping timeout: 245 seconds)
[10:51] * clarinet (~simon@119.50.27.151) Quit (Ping timeout: 240 seconds)
[10:54] * dodo (~dodo@host200-57-static.11-188-b.business.telecomitalia.it) has joined #raspbian
[10:55] * mah454_ (~quassel@46.209.247.248) Quit (Remote host closed the connection)
[10:57] * mah454 (~quassel@46.209.247.248) has joined #raspbian
[10:59] * clarinet (~simon@119.50.27.151) has joined #raspbian
[10:59] * clarinet (~simon@119.50.27.151) Quit (Max SendQ exceeded)
[11:02] * clarinet (~simon@119.50.27.151) has joined #raspbian
[11:05] * skylite (~skylite@51B63C3E.dsl.pool.telekom.hu) has joined #raspbian
[11:11] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[11:11] * mah454 (~quassel@46.209.247.248) Quit (Ping timeout: 245 seconds)
[11:12] * tobinski (~tobinski@x2f5f425.dyn.telefonica.de) has joined #raspbian
[11:17] * mah454 (~quassel@46.209.247.248) has joined #raspbian
[11:32] * mike_t (~mike@80.234.3.89) has joined #raspbian
[11:38] * keel (~kjhe@2001:470:1f14:dd5:ba7e::face) Quit (Quit: leaving)
[11:39] * nils2 (~nils_2@unaffiliated/nils-2/x-2480262) has joined #raspbian
[11:40] * Anakat (~Anakat@213.21.19.234) has joined #raspbian
[11:41] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) Quit (Ping timeout: 258 seconds)
[11:42] * nils2 is now known as nils_2
[11:44] * Anakat (~Anakat@213.21.19.234) Quit (Ping timeout: 258 seconds)
[11:47] * dodo (~dodo@host200-57-static.11-188-b.business.telecomitalia.it) Quit (Quit: Leaving)
[11:54] * keel (~keel@2001:470:1f14:dd5:ba7e::face) has joined #raspbian
[11:54] * mah454 (~quassel@46.209.247.248) Quit (Ping timeout: 240 seconds)
[11:57] * mah454 (~quassel@37.32.34.102) has joined #raspbian
[11:59] * keel (~keel@2001:470:1f14:dd5:ba7e::face) Quit (Client Quit)
[12:00] * keel (~keel@2001:470:1f14:dd5:ba7e::face) has joined #raspbian
[12:02] * kleanchap (~njones83@p5DC0F555.dip0.t-ipconnect.de) has joined #raspbian
[12:02] * mah454 (~quassel@37.32.34.102) Quit (Ping timeout: 240 seconds)
[12:03] * mah454 (~quassel@46.209.247.248) has joined #raspbian
[12:05] * mike_t (~mike@80.234.3.89) Quit (Remote host closed the connection)
[12:07] * dcialdella (3e532b14@gateway/web/freenode/ip.62.83.43.20) has joined #raspbian
[12:14] * setesat (~setesat@88.126.130.22) has joined #raspbian
[12:42] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[12:46] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 252 seconds)
[12:55] * nils2 (~nils_2@unaffiliated/nils-2/x-2480262) has joined #raspbian
[12:57] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) Quit (Ping timeout: 264 seconds)
[13:02] * nils2 is now known as nils_2
[13:07] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Quit: Leaving...)
[13:08] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[13:09] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[13:18] * bibiyanki (~bibiyanki@239.248.1.93.rev.sfr.net) has joined #raspbian
[13:18] <bibiyanki> hi, il y a du fran�ais par ici?
[13:21] * killer_prince (~killer_pr@122.172.161.219) Quit (Excess Flood)
[13:21] * lazy_prince (~killer_pr@122.172.161.219) has joined #raspbian
[13:23] <Jckf> bibiyanki: Please stick to English. It will be easier for you to get help if everyone can understand what you're stying.
[13:26] <scoofy> maybe, he doesn't speak english.
[13:38] * taza (~taza@unaffiliated/taza) has joined #raspbian
[13:39] * skylite (~skylite@51B63C3E.dsl.pool.telekom.hu) Quit (Quit: Textual IRC Client: www.textualapp.com)
[13:45] * AndyBotwin (~botwin@unaffiliated/andybotwin) has joined #raspbian
[13:54] * fengshaun (~fengshaun@unaffiliated/fengshaun) Quit (Ping timeout: 245 seconds)
[14:16] * santpython (~santpytho@2601:7:9d00:4a8:224:d7ff:fee6:ba3c) has joined #raspbian
[14:20] * tobinski_ (~tobinski@x2f5f425.dyn.telefonica.de) has joined #raspbian
[14:20] * pbn (pbn@2a02:578:4601:0:2::22) has joined #raspbian
[14:23] * tobinski (~tobinski@x2f5f425.dyn.telefonica.de) Quit (Ping timeout: 250 seconds)
[14:29] * Hopper (~Hopper@58.156.223.87.dynamic.jazztel.es) has joined #raspbian
[14:41] * bibiyanki (~bibiyanki@239.248.1.93.rev.sfr.net) Quit (Remote host closed the connection)
[14:43] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[14:45] * setesat (~setesat@88.126.130.22) Quit (Ping timeout: 245 seconds)
[14:47] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 252 seconds)
[15:00] * CEnnis91 (uid3543@gateway/web/irccloud.com/x-tfaunzyopgeqkokw) has joined #raspbian
[15:01] * lazy_prince (~killer_pr@122.172.161.219) Quit (Ping timeout: 240 seconds)
[15:15] * darkbasic_ (~quassel@niko.linuxsystems.it) has joined #raspbian
[15:16] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Ping timeout: 244 seconds)
[15:20] * fengshaun (~fengshaun@unaffiliated/fengshaun) has joined #raspbian
[15:29] * mah454_ (~quassel@91.99.59.147) has joined #raspbian
[15:50] * ZIPY (~ZIPY@unaffiliated/zipy) Quit ()
[15:56] * lanodan (~lanodan@cse35-1-82-236-142-101.fbx.proxad.net) Quit (Read error: Connection reset by peer)
[16:00] * lanodan (~lanodan@cse35-1-82-236-142-101.fbx.proxad.net) has joined #raspbian
[16:00] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[16:01] * darkbasic_ (~quassel@niko.linuxsystems.it) Quit (Ping timeout: 265 seconds)
[16:09] * Edler (~textual@206.248.136.218) has joined #raspbian
[16:10] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[16:10] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[16:11] * pablo_pi (~pablo@190.148.17.210) has joined #raspbian
[16:13] * Climuffff (~Climufff@ip1f138eee.dynamic.kabel-deutschland.de) has joined #raspbian
[16:15] * Edler (~textual@206.248.136.218) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[16:26] * lanodan (~lanodan@cse35-1-82-236-142-101.fbx.proxad.net) Quit (Ping timeout: 264 seconds)
[16:27] * lanodan (~lanodan@cse35-1-82-236-142-101.fbx.proxad.net) has joined #raspbian
[16:32] * lanodan (~lanodan@cse35-1-82-236-142-101.fbx.proxad.net) Quit (Quit: Network is fucked up)
[16:32] * Techguy305 (~kvirc@128.90.90.18) has joined #raspbian
[16:43] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[16:48] * qdk (~qdk@87.72.0.40) Quit (Read error: Connection reset by peer)
[16:48] * qdk (~qdk@87.72.0.40) has joined #raspbian
[16:48] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 264 seconds)
[16:52] * lanodan (~lanodan@cse35-1-82-236-142-101.fbx.proxad.net) has joined #raspbian
[17:07] * angasule (~angasule@24-107-4-211.dhcp.stls.mo.charter.com) has joined #raspbian
[17:07] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) has joined #raspbian
[17:10] * Jonno (~jon@c-621ee353.028-32-6c6b7010.cust.bredbandsbolaget.se) Quit (Quit: Konversation terminated!)
[17:28] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) Quit (Read error: Connection reset by peer)
[17:29] * darkbasic_ (~quassel@niko.linuxsystems.it) has joined #raspbian
[17:29] * Tuttist (~Istutt@177.8.150.83.ftth.as8758.net) has joined #raspbian
[17:29] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[17:30] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) has joined #raspbian
[17:34] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) Quit (Read error: Connection reset by peer)
[17:35] * darkbasic_ (~quassel@niko.linuxsystems.it) Quit (Quit: No Ping reply in 180 seconds.)
[17:35] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[17:36] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) has joined #raspbian
[17:37] * Datalink_ (~Datalink@unaffiliated/datalink) has joined #raspbian
[17:40] * Datalink (~Datalink@unaffiliated/datalink) Quit (Ping timeout: 245 seconds)
[17:53] * setesat (~setesat@88.126.130.22) has joined #raspbian
[17:55] * angasule (~angasule@24-107-4-211.dhcp.stls.mo.charter.com) Quit (Ping timeout: 265 seconds)
[17:57] * Megaf (~Megaf@unaffiliated/megaf) Quit (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
[18:03] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[18:04] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[18:05] * CEnnis91 (uid3543@gateway/web/irccloud.com/x-tfaunzyopgeqkokw) Quit (Quit: Connection closed for inactivity)
[18:20] * mah454_ (~quassel@91.99.59.147) Quit (Remote host closed the connection)
[18:22] * blkaway is now known as blkhawk
[18:27] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Quit: No Ping reply in 180 seconds.)
[18:27] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[18:34] * batabatu (~batabatu@121-99-165-117.bng1.tvc.orcon.net.nz) has joined #raspbian
[18:35] * mah454_ (~quassel@91.99.59.147) has joined #raspbian
[18:35] * Edler (~textual@modemcable178.171-37-24.static.videotron.ca) has joined #raspbian
[18:37] * mah454_ (~quassel@91.99.59.147) Quit (Remote host closed the connection)
[18:39] * mah454_ (~quassel@91.99.59.147) has joined #raspbian
[18:44] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[18:48] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) Quit (Quit: Leaving)
[18:49] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 244 seconds)
[18:49] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) has joined #raspbian
[19:07] * Techguy305 (~kvirc@128.90.90.18) Quit (Ping timeout: 244 seconds)
[19:07] * Anakat (~Anakat@37-144-69-39.broadband.corbina.ru) has joined #raspbian
[19:08] * Anakat (~Anakat@37-144-69-39.broadband.corbina.ru) Quit (Client Quit)
[19:10] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Ping timeout: 258 seconds)
[19:12] * scoofy (~spirit@catv-89-135-80-2.catv.broadband.hu) Quit (Ping timeout: 265 seconds)
[19:13] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[19:22] * setesat (~setesat@88.126.130.22) Quit (Ping timeout: 245 seconds)
[19:23] * blkhawk is now known as blkaway
[19:35] * batabatu (~batabatu@121-99-165-117.bng1.tvc.orcon.net.nz) Quit (Ping timeout: 256 seconds)
[19:40] * angasule (~angasule@24-107-4-211.dhcp.stls.mo.charter.com) has joined #raspbian
[19:42] * dcialdella (3e532b14@gateway/web/freenode/ip.62.83.43.20) Quit (Quit: Page closed)
[19:44] * blkaway is now known as blkhawk
[19:59] * setesat (~setesat@88.126.130.22) has joined #raspbian
[20:01] * UniOn (~UniOn___@5419C81A.cm-5-2d.dynamic.ziggo.nl) has joined #raspbian
[20:06] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 272 seconds)
[20:10] * t__ (~t@ip4da5a5f7.direct-adsl.nl) has joined #raspbian
[20:17] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[20:22] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 244 seconds)
[20:30] * efc (~efc@node238.8.251.72.1dial.com) has joined #raspbian
[20:31] * Selfarian (~Selfarian@zulu1473.server4you.de) Quit (Ping timeout: 272 seconds)
[20:31] * Selfarian (~Selfarian@zulu1473.server4you.de) has joined #raspbian
[20:32] * msantana (~marcelo@unaffiliated/darkstar) Quit (Quit: Coyote finally caught me)
[20:33] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[20:33] * angasule (~angasule@24-107-4-211.dhcp.stls.mo.charter.com) Quit (Ping timeout: 255 seconds)
[20:35] * t__ (~t@ip4da5a5f7.direct-adsl.nl) Quit (Remote host closed the connection)
[20:36] * t__ (~t@dhcp-128-103-224-4.harvard.edu) has joined #raspbian
[20:37] * vagrantc (~vagrant@freegeek/vagrantc) has joined #raspbian
[20:37] * ChanServ sets mode +o vagrantc
[20:38] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[20:39] * scoofy (~spirit@catv-89-135-80-2.catv.broadband.hu) has joined #raspbian
[20:41] * odebleon (~darius@cpc14-glfd5-2-0-cust237.6-2.cable.virginm.net) has joined #raspbian
[20:44] <odebleon> hello. I`m trying to install Raspbian on a B+ with RCA output, but I can`t seem to find a definitive guide as to how to do it properly. At first boot everything is blank. Now I`ve got a completely out of sync, distorted output for a few seconds, then the screen goes blank, and kind of retries again to synch-up with the TV...
[20:45] <odebleon> is there anything I can do to make that work? I can only mount the SD card from my computer and edit files, nothing on the UI...
[20:45] <scoofy> connect RJ-45 and log in via ssh?
[20:45] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[20:45] <jakllsch> (PAL vs NTSC?)
[20:46] <odebleon> PAL
[20:50] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 244 seconds)
[20:50] * sine0 (sine@pcsage.co.uk) Quit (Changing host)
[20:50] * sine0 (sine@unaffiliated/sine0) has joined #raspbian
[21:00] * mah454_ (~quassel@91.99.59.147) Quit (Read error: Connection reset by peer)
[21:05] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[21:10] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 272 seconds)
[21:12] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 244 seconds)
[21:14] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[21:20] * blkhawk is now known as blkaway
[21:21] <odebleon> 5~5~
[21:28] * efc (~efc@node238.8.251.72.1dial.com) Quit (Quit: Too many cooks!)
[21:30] * efc (~efc@200.sub-75-231-194.myvzw.com) has joined #raspbian
[21:30] * efc (~efc@200.sub-75-231-194.myvzw.com) Quit (Read error: Connection reset by peer)
[21:33] * efc (~efc@200.sub-75-231-194.myvzw.com) has joined #raspbian
[21:36] * ApolloJustice_ (~ApolloJus@unaffiliated/apollojustice) has joined #raspbian
[21:37] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) Quit (Disconnected by services)
[21:37] * ApolloJustice_ is now known as ApolloJustice
[21:38] * Techguy305 (~kvirc@128.90.90.74) has joined #raspbian
[21:47] * scoofy (~spirit@catv-89-135-80-2.catv.broadband.hu) has left #raspbian
[21:48] * AndyBotwin (~botwin@unaffiliated/andybotwin) Quit (Read error: Connection reset by peer)
[21:48] * tobinski___ (~tobinski@x2f5f425.dyn.telefonica.de) has joined #raspbian
[21:51] * tobinski_ (~tobinski@x2f5f425.dyn.telefonica.de) Quit (Ping timeout: 264 seconds)
[21:56] * t__ (~t@dhcp-128-103-224-4.harvard.edu) Quit ()
[21:57] * hanfm (~Thunderbi@koln-5d813d0c.pool.mediaWays.net) has joined #raspbian
[21:57] * hanfm (~Thunderbi@koln-5d813d0c.pool.mediaWays.net) Quit (Client Quit)
[22:04] * efc (~efc@200.sub-75-231-194.myvzw.com) Quit (Quit: Too many cooks!)
[22:05] * efc (~efc@node238.8.251.72.1dial.com) has joined #raspbian
[22:07] * acidjazz is now known as acidjazz[OAK]
[22:13] * Tuttist (~Istutt@177.8.150.83.ftth.as8758.net) Quit (Quit: *schwupps*)
[22:13] * Hopper (~Hopper@58.156.223.87.dynamic.jazztel.es) Quit (Read error: Connection reset by peer)
[22:14] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Remote host closed the connection)
[22:18] * Hopper (Hopper@58.156.223.87.dynamic.jazztel.es) has joined #raspbian
[22:32] * CEnnis91 (uid3543@gateway/web/irccloud.com/x-qezmvexzffpusipa) has joined #raspbian
[22:39] * olabaz (62fe99eb@gateway/web/freenode/ip.98.254.153.235) has joined #raspbian
[22:40] <olabaz> Hi, I just did a fresh install onto the sd card and I'm trying to ssh to my pi but it isn't working
[22:40] <olabaz> I get a connection refused error
[22:40] <olabaz> any ideas?
[22:42] * WeeJeWel (~wjw@rev-245-108.virtu.nl) has joined #raspbian
[22:46] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[22:51] * WeeJeWel (~wjw@rev-245-108.virtu.nl) Quit (Quit: Linkinus - http://linkinus.com)
[22:52] * Gazpaxxo (~bizarro_1@29.Red-83-47-143.dynamicIP.rima-tde.net) has joined #raspbian
[22:54] * bizarro_1 (~bizarro_1@89.Red-88-20-114.staticIP.rima-tde.net) Quit (Ping timeout: 245 seconds)
[22:57] <olabaz> Does anyone have time to help me?
[23:01] <setesat> does the green led flash ?
[23:01] <setesat> when you turn it on
[23:02] <olabaz> yes
[23:02] <olabaz> I tried using an ethernet cable to connect it to my laptop
[23:02] <olabaz> but the ssh isn't working. I'm going to try connecting it to my router and see if that helps
[23:03] <setesat> what address are you using ?
[23:05] <olabaz> my eth0 address
[23:08] * foulou (~foulou@tests.lagoon.nc) has joined #raspbian
[23:08] * olabaz (62fe99eb@gateway/web/freenode/ip.98.254.153.235) Quit (Quit: Page closed)
[23:12] * angasule (~angasule@24-107-4-211.dhcp.stls.mo.charter.com) has joined #raspbian
[23:15] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[23:16] * setesat (~setesat@88.126.130.22) Quit (Ping timeout: 245 seconds)
[23:17] * yahooguntu (~yahoogunt@adsl-69-208-5-50.dsl.akrnoh.ameritech.net) has joined #raspbian
[23:18] * taza (~taza@unaffiliated/taza) Quit ()
[23:19] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 244 seconds)
[23:21] * taza (~taza@unaffiliated/taza) has joined #raspbian
[23:22] * Hopper_ (Hopper@13.112.218.87.dynamic.jazztel.es) has joined #raspbian
[23:23] * AndyBotwin (~botwin@unaffiliated/andybotwin) has joined #raspbian
[23:24] * Hopper (Hopper@58.156.223.87.dynamic.jazztel.es) Quit (Ping timeout: 272 seconds)
[23:27] * yahooguntu (~yahoogunt@adsl-69-208-5-50.dsl.akrnoh.ameritech.net) Quit (Ping timeout: 250 seconds)
[23:47] * AndyBotwin (~botwin@unaffiliated/andybotwin) Quit (Read error: Connection reset by peer)
[23:48] * AndyBotwin (~botwin@unaffiliated/andybotwin) has joined #raspbian
[23:52] * Edler (~textual@modemcable178.171-37-24.static.videotron.ca) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[23:53] * AndroUser2 (~androirc@dhcp-0-24-b2-63-c3-f1.cpe.wightman.ca) has joined #raspbian

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