#raspbian IRC Log

Index

IRC Log for 2014-11-03

Timestamps are in GMT/BST.

[0:04] * g33ck00 is now known as fortuneHuntr
[0:11] * skylite (~skylite@BC064AA6.dsl.pool.telekom.hu) Quit (Quit: Textual IRC Client: www.textualapp.com)
[0:13] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Ping timeout: 258 seconds)
[0:19] * blkhawk is now known as blkaway
[0:22] * sinfallas (~sinfallas@unaffiliated/sinfallas) has joined #raspbian
[0:24] * lost_soul (~noymfb@cpe-67-246-98-246.twcny.res.rr.com) Quit (Quit: Konversation terminated!)
[0:31] * vaporatorius (~vaporator@126.Red-83-42-196.dynamicIP.rima-tde.net) Quit (Remote host closed the connection)
[0:32] * s7r (~s7r@openvpn/user/s7r) has joined #raspbian
[0:37] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) Quit (Ping timeout: 272 seconds)
[0:40] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) has joined #raspbian
[0:42] * Megaf_ (~Megaf@unaffiliated/megaf) Quit (Quit: No Ping reply in 90 seconds.)
[0:50] * Megaf (~Megaf@unaffiliated/megaf) has joined #raspbian
[0:53] * sinfallas (~sinfallas@unaffiliated/sinfallas) Quit (Quit: Saliendo)
[0:55] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) Quit (Ping timeout: 264 seconds)
[1:02] * Technicus (~Technicus@75-128-248-139.dhcp.mdsn.wi.charter.com) has joined #raspbian
[1:02] * s7r (~s7r@openvpn/user/s7r) Quit (Ping timeout: 246 seconds)
[1:03] * delugeofspam (~delugeofs@gateway/tor-sasl/delugeofspam) Quit (Ping timeout: 246 seconds)
[1:07] * Xiguanda (~drtxus@72.Red-88-18-188.staticIP.rima-tde.net) Quit (Quit: Saliendo)
[1:08] * alex5771 (~alex@ool-4351d2fb.dyn.optonline.net) Quit (Quit: Leaving.)
[1:10] * delugeofspam (~delugeofs@gateway/tor-sasl/delugeofspam) has joined #raspbian
[1:13] * sqrrl is now known as squirrel
[1:16] <Technicus> There is a process that I would like to have start at boot, how can I configre raspbian so it starts?
[1:17] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) has joined #raspbian
[1:18] * fortuneHuntr (~g33ck00@109.201.154.154) Quit (Quit: Leaving)
[1:20] * alex5771 (~alex@ool-4351d2fb.dyn.optonline.net) has joined #raspbian
[1:24] <Technicus> I think I've got it.
[1:24] <Technicus> How can I find out what software is mapped to GPIO of the Raspberry Pi?
[1:25] <Anakat> you need to put it in /etc/init.d
[1:27] <Technicus> Ok thanks.
[1:27] <Technicus> I am trying to understand the Compute module, do you have experience with it?
[1:27] <Anakat> asuming that its a shell script
[1:27] <Anakat> uhh..
[1:28] <Anakat> not really
[1:28] <Technicus> What about rc.local?
[1:28] <Anakat> rc.local should work too
[1:29] <Technicus> There a c program that I compiled which needts to run at boot. It is where the gpio is configured.
[1:29] <Technicus> Do you have experience with the Raspberry Pi modle A or B or B+?
[1:30] <Anakat> Ive got B+
[1:30] <Anakat> and used to have B
[1:30] <Anakat> they seem pretty similar
[1:31] <Anakat> if thats a c program i think you should use 'cron'
[1:32] <Anakat> it takes care of pretty much any repetitive tasks
[1:32] <Technicus> Ok. Do you think you could help me trouble shoot why when I use pins 28 throuhg 37 it triggers raspbian to shutdown?
[1:33] <Technicus> I am trying to do: < https://learn.adafruit.com/cupcade-raspberry-pi-micro-mini-arcade-game-cabinet?view=all#hardware-setup > with a Compute module.
[1:34] <Anakat> i sure can have a look at it :)
[1:34] <Anakat> wow thats pretty cool
[1:35] <Technicus> Here is retrogame.c: < https://github.com/adafruit/Adafruit-Retrogame/blob/master/retrogame.c >, in my installation I changed line 94 to 101.
[1:35] <Technicus> The pins are 28 to 35.
[1:36] <Technicus> I have never scheduled a chron job before.
[1:39] <Anakat> its quite easy
[1:40] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 250 seconds)
[1:41] <Anakat> just need to put your command to run a c program as '@reboot'
[1:41] <Anakat> im not sure about the pins though
[1:41] <Technicus> How does the inittab work?
[1:41] <Anakat> as far as i can tell you need to specify which pins exactly shutdown pi
[1:43] <Technicus> I have the pins mapped, but when I press up or down they both trigger shut down. they are mapped to 28 and 29
[1:43] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[1:44] * Hopper (~Hopper@114.Red-88-14-180.dynamicIP.rima-tde.net) Quit (Quit: Leaving)
[1:45] <Technicus> I don't see them mapped anywhere else in the retrogame.c file. I think it is some other program but I do not know how to find it if there is one.
[1:52] * Gazpaxxo (~bizarro_1@123.Red-83-47-144.dynamicIP.rima-tde.net) Quit (Read error: Connection reset by peer)
[1:53] <Technicus> Where can I see log files of shut down output?
[1:57] <Anakat> '/var/log/messages'
[1:59] <Anakat> but its doesnt give much detail
[1:59] <Anakat> you might wanna look throough other '/var/log/'
[2:07] <Anakat> Ive gotta go, drop a line if you find what the matter with, i might try to build one as well at some point, seems fun
[2:07] <Anakat> gl
[2:08] <Technicus> Thanks for the help.
[2:18] * saint-ron (~rons@bb219-74-71-79.singnet.com.sg) Quit (Ping timeout: 256 seconds)
[2:19] * taza (~taza@unaffiliated/taza) Quit ()
[2:42] * nStensen (~also@62.228.189.109.customer.cdi.no) has joined #raspbian
[2:46] * nStensen (~also@62.228.189.109.customer.cdi.no) Quit (Ping timeout: 265 seconds)
[2:52] * squirrel is now known as iSquirrel
[2:56] * darkbasic (~quassel@host37-245-static.119-2-b.business.telecomitalia.it) Quit (Remote host closed the connection)
[2:57] * bsellers243 (d877bf73@gateway/web/freenode/ip.216.119.191.115) has joined #raspbian
[2:57] <bsellers243> hey folks
[2:57] <bsellers243> so basically heres my whole setup... im using the raspberry pi to power menu boards for a restaurant. using a dropbox-uploader library to interface with the business dropbox account and download the libreoffice files from the server and run them. it loops through
[2:57] <bsellers243> what i want cron to do is at 10:30, close the breakfast menu slides, and open the lunch menu slides in libre office.
[2:58] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[2:58] <bsellers243> fair enough, right? ive got the script working... just cron is being mean to me :( it wont open my bash script! any advice?
[3:00] * plugwash (~plugwash@97e5befb.skybroadband.com) Quit (Ping timeout: 256 seconds)
[3:05] <shiftplusone> How are you setting the DISPLAY variable?
[3:06] <bsellers243> okay new progress on the cron thing
[3:07] <bsellers243> looking at the log for cron, it's calling the file every minute, but says "(pi) CMD (sh /home/pi/Dropbox-Uploader/updater.sh)" and on another line "(CRON) info (No MTA installed, discarding output)"
[3:26] * asdofindia (~asdofindi@unaffiliated/asdofindia) has joined #raspbian
[3:27] <methuzla> i think you can generally ignore the MTA warning, it has something to do with cron trying to email messages or something
[3:31] <bsellers243> alright but the script isnt executing. if it did execute, libre office would popup
[3:32] <bsellers243> and the presentation would run
[3:35] <methuzla> what happens if you just type "sh /home/pi/Dropbox-Uploader/updater.sh"
[3:36] <methuzla> does that create the expected behavior?
[3:37] * VoidFox (~VoidFox@unaffiliated/voidfox) has joined #raspbian
[3:41] <bsellers243> wait
[3:41] <bsellers243> wait WHAT! yes it does. it produces a syntax error
[3:41] <bsellers243> I... /me facepalms
[3:43] <bsellers243> however... bash /directory/ works just fine
[3:47] <methuzla> what's the first line of updater.sh?
[3:48] <bsellers243> hey hey it works now
[3:48] <bsellers243> HUZZAHHH
[3:49] <bsellers243> thats the thing i love about linux.. and raspberry pi.. you can do preeeettty much anything
[3:52] <bsellers243> false alarm.. it runs and downloads the powerpoint file from dropbox... but libre office doesnt open again
[3:53] <bsellers243> would it be helpful to just explain what i have going on?
[3:54] <methuzla> maybe. i think it's an env variable thing. like DISPLAY not getting passed (as suggest above)
[3:55] <bsellers243> sure enough Monitor_Front_Left_Lunch.odp does get redownloaded every minute
[4:11] * alex5771 (~alex@ool-4351d2fb.dyn.optonline.net) Quit (Quit: Leaving.)
[4:33] * Climuffff (~Climufff@ip1f125c35.dynamic.kabel-deutschland.de) Quit (Quit: Nettalk6 - www.ntalk.de)
[4:57] * mascondante (~mascondan@66.119.98.50) has joined #raspbian
[5:00] <mascondante> Hey I compiled the new version of Netsurf for funsies and because the text looked all squashed. Compiled version is quite a bit newer but it still displays strangely http://i.imgur.com/9KLpwq7.png. It uses GTK. Anything a likely first thing to check?
[5:03] <mascondante> Just checked the output in the terminal. Only thing that jumps out at me is "Xlib: extension "RANDR" missing on display ":1"
[5:03] <mascondante> "
[5:12] * mike_t (~mike@80.234.3.140) has joined #raspbian
[5:14] * asdofindia (~asdofindi@unaffiliated/asdofindia) Quit (Ping timeout: 264 seconds)
[5:14] * Lupinedk is now known as lupinedk
[5:17] * lazy_prince (~killer_pr@122.172.83.23) Quit (Excess Flood)
[5:17] * lazy_prince (~killer_pr@122.172.83.23) has joined #raspbian
[5:30] * Zefram_Cochrane (~chatzilla@89.100.193.214) Quit (Remote host closed the connection)
[5:32] * bsellers243 (d877bf73@gateway/web/freenode/ip.216.119.191.115) Quit (Quit: Page closed)
[5:40] * Paradisee (~quassel@2.239.28.120) Quit (Remote host closed the connection)
[5:48] * DianNaoMao (~Icedove@p5B315293.dip0.t-ipconnect.de) has joined #raspbian
[6:00] * lazy_prince (~killer_pr@122.172.83.23) Quit (Ping timeout: 258 seconds)
[6:01] * DianNaoMao (~Icedove@p5B315293.dip0.t-ipconnect.de) Quit (Ping timeout: 256 seconds)
[6:03] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) Quit (Remote host closed the connection)
[6:05] * Paradisee (~quassel@93.49.34.177) has joined #raspbian
[6:06] * SirLagz (~SirLagz@ppp121-45-224-211.lns20.per1.internode.on.net) Quit (Ping timeout: 244 seconds)
[6:08] * SirLagz (~SirLagz@ppp121-45-228-162.lns20.per1.internode.on.net) has joined #raspbian
[6:12] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[6:19] * OERIAS (~OERIAS5@pool-71-109-65-16.lsanca.dsl-w.verizon.net) Quit (Read error: Connection reset by peer)
[6:33] * lupinedk is now known as Lupinedk
[6:38] * Windes (Windes@2a01:e34:ed5f:6a40:79c7:8338:c708:b349) has joined #raspbian
[6:44] * methuzla (~methuzla@dsl254-017-117.sea1.dsl.speakeasy.net) has left #raspbian
[6:51] * korchnoi (~pi@209.141.184.78) has joined #raspbian
[6:52] * lazy_prince (~killer_pr@122.172.93.144) has joined #raspbian
[6:52] * lazy_prince (~killer_pr@122.172.93.144) Quit (Excess Flood)
[6:53] * lazy_prince (~killer_pr@122.172.93.144) has joined #raspbian
[6:55] * korchnoi (~pi@209.141.184.78) Quit (Quit: leaving)
[7:02] * Anakat (~Anakat@212.248.103.223) Quit (Remote host closed the connection)
[7:03] * Anakat (~Anakat@212.248.103.223) has joined #raspbian
[7:14] * geturafr1nordr_ (~geturafr1@srv51.k0nsl.org) Quit (Ping timeout: 272 seconds)
[7:21] * troyt (~troyt@2601:7:6200:1362:44dd:acff:fe85:9c8e) Quit (Ping timeout: 265 seconds)
[7:26] * Windes (Windes@2a01:e34:ed5f:6a40:79c7:8338:c708:b349) Quit (Ping timeout: 256 seconds)
[7:31] * teeteewhy (~teeteewhy@2001:41d0:8:67d2::3363) Quit (Ping timeout: 265 seconds)
[7:32] * Anakat (~Anakat@212.248.103.223) Quit (Ping timeout: 260 seconds)
[7:34] * geturafr1nordr (~geturafr1@srv51.k0nsl.org) has joined #raspbian
[7:35] * Technicus (~Technicus@75-128-248-139.dhcp.mdsn.wi.charter.com) Quit (Ping timeout: 245 seconds)
[7:39] * Anakat (~Anakat@212.248.103.223) has joined #raspbian
[7:40] * Anakat_ (~Anakat@212.248.103.223) has joined #raspbian
[7:41] * twolife` is now known as twolife
[7:43] * DianNaoMao (~Icedove@dslb-092-076-102-224.092.076.pools.vodafone-ip.de) has joined #raspbian
[7:44] * Anakat (~Anakat@212.248.103.223) Quit (Ping timeout: 244 seconds)
[7:52] * manuscle (~manuscle@LMontsouris-656-01-61-15.w80-15.abo.wanadoo.fr) has joined #raspbian
[8:01] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 256 seconds)
[8:03] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[8:03] * manuscle (~manuscle@LMontsouris-656-01-61-15.w80-15.abo.wanadoo.fr) Quit (Read error: Connection reset by peer)
[8:06] * shaarad (~pi@triband-mum-120.61.62.72.mtnl.net.in) has joined #raspbian
[8:07] * manuscle (~manuscle@LMontsouris-656-01-61-15.w80-15.abo.wanadoo.fr) has joined #raspbian
[8:08] * Anakat_ is now known as Anakat
[8:41] * blkaway is now known as blkhawk
[8:45] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[8:46] * teeteewhy (~teeteewhy@2001:41d0:8:67d2::3363) has joined #raspbian
[8:47] * Anakat (~Anakat@212.248.103.223) Quit (Remote host closed the connection)
[8:47] * Anakat (~Anakat@212.248.103.223) has joined #raspbian
[8:50] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Read error: Connection reset by peer)
[8:50] * BManojlovic (~steki@91.195.39.5) has joined #raspbian
[8:50] * BManojlovic (~steki@91.195.39.5) Quit (Changing host)
[8:50] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[8:52] * Anakat (~Anakat@212.248.103.223) Quit (Ping timeout: 255 seconds)
[8:56] * wiiguy (fake@unaffiliated/wiiguy) has joined #raspbian
[8:58] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
[8:59] * VoidFox (~VoidFox@unaffiliated/voidfox) Quit (Quit: byebye)
[9:03] * kilian_ (~kilian@neu67-3-82-239-81-116.fbx.proxad.net) Quit (Quit: Konversation terminated!)
[9:06] * wiiguy (fake@unaffiliated/wiiguy) Quit (Ping timeout: 245 seconds)
[9:15] * skylite (~skylite@business-178-48-4-145.business.broadband.hu) has joined #raspbian
[9:16] * troyt (~troyt@2601:7:6200:1362:44dd:acff:fe85:9c8e) has joined #raspbian
[9:19] * shaarad (~pi@triband-mum-120.61.62.72.mtnl.net.in) Quit (Remote host closed the connection)
[9:27] * darkbasic_ (~quassel@niko.linuxsystems.it) has joined #raspbian
[9:28] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Ping timeout: 260 seconds)
[9:28] * VoidFox (~VoidFox@unaffiliated/voidfox) has joined #raspbian
[9:35] * VoidFox (~VoidFox@unaffiliated/voidfox) Quit (Ping timeout: 250 seconds)
[9:36] * VoidFox (~VoidFox@unaffiliated/voidfox) has joined #raspbian
[9:37] * Anakat (~Anakat@212.248.103.223) has joined #raspbian
[9:50] * Guest58205 (~jdsv@2a03:4000:6:4010::1) Quit (Remote host closed the connection)
[9:50] * jedix_ (~jdsv@2a03:4000:6:4010::1) has joined #raspbian
[9:51] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[9:51] * darkbasic_ (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[10:04] * VoidFox (~VoidFox@unaffiliated/voidfox) Quit (Quit: byebye)
[10:08] * someguyw_ (~gg@wor.namesco.net) Quit (Read error: Connection reset by peer)
[10:09] * someguywithapi (~gg@wor.namesco.net) has joined #raspbian
[10:10] * delugeofspam (~delugeofs@gateway/tor-sasl/delugeofspam) Quit (Remote host closed the connection)
[10:10] * delugeofspam (~delugeofs@gateway/tor-sasl/delugeofspam) has joined #raspbian
[10:11] * Windes (Windes@2a01:e34:ed5f:6a40:79c7:8338:c708:b349) has joined #raspbian
[10:12] * skylite_ (~skylite@BC064AA6.dsl.pool.telekom.hu) has joined #raspbian
[10:13] * mpmc (~mpmc@unaffiliated/mpmc) Quit (Quit: ZNC - http://znc.in)
[10:14] * mpmc (~mpmc@unaffiliated/mpmc) has joined #raspbian
[10:17] * mpmc (~mpmc@unaffiliated/mpmc) Quit (Client Quit)
[10:30] * mpmc (~mpmc@unaffiliated/mpmc) has joined #raspbian
[10:31] * mpmc (~mpmc@unaffiliated/mpmc) Quit (Remote host closed the connection)
[10:32] * mpmc (~mpmc@unaffiliated/mpmc) has joined #raspbian
[10:36] * mpmc (~mpmc@unaffiliated/mpmc) Quit (Client Quit)
[10:37] * mpmc (~mpmc@unaffiliated/mpmc) has joined #raspbian
[10:51] * sealibora (~user@49.52.235.80.sta.estpak.ee) Quit (Remote host closed the connection)
[10:52] * mpmc (~mpmc@unaffiliated/mpmc) Quit (Quit: ZNC - http://znc.in)
[10:52] * mpmc (~mpmc@unaffiliated/mpmc) has joined #raspbian
[10:53] * plugwash (~plugwash@97e5befb.skybroadband.com) has joined #raspbian
[10:53] * ChanServ sets mode +o plugwash
[10:58] * sealibora (~user@49.52.235.80.sta.estpak.ee) has joined #raspbian
[11:08] * Xiguanda (~drtxus@72.Red-88-18-188.staticIP.rima-tde.net) has joined #raspbian
[11:09] * Paradisee (~quassel@93.49.34.177) Quit (Read error: Connection reset by peer)
[11:16] * Paradisee (~quassel@2.239.28.120) has joined #raspbian
[11:17] * Xiguanda (~drtxus@72.Red-88-18-188.staticIP.rima-tde.net) Quit (Quit: Saliendo)
[11:17] * IndianaJones (~Indy@host57-66-dynamic.50-82-r.retail.telecomitalia.it) has joined #raspbian
[11:17] <IndianaJones> hi
[11:18] <IndianaJones> raspberry pi support wake on lan function?
[11:19] <shiftplusone> nope
[11:20] <IndianaJones> :(
[11:23] * VoidFox (~VoidFox@unaffiliated/voidfox) has joined #raspbian
[11:25] * IndianaJones (~Indy@host57-66-dynamic.50-82-r.retail.telecomitalia.it) Quit (Quit: Leaving)
[11:28] * ParaDebian (~Paradisee@2.236.11.40) has joined #raspbian
[11:32] * hsp (~hsp@ip2504d798.dynamic.kabel-deutschland.de) Quit (Ping timeout: 250 seconds)
[11:36] <TheSnide> shiftplusone: some have implemented that with an external board, but the most common setup is to use the rpi as a wol relay to regular PC.
[11:38] * Windes (Windes@2a01:e34:ed5f:6a40:79c7:8338:c708:b349) Quit (Ping timeout: 256 seconds)
[11:47] * Windes (Windes@2a01:e34:ed5f:6a40:79c7:8338:c708:b349) has joined #raspbian
[11:48] <shiftplusone> Well... the pi can do anything if you attach a board to do it.
[11:50] * gorhgorh (~gorhgorh@175.229.207.77.rev.sfr.net) has joined #raspbian
[11:51] <TheSnide> shiftplusone: ... but i really wonder about the real power efficiency of having an always-on discrete board to WOL a pi.
[11:52] * VoidFox (~VoidFox@unaffiliated/voidfox) Quit (Quit: byebye)
[11:54] * TDog (~chatzilla@67-1-118-199.tcso.qwest.net) Quit (Ping timeout: 258 seconds)
[11:57] <TheSnide> shiftplusone: what i'm much more interested is a smaller version of http://www.amazon.com/POE-Splitter-kit-Raspberry-Pi/dp/B00EEEF7QA
[11:59] * darkbasic_ (~quassel@niko.linuxsystems.it) has joined #raspbian
[11:59] <blkhawk> wow
[11:59] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[11:59] <blkhawk> thats a lot of unnessary plastic and cabling
[12:01] <TheSnide> blkhawk: indeed :)
[12:01] * arpad_______ (20320@ninthfloor.org) has joined #raspbian
[12:05] <TheSnide> blkhawk: what i'm really looking for is http://www.adafruit.com/products/435 but with micro USB
[12:06] <TheSnide> blkhawk: that way i can put my AC/USB next to the ETH switch.
[12:06] * ParaDebian_ (~Paradisee@2.236.11.40) has joined #raspbian
[12:07] <blkhawk> welll
[12:08] <blkhawk> i would build it myself
[12:08] <blkhawk> a switchmode psu module
[12:08] <blkhawk> plus some soldering
[12:08] <blkhawk> that adapter is just a pssive one i think
[12:09] <TheSnide> blkhawk: sortof http://tech.firstpost.com/news-analysis/how-to-make-a-power-over-ethernet-poe-adapter-19818.html
[12:09] <lazy_prince> does anyone have experience with berryboot..?
[12:09] <blkhawk> no voltage regulating
[12:09] <blkhawk> ah well thats a bit Too ghetto
[12:09] <blkhawk> I assumed that you had a PSU source already
[12:09] <TheSnide> blkhawk: i'm aiming for passive anyway. As I already have a ETH sw and an USB sw.
[12:10] <TheSnide> (next to each other)
[12:10] <blkhawk> uh
[12:10] <blkhawk> a long cable has a voltage drop at 5v
[12:10] <blkhawk> invest 1,50EUR in a converter module
[12:10] <TheSnide> oh. that's why poe is 48v
[12:10] <blkhawk> yes
[12:10] * ParaDebian (~Paradisee@2.236.11.40) Quit (Ping timeout: 272 seconds)
[12:11] <blkhawk> get a small module and inject 5v at the pins
[12:11] <blkhawk> the ppi will even use less power that way
[12:11] <blkhawk> ;)
[12:11] <TheSnide> then inject via USB or GPIO ?
[12:11] <blkhawk> gpio
[12:12] <TheSnide> to avoid the regul ?
[12:12] <blkhawk> thats not a gpio - the pin connects to the 5v rail after the voltage regulator
[12:12] <TheSnide> so, you need to inject 5 & 3.3, right ?
[12:12] <blkhawk> yes
[12:12] <blkhawk> the regulator is a waste after a properly dialed in switchmode supply
[12:13] <TheSnide> oh. hmmm.. i see.. but that'd be a project for later then.
[12:13] <TheSnide> thx
[12:13] <blkhawk> you need something like this:
[12:13] <blkhawk> http://www.ebay.com/itm/Mini-DC-DC-Buck-Converter-Step-Down-Module-Power-Supply-For-aeromodelling-/400362498785?pt=LH_DefaultDomain_0&hash=item5d3776eae1
[12:13] <blkhawk> tho its only for up to 25 volts
[12:14] <blkhawk> if you want to be 100% compatible you might want to get one that can handle it
[12:15] <TheSnide> yup, i see. thx for the tip
[12:20] * ParaDebian_ (~Paradisee@2.236.11.40) Quit (Remote host closed the connection)
[12:22] * Windes (Windes@2a01:e34:ed5f:6a40:79c7:8338:c708:b349) Quit (Ping timeout: 256 seconds)
[12:23] * Anakat (~Anakat@212.248.103.223) Quit ()
[12:24] * FR^2 (~frquadrat@farsquare.de) has joined #raspbian
[12:25] * Anakat (~Anakat@212.248.103.223) has joined #raspbian
[12:30] * zGrr (~G@user-46-112-166-21.play-internet.pl) has joined #raspbian
[12:30] <zGrr> moin :)
[12:35] * UniOn (~UniOn___@5419C81A.cm-5-2d.dynamic.ziggo.nl) has joined #raspbian
[12:40] * Anakat (~Anakat@212.248.103.223) Quit (Quit: So long suckers)
[12:40] * Anakat (~Anakat@212.248.103.223) has joined #raspbian
[12:41] * saint-ron (~rons@bb219-74-71-79.singnet.com.sg) has joined #raspbian
[12:51] * zGrr (~G@user-46-112-166-21.play-internet.pl) Quit (Ping timeout: 258 seconds)
[12:55] * zGrr (~G@user-46-112-166-21.play-internet.pl) has joined #raspbian
[12:57] * Technicus (~Technicus@75-128-248-139.dhcp.mdsn.wi.charter.com) has joined #raspbian
[13:06] * Technicus (~Technicus@75-128-248-139.dhcp.mdsn.wi.charter.com) Quit ()
[13:14] * skylite_ (~skylite@BC064AA6.dsl.pool.telekom.hu) Quit (Quit: Textual IRC Client: www.textualapp.com)
[13:16] * diederik (~quassel@f191104.upc-f.chello.nl) has joined #raspbian
[13:25] * Smx (Elite8556@gateway/shell/elitebnc/x-nyrgqtgfkbslrntk) Quit (Excess Flood)
[13:31] * Smx (Elite8556@gateway/shell/elitebnc/x-bxcnodgwyzrsptou) has joined #raspbian
[13:50] * sam (sam@srv3.zoy.org) Quit (Ping timeout: 255 seconds)
[13:57] * sam (sam@srv3.zoy.org) has joined #raspbian
[14:09] * Technicus (~Technicus@75-128-248-139.dhcp.mdsn.wi.charter.com) has joined #raspbian
[14:09] * alphazwonull (cda7078d@gateway/web/freenode/ip.205.167.7.141) has joined #raspbian
[14:17] * NicoHood (~Thunderbi@p5B3FE790.dip0.t-ipconnect.de) has joined #raspbian
[14:21] * NicoHood (~Thunderbi@p5B3FE790.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
[14:25] <Technicus> Has anyone here built a device similar to this: < https://learn.adafruit.com/cupcade-raspberry-pi-micro-mini-arcade-game-cabinet?view=all#overview >?
[14:31] * Hopper (~Hopper@114.Red-88-14-180.dynamicIP.rima-tde.net) has joined #raspbian
[14:31] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) Quit (Ping timeout: 255 seconds)
[14:32] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) has joined #raspbian
[14:33] * nStensen (~also@62.228.189.109.customer.cdi.no) has joined #raspbian
[14:36] * alex5771 (~alex@ool-4351d2fb.dyn.optonline.net) has joined #raspbian
[14:37] * alex5771 (~alex@ool-4351d2fb.dyn.optonline.net) Quit (Client Quit)
[14:40] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) Quit (Ping timeout: 244 seconds)
[14:42] * Lupinedk is now known as lupinedk
[14:46] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) has joined #raspbian
[14:46] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[14:46] * darkbasic_ (~quassel@niko.linuxsystems.it) Quit (Ping timeout: 256 seconds)
[14:53] * taza (~taza@unaffiliated/taza) has joined #raspbian
[14:58] * Zachary_DuBois (~Zachary_D@yuki.morikawa.apservers.io) Quit (Quit: 平和!(HTTP/1.1 503 Zachary is temporary unavailable.))
[15:02] * Zachary_DuBois (~Zachary_D@yuki.morikawa.apservers.io) has joined #raspbian
[15:05] * lazy_prince is now known as killer_prince
[15:08] * NicoHood (~Thunderbi@p5B3FE790.dip0.t-ipconnect.de) has joined #raspbian
[15:13] * NicoHood (~Thunderbi@p5B3FE790.dip0.t-ipconnect.de) Quit (Client Quit)
[15:14] * Climuffff (~Climufff@ip1f125c35.dynamic.kabel-deutschland.de) has joined #raspbian
[15:17] * NicoHood (~Thunderbi@p5B3FE790.dip0.t-ipconnect.de) has joined #raspbian
[15:18] * mascondante (~mascondan@66.119.98.50) Quit (Read error: No route to host)
[15:18] * mascondante1 (~mascondan@66.119.98.50) has joined #raspbian
[15:24] * zGrr (~G@user-46-112-166-21.play-internet.pl) Quit (Ping timeout: 244 seconds)
[15:24] * zGrr (~G@user-46-112-166-21.play-internet.pl) has joined #raspbian
[15:34] * swym (~swym@unaffiliated/swym) Quit (Ping timeout: 260 seconds)
[15:34] * zGrr (~G@user-46-112-166-21.play-internet.pl) Quit (Ping timeout: 256 seconds)
[15:34] * zGrr (~G@user-46-112-166-21.play-internet.pl) has joined #raspbian
[15:35] * PaulePanter (~paul@mail.gw90.de) Quit (Ping timeout: 250 seconds)
[15:35] * skylite (~skylite@business-178-48-4-145.business.broadband.hu) Quit (Quit: Textual IRC Client: www.textualapp.com)
[15:36] * themill (~stuart@unaffiliated/themill) Quit (Ping timeout: 258 seconds)
[15:36] * swym (~swym@unaffiliated/swym) has joined #raspbian
[15:37] * sine` (sine@elite.bshellz.net) Quit (Ping timeout: 255 seconds)
[15:37] * twolife is now known as twolife`
[15:38] * sine` (sine@elite.bshellz.net) has joined #raspbian
[15:39] * themill (~stuart@unaffiliated/themill) has joined #raspbian
[15:39] * ChanServ sets mode +o themill
[15:42] * yano (~yano@freenode/staff/yano) Quit (Read error: Connection reset by peer)
[15:46] * PaulePanter (~paul@mail.gw90.de) has joined #raspbian
[15:46] * zGrr (~G@user-46-112-166-21.play-internet.pl) Quit (Quit: Leaving)
[15:47] * delugeofspam (~delugeofs@gateway/tor-sasl/delugeofspam) Quit (Ping timeout: 246 seconds)
[15:57] * VoidFox (~VoidFox@unaffiliated/voidfox) has joined #raspbian
[16:01] * Guest76988 is now known as FlummN_away
[16:01] * FlummN_away is now known as Guest74934
[16:02] * hsp (~hsp@ip4d143632.dynamic.kabel-deutschland.de) has joined #raspbian
[16:09] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) Quit (Quit: https://twitter.com/AleenaMaleena)
[16:09] * yano (~yano@freenode/staff/yano) has joined #raspbian
[16:14] * killer_prince (~killer_pr@122.172.93.144) Quit (Excess Flood)
[16:14] * lazy_prince (~killer_pr@122.172.93.144) has joined #raspbian
[16:16] * DianNaoMao (~Icedove@dslb-092-076-102-224.092.076.pools.vodafone-ip.de) Quit (Ping timeout: 272 seconds)
[16:20] * hsp_ (~hsp@ip4d1434fc.dynamic.kabel-deutschland.de) has joined #raspbian
[16:21] * arpad_______ (20320@ninthfloor.org) Quit (Quit: Lost terminal)
[16:23] * hsp (~hsp@ip4d143632.dynamic.kabel-deutschland.de) Quit (Ping timeout: 250 seconds)
[16:23] * shaarad (~shaarad@triband-mum-120.61.114.92.mtnl.net.in) has joined #raspbian
[16:36] * blkhawk is now known as blkaway
[16:39] * ztaale (~bleh@ti0098a400-1197.bb.online.no) has joined #raspbian
[16:39] * Paradisee (~quassel@2.239.28.120) Quit (Remote host closed the connection)
[16:45] * skylite (~skylite@BC064AA6.dsl.pool.telekom.hu) has joined #raspbian
[16:47] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) has joined #raspbian
[16:50] * Paradisee (~quassel@93-45-171-43.ip103.fastwebnet.it) has joined #raspbian
[16:51] <Technicus> Does anyone have suggestions for improving system proformance on a raspberry pi with raspbian installed?
[16:51] <Technicus> I am running mame but it is slow even with overclocking
[16:52] <Technicus> It is s stock raspnian install, what services are running that consume resources and how can I disable them?
[16:54] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) Quit (Ping timeout: 256 seconds)
[16:55] * Paradisee (~quassel@93-45-171-43.ip103.fastwebnet.it) Quit (Remote host closed the connection)
[16:55] * lost_soul (~noymfb@cpe-67-246-98-246.twcny.res.rr.com) has joined #raspbian
[17:00] * iSquirrel is now known as squirrel
[17:00] * Windes (Windes@2a01:e34:ed5f:6a40:79c7:8338:c708:b349) has joined #raspbian
[17:02] * manuscle (~manuscle@LMontsouris-656-01-61-15.w80-15.abo.wanadoo.fr) Quit (Remote host closed the connection)
[17:06] * Paradisee (~quassel@2.239.28.120) has joined #raspbian
[17:07] * H4ndy (~H4ndy@77-64-182-145.dynamic.primacom.net) has joined #raspbian
[17:12] * blkaway is now known as blkhawk
[17:17] * drix (3208d15a@gateway/web/freenode/ip.50.8.209.90) has joined #raspbian
[17:19] <shiftplusone> Technicus, there are many different flavour of 'slow'. Could you define exactly what you're talking about?
[17:20] <shiftplusone> If you're talking just about mame, then it's more than likely a CPU bottleneck that you can't do anything about. You're not running X, right?
[17:23] <drix> How is everyone today
[17:24] <Technicus> shiftplusone: I have retrogame-gamera installed, follwoing: < https://learn.adafruit.com/cupcade-raspberry-pi-micro-mini-arcade-game-cabinet/overview >.
[17:25] <Technicus> I downloaded and installed the cupcade os, it works great with the model B. But now I am trying to run it on a compute module. It looks like that has not been done before.
[17:26] <Technicus> Getting it to work has been a mess.
[17:26] <Technicus> How can I permenantly turn off hdmi output?
[17:27] <Technicus> And turn off network services?
[17:28] <Technicus> The cupcade os is already modified with proformance tweaks that make it run well. I had to install raspbian and then install the mame program. This install is not optomized for mame. What tweaks should I do for that?
[17:32] * Scriven (~UserName@S01063085a9395770.vc.shawcable.net) has joined #raspbian
[17:33] * lazy_prince is now known as killer_prince
[17:33] * Megaf (~Megaf@unaffiliated/megaf) Quit (Read error: Connection reset by peer)
[17:34] * Megaf (~Megaf@unaffiliated/megaf) has joined #raspbian
[17:36] * tigerden (~shaarad@triband-mum-120.61.1.219.mtnl.net.in) has joined #raspbian
[17:36] * tigerden is now known as shaarad_
[17:38] * shaarad (~shaarad@triband-mum-120.61.114.92.mtnl.net.in) Quit (Ping timeout: 255 seconds)
[17:39] * shaarad_ is now known as shaarad
[17:41] * Technicus (~Technicus@75-128-248-139.dhcp.mdsn.wi.charter.com) Quit ()
[17:41] <Paradisee> is there a way to read a temperature sensor from the rpi with rasbian without add a loadable kernel module?
[17:42] * Paradisee (~quassel@2.239.28.120) Quit (Read error: Connection reset by peer)
[17:42] * Paradisee (~quassel@2.239.28.120) has joined #raspbian
[17:47] * drix (3208d15a@gateway/web/freenode/ip.50.8.209.90) Quit (Ping timeout: 246 seconds)
[17:47] * drix (3208d15a@gateway/web/freenode/ip.50.8.209.90) has joined #raspbian
[17:48] <drix> Ive got a very noob question
[17:48] * blackjid (~blackjid@ec2-54-243-43-171.compute-1.amazonaws.com) Quit (Remote host closed the connection)
[17:49] * blackjid (~blackjid@ec2-54-243-43-171.compute-1.amazonaws.com) has joined #raspbian
[17:49] <drix> I want to add a driver to the kernel, Is there a way to do that without having to recompile the kernel each time raspbian comes out with an updated kernel
[17:50] * Windes (Windes@2a01:e34:ed5f:6a40:79c7:8338:c708:b349) Quit (Ping timeout: 256 seconds)
[17:50] <diederik> drix: no, you will have to recompile a kernel module again for a new kernel
[17:51] <diederik> you can automate that by creating a dkms package for that driver, but it likely won't work with the kernel from the Raspberry Pi foundation (ie rpi-update)
[17:53] * Windes (~Windes@pdv01-1-78-213-246-164.fbx.proxad.net) has joined #raspbian
[17:55] <drix> my appologies for the pm
[17:55] <diederik> accepted :)
[17:57] <drix> I found the drivers I was looking for from the Github raspberry pi section but wanted to see about finding a way to load that automatically. Is there a place that is suitable for beginners to go when trying to learn to compile kernels
[17:59] <diederik> it usually entails having the kernel-headers (or full source) in the right place and then doing 'make' and 'make install'.
[17:59] <diederik> I don't have instructions for it, but an internet search would likely result in various tutorials
[18:01] * someguywithapi (~gg@wor.namesco.net) Quit (Ping timeout: 256 seconds)
[18:06] * VoidFox (~VoidFox@unaffiliated/voidfox) Quit (Ping timeout: 250 seconds)
[18:08] <drix> I thought as much. I have never did a kernel compile before and don't want to take up your valuable time in trying to explain it over chat to someone as slow learned as I am
[18:08] * VoidFox (~VoidFox@unaffiliated/voidfox) has joined #raspbian
[18:09] <diederik> Before the RPi I hadn't done it myself and only managed to do it on/for the RPi because someone else did all the hard work for me
[18:10] <diederik> https://github.com/gnab/rtl8812au
[18:10] * Guest74934 is now known as FlummN_away
[18:11] * FlummN_away is now known as Guest60359
[18:18] * bizarro_1 (~bizarro_1@205.Red-88-14-185.dynamicIP.rima-tde.net) has joined #raspbian
[18:19] * shaarad is now known as shaarad_
[18:20] * shaarad_ (~shaarad@triband-mum-120.61.1.219.mtnl.net.in) Quit (Quit: Leaving)
[18:21] * v0lt_ (~textual@unaffiliated/v0lt/x-7782577) has joined #raspbian
[18:22] <drix> Im going to assume that that site is a template
[18:26] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 255 seconds)
[18:33] * drix (3208d15a@gateway/web/freenode/ip.50.8.209.90) Quit (Ping timeout: 246 seconds)
[18:41] * mike_t (~mike@80.234.3.140) Quit (Remote host closed the connection)
[18:48] * dougl (~doug@S0106744401495b56.wp.shawcable.net) Quit (Quit: Leaving)
[18:48] * dougl (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[18:53] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) has joined #raspbian
[19:00] * gaspard_ (~gaspard@vol75-h02-176-189-126-199.dsl.sta.abo.bbox.fr) has joined #raspbian
[19:02] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Ping timeout: 244 seconds)
[19:10] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) Quit (Ping timeout: 260 seconds)
[19:12] * kilian_ (~kilian@neu67-3-82-239-81-116.fbx.proxad.net) has joined #raspbian
[19:15] * DianNaoMao (~Icedove@p5B315293.dip0.t-ipconnect.de) has joined #raspbian
[19:25] * dougl (~doug@S0106744401495b56.wp.shawcable.net) Quit (Ping timeout: 256 seconds)
[19:37] * alex5771 (~alex@ool-4351d2fb.dyn.optonline.net) has joined #raspbian
[19:47] * dougl (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[19:49] * abhi_ (3b5a5d99@gateway/web/freenode/ip.59.90.93.153) has joined #raspbian
[19:50] <abhi_> Hi, anyone here. Need quick help
[19:51] * wiiguy (fake@unaffiliated/wiiguy) has joined #raspbian
[19:55] * lost_soul (~noymfb@cpe-67-246-98-246.twcny.res.rr.com) Quit (Quit: Konversation terminated!)
[19:57] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[20:00] * abhi_ (3b5a5d99@gateway/web/freenode/ip.59.90.93.153) Quit (Ping timeout: 246 seconds)
[20:02] * bauruine_ (~bauruine@2001:8e0:100b:dead:617e:b262:b52d:c0a8) has joined #raspbian
[20:04] * FR^2 (~frquadrat@farsquare.de) Quit (Quit: Connection reset by peer)
[20:11] * Guest60359 is now known as FlummN_away
[20:12] * FlummN_away is now known as Guest77939
[20:12] * Windes (~Windes@pdv01-1-78-213-246-164.fbx.proxad.net) Quit (Ping timeout: 272 seconds)
[20:14] * DianNaoMao (~Icedove@p5B315293.dip0.t-ipconnect.de) Quit (Quit: DianNaoMao)
[20:16] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[20:16] * bauruine_ (~bauruine@2001:8e0:100b:dead:617e:b262:b52d:c0a8) Quit (Ping timeout: 265 seconds)
[20:24] * foogle (~foogle@gateway/tor-sasl/foogle) has joined #raspbian
[20:26] * alex5771 (~alex@ool-4351d2fb.dyn.optonline.net) Quit (Quit: Leaving.)
[20:27] * plugwash (~plugwash@97e5befb.skybroadband.com) Quit (Ping timeout: 258 seconds)
[20:28] * plugwash (~plugwash@97e5befb.skybroadband.com) has joined #raspbian
[20:28] * ChanServ sets mode +o plugwash
[20:29] * lupinedk is now known as Lupinedk
[20:30] * Lupinedk is now known as lupinedk
[21:11] * plugwash (~plugwash@97e5befb.skybroadband.com) Quit (Ping timeout: 255 seconds)
[21:15] * methuzla (~methuzla@dsl254-017-117.sea1.dsl.speakeasy.net) has joined #raspbian
[21:25] * joshskidmore (~joshskidm@108.61.193.136) Quit (Quit: Goodbye)
[21:26] * joshskidmore (~joshskidm@108.61.193.136) has joined #raspbian
[21:26] * plugwash (~plugwash@97e5befb.skybroadband.com) has joined #raspbian
[21:26] * ChanServ sets mode +o plugwash
[21:44] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 255 seconds)
[21:45] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[21:47] * alex5771 (~alex@ool-4351d2fb.dyn.optonline.net) has joined #raspbian
[22:04] * NicoHood (~Thunderbi@p5B3FE790.dip0.t-ipconnect.de) Quit (Quit: *poof*)
[22:10] * v0lt_ (~textual@unaffiliated/v0lt/x-7782577) Quit (Quit: gone)
[22:12] * Guest77939 is now known as FlummN_away
[22:13] * FlummN_away is now known as Guest98310
[22:15] * JimFenton (~JimFenton@12.250.97.26) has joined #raspbian
[22:19] * YoY_ (~YoY@ARennes-555-1-147-198.w2-2.abo.wanadoo.fr) has joined #raspbian
[22:21] * Miyo1 (~Miy0@uclv12.uclv.edu.cu) has joined #raspbian
[22:22] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 255 seconds)
[22:22] * Miyo1 (~Miy0@uclv12.uclv.edu.cu) has left #raspbian
[22:41] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[22:41] * dougl (~doug@S0106744401495b56.wp.shawcable.net) Quit (Ping timeout: 258 seconds)
[22:41] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[22:47] * H4ndy (~H4ndy@77-64-182-145.dynamic.primacom.net) Quit (Quit: It is better to die for the Emperor than to live for yourself.)
[22:48] * wiiguy (fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[22:53] * dougl (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[22:54] * lupinedk is now known as Lupinedk
[22:54] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Ping timeout: 250 seconds)
[23:04] * s7r (~s7r@openvpn/user/s7r) has joined #raspbian
[23:05] * petersaints (~quassel@a95-94-145-198.cpe.netcabo.pt) has joined #raspbian
[23:09] * kraut (~kraut@blackhole.netzdeponie.de) Quit (Ping timeout: 265 seconds)
[23:15] * JimFenton (~JimFenton@12.250.97.26) Quit (Remote host closed the connection)
[23:16] * kraut (~kraut@blackhole.netzdeponie.de) has joined #raspbian
[23:21] * gaspard_ (~gaspard@vol75-h02-176-189-126-199.dsl.sta.abo.bbox.fr) Quit (Remote host closed the connection)
[23:24] * alex5771 (~alex@ool-4351d2fb.dyn.optonline.net) Quit (Quit: Leaving.)
[23:55] * JerseyMilker (~jerseymil@108.161.126.174) has joined #raspbian
[23:59] * gniourf (~gniourf@pdm-l03.insa-lyon.fr) Quit (Ping timeout: 260 seconds)

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