**** BEGIN LOGGING AT Sun Jul 07 02:59:58 2013 Jul 07 08:52:08 KanjiMonster, wigyori: Yesterday was great... Jul 07 08:54:30 blogic, KanjiMonster: Any idea where I should configure the internal ethernet PHY leds? Jul 07 09:05:29 I seem to be unable to find where the other leds are controlled, as they all remain lit all the time Jul 07 09:57:29 I'm adding my buttons to the dts file, how do I know what the linux,code value should be Jul 07 09:57:58 and is there a list of 'general' button names etc? Jul 07 10:00:50 The_Lizard: http://lxr.linux.no/#linux+v3.10/include/uapi/linux/input.h#L198 Jul 07 10:05:25 I have a wifi on/off button, guess that should be 247 (SW_RFKILL_ALL) Jul 07 10:05:39 and I have an "ECO" button, which toggles radio and toggles USB... Jul 07 10:09:13 Guess is should put misc (0x100) on it? Jul 07 10:14:16 And i should configure all the leds on pinmux as well? Jul 07 10:14:44 and the buttons as well? Jul 07 10:15:28 standard for "misc" buttons are BTN_0 and counting Jul 07 10:15:40 and maybe KEY_WIFI instead of RFKILL Jul 07 10:16:21 I didn't find a key_wifi in the list Jul 07 10:16:43 err, KEY_WLAN Jul 07 10:16:48 there is a key_wlan, but that seems to be a mode switch... Jul 07 10:18:01 looking at input.c KEY_WLAN == RFKILL_WIFI Jul 07 10:18:36 238 vs 247 Jul 07 10:19:36 I'm talking about http://lxr.linux.no/#linux+v3.10/net/rfkill/input.c#L196 Jul 07 10:20:24 but it doesn't matter much, as the rfkill module is usually not installed ;) Jul 07 10:20:32 I see... Jul 07 10:21:34 I don't use the rfkill module currently, where do I specify it? Jul 07 10:23:04 in lantiq/xway/profiles? Jul 07 10:23:07 then the lantiq.mk Jul 07 10:23:11 there is a list of packages Jul 07 10:23:28 don't Jul 07 10:25:02 Another thing: how do I know if I have to use gpio-keys or the polled version? how can I easily test if my buttons are working? Jul 07 10:25:20 I have found which gpio are used (by dumping the registers through jtag) Jul 07 10:33:04 you need the polled version if the gpio controller does not support interrupts Jul 07 10:45:32 What is the best way to check if the button configuration is OK? Jul 07 10:45:39 I see some things about button scripts... Jul 07 10:45:56 guess for me a plain echo in the console would do... Jul 07 10:48:25 Or blinking one of the leds that is working... (only the internal ethernet phy leds), but I have no idea how to configure them so the internal ethernet phy's use them wisely Jul 07 10:48:34 while they are working in u-boot Jul 07 10:58:58 build #315 of orion is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/315 Jul 07 11:02:12 KanjiMonster: The biggest issue currently is that my network isn't working correctly, as I'm unable to ping from/to my host computer Jul 07 11:02:25 Is there something I have missed? do I need to configure something? Jul 07 11:06:24 The_Lizard: what's the phy used? Jul 07 11:07:30 I use one of the internal's, with firmware image vr9_phy11g_a1x.bin Jul 07 11:07:51 But the others don't seem to work either Jul 07 11:13:33 I have been mistaken, the leds don't work in u-boot either... Jul 07 11:14:00 Do I have to configure the mac address before it is going to work? Jul 07 11:49:36 Cool, just found out that my normal leds are set through a shift register... Jul 07 12:00:01 build #304 of ramips is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/304 Jul 07 12:00:39 build #325 of at91 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/325 Jul 07 12:03:06 build #283 of rb532 is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/283 Jul 07 12:07:13 build #283 of ppc44x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/283 Jul 07 14:04:58 I too have to figure out how to configure ethernet switch leds, it remains lit but blinks correctly Jul 07 14:06:01 sounds like inverted polarity Jul 07 14:07:29 blogic said to set 0x1f for RT5350, but I don't know if he means led-polarity or portmap (portmap is set 0x2f) Jul 07 14:12:29 from my todo list, ethernet leds and wireless mac are top priority, then I have buttons (reset and wps), then I think I'm ready to try a squashfs image.. Jul 07 14:15:14 1f as a portmap seems wrong Jul 07 14:15:17 2f as a portmap seems wrong Jul 07 14:15:53 alright, gonna change to 1f :) Jul 07 14:16:02 blogic thanks! Jul 07 14:20:31 which offset should wireless mac be in soc_wmac.eeprom? Jul 07 14:37:50 cant remember Jul 07 14:37:59 check the rt2x00 code Jul 07 14:52:37 blogic thank you again Jul 07 15:05:14 build #269 of sibyte is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/269 Jul 07 15:28:17 build #313 of atheros is complete: Failure [failed shell] Build details are at http://buildbot.openwrt.org:8010/builders/atheros/builds/313 Jul 07 15:30:43 build #271 of xburst is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/271 Jul 07 15:38:35 yep, 1f didn't change ethernet leds, can I play with ethernet leds somehow inside the router or do I have to build a new image? Jul 07 15:44:45 updated openwrt/upstream, https://home.comcast.net/~sdwalker/uscan/index.html Jul 07 15:47:54 rebuild i am afraid Jul 07 15:48:41 actualyou could hack support into the esw driver for it i guess Jul 07 16:02:33 humm, interesting, I'm looking at rt2x00 code right now, to figure out how wireless mac address is set Jul 07 16:02:40 couldn't find much Jul 07 16:03:07 now let me search for esw driver and see what happens.. Jul 07 16:03:57 I wish there was a place with available values so I can test, one thing is strange though, one of the ports works as expected, the others are inversed Jul 07 16:17:11 I don't want to bother too much, but soc_wmac.eeprom have wireless tx, rx, antenna configs and mac address or just mac address? Jul 07 16:28:02 build #270 of ixp4xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/270 Jul 07 20:24:22 lars r37188 packages/utils/i2c-tools/Makefile * [packages] i2c-tools: Pass LDFLAGS Jul 07 21:57:55 build #286 of ar7 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/286 Jul 07 22:01:16 build #242 of iop32x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/242 Jul 08 00:39:29 luka r37189 trunk/package/network/utils/linux-atm/Makefile * [package] linux-atm: fix dependencies Jul 08 00:39:31 luka r37190 trunk/package/kernel/lantiq/ltq-hcd/src/ifxusb_host.ko * [package] ltq-hcd: remove prebuilt module **** ENDING LOGGING AT Mon Jul 08 02:59:59 2013