2013-05-01 00:03 Ornotermes has quit [Quit: leaving] 2013-05-01 00:23 emeb has quit [Quit: Leaving.] 2013-05-01 01:13 xiangfu has joined #qi-hardware 2013-05-01 01:55 cod3r has quit [Ping timeout: 256 seconds] 2013-05-01 01:58 FDCX has quit [Remote host closed the connection] 2013-05-01 01:58 cod3r has joined #qi-hardware 2013-05-01 02:00 FDCX has joined #qi-hardware 2013-05-01 03:04 DocScrutinizer05 has quit [Disconnected by services] 2013-05-01 03:04 DocScrutinizer05 has joined #qi-hardware 2013-05-01 04:22 xiangfu_ has joined #qi-hardware 2013-05-01 04:25 xiangfu has quit [Ping timeout: 255 seconds] 2013-05-01 05:34 kristianpaul has quit [Ping timeout: 248 seconds] 2013-05-01 05:52 wolfspraul has quit [Ping timeout: 264 seconds] 2013-05-01 06:34 ezdagor has joined #qi-hardware 2013-05-01 06:36 Hi. I compiled the latest openwrt-xburst kernel, and i've noticed that the screen will turn white after 5 or so minutes. Not sure what is causing this behaviour. 2013-05-01 06:36 jekhor has joined #qi-hardware 2013-05-01 06:54 white? oh. 2013-05-01 06:56 Yeah. After there hasn't been any input for 5 or so minutes. 2013-05-01 06:57 I'm thinking I missed a certain kernel option. 2013-05-01 06:57 ah, I guess it stops providing pixels to the screen 2013-05-01 06:57 Well, I can press a key, and the screen goes back to how it should be. 2013-05-01 07:02 the screen should be disabled after 5 minutes 2013-05-01 07:03 I don't know the code around that though 2013-05-01 07:03 Nod. 2013-05-01 07:05 ezdagor: check the consoleblank kernel parameter 2013-05-01 07:05 (in kernel command line i mean) 2013-05-01 07:05 Where at? 2013-05-01 07:06 cat /proc/cmdline 2013-05-01 07:06 Ok. 2013-05-01 07:07 fw_printenv/fw_setenv let you change that 2013-05-01 07:07 consoleblank=30 2013-05-01 07:08 does it blank after 30 seconds? 2013-05-01 07:08 No. 2013-05-01 07:08 There is also a "quiet" after that, too. 2013-05-01 07:08 are you in console even? 2013-05-01 07:08 fbterm 2013-05-01 07:08 gmenu2x has it's own blanker 2013-05-01 07:09 hm, can you try with ash? 2013-05-01 07:09 might be a problem with fbterm, i guess 2013-05-01 07:09 Waiting. 2013-05-01 07:09 is your background white in fbterm? 2013-05-01 07:09 No. It isn't. 2013-05-01 07:10 that;s strange :) 2013-05-01 07:10 Nod. 2013-05-01 07:10 I'm just worried that the screen will be permanently "stuck." 2013-05-01 07:11 Still waiting on ash. 2013-05-01 07:11 something is wrong 2013-05-01 07:12 it should just blank after 30 seconds 2013-05-01 07:12 Nod. 2013-05-01 07:12 are you running the latest image, except for the kernel you built yourself? 2013-05-01 07:12 I'm using the Debian "Lenny" image. 2013-05-01 07:14 what is your kernel version? 2013-05-01 07:15 3.3.8 2013-05-01 07:16 ok, it's the same here.. What's uboot version? 2013-05-01 07:16 also, did you change the default kernel config? 2013-05-01 07:16 Hmm. Not sure. 2013-05-01 07:16 I changed a few options, yes. 2013-05-01 07:16 how did you compile the kernel? using the openwrt toolchain? 2013-05-01 07:17 Yes. 2013-05-01 07:17 you might want to flash the latest uboot, and the latest kernel (all prebuilt). See if it works with your debian image well 2013-05-01 07:18 then you should try to compile the kernel yourself, with default parameters 2013-05-01 07:18 Nod. I was thinking about using the pre-built kernel. 2013-05-01 07:18 then you can try to change some parameters :) 2013-05-01 07:18 Nod. 2013-05-01 07:27 There is no fw_prinenv/fw_setrenv program installed. 2013-05-01 07:48 sure, it's provided by openwrt rootfs 2013-05-01 07:49 Ah. 2013-05-01 07:59 lekernel has joined #qi-hardware 2013-05-01 08:37 ezdagor: it's a known bug 2013-05-01 08:38 (known by me) ;) 2013-05-01 08:38 ah, ok, not 3.9 2013-05-01 09:05 jekhor has quit [Ping timeout: 252 seconds] 2013-05-01 09:12 good morning 2013-05-01 09:14 larsc: tested kernel 3.9 yesterday, it booted a jlime image just fine 2013-05-01 09:15 larsc: noticed 2 problems though: 2013-05-01 09:15 1/ cannot enter numbers on the keyboard. it seems Fn key does not work 2013-05-01 09:17 2/ ethernet over usb does not work, interface usb0 does not show up with ifconfig 2013-05-01 09:19 larsc: are these issues known or do you think they come from my setup ? (using an old uboot + jlime image. only replaced jlime 2.6.36 which works fine with qi kernel 3.9) 2013-05-01 09:38 apelete: you need to load a special keymap I think 2013-05-01 09:39 ethernet over usb works for me, but it could be a error in the config 2013-05-01 09:48 larsc: I've been thinking about writing the glue code for the jz4740 SoC for the usb gadget driver (we talked about it a few days ago) 2013-05-01 09:49 :) 2013-05-01 09:50 larsc: still need some help with that ? do you mind if I try to actually write that piece of code ? (I will probably need some guidance on how to proceed) 2013-05-01 09:50 Would be great if you could take care of this 2013-05-01 09:51 If you have any questions just ask 2013-05-01 09:52 larsc: nice :) 2013-05-01 09:54 larsc: is there a place where you keep the qi kernel patches ? 2013-05-01 09:55 well in the git repo 2013-05-01 09:55 sharism.cc still down (again...) 2013-05-01 09:57 larsc: yeah, but how can I tell the patches that are alerady upstream from those that are not ? 2013-05-01 09:58 apelete: git log v3.9..jz-3.9 2013-05-01 09:58 I think I'll start by reading the qi usb gadget driver, and compare it to the mainline usb gagdet driver to try to understand what I really need to do 2013-05-01 09:59 baba has joined #qi-hardware 2013-05-01 09:59 porchaso0 has joined #qi-hardware 2013-05-01 10:00 cod3r has quit [Ping timeout: 252 seconds] 2013-05-01 10:01 apelete: the upstream driver is the musb driver, which can be found at drivers/usb/musb 2013-05-01 10:01 the IP core is also used in a couple of other SoCs, e.g. the blackfin and a couple of TI SoCs 2013-05-01 10:01 so there are a few examples of glue code 2013-05-01 10:02 the main difference to the jz4740 is that the jz4740 only uses the gadget part of the driver 2013-05-01 10:02 porchao has quit [Ping timeout: 246 seconds] 2013-05-01 10:03 I actually wouldn't bother looking too much at the jz4740 gadget driver, since it's not the best piece of code anyway 2013-05-01 10:04 yea, first device probded via devicetree 2013-05-01 10:04 larsc: there's no v3.9 tag in the qi-kernel repo, what am I missing here ? 2013-05-01 10:05 apelete: now there is 2013-05-01 10:06 larsc: git pull'ed it, thanks :) 2013-05-01 10:23 dandon has quit [Quit: .] 2013-05-01 11:29 jekhor has joined #qi-hardware 2013-05-01 11:31 FDCX has quit [Ping timeout: 264 seconds] 2013-05-01 11:34 FDCX has joined #qi-hardware 2013-05-01 11:41 wolfspraul has joined #qi-hardware 2013-05-01 11:48 jekhor has quit [Ping timeout: 245 seconds] 2013-05-01 11:59 Ornotermes has joined #qi-hardware 2013-05-01 12:41 wolfspraul has quit [Ping timeout: 268 seconds] 2013-05-01 12:41 wolfspraul has joined #qi-hardware 2013-05-01 13:11 xiangfu has joined #qi-hardware 2013-05-01 13:14 xiangfu_ has quit [Ping timeout: 252 seconds] 2013-05-01 13:58 xiangfu has quit [Ping timeout: 245 seconds] 2013-05-01 14:00 xiangfu has joined #qi-hardware 2013-05-01 14:16 mth has quit [Read error: Operation timed out] 2013-05-01 14:19 mth has joined #qi-hardware 2013-05-01 14:37 viric has quit [Ping timeout: 260 seconds] 2013-05-01 14:37 viric has joined #qi-hardware 2013-05-01 14:39 xiangfu has quit [Ping timeout: 248 seconds] 2013-05-01 14:59 jekhor has joined #qi-hardware 2013-05-01 15:03 hellekin has quit [Ping timeout: 260 seconds] 2013-05-01 15:10 hellekin has joined #qi-hardware 2013-05-01 15:58 wolfspraul has quit [Ping timeout: 240 seconds] 2013-05-01 16:04 wolfspraul has joined #qi-hardware 2013-05-01 16:11 Nicolai548 has joined #qi-hardware 2013-05-01 16:12 Nicolai548 has quit [Client Quit] 2013-05-01 16:14 emeb has joined #qi-hardware 2013-05-01 17:06 [commit] Werner Almesberger: ircstat/ML: update for 4/2013 (master) http://qi-hw.com/p/wernermisc/c599312 2013-05-01 17:06 [commit] Werner Almesberger: ircstat/stat, ircstat/mlstat: print month/year only every 4th month (master) http://qi-hw.com/p/wernermisc/0508e23 2013-05-01 17:07 rz2k has joined #qi-hardware 2013-05-01 17:23 kristianpaul has joined #qi-hardware 2013-05-01 17:52 kyak_ has joined #qi-hardware 2013-05-01 17:52 roh_ has joined #qi-hardware 2013-05-01 17:52 mth_ has joined #qi-hardware 2013-05-01 17:52 mth has quit [*.net *.split] 2013-05-01 17:52 wolfspraul has quit [*.net *.split] 2013-05-01 17:52 kyak has quit [*.net *.split] 2013-05-01 17:52 roh has quit [*.net *.split] 2013-05-01 17:53 wolfspraul has joined #qi-hardware 2013-05-01 17:57 mth_ is now known as mth 2013-05-01 17:59 cod3r has joined #qi-hardware 2013-05-01 18:00 baba has quit [Ping timeout: 264 seconds] 2013-05-01 18:02 zrafa has quit [Ping timeout: 245 seconds] 2013-05-01 18:06 freemor has left #qi-hardware [#qi-hardware] 2013-05-01 18:18 freemor has joined #qi-hardware 2013-05-01 18:18 freemor has left #qi-hardware [#qi-hardware] 2013-05-01 18:19 freemor has joined #qi-hardware 2013-05-01 18:19 freemor has left #qi-hardware [#qi-hardware] 2013-05-01 18:21 freemor has joined #qi-hardware 2013-05-01 18:21 freemor has left #qi-hardware [#qi-hardware] 2013-05-01 18:28 freemor has joined #qi-hardware 2013-05-01 18:30 freemor has left #qi-hardware [#qi-hardware] 2013-05-01 18:39 kristianpaul has quit [Ping timeout: 240 seconds] 2013-05-01 18:40 freemor has joined #qi-hardware 2013-05-01 18:42 kristianpaul has joined #qi-hardware 2013-05-01 18:42 kristianpaul has joined #qi-hardware 2013-05-01 18:50 zrafa has joined #qi-hardware 2013-05-01 19:00 cod3r has quit [Ping timeout: 255 seconds] 2013-05-01 19:12 jekhor has quit [Ping timeout: 252 seconds] 2013-05-01 19:15 LunaVorax has joined #qi-hardware 2013-05-01 19:18 cod3r has joined #qi-hardware 2013-05-01 20:23 jekhor has joined #qi-hardware 2013-05-01 20:34 dandon has joined #qi-hardware 2013-05-01 21:00 wolfspraul has quit [Ping timeout: 252 seconds] 2013-05-01 21:01 wolfspraul has joined #qi-hardware 2013-05-01 21:25 wolfspraul has quit [Ping timeout: 256 seconds] 2013-05-01 22:10 lekernel has quit [Quit: Leaving] 2013-05-01 23:23 jekhor has quit [Ping timeout: 256 seconds]