#raspbian IRC Log

Index

IRC Log for 2015-05-09

Timestamps are in GMT/BST.

[0:01] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 246 seconds)
[0:01] * crzdcarney (~crzdcarne@cpe-173-88-251-65.neo.res.rr.com) Quit (Quit: Leaving)
[0:06] <Encapsulation> is this not a support channel?
[0:06] <Encapsulation> is it possible to navigate to my pis hostname instead of ip address
[0:06] <Encapsulation> to find it more easily, the website it has on the local network
[0:12] <b00ger_daddy> what is a pis hostname?
[0:13] * someircname (~Adium@c-73-45-91-153.hsd1.il.comcast.net) has joined #raspbian
[0:13] * someircname (~Adium@c-73-45-91-153.hsd1.il.comcast.net) Quit (Client Quit)
[0:13] * someircname (~Adium@199.15.128.78) has joined #raspbian
[0:14] * dalfry (~dalfry@38.110.174.11) Quit (Quit: ZZZzzz...)
[0:14] <Encapsulation> my pis host name
[0:14] <b00ger_daddy> do you have a dns server?
[0:14] <Encapsulation> I'm not sure
[0:14] <Encapsulation> I have ddwrt router
[0:15] <Encapsulation> maybe it can run one
[0:15] <b00ger_daddy> then try pining the hostname
[0:16] <b00ger_daddy> pinging*
[0:20] <Stanto> Encapsulation: ddwrt router can run dnsmasq as a dns server
[0:25] * Robarelli (~Robarelli@S0106602ad076145a.cg.shawcable.net) has joined #raspbian
[0:36] * someircname1 (~Adium@c-73-45-91-153.hsd1.il.comcast.net) has joined #raspbian
[0:36] * Akagi201 (~akagi201@222.67.17.68) has joined #raspbian
[0:37] * someircname (~Adium@199.15.128.78) Quit (Ping timeout: 244 seconds)
[0:39] <scoofy> Encapsulation: dpkg -l
[0:39] <scoofy> Encapsulation: hostname
[0:40] <scoofy> to make other computers find it easier, add an entry in the hosts file (/etc/hosts/)
[0:41] <scoofy> echo "192.168.1.123 my_pi_hostname" >> /etc/hosts
[0:41] <scoofy> so my_pi_hostname will resolve to 192.168.1.123
[0:42] <scoofy> on a windows machine, that's usually in c:\windows\system32\drivers\etc\hosts
[0:42] <scoofy> and works the same way
[0:42] * b00ger_daddy (~aiB00gerD@pool-173-57-81-29.dllstx.fios.verizon.net) Quit (Quit: jIRCii - http://www.oldschoolirc.com)
[0:42] <scoofy> that works on a single computer, so you have to add it for each of your computers.
[0:49] * BenMcLean (86c17006@gateway/web/freenode/ip.134.193.112.6) has joined #raspbian
[0:49] <BenMcLean> hello everyone
[0:49] <scoofy> hi,
[0:49] <BenMcLean> does anyone here know anything about xrdp ?
[0:50] * dougl (~doug@S0106744401495b56.wp.shawcable.net) Quit (Remote host closed the connection)
[0:50] <BenMcLean> i am chatting to you on my brand new raspberry pi
[0:50] <scoofy> cool.
[0:50] <BenMcLean> unfortunately, the only hdmi compatible screen i have at the moment is this GIANT TV
[0:50] <scoofy> lol
[0:50] <scoofy> pixely? :)
[0:50] <BenMcLean> heck if i know, i have bad eyesight anyway
[0:51] <BenMcLean> anyway ... so i am thinking @ok i'll remote desktop this thing@
[0:51] <BenMcLean> btw this stupid thing thinks i have a spanish keyboard for some reason so some characters may come out wrong
[0:51] <scoofy> vnc may also work
[0:51] <BenMcLean> oh, it's probably because i actually do have a spanish keyboard. it was cheapest wireless keyboard in google shopping at the time
[0:52] <BenMcLean> anway ... how do i set it up to turn on the remote desktop app every time the pi turns on?
[0:52] <scoofy> i guess, you'd need to add it to your inittab
[0:52] <BenMcLean> inittab? ok i'll google that
[0:52] <scoofy> /etc/inittab
[0:53] <scoofy> or /etc/rc.local
[0:53] <scoofy> which is the default startup script
[0:54] * BenMcLean (86c17006@gateway/web/freenode/ip.134.193.112.6) Quit (Disconnected by services)
[0:55] * BenMcLean (86c17006@gateway/web/freenode/ip.134.193.112.6) has joined #raspbian
[0:55] <BenMcLean> sry i'm back
[0:55] <scoofy> try /etc/rc.local
[0:55] <BenMcLean> log says: which is the default startup script -- ok
[0:56] <BenMcLean> i gotta fix this spanish keyboard layout problem first tho
[0:57] <scoofy> .xinitrc may also work
[0:57] <scoofy> for startup scripts for X
[0:58] <scoofy> maybe that's a better place for xrdp
[1:00] <BenMcLean> ok i got it
[1:00] <BenMcLean> i want this to start even if i don't launch the desktop environment so that i see the prompt
[1:00] <BenMcLean> if thats doable
[1:00] <BenMcLean> and not too much troule
[1:00] <BenMcLean> *trouble
[1:01] <scoofy> xrdp.org says:
[1:01] <scoofy> update-rc.d xrdp.sh defaults
[1:01] <scoofy> to install at boot
[1:01] <scoofy> and update-rc.d xrdp.sh remove
[1:01] <scoofy> to remove
[1:01] * ppq (~ppq@unaffiliated/ppq) Quit (Remote host closed the connection)
[1:01] <BenMcLean> i just type that in the terminal?
[1:01] <scoofy> yep
[1:02] <BenMcLean> terminal says update-rc.d: error: unable to read /etc/init.d/xrdp.sh
[1:03] <scoofy> do you have xrdp installed?
[1:03] <BenMcLean> yeah
[1:03] <BenMcLean> based on having typed sudo apt-get install xrdp
[1:03] <BenMcLean> and not encountering any errors
[1:04] <scoofy> ok. then idk
[1:04] * b4tm4n (~b4tm4n@gateway/vpn/privateinternetaccess/b4tm4n) Quit (Quit: Leaving)
[1:09] * bigmac (~bigmac@174-31-130-179.tukw.qwest.net) Quit (Ping timeout: 276 seconds)
[1:09] * Akex_ (uid58281@gateway/web/irccloud.com/x-qhahbhtqfpcoompj) Quit (Quit: Connection closed for inactivity)
[1:11] * BenMcLean (86c17006@gateway/web/freenode/ip.134.193.112.6) Quit (Ping timeout: 246 seconds)
[1:17] * ThOr101 (~Adium@static-71-241-225-29.washdc.fios.verizon.net) has joined #raspbian
[1:17] <ThOr101> Hello, sorry to ask such a basic question, and if there is something to read, I'm happy to read it but...
[1:18] <ThOr101> Suddenly my raspbian went from booting 3.18.12, then 3.18.11 and now 3.18.10
[1:19] <ThOr101> rendering my adafruit 3.5r display inop (white), but I think it is because the kernel modules on the system are for the 18.12 kernel, so they aren't playing well.
[1:19] <ThOr101> so how do I ... get back to the new kernel?
[1:22] <shiftplusone> The current kernel is 3.18.11... no idea how you got 3.18.10 or 3.18.12
[1:22] <shiftplusone> do whatever you did to get 3.18.12 in the first place... probably ran rpi-update
[1:22] <ThOr101> Yeah, I did all that, and an apt-get update; apt-get dist-upgrade
[1:23] <ThOr101> Linux version 3.18.12+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #783 PREEMPT Tue May 5 22:43:41 BST 2015
[1:23] <ThOr101> Linux version 3.18.11+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #781 PREEMPT Tue Apr 21 18:02:18 BST 2015
[1:23] <ThOr101> and now this one: Linux version 3.18.10+ (pi@raspi2) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11) ) #1 PREEMPT Fri Mar 27 17:08:57 CET 2015
[1:24] <shiftplusone> okay
[1:24] * Matool (~irc@97-91-173-19.dhcp.stls.mo.charter.com) Quit (Remote host closed the connection)
[1:24] <ThOr101> *ha*. Yeah, I know. Head scratcher.
[1:24] <shiftplusone> Shouldn't be for you
[1:24] <ThOr101> Thanks?
[1:25] <ThOr101> Your vote of confidence is inspiring! :-)
[1:25] <shiftplusone> I just mean that there's no reason you'd end up with those random kernels without knowing why.
[1:25] <shiftplusone> 781 is what you'd have if you didn't do anything wrong
[1:27] <ThOr101> so ... do new kernels come via rpi-update or apt-get? I always thought that apt-get was in charge of that.
[1:28] <shiftplusone> both... rpi-update is bleeding edge. apt-get is a little more thoroughly tested
[1:28] <ThOr101> Oh! They compete?
[1:28] <shiftplusone> and the two systems are completely unaware of each other, so one can trash the other.
[1:28] <shiftplusone> yeah
[1:29] <ThOr101> ballz, that's what I've been missing.
[1:29] * Dragonkeeper (~dragonkee@cpc2-gill2-0-0-cust69.20-1.cable.virginm.net) Quit (Quit: WeeChat 1.1.1)
[1:29] <ThOr101> I think that's the clue I needed.
[1:29] <ThOr101> thank you !
[1:29] <shiftplusone> good luck
[1:29] <ThOr101> we'll see!
[1:32] <ThOr101> blarg, still the white screen of failure! But at least I have some clues. Back to 3.18.12
[1:38] * sepia (~sepia@assimilate.brainslug.nl) Quit (Ping timeout: 246 seconds)
[1:38] * sepia (~sepia@assimilate.brainslug.nl) has joined #raspbian
[1:40] * Matool (~irc@97-91-173-19.dhcp.stls.mo.charter.com) has joined #raspbian
[1:40] * _Kowalski (~Kowalski@p54B7D832.dip0.t-ipconnect.de) Quit (Ping timeout: 272 seconds)
[1:44] * crzdcarney (~crzdcarne@cpe-173-88-251-65.neo.res.rr.com) has joined #raspbian
[1:57] * someircname1 is now known as someircname
[1:58] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[1:59] * Steki (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[2:02] * _Kowalski (~Kowalski@p5B0D6CA5.dip0.t-ipconnect.de) has joined #raspbian
[2:02] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Ping timeout: 264 seconds)
[2:03] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 256 seconds)
[2:18] * plantoschka (~plantosch@ipb21a7712.dynamic.kabel-deutschland.de) Quit (Ping timeout: 240 seconds)
[2:23] * Akagi201 (~akagi201@222.67.17.68) Quit ()
[2:28] * crzdcarney (~crzdcarne@cpe-173-88-251-65.neo.res.rr.com) Quit (Ping timeout: 265 seconds)
[2:46] * dlech (~dlech@108-198-5-147.lightspeed.okcbok.sbcglobal.net) Quit (Quit: Leaving)
[2:49] * crzdcarney (~crzdcarne@cpe-173-88-251-65.neo.res.rr.com) has joined #raspbian
[2:51] * laza (~laza@b2b-130-180-1-210.unitymedia.biz) Quit (Read error: Connection reset by peer)
[2:55] * laza (~laza@b2b-130-180-1-210.unitymedia.biz) has joined #raspbian
[2:56] * crzdcarney (~crzdcarne@cpe-173-88-251-65.neo.res.rr.com) Quit (Quit: Leaving)
[3:01] * crzdcarney (~kvirc@cpe-173-88-251-65.neo.res.rr.com) has joined #raspbian
[3:01] * dlech (~dlech@108-198-5-147.lightspeed.okcbok.sbcglobal.net) has joined #raspbian
[3:06] * hsp (~hsp@ip4d152562.dynamic.kabel-deutschland.de) Quit (Ping timeout: 264 seconds)
[3:09] * ThOr101 (~Adium@static-71-241-225-29.washdc.fios.verizon.net) has left #raspbian
[3:12] * darkbasic (~quassel@host37-245-static.119-2-b.business.telecomitalia.it) Quit (Read error: Connection reset by peer)
[3:13] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[3:17] * hsp (~hsp@ip4d152562.dynamic.kabel-deutschland.de) has joined #raspbian
[3:19] * crzdcarney (~kvirc@cpe-173-88-251-65.neo.res.rr.com) Quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
[3:23] * arky (~arky@110.74.219.32) has joined #raspbian
[3:43] * rockstar_ (~rockstar@cpe-74-67-53-147.nycap.res.rr.com) has joined #raspbian
[3:55] * prock22 (~prock22@128.12.246.6) has joined #raspbian
[3:57] * sachin (~sachin@49.248.13.114) has joined #raspbian
[3:58] <prock22> hi i cannot connect my raspberry pi 2 model B to the ethernet. It just doesn't show any connectivity
[3:58] <prock22> I am in college dorm. So, my guess it might have something to do with college firewall
[3:58] <rockstar_> prock22: which network are you using?
[3:59] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[3:59] <prock22> I am in a college network
[4:00] * bigmac (~bigmac@174-31-130-179.tukw.qwest.net) has joined #raspbian
[4:01] * morle (~morlenxus@enlightenment/developer/morlenxus) has joined #raspbian
[4:01] * morlenxus is now known as Guest9243
[4:02] * morle is now known as morlenxus
[4:04] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 276 seconds)
[4:04] * Guest9243 (~morlenxus@enlightenment/developer/morlenxus) Quit (Ping timeout: 252 seconds)
[4:09] * Climuffff (~Climufff@ip1f13b7e6.dynamic.kabel-deutschland.de) Quit (Quit: Nettalk6 - www.ntalk.de)
[4:10] * idafyaid (~idafyaid@109.163.235.236.static-ro.twistednetworks.net) has joined #raspbian
[4:10] * rockstar_ (~rockstar@cpe-74-67-53-147.nycap.res.rr.com) Quit (Remote host closed the connection)
[4:14] * methuzla (~methuzla@dsl254-017-117.sea1.dsl.speakeasy.net) has left #raspbian
[4:16] * rockstar_ (~rockstar@cpe-74-67-53-147.nycap.res.rr.com) has joined #raspbian
[4:17] * Vaxu (~vaxaren@37-136-95-140.rev.dnainternet.fi) has joined #raspbian
[4:17] <rockstar_> anybody knows how to connect to internet in raspberry pi in a college network? I usually need to use username and password to connect in college. But I can't find that option in /etc/wpa_supplicant/wpa_supplicant.conf
[4:18] <shiftplusone> depends
[4:18] <shiftplusone> contact IT
[4:19] <shiftplusone> or, if you're up to it, check 'man wpa_supplicant.conf'
[4:31] <rockstar_> shiftplusone: thanks trying
[4:32] * XpineX (~XpineX@89.239.206.2) has joined #raspbian
[4:32] * Dark-Show (Dark-Show@sydnns0114w-156034234240.dhcp-dynamic.FibreOp.ns.bellaliant.net) Quit (Ping timeout: 255 seconds)
[4:51] * rockstar_ (~rockstar@cpe-74-67-53-147.nycap.res.rr.com) Quit (Ping timeout: 256 seconds)
[4:53] * geekthattweaks (~quassel@ec2-52-7-119-221.compute-1.amazonaws.com) has joined #raspbian
[5:03] * geekthattweaks (~quassel@ec2-52-7-119-221.compute-1.amazonaws.com) Quit (Read error: Connection reset by peer)
[5:04] * arky (~arky@110.74.219.32) Quit (Quit: Leaving)
[5:06] * prock22 (~prock22@128.12.246.6) Quit (Remote host closed the connection)
[5:13] * Fudster (sid4817@gateway/web/irccloud.com/x-owfiablfimxwalrt) Quit (Ping timeout: 256 seconds)
[5:13] * PeterSilie (~quassel@2607:ff28:0:23::f195:29e1) Quit (Ping timeout: 256 seconds)
[5:13] * PeterSilie_ (~quassel@2607:ff28:0:23::f195:29e1) has joined #raspbian
[5:15] * Fudster (sid4817@gateway/web/irccloud.com/x-wxjcqnnkqsmjbzkc) has joined #raspbian
[5:19] * dalfry (~dalfry@c-98-210-161-203.hsd1.ca.comcast.net) has joined #raspbian
[5:21] * peppis_ (~peppis@94-137-97-144.customers.ownit.se) has joined #raspbian
[5:38] * mike_t (~mike@80.234.0.120) has joined #raspbian
[6:00] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[6:04] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 276 seconds)
[6:07] * spinza (~spin@197.83.246.72) Quit (Ping timeout: 256 seconds)
[6:08] * idafyaid (~idafyaid@109.163.235.236.static-ro.twistednetworks.net) Quit (Quit: idafyaid)
[6:16] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[6:18] * robzilla (~Robarelli@S0106602ad076145a.cg.shawcable.net) has joined #raspbian
[6:21] * Robarelli (~Robarelli@S0106602ad076145a.cg.shawcable.net) Quit (Ping timeout: 246 seconds)
[6:26] * NicoHood (~Thunderbi@p5DC4EDFE.dip0.t-ipconnect.de) has joined #raspbian
[6:39] * twolife` is now known as twolife
[7:01] * bigmac (~bigmac@174-31-130-179.tukw.qwest.net) Quit (Ping timeout: 264 seconds)
[7:10] * H4ndy (~H4ndy@92.206.43.182) has joined #raspbian
[7:12] * arpad_______ (~arpad@ninthfloor.org) has joined #raspbian
[7:18] * RC_Hammer (~Robarelli@S0106602ad076145a.cg.shawcable.net) has joined #raspbian
[7:22] * robzilla (~Robarelli@S0106602ad076145a.cg.shawcable.net) Quit (Ping timeout: 256 seconds)
[7:22] * depa_ (~depa@2.230.108.94) has joined #raspbian
[7:22] * AlphaTech is now known as zz_AlphaTech
[7:31] * dalfry (~dalfry@c-98-210-161-203.hsd1.ca.comcast.net) Quit (Quit: ZZZzzz...)
[7:34] * Smither (~Smither@cpc65019-brad19-2-0-cust125.17-1.cable.virginm.net) Quit (Ping timeout: 250 seconds)
[7:42] * mildouze (~Icedove@AAmiens-156-1-42-184.w90-18.abo.wanadoo.fr) has joined #raspbian
[7:43] * taza (~taza@unaffiliated/taza) has joined #raspbian
[8:00] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[8:03] * peppis_ (~peppis@94-137-97-144.customers.ownit.se) Quit (Quit: leaving)
[8:05] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 250 seconds)
[8:10] * RC_Hammer (~Robarelli@S0106602ad076145a.cg.shawcable.net) Quit (Ping timeout: 240 seconds)
[8:11] * spinza (~spin@197.89.24.61) has joined #raspbian
[8:17] * depa_ (~depa@2.230.108.94) Quit (Quit: Konversation terminated!)
[8:17] * depa (~depa@2.230.108.94) has joined #raspbian
[8:22] * Domin (domin@hahah.org) Quit (Read error: Connection reset by peer)
[8:25] * Domin (domin@hahah.org) has joined #raspbian
[8:26] * plantoschka (~plantosch@ipb21a7712.dynamic.kabel-deutschland.de) has joined #raspbian
[8:29] * depa (~depa@2.230.108.94) Quit (Quit: Konversation terminated!)
[8:38] * darkbasic_ (~quassel@niko.linuxsystems.it) has joined #raspbian
[8:38] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[8:39] * taza (~taza@unaffiliated/taza) Quit ()
[8:41] * Steki (~steki@opensuse/member/bmanojlovic) Quit (Quit: Ja odoh a vi sta 'ocete...)
[8:48] * Akex_ (uid58281@gateway/web/irccloud.com/x-dacwqacqsqbeykny) has joined #raspbian
[8:48] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) Quit (Ping timeout: 245 seconds)
[8:48] * nils__2 (~nils_2@pD9FC443B.dip0.t-ipconnect.de) has joined #raspbian
[8:48] * nils__2 is now known as nils_2
[8:48] * nils_2 (~nils_2@pD9FC443B.dip0.t-ipconnect.de) Quit (Changing host)
[8:48] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) has joined #raspbian
[8:52] * hanfm (~Thunderbi@x4d0b48c1.dyn.telefonica.de) has joined #raspbian
[8:57] * depa (~depa@2.230.108.94) has joined #raspbian
[9:09] * ppq (~ppq@unaffiliated/ppq) has joined #raspbian
[9:13] * idafyaid (~jacwodjo@5.254.99.199.static-ro.twistednetworks.net) has joined #raspbian
[9:14] * idafyaid is now known as Guest40723
[9:14] * Guest40723 (~jacwodjo@5.254.99.199.static-ro.twistednetworks.net) Quit (Remote host closed the connection)
[9:15] * jacwodjo (~jacwodjo@5.254.99.199.static-ro.twistednetworks.net) has joined #raspbian
[9:15] * jacwodjo (~jacwodjo@5.254.99.199.static-ro.twistednetworks.net) Quit (Remote host closed the connection)
[9:17] * jacwodjo (~idafyaid@5.254.99.199.static-ro.twistednetworks.net) has joined #raspbian
[9:20] * Vorpal (~Vorpal@unaffiliated/vorpal) has joined #raspbian
[9:21] * Vorpal_ (~Vorpal@unaffiliated/vorpal) Quit (Ping timeout: 272 seconds)
[9:25] * Megaf_ (~Megaf@unaffiliated/megaf) has joined #raspbian
[9:27] * Megaf (~Megaf@unaffiliated/megaf) Quit (Ping timeout: 240 seconds)
[9:36] * depa (~depa@2.230.108.94) Quit (Ping timeout: 264 seconds)
[9:55] * jacwodjo (~idafyaid@5.254.99.199.static-ro.twistednetworks.net) Quit (Ping timeout: 272 seconds)
[10:01] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[10:02] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[10:06] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 255 seconds)
[10:08] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Ping timeout: 264 seconds)
[10:11] * arpad_______ (~arpad@ninthfloor.org) Quit (Quit: Lost terminal)
[10:14] * Tach[Away] is now known as Tachyon`
[10:19] * depa (~depa@2.230.108.94) has joined #raspbian
[10:22] * idafyaid (~idafyaid@5.254.99.237) has joined #raspbian
[10:23] * idafyaid is now known as Guest23901
[10:46] * NicoHood (~Thunderbi@p5DC4EDFE.dip0.t-ipconnect.de) Quit (Quit: *poof*)
[10:53] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[10:59] * YoY (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 240 seconds)
[11:01] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Remote host closed the connection)
[11:04] * bolt (r00t@unaffiliated/bolt) Quit (Quit: telnet irc.freenode.net 6667)
[11:05] * hanfm (~Thunderbi@x4d0b48c1.dyn.telefonica.de) Quit (Quit: hanfm)
[11:08] * khh (~khh@29.75.9.46.customer.cdi.no) has joined #raspbian
[11:09] * bolt (r00t@unaffiliated/bolt) has joined #raspbian
[11:09] * bolt (r00t@unaffiliated/bolt) Quit (Remote host closed the connection)
[11:11] * Smx (Elite8556@gateway/shell/elitebnc/x-zrptemvxfuhasnlx) Quit (Excess Flood)
[11:11] * bolt (r00t@unaffiliated/bolt) has joined #raspbian
[11:15] * Smx (Elite8556@gateway/shell/elitebnc/x-ciqujlggvykgbffj) has joined #raspbian
[11:20] * bolt (r00t@unaffiliated/bolt) Quit (Quit: telnet irc.freenode.net 6667)
[11:20] * bolt (r00t@unaffiliated/bolt) has joined #raspbian
[11:29] * bolt (r00t@unaffiliated/bolt) Quit (Ping timeout: 272 seconds)
[11:30] <dexta> harrow
[11:30] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[11:30] * Pufferkartoffel (~christoph@185.66.193.42) has joined #raspbian
[11:30] * depa (~depa@2.230.108.94) Quit (Ping timeout: 272 seconds)
[11:34] * Pufferkartoffel (~christoph@185.66.193.42) Quit (Client Quit)
[11:35] * Funambuli (~loki@77.230.140.4) Quit (Client Quit)
[11:35] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[11:37] * depa (~depa@2.230.108.94) has joined #raspbian
[11:41] * bolt (~r00t@unaffiliated/bolt) has joined #raspbian
[11:47] * bolt (~r00t@unaffiliated/bolt) Quit (Ping timeout: 240 seconds)
[11:49] * Cybertinus (~Cybertinu@cybertinus.customer.cloud.nl) Quit (Remote host closed the connection)
[11:50] * Cybertinus (~Cybertinu@cybertinus.customer.cloud.nl) has joined #raspbian
[11:59] * bolt (r00t@unaffiliated/bolt) has joined #raspbian
[12:01] * YoY (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[12:02] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[12:02] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[12:05] * Funambuli (~loki@77.230.140.4) Quit (Quit: Seeya!!!)
[12:06] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:07] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Ping timeout: 255 seconds)
[12:07] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 245 seconds)
[12:10] * depa (~depa@2.230.108.94) Quit (Quit: Konversation terminated!)
[12:14] * Funambuli (~loki@77.230.140.4) Quit (Quit: Seeya!!!)
[12:15] * Funambuli (~Funambuli@77.230.140.4) has joined #raspbian
[12:15] * Funambul1 (~loki@77.230.140.4) has joined #raspbian
[12:15] * Funambuli (~Funambuli@77.230.140.4) Quit (Client Quit)
[12:15] * Funambul1 (~loki@77.230.140.4) Quit (Client Quit)
[12:15] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:16] * sachin (~sachin@49.248.13.114) Quit (Ping timeout: 255 seconds)
[12:18] * Funambuli (~loki@77.230.140.4) Quit (Client Quit)
[12:19] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:22] * sachin (~sachin@49.248.13.114) has joined #raspbian
[12:27] * Funambuli (~loki@77.230.140.4) Quit (Quit: Seeya!!!)
[12:28] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:28] * mildouze (~Icedove@AAmiens-156-1-42-184.w90-18.abo.wanadoo.fr) Quit (Quit: mildouze)
[12:33] * Funambuli (~loki@77.230.140.4) Quit (Quit: Seeya!!!)
[12:33] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:34] * Funambuli (~loki@77.230.140.4) Quit (Client Quit)
[12:34] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:34] * Funambuli (~loki@77.230.140.4) Quit (Client Quit)
[12:35] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:35] * Funambuli (~loki@77.230.140.4) Quit (Client Quit)
[12:36] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:36] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) has joined #raspbian
[12:36] * Funambuli (~loki@77.230.140.4) Quit (Client Quit)
[12:36] <clynamen> is it easy to get vlc with hardware accelleration to work on raspbian?
[12:37] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:38] * Funambuli (~loki@77.230.140.4) Quit (Client Quit)
[12:39] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:39] * Funambuli (~loki@77.230.140.4) Quit (Client Quit)
[12:40] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:40] * Funambuli (~loki@77.230.140.4) Quit (Client Quit)
[12:40] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:41] * Funambuli (~loki@77.230.140.4) Quit (Client Quit)
[12:42] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:43] * Funambuli (~loki@77.230.140.4) Quit (Client Quit)
[12:43] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:43] * Funambuli (~loki@77.230.140.4) Quit (Client Quit)
[12:44] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:44] * Funambuli (~loki@77.230.140.4) Quit (Client Quit)
[12:44] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:44] * Funambuli (~loki@77.230.140.4) Quit (Client Quit)
[12:45] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:46] * Funambuli (~loki@77.230.140.4) Quit (Client Quit)
[12:46] * Funambuli (~loki@77.230.140.4) has joined #raspbian
[12:47] * Funambuli (~loki@77.230.140.4) Quit (Client Quit)
[12:47] * themill sets mode +b *!*@77.230.140.4$##fix_your_connection
[12:49] * darkbasic_ (~quassel@niko.linuxsystems.it) Quit (Quit: No Ping reply in 180 seconds.)
[12:50] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[12:51] * b4tm4n (~b4tm4n@gateway/vpn/privateinternetaccess/b4tm4n) has joined #raspbian
[13:00] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[13:03] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[13:03] * nitdega (~nitdega@2602:304:ab12:8a31:35b9:e1b5:b0d5:e0a1) Quit (Quit: ZNC - http://znc.in)
[13:05] * teran_ (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[13:08] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Ping timeout: 264 seconds)
[13:10] * teran_ (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Ping timeout: 264 seconds)
[13:19] * Dragonkeeper (~dragonkee@cpc2-gill2-0-0-cust69.20-1.cable.virginm.net) has joined #raspbian
[13:22] * sachin (~sachin@49.248.13.114) Quit (Quit: leaving)
[13:23] * rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt) has joined #raspbian
[13:32] * rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt) Quit (Remote host closed the connection)
[13:34] * mpmctoo (mpmctoo@gateway/shell/bnc4free/x-zomawdbkutwkbbyu) Quit (Ping timeout: 256 seconds)
[13:34] * mk2soldier (mk2soldier@gateway/shell/bnc4free/x-kbantldjibncoxzs) Quit (Ping timeout: 264 seconds)
[13:46] <yohnnyjoe> \\\\\\\\\\\\\\\\
[13:49] * twolife is now known as twolife`
[14:03] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[14:05] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[14:07] * Domin (domin@hahah.org) Quit (Read error: Connection reset by peer)
[14:08] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 256 seconds)
[14:09] * mk2soldier (mk2soldier@gateway/shell/bnc4free/x-leucjlguvqtlzhky) has joined #raspbian
[14:10] * Domin (domin@hahah.org) has joined #raspbian
[14:10] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Ping timeout: 244 seconds)
[14:12] * meti (~meti@unaffiliated/meti) Quit (Ping timeout: 246 seconds)
[14:14] * meti (~meti@unaffiliated/meti) has joined #raspbian
[14:18] * twolife` is now known as twolife
[14:28] * lapide_viridi (~lapide_vi@ip-95-215-46-46.dialup.ice.net) has joined #raspbian
[14:38] * nitrousnrg (~quassel@190-103-213-239.cepanet.com.ar) has joined #raspbian
[14:38] * nitrousnrg_ (~quassel@190-103-213-239.cepanet.com.ar) has joined #raspbian
[14:38] * nitrousnrg_ (~quassel@190-103-213-239.cepanet.com.ar) Quit (Remote host closed the connection)
[14:40] * mpmctoo (mpmctoo@gateway/shell/bnc4free/x-vychrcjwktezqhal) has joined #raspbian
[14:40] <- *mpmctoo* I'm not here at the moment, your message has been logged and I'll get back to you when I can / %
[14:43] * pablo_pi_ (~pablo@190.148.252.204) has joined #raspbian
[14:46] * pablo_pi (~pablo@190.148.252.204) Quit (Ping timeout: 256 seconds)
[14:48] * twolife is now known as twolife`
[14:51] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[14:53] * rickrobs_ (~rickrobs@38.73.145.148) has joined #raspbian
[14:53] * rickrobs (~rickrobs@38.73.145.148) Quit (Read error: Connection reset by peer)
[14:53] * taza (~taza@unaffiliated/taza) has joined #raspbian
[14:55] * rickrobs_ (~rickrobs@38.73.145.148) Quit (Read error: Connection reset by peer)
[14:56] * rickrobs (~rickrobs@38.73.145.148) has joined #raspbian
[15:00] * anunnaki_ (~chris@hellsgate.pl) has joined #raspbian
[15:01] * anunnaki_ (~chris@hellsgate.pl) Quit (Changing host)
[15:01] * anunnaki_ (~chris@unaffiliated/anunnaki) has joined #raspbian
[15:02] * mildouze1 (~Icedove@AAmiens-156-1-42-184.w90-18.abo.wanadoo.fr) has joined #raspbian
[15:04] * anunnaki (~chris@unaffiliated/anunnaki) Quit (Ping timeout: 276 seconds)
[15:05] * mildouze1 (~Icedove@AAmiens-156-1-42-184.w90-18.abo.wanadoo.fr) Quit (Client Quit)
[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:06] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[15:11] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Ping timeout: 252 seconds)
[15:18] * rafaelcpalmeida (~rafaelcpa@89.180.177.79) has joined #raspbian
[15:19] * Domin (domin@hahah.org) Quit (Read error: Connection reset by peer)
[15:22] * Domin (domin@hahah.org) has joined #raspbian
[15:26] * Climuffff (~Climufff@ip1f13b7e6.dynamic.kabel-deutschland.de) has joined #raspbian
[15:36] * rafaelcpalmeida (~rafaelcpa@89.180.177.79) Quit (Remote host closed the connection)
[15:40] * dougl (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[15:41] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[15:45] * lapide_viridi (~lapide_vi@ip-95-215-46-46.dialup.ice.net) Quit (Quit: Leaving)
[15:46] * mildouze1 (~Icedove@AAmiens-156-1-42-184.w90-18.abo.wanadoo.fr) has joined #raspbian
[15:49] * rafaelcpalmeida (~rafaelcpa@a89-155-15-209.cpe.netcabo.pt) has joined #raspbian
[15:50] * nitdega (~nitdega@2602:306:2420:a6d1:9834:73e0:29d9:163b) has joined #raspbian
[15:57] * dougl (~doug@S0106744401495b56.wp.shawcable.net) Quit (Remote host closed the connection)
[16:04] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[16:07] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[16:08] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 255 seconds)
[16:12] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Ping timeout: 272 seconds)
[16:19] * dougl (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[16:24] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[16:37] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[16:42] * dougl (~doug@S0106744401495b56.wp.shawcable.net) Quit (Remote host closed the connection)
[16:42] * rickrobs (~rickrobs@38.73.145.148) Quit (Read error: Connection reset by peer)
[16:42] * rickrobs (~rickrobs@38.73.145.148) has joined #raspbian
[16:43] * dougl (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[16:53] * mildouze1 (~Icedove@AAmiens-156-1-42-184.w90-18.abo.wanadoo.fr) Quit (Ping timeout: 272 seconds)
[16:54] * rafaelcp_ (~rafaelcpa@a89-155-15-209.cpe.netcabo.pt) has joined #raspbian
[16:55] * mildouze (~Icedove@AAmiens-156-1-101-86.w90-34.abo.wanadoo.fr) has joined #raspbian
[16:56] * rafaelcpalmeida (~rafaelcpa@a89-155-15-209.cpe.netcabo.pt) Quit (Ping timeout: 264 seconds)
[16:59] * dougl (~doug@S0106744401495b56.wp.shawcable.net) Quit (Remote host closed the connection)
[17:06] * jgalt (47697af2@gateway/web/freenode/ip.71.105.122.242) has joined #raspbian
[17:08] <jgalt> my keyboard seems messed up I try to join a channel and it types £raspbian instead of the schaw or sharp symbol ant the at sign @ and quotes " are in recersed positions. how can I fix this?
[17:08] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[17:09] <ppq> set the correct keyboard layout
[17:09] <ppq> using setxkbmap for example
[17:10] <jgalt> I tried dpkg-reconfigure keyboard-configuration but the changes don't stick.
[17:11] <jgalt> is the keymapping for x different from the keymapping for other things?
[17:11] <ppq> you have to configure it separately in X
[17:11] <ppq> yes
[17:11] <jgalt> ah, ok
[17:11] <ppq> which desktop environment are you using? it should have a graphical tool to set the keyboard layout
[17:11] <ppq> alternatively to using setxkbmap
[17:12] <jgalt> using a default rasbian install img downloaded yesterday
[17:13] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Ping timeout: 256 seconds)
[17:13] * Felishia (~onza@186-94-164-229.genericrev.cantv.net) has joined #raspbian
[17:13] <Felishia> I can't login to rasber=
[17:13] <Felishia> I can't login to rasperri pi
[17:13] <Felishia> sadssdadsds
[17:14] <ppq> looks like typo in the password
[17:14] <ppq> :P
[17:14] <Felishia> nah, it's this computer
[17:14] <Felishia> and its mousepad does weird things such as writting, can't disable it because pi got the mouse
[17:14] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[17:15] <Felishia> anyway the thing is that I just changed the password using passwd via cmdline init=/bin/sh
[17:15] <Felishia> yet doesn't work
[17:15] <Felishia> I changed the root and pi password
[17:15] <Felishia> still login incorrect
[17:15] <Felishia> and the password was quite simple
[17:16] <Felishia> to make sure not to make mistakes...
[17:16] <Felishia> what's going on? my pi only worked when I installed raspian...
[17:16] <Felishia> then it would never login after that
[17:17] <jgalt> ppq: can you suggest a graphical tool?
[17:18] <ppq> jgalt, apparently you can set it in /etc/default/keyboard, too. http://raspberrypi.stackexchange.com/questions/10060/raspbian-keyboard-layout
[17:21] <jgalt> setxkbmap us seems to have done it - and done so instantly. thanks.
[17:21] <jgalt> ...now on to getting the sound card setup n working
[17:25] <Felishia> how do I reinstall rasbpian?
[17:26] * jgalt (47697af2@gateway/web/freenode/ip.71.105.122.242) Quit (Ping timeout: 246 seconds)
[17:28] <scoofy> Felishia: reflash the image to the card
[17:29] * Robarelli (~Robarelli@S0106602ad076145a.cg.shawcable.net) has joined #raspbian
[17:30] <Felishia> scoofy, weirdly I just press shift and it prompted me for reinstallation...
[17:30] * NicoHood (~Thunderbi@p5DC4EDFE.dip0.t-ipconnect.de) has joined #raspbian
[17:30] <scoofy> Felishia: i have no idea what you did, i could change pi/root passwd successfully
[17:31] <Felishia> scoofy, I couldn't, I have done that a lot of times on PC... so it's not like ignorance of sh...
[17:31] <scoofy> how did you change password?
[17:31] <Felishia> however aren't you suposed to set a non read-only mode
[17:31] <Felishia> scoofy,
[17:31] <Felishia> passwd pi
[17:32] <scoofy> that should work
[17:32] <Felishia> it didn't
[17:32] <scoofy> so you cannot log in with the password set?
[17:32] <Felishia> and the password was just a repeated 6 times, there was no room for mistake
[17:32] <Felishia> nope
[17:32] <scoofy> capslock?
[17:32] <Felishia> I also did passwd alone, for the root password
[17:32] <Felishia> on...
[17:33] <Felishia> but when I login I tried both
[17:33] <Felishia> none of them worked
[17:34] * fedboreve (~fedboreve@mon75-8-82-230-81-220.fbx.proxad.net) has joined #raspbian
[17:35] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[17:40] * mildouze3 (~Icedove@AAmiens-156-1-27-153.w90-18.abo.wanadoo.fr) has joined #raspbian
[17:41] * rafaelcp_ (~rafaelcpa@a89-155-15-209.cpe.netcabo.pt) Quit (Remote host closed the connection)
[17:41] * mildouze (~Icedove@AAmiens-156-1-101-86.w90-34.abo.wanadoo.fr) Quit (Ping timeout: 246 seconds)
[17:41] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) Quit (Ping timeout: 246 seconds)
[17:42] * hanfm (~Thunderbi@x4d0b48c1.dyn.telefonica.de) has joined #raspbian
[17:42] * hanfm (~Thunderbi@x4d0b48c1.dyn.telefonica.de) Quit (Client Quit)
[17:47] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[17:47] * mildouze (~Icedove@AAmiens-156-1-86-221.w90-34.abo.wanadoo.fr) has joined #raspbian
[17:47] * n9rin (ae43f5b0@gateway/web/freenode/ip.174.67.245.176) has joined #raspbian
[17:48] * af6ep (47697af2@gateway/web/freenode/ip.71.105.122.242) has joined #raspbian
[17:49] * mildouze3 (~Icedove@AAmiens-156-1-27-153.w90-18.abo.wanadoo.fr) Quit (Ping timeout: 265 seconds)
[17:52] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[17:53] * Vaxu (~vaxaren@37-136-95-140.rev.dnainternet.fi) Quit (Ping timeout: 264 seconds)
[17:56] * Felishia (~onza@186-94-164-229.genericrev.cantv.net) Quit (Quit: Leaving)
[17:57] * rafaelcp_ (~rafaelcpa@a89-155-15-209.cpe.netcabo.pt) has joined #raspbian
[18:03] * rela (~x@p2003006684242D00316E7584B7466821.dip0.t-ipconnect.de) has joined #raspbian
[18:03] * rela (~x@p2003006684242D00316E7584B7466821.dip0.t-ipconnect.de) Quit (Changing host)
[18:03] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[18:08] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 256 seconds)
[18:08] * nitrousnrg (~quassel@190-103-213-239.cepanet.com.ar) Quit (Remote host closed the connection)
[18:08] * alasi (~alasi@pool-71-174-234-159.bstnma.fios.verizon.net) has joined #raspbian
[18:09] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[18:09] * alasi (~alasi@pool-71-174-234-159.bstnma.fios.verizon.net) Quit (Client Quit)
[18:13] * fedboreve (~fedboreve@mon75-8-82-230-81-220.fbx.proxad.net) Quit (Ping timeout: 244 seconds)
[18:14] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Ping timeout: 265 seconds)
[18:19] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[18:22] * taza (~taza@unaffiliated/taza) Quit ()
[18:23] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Ping timeout: 240 seconds)
[18:24] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 256 seconds)
[18:24] * taza (~taza@unaffiliated/taza) has joined #raspbian
[18:26] * pablo_pi_ is now known as pablo_pi
[18:28] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Remote host closed the connection)
[18:36] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[18:38] * fedboreve (~fedboreve@mon75-8-82-230-81-220.fbx.proxad.net) has joined #raspbian
[18:39] * dougl (~douglarre@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[18:40] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 256 seconds)
[18:40] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Quit: No Ping reply in 180 seconds.)
[18:41] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[18:48] <af6ep> having trouble getting audio to play on a RPi. aplay filename.wav gives no output with a relitively virgin raspbian image.
[18:51] * mike_t (~mike@80.234.0.120) Quit (Remote host closed the connection)
[18:52] * zmachine (uid53369@gateway/web/irccloud.com/x-wrayebnervqdijnp) has joined #raspbian
[18:59] * YoY (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Quit: Leaving...)
[19:01] * YoY (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[19:02] * Matool (~irc@97-91-173-19.dhcp.stls.mo.charter.com) Quit (Ping timeout: 244 seconds)
[19:03] * wiiguy (~fake@92-108-164-28.dynamic.upc.nl) has joined #raspbian
[19:03] * wiiguy (~fake@92-108-164-28.dynamic.upc.nl) Quit (Changing host)
[19:03] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[19:07] * turtlehat (~semulje@home.b3nny.eu) Quit (Ping timeout: 246 seconds)
[19:07] * Feras (~Feras@79.170.55.224) has joined #raspbian
[19:07] * Feras (~Feras@79.170.55.224) Quit (Max SendQ exceeded)
[19:07] * Feras (~Feras@79.170.55.224) has joined #raspbian
[19:08] * af6ep_ (47697af2@gateway/web/freenode/ip.71.105.122.242) has joined #raspbian
[19:09] * dougl (~douglarre@S0106744401495b56.wp.shawcable.net) Quit (Quit: Leaving)
[19:09] * af6ep (47697af2@gateway/web/freenode/ip.71.105.122.242) Quit (Ping timeout: 246 seconds)
[19:10] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[19:11] <af6ep_> having trouble getting sound to play on raspbian. alsa mixer shows all levels up but no sound out of the headphone output of the pi with aplay soundfile.wav. any suggestions?
[19:14] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Ping timeout: 265 seconds)
[19:15] * af6ep_ (47697af2@gateway/web/freenode/ip.71.105.122.242) Quit (Ping timeout: 246 seconds)
[19:17] * af6ep (47697af2@gateway/web/freenode/ip.71.105.122.242) has joined #raspbian
[19:25] * af6ep (47697af2@gateway/web/freenode/ip.71.105.122.242) Quit (Ping timeout: 246 seconds)
[19:30] * zz_AlphaTech is now known as AlphaTech
[19:33] * b00ger_daddy (~aiB00gerD@pool-173-57-81-29.dllstx.fios.verizon.net) has joined #raspbian
[19:37] * Domin (domin@hahah.org) Quit (Read error: Connection reset by peer)
[19:37] * Domin (domin@hahah.org) has joined #raspbian
[19:40] * dougl (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[19:40] * jhuebner_ (~jhuebner@darkstar.worstplanetever.de) has joined #raspbian
[19:41] * jhuebner_ (~jhuebner@darkstar.worstplanetever.de) Quit (Client Quit)
[19:47] * bobol (~user@105.102.115.110) has joined #raspbian
[19:54] * af6ep (47697af2@gateway/web/freenode/ip.71.105.122.242) has joined #raspbian
[19:54] * turtlehat (~semulje@home.b3nny.eu) has joined #raspbian
[19:58] <af6ep> I seem to have no sound output on the Raspberry Pi. levels are all the way up in alsamixer, what else can I check?
[20:01] * lanodan (~lanodan@cse35-1-82-236-142-101.fbx.proxad.net) has left #raspbian
[20:02] <Stanto> af6ep: check raspi-config and try forcing the output to be either hdmi or analogue depending on what you've got connected.
[20:04] * af6ep (47697af2@gateway/web/freenode/ip.71.105.122.242) Quit (Ping timeout: 246 seconds)
[20:06] * nadu (~nadu@p2003006688709B00544302DCFAC306F4.dip0.t-ipconnect.de) has joined #raspbian
[20:08] * b00ger_daddy (~aiB00gerD@pool-173-57-81-29.dllstx.fios.verizon.net) Quit (Ping timeout: 255 seconds)
[20:08] * NicoHood (~Thunderbi@p5DC4EDFE.dip0.t-ipconnect.de) Quit (Quit: *poof*)
[20:09] * b00ger_daddy (~aiB00gerD@pool-173-57-81-29.dllstx.fios.verizon.net) has joined #raspbian
[20:10] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[20:16] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Ping timeout: 272 seconds)
[20:17] * b00ger_daddy (~aiB00gerD@pool-173-57-81-29.dllstx.fios.verizon.net) Quit (Quit: jIRCii - http://www.oldschoolirc.com)
[20:19] * Akex_ (uid58281@gateway/web/irccloud.com/x-dacwqacqsqbeykny) Quit (Quit: Connection closed for inactivity)
[20:20] * Feras (~Feras@79.170.55.224) Quit (Quit: Leaving)
[20:25] * Akex_ (uid58281@gateway/web/irccloud.com/x-oiwrzuyqclnimoaq) has joined #raspbian
[20:27] * mildouze (~Icedove@AAmiens-156-1-86-221.w90-34.abo.wanadoo.fr) Quit (Quit: mildouze)
[20:29] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[20:32] * fedboreve (~fedboreve@mon75-8-82-230-81-220.fbx.proxad.net) Quit (Quit: WeeChat 1.1.1)
[20:35] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 265 seconds)
[20:36] <nadu> Hi
[20:36] <nadu> I want to use my new pi 2 as an owncloud server
[20:37] <nadu> What's the best way to install owncloud on the raspbian image?
[20:37] <nadu> The version in oldstable repo is 4.X. Is this a better solution: http://software.opensuse.org/download/package?project=isv:ownCloud:community&package=owncloud ?
[20:38] <nadu> my plan is to have minimal afford with patching :D
[20:40] * raymondh- is now known as raymondhim
[20:44] * H4ndy (~H4ndy@92.206.43.182) Quit (Ping timeout: 276 seconds)
[20:51] * WillAmes (~py@ool-18b9b3ea.dyn.optonline.net) Quit (Ping timeout: 265 seconds)
[20:53] * Zachary_DuBois (~Zachary_D@yuki.morikawa.apservers.io) Quit (Quit: 平和!(HTTP/1.1 503 Zachary is unavailable.))
[20:54] * Zachary_DuBois (~Zachary_D@yuki.morikawa.apservers.io) has joined #raspbian
[20:56] * someircname (~Adium@c-73-45-91-153.hsd1.il.comcast.net) Quit (Quit: Leaving.)
[20:56] * someircname (~Adium@c-73-45-91-153.hsd1.il.comcast.net) has joined #raspbian
[21:01] * NicoHood (~Thunderbi@p5DC4EDFE.dip0.t-ipconnect.de) has joined #raspbian
[21:02] * NicoHood (~Thunderbi@p5DC4EDFE.dip0.t-ipconnect.de) Quit (Client Quit)
[21:03] * NicoHood (~Thunderbi@p5DC4EDFE.dip0.t-ipconnect.de) has joined #raspbian
[21:05] <diederik> nadu: or you upgrade your system to jessie and use the owncloud packages from jessie
[21:08] * donaldshimoda (~donaldshi@190.171.228.29) has joined #raspbian
[21:09] <nadu> diederik: with this image? http://sjoerd.luon.net/posts/2015/02/debian-jessie-on-rpi2/
[21:10] <diederik> that should be an option, I haven't worked with it myself though
[21:10] <diederik> or you use https://github.com/debian-pi/raspbian-ua-netinst
[21:10] <diederik> and specify 'release=jessie' in 'installer-config.txt' (see the README.md for details)
[21:11] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[21:16] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Ping timeout: 246 seconds)
[21:16] <nadu> diederik: looks promising as well
[21:16] <nadu> is it maintained?
[21:16] <diederik> yes
[21:16] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[21:16] <diederik> (likely more then sjoerd's)
[21:18] * khh (~khh@29.75.9.46.customer.cdi.no) Quit (Read error: Connection reset by peer)
[21:20] <nadu> and jessy arch repo is enabled by default?
[21:20] <diederik> if you specify 'release=jessie' in 'installer-config.txt' then yes. It installs jessie directly then
[21:21] <nadu> sweet
[21:21] <diederik> I like to think so too :-P
[21:21] * donaldshimoda (~donaldshi@190.171.228.29) Quit (Ping timeout: 256 seconds)
[21:21] <nadu> I'll try it :D
[21:23] <nadu> diederik: thank you for your help!
[21:23] <diederik> yw
[21:23] <diederik> let me know if you encounter any issues (or open an issue on github)
[21:25] <nadu> yeah
[21:25] <nadu> I already bookmarked the url
[21:28] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Remote host closed the connection)
[21:34] * dgeary2 (~portlandi@90.198.6.99) has joined #raspbian
[21:38] * Xack is now known as CaveJohnson
[21:41] * dougl (~doug@S0106744401495b56.wp.shawcable.net) Quit (Ping timeout: 246 seconds)
[21:42] * fivetwentysix (~pma@104.236.175.35) Quit (Quit: leaving)
[21:49] * NicoHood (~Thunderbi@p5DC4EDFE.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
[21:50] * NicoHood (~Thunderbi@p5DC4EDFE.dip0.t-ipconnect.de) has joined #raspbian
[21:57] * ki_2 (~kilian@neu67-3-82-239-81-116.fbx.proxad.net) Quit (Quit: Konversation terminated!)
[21:57] * NicoHood (~Thunderbi@p5DC4EDFE.dip0.t-ipconnect.de) Quit (Quit: *poof*)
[21:58] * NicoHood (~Thunderbi@p5DC4EDFE.dip0.t-ipconnect.de) has joined #raspbian
[22:01] * kot09 (459c80b1@gateway/web/freenode/ip.69.156.128.177) has joined #raspbian
[22:01] <kot09> Hi, I'm trying to build a case for my pi with legos. The thing is, I'm scared the legos will scrap the bottom of my pi. What can I do to prevent that?
[22:01] <kot09> I can add a small flat piece, but I'm not sure where to put them...
[22:03] * Eclipse (~LukeAgain@lukej.ovh) Quit (Quit: ZNC - http://znc.in)
[22:10] * dalfry (~dalfry@38.110.174.11) has joined #raspbian
[22:12] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[22:13] * Tachyon` is now known as Tach[Zzz]
[22:15] * ItsLuke (~LukeAgain@lukej.ovh) has joined #raspbian
[22:15] * ItsLuke is now known as Guest49013
[22:16] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[22:17] * bobol (~user@105.102.115.110) Quit (Ping timeout: 245 seconds)
[22:19] * Guest49013 is now known as Eclipse
[22:20] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[22:21] * s7r (debian-tor@openvpn/user/s7r) Quit (Quit: Leaving)
[22:30] * bobol (~user@105.102.82.13) has joined #raspbian
[22:33] * dlech (~dlech@108-198-5-147.lightspeed.okcbok.sbcglobal.net) Quit (Remote host closed the connection)
[22:42] * dlech (~dlech@108-198-5-147.lightspeed.okcbok.sbcglobal.net) has joined #raspbian
[22:51] * rafaelcp_ (~rafaelcpa@a89-155-15-209.cpe.netcabo.pt) Quit (Remote host closed the connection)
[22:57] * kot09 (459c80b1@gateway/web/freenode/ip.69.156.128.177) Quit (Quit: Page closed)
[23:05] * IrishGringo (~chatzilla@2601:3:2d80:4420:b99f:a376:632e:2fa9) has joined #raspbian
[23:11] * bobol (~user@105.102.82.13) Quit (Quit: Leaving)
[23:13] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[23:13] * nadu (~nadu@p2003006688709B00544302DCFAC306F4.dip0.t-ipconnect.de) has left #raspbian
[23:17] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Ping timeout: 245 seconds)
[23:18] * dttocs (~dttocs@c-67-169-164-182.hsd1.ca.comcast.net) has joined #raspbian
[23:19] * dttocs (~dttocs@c-67-169-164-182.hsd1.ca.comcast.net) Quit (Client Quit)
[23:21] * dttocs (~dttocs@c-67-169-164-182.hsd1.ca.comcast.net) has joined #raspbian
[23:28] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[23:31] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) has joined #raspbian
[23:32] * zoktar_ (~zoktar@unaffiliated/zoktar) has joined #raspbian
[23:32] * zoktar (~zoktar@unaffiliated/zoktar) Quit (Read error: Connection reset by peer)
[23:32] * Climuffff (~Climufff@ip1f13b7e6.dynamic.kabel-deutschland.de) Quit (Ping timeout: 272 seconds)
[23:34] * zoktar_ is now known as zoktar
[23:38] * Climuffff (~Climufff@ip1f13b7e6.dynamic.kabel-deutschland.de) has joined #raspbian
[23:39] * NicoHood (~Thunderbi@p5DC4EDFE.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
[23:42] * varibull__ (~varibull@ta.tainstruments.com) Quit (Remote host closed the connection)
[23:42] * varibull__ (~varibull@ta.tainstruments.com) has joined #raspbian
[23:46] * Climuffff2 (~Climufff@ip1f13b7e6.dynamic.kabel-deutschland.de) has joined #raspbian
[23:48] * Climuffff (~Climufff@ip1f13b7e6.dynamic.kabel-deutschland.de) Quit (Ping timeout: 264 seconds)
[23:50] * dgeary2 (~portlandi@90.198.6.99) Quit (Quit: Ex-Chat)
[23:55] * Alphard (~Alphard@unaffiliated/baronawesome) Quit (Quit: ZNC - http://znc.in)
[23:57] * b00ger_daddy (~aiB00gerD@pool-173-57-81-29.dllstx.fios.verizon.net) has joined #raspbian
[23:57] * Alphard (~Alphard@189.123.185.217) has joined #raspbian
[23:58] * Alphard (~Alphard@189.123.185.217) Quit (Changing host)
[23:58] * Alphard (~Alphard@unaffiliated/baronawesome) has joined #raspbian
[23:59] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Remote host closed the connection)

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