Topic for #qi-hardware is now Copyleft hardware - http://qi-hardware.com | hardware hackers join here to discuss Ben NanoNote, atben / atusb 802.15.4 wireless, and other community driven hw projects | public logging at http://en.qi-hardware.com/irclogs
woakas has quit [Ping timeout: 256 seconds]
xiangfu has joined #qi-hardware
woakas has joined #qi-hardware
emeb has quit [Quit: Leaving.]
baba has quit [Quit: WeeChat 0.4.0]
megha has joined #qi-hardware
panda|x201 has quit [Ping timeout: 245 seconds]
panda|x201 has joined #qi-hardware
DocScrutinizer05 has joined #qi-hardware
panda|x201 has quit [Ping timeout: 276 seconds]
DocScrutinizer05 has quit [Quit: Konversation terminated!]
panda|x201 has joined #qi-hardware
DocScrutinizer05 has joined #qi-hardware
sivoais has quit [Remote host closed the connection]
sivoais has joined #qi-hardware
guanucoluis has joined #qi-hardware
megha has quit [Quit: WeeChat 0.4.0]
DocScrutinizer05 has quit [Disconnected by services]
DocScrutinizer05 has joined #qi-hardware
<qi-bot> [commit] Werner Almesberger: README: replace obsolete hardware description with the hardware history (master) http://qi-hw.com/p/ben-wpan/1d069a1
<qi-bot> [commit] Werner Almesberger: tools/atrf-txrx/atrf-txrx.c (main): perform mode changes via function (master) http://qi-hw.com/p/ben-wpan/b24e3d4
<qi-bot> [commit] Werner Almesberger: tools/lib/atusb-common.c (atusb_rx): fix confusing typo in comment (master) http://qi-hw.com/p/ben-wpan/125cc6a
<qi-bot> [commit] Werner Almesberger: tools/: add timeout_ms argument to atrf_rx (master) http://qi-hw.com/p/ben-wpan/8ac87a3
<qi-bot> [commit] Werner Almesberger: tools/atrf-txrx/atrf-txrx.c: add section headers and update clkm comment (master) http://qi-hw.com/p/ben-wpan/8710be5
<qi-bot> [commit] Werner Almesberger: tools/atrf-txrx/atrf-txrx.c (main): sort options alphabetically (master) http://qi-hw.com/p/ben-wpan/49ca503
<qi-bot> [commit] Werner Almesberger: tools/atrf-txrx/atrf-txrx.c: new option -R for RTT measurement mode (master) http://qi-hw.com/p/ben-wpan/c19fccf
<qi-bot> [commit] Werner Almesberger: fw/mac.c (handle_irq): read REG_IRQ_STATUS also if we ignore the value (master) http://qi-hw.com/p/ben-wpan/911eb4d
<qi-bot> [commit] Werner Almesberger: tools/atrf-txrx/atrf-txrx.c: -R and -H can be combined for HardMAC RTT (master) http://qi-hw.com/p/ben-wpan/276613d
guanucoluis has quit [Ping timeout: 272 seconds]
rz2k has joined #qi-hardware
viric has quit [Ping timeout: 256 seconds]
viric has joined #qi-hardware
jekhor has joined #qi-hardware
jluis has joined #qi-hardware
Mistah_Darcy has quit [Ping timeout: 245 seconds]
MistahDarcy has joined #qi-hardware
MistahDarcy has quit [Ping timeout: 276 seconds]
Artlav has joined #qi-hardware
<Artlav> Hello?
MistahDarcy has joined #qi-hardware
<Artlav> Got a question about NanoNote - compiling the softwawre, based 1012-10-24 openwrt image.
<Artlav> How do you remove the boot-up logo? Alternatively, how do you make it disappear after reaching command line?
<Artlav> *2012
<Artlav> Trouble is, it reduces the screen to a single line.
<Artlav> I'm not using the gmenu2x.
<larsc> you can disable it by setting CONFIG_LOGO to n in your kernel config
<larsc> but maybe typing `reset` or `clear` will also make it go away
<larsc> and a suspend resume cycle will also make it go away
<Artlav> I'll try that, thanks. Another one - how to prevent the screen from turning off after 30 seconds or so?
<Artlav> And a third one - in the regular firmware, pressing the power key turns the device off. Where does this being handled?
<larsc> the button is handled by some daemon, can't remember it's name right know, but you should be able to find the config files in /etc/
<larsc> `setterm -blank` disables auto blanking
<wpwrak> the super-short timeout and the overly trigger-happy power button are indeed somewhat annoying features. i wonder if anyone actually likes the timeout the way it is (?)
<Artlav> The daemon is called trigger-happy, it seems. It was not starting.
<Artlav> setterm -blank does not seem to work.
<Artlav> The kernel is in "build_dir/linux-xburst_qi_lb60/linux-3.3.8", right? Can't seem to get it to recompile.
<wpwrak> oh, is that "thd" ? wow, i didn't think i could just guess the name ;-)
<larsc> wpwrak: yea, that was a pretty impressive
<Artlav> By the way, wpwrak - remember this? http://www.youtube.com/watch?v=ChNsagwf_9A
<Artlav> It fixed itself a few days ago, when i dug my nanonote out of the pile of broken/unused stuff, and accidentally dropped it. Turns out there was some sort of connection issue on the screen side.
<wpwrak> (kernel) this is how i built the owrt kernel a few weeks ago: http://pastebin.ca/2313362
<wpwrak> (drop) old technician trick: if it doesn't work, kick it :)
<Artlav> Well, back then i liked it too much to hit it hard enough. :)
<Artlav> So, what about the blanking?
jekhor has quit [Ping timeout: 252 seconds]
<wpwrak> did we go through the "open ben and check flat cable connection" routine back then ?
<Artlav> Yes, on both sides. No amount of flexing, cleaning, tapping, etc did anything.
<wpwrak> mmh. then the problem will eventually return :(
<Artlav> Ok, setterm -blank 0 did help after all.
<Artlav> The kernel, howeve, stubbornly refuses to recompile with changes. Should i just make clean in it?
<wpwrak> not sure how that works. maybe try to find the error ?
<Artlav> No error. Just changes don't happen - logo stays, /proc/config.gz shown old .config.
<wpwrak> does the kernel build date (uname -v) look right ?
wolfspra1l has joined #qi-hardware
<Artlav> Yes, it rebuilds all right.
<wpwrak> i mean the running kernel. does it identify with a "new" date ?
wolfspraul has quit [Ping timeout: 245 seconds]
<Artlav> Yes, that too.
<wpwrak> hmm. then perhaps the change wasn't quite right :)
<larsc> how did you change your config?
<Artlav> Directly, then make kernel_menuconfig.
<wpwrak> did you check in menuconfig that it took your change ?
<larsc> Artlav: which file did you edit?
<Artlav> It is disabled in menuconfig regardless of .config settings, or so it looks.
<Artlav> Anyway, that's not a big problem.
<wpwrak> if it's disables regardless, then the problem is usually in the config dependencies
<wpwrak> sometimes you have to enable weird stuff to finally get what you want
kyak has quit [Ping timeout: 256 seconds]
jekhor has joined #qi-hardware
<Artlav> Ok, now it's a problem. Did a make clean in build_dir/linux-xburst_qi_lb60/linux-3.3.8, then make in root - still no changes.
<Artlav> Maybe it's not CONFIG_LOGO?
<Artlav> Wait, what is .config.target?
MistahDarcy has quit [Ping timeout: 248 seconds]
MistahDarcy has joined #qi-hardware
<Artlav> In .config.target the CONFIG_LOGO and CONFIG_LOGO_NANONOTE_CLUT224 keep resetting themselves to y.
<Artlav> And that's the file that matters, not .config. Any advice better than direct intervention in the code?
<wpwrak> i vaguely recall that make kernel_menuconfig was sufficient to change the kernel configuration (followed simply by make)
<Artlav> Well, something somewhere become deviated from the existing understanding. :)
<Artlav> Solved the logo problem by tweaking logo.c
<Artlav> Summarily, thanks everyone for helping.
Artlav has quit []
kyak has joined #qi-hardware
kyak has quit [Changing host]
kyak has joined #qi-hardware
guanucoluis has joined #qi-hardware
jekhor has quit [Ping timeout: 276 seconds]
jekhor has joined #qi-hardware
<qi-bot> [commit] Werner Almesberger: atusb/fw/: reset MAC state on ATUSB_RF_RESET (master) http://qi-hw.com/p/ben-wpan/852aaf1
<qi-bot> [commit] Werner Almesberger: tools/atrf-txrx/atrf-txrx.c (rtt_master): start transition to RX_ON while sending (master) http://qi-hw.com/p/ben-wpan/945aa04
<qi-bot> [commit] Xiangfu: nanonote: update daily build url (master) http://qi-hw.com/p/openwrt-packages/6b68c45
panda|x201 has quit [Ping timeout: 276 seconds]
xiangfu has quit [Quit: leaving]
panda|x201 has joined #qi-hardware
uwe_ has quit [Ping timeout: 264 seconds]
<kyak> wonder who comes up with names for qi-hardware.com subdomains :)
uwe_ has joined #qi-hardware
<wpwrak> you mean the hosts ?
<kyak> yeah, i mean *.qi-hardware.com
<wpwrak> wolfgang, i guess. fidelio and turandot are the names of operas
<wpwrak> pertain ... is a tiny village in france
Jurting has quit [Ping timeout: 252 seconds]
Jurting has joined #qi-hardware
porchao has quit [Ping timeout: 256 seconds]
porchao has joined #qi-hardware
megha has joined #qi-hardware
jekhor has quit [Ping timeout: 260 seconds]
emeb has joined #qi-hardware
jluis has quit [Ping timeout: 245 seconds]
paroneayea has quit [Read error: Connection reset by peer]
paroneayea has joined #qi-hardware
erikkugel has left #qi-hardware [#qi-hardware]
viric has quit [Read error: Connection reset by peer]
viric has joined #qi-hardware
LunaVorax has joined #qi-hardware
<LunaVorax> Hi!
sivoais has quit [Quit: leaving]
sivoais has joined #qi-hardware
LunaVorax has quit [Ping timeout: 260 seconds]
LunaVorax has joined #qi-hardware
jekhor has joined #qi-hardware
guanucoluis has quit [Ping timeout: 256 seconds]
rz2k has quit []
guanucoluis has joined #qi-hardware
LunaVorax has quit [Ping timeout: 260 seconds]
baba has joined #qi-hardware
megha has quit [Ping timeout: 252 seconds]
guanucoluis has quit [Remote host closed the connection]
lekernel has quit [Ping timeout: 272 seconds]
lekernel has joined #qi-hardware