**** BEGIN LOGGING AT Sun Dec 25 02:59:57 2011 Dec 25 05:06:38 build #83 of rdc is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/rdc/builds/83 Dec 25 05:58:18 build #119 of at91 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/119 Dec 25 06:16:32 build #84 of gemini is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/84 Dec 25 06:51:06 build #120 of s3c24xx is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/s3c24xx/builds/120 Dec 25 06:51:17 build #117 of ubicom32 is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/ubicom32/builds/117 Dec 25 07:23:28 build #83 of adm5120 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/83 Dec 25 11:35:36 I'm updating a package but I get a error when calling AR Dec 25 11:35:48 on the PC it is called as "ar rcv blas.a dnrm2.o daxpy.o ddot.o dscal.o" Dec 25 11:36:11 but cross-compiling the "rcv" isn't there Dec 25 11:36:25 mips-openwrt-linux-uclibc-ar blas.a dnrm2.o daxpy.o ddot.o dscal.o Dec 25 11:36:51 do I have to define the $(AR) variable somewhere? Dec 25 12:23:08 nbd * r29608 /branches/backfire/package/mac80211/Makefile: mac80211: disable b43 bcma support, fixes a compile error Dec 25 12:40:41 <_trine> there seems to be a problem with using sysupgrade on my wndr3700 using the newest trunk Dec 25 12:40:54 <_trine> root@OpenWrt:/tmp# sysupgrade openwrt-ar71xx-generic-wndr3700-squashfs-sysupgrade.bin Dec 25 12:40:54 <_trine> Sysupgrade is not yet supported on unknown. Dec 25 12:40:54 <_trine> Image check 'platform_check_image' failed. Dec 25 12:41:38 <_trine> seems odd Dec 25 12:57:45 __trine: juhosg reworked the flashing procedures and image tags recently, you should be able to just comment out the check image call in /sbin/sysupgrade Dec 25 12:58:03 after you're on the new version it should work as expected again Dec 25 12:58:53 #/topic Backfire 10.03.1 released, feedback welcome :) | Please contribute to the new OpenWrt wiki: http://wiki.openwrt.org Dec 25 12:58:56 oops Dec 25 13:00:33 <__trine> ok let me try Dec 25 13:10:08 finally Dec 25 13:10:10 <_trine> I have flashed the new code now Dec 25 13:10:14 weak irc-fu Dec 25 13:10:40 <_trine> thanks for the info Jow Dec 25 13:28:41 jow_laptop: any idea how to query the status or state of a b43 card? Dec 25 13:29:13 my wifi seems to lock up now and then, i would like to know when to run wifi instead of just croning it Dec 25 13:29:54 Weedy: this depends on how it locked up. I suppose the on-chip firmware hangs or something, so you should see some dmesg entries Dec 25 13:30:35 tbh I don't know how I would aproach that, one would need to debug such a hang yet Dec 25 13:31:03 for example testing whether restarting hostapd alone is enough, or whether deleting and readding the vap kick the driver back into operation Dec 25 13:31:26 s/yet/first/ Dec 25 13:39:16 jow * r29609 /trunk/include/netfilter.mk: [netfilter] package CT target Dec 25 13:39:41 jow * r29610 /trunk/target/linux/generic/ (9 files): [generic] add missing config symbol Dec 25 13:42:35 jow_laptop: so uhh, how do i restart hostapd? Dec 25 13:44:14 killall -9 hostapd; hostapd -P /var/run/wifi-phy0.pid -B /var/run/hostapd-phy0.conf ? Dec 25 13:47:25 point Dec 25 14:04:56 jow_laptop: yeah that works Dec 25 14:05:13 so .mon or hostap is locking up Dec 25 14:05:39 jow * r29611 /trunk/package/usbreset/ (. Makefile src/ src/usbreset.c): [package] add usbreset - a small simple utility to send port rests to selected usb devices (#10394) Dec 25 14:06:48 Weedy: well hostapd performs certain initializations upon startup, so maybe the driver indeed hangs Dec 25 14:32:40 jow_laptop, ping Dec 25 14:48:51 the driver ath9k cannot find any valid MAC address in the eeprom Dec 25 14:49:42 as a result of this it generates a random MAC, and openwrt uses that mac in /etc/config/wireless in radio0 Dec 25 14:51:03 but when i restart the board, it generates again another random MAC address, and openwrt creates another radio1 with radio0 using the new MAC Dec 25 14:51:30 cool Dec 25 14:51:45 and everytime I restart the board, i'm getting new radios with random MAC adresses... Dec 25 14:51:50 what hardware is that? Dec 25 14:51:59 bcm6358 Dec 25 14:52:29 but, spite of my board support isn't it a bug into the ath9 drivers itself? Dec 25 14:54:30 I think the drivers should use the previous generated random MAC... Dec 25 14:54:52 or the one at /etc/config/wireless.. Dec 25 14:55:14 better yet, find a valid one in eeprom? Dec 25 14:55:27 yes, it would be better Dec 25 14:55:41 but it does find none Dec 25 14:56:10 do you know what it is supposed to be? like written on the case? Dec 25 14:57:09 well, I can install the OEM firmware, and get from there, that's not a problem Dec 25 14:57:41 but once I get the MAC, what do I do with it? Dec 25 14:57:42 :P Dec 25 14:57:47 on the wgt, the macaddrs are stored on flash, and the bootloader or something snags it. maybe you can grep and find where it's stored. Dec 25 14:58:12 maybe Dec 25 14:59:03 but then how do I pass that mac to the ath9k driver? Dec 25 14:59:16 read the source? ;-) Dec 25 14:59:20 the eeprom is stored into the flash Dec 25 14:59:40 yes... reading the source.. and writting into it :P Dec 25 15:00:12 but don't have enough skills... Dec 25 15:00:27 * russell-- doesn't know any of the details, but presumes it works in a particular way, your task is just to figure out what that is and to arrange things so it works. ;-) Dec 25 15:01:14 sure, that assuming I have a valid mac anywhere Dec 25 15:01:24 somewhere* Dec 25 15:01:45 nothing printed on the case? Dec 25 15:02:59 yeah, the mac of the eth0 :D Dec 25 15:03:16 but I presume this is not the mac of the wlan0... Dec 25 15:04:17 this is an off-the-shelf device? what is the brand/model? Dec 25 15:04:44 btw, I solved the problem changing random mac generation with a fixed mac in the code Dec 25 15:05:38 it's not yet supported by openwrt Dec 25 15:05:51 it's a huawei hg556a Dec 25 15:06:04 cool Dec 25 15:06:09 bcm63xx Dec 25 15:07:23 "The nvram data embedded in the bootloader and the WLAN calibration data in ath_data are specific for your device and difficult to restore otherwise." Dec 25 15:08:49 maybe, I compared the the ath_data with another one, a person who owns a lantiq router, and it is exactly the same.. Dec 25 15:09:46 I backed up the entire flash before start installing openwrt in the device Dec 25 15:10:03 I think, i didn't miss anything Dec 25 15:10:25 the wireless works ok, I only have this little issue with the mac Dec 25 15:10:37 do you have a serial console on it? Dec 25 15:10:42 yes Dec 25 15:10:44 and jtag Dec 25 15:11:00 does the bootloader tell you anything? Dec 25 15:11:33 no Dec 25 15:11:46 just reports the eth0 mac address Dec 25 15:13:46 if the mac is into the ath_data partition I don't know where is it, is there any informationa about the structure of the ath9k eeproms? Dec 25 15:13:53 my wgt634u's (which are admittedly weird) can set the macaddrs like so: Dec 25 15:13:56 CFE> setenv -p et0macaddr 00-0f-b5-3d-58-b6 Dec 25 15:13:57 CFE> setenv -p et1macaddr 00-0f-b5-3d-58-b7 Dec 25 15:14:26 one of those is the wireless macaddr iirc Dec 25 15:14:53 printenv might show you something similar Dec 25 15:15:46 invalid command Dec 25 15:16:13 there is probably a "help" that will show you what commands are valid Dec 25 15:16:20 getenv maybe? Dec 25 15:16:30 show or something Dec 25 15:17:31 p Dec 25 15:17:46 "print boot line and board parameters" Dec 25 15:18:02 anything interesting? Dec 25 15:18:07 no Dec 25 15:18:14 only the eth0 address Dec 25 15:18:25 any other choices out of help listing? Dec 25 15:18:47 no, it has not very much options.. Dec 25 15:19:12 what does the eth0 address varaible look like? Dec 25 15:19:52 i mean, the name, not the value Dec 25 15:20:11 Base MAC address Dec 25 15:20:33 maybe they just add one to get the wlan macaddr Dec 25 15:20:43 maybe Dec 25 15:21:03 maybe reflash the stock f/w and see what they use Dec 25 15:21:35 I can initialize the board assigning "Base MAC addres + 1" to the wifi Dec 25 15:22:34 "base" does sound like they are using it for multiple addresses Dec 25 15:23:02 "base" and "offset" being commonly used together ;-) Dec 25 15:23:08 but it won't change the fact of assigning new radio if I change the mac Dec 25 15:24:52 oh, i think you can specify phy phy0 or something instead of the mac Dec 25 15:25:10 i think i did that once upon a time Dec 25 15:26:54 option phy phy0 Dec 25 15:26:57 well, btw that won't explain why the driver ath9k assing new random mac address on every boot, or why it can't find any valid mac address in the rom Dec 25 15:27:19 it does say "work-in-progress" ;-) Dec 25 15:27:26 :D Dec 25 15:27:54 work-in-progress means "it will be ready in 2020" :P Dec 25 15:28:16 it will be ready faster if you fix it! :-) Dec 25 15:28:28 of course Dec 25 15:28:55 but i'm just wasting your time, since i don't know the answer or the right way to do it Dec 25 15:29:10 if I had all the information about the structure of ath9k eeprom from the atheros people :P Dec 25 15:29:53 well, all info is always wellcome Dec 25 15:30:16 * russell-- is just applying the general problem solving algorithm Dec 25 15:30:17 I did take the note about " option phy phy0" Dec 25 15:30:31 yeah, that's handy Dec 25 15:30:48 remove or comment out the macaddr line Dec 25 15:31:28 in the config wifi-device radio0 line Dec 25 15:31:33 or section, rather Dec 25 15:33:24 ok, I'll install the OEM firmware again to copy the MAC address, and see if it exists somewhere in my flash backup Dec 25 15:33:55 i'm guessing it'll be the eth0 + 1 Dec 25 15:34:30 i guess it won't share any hex value :P Dec 25 15:34:46 that their init scripts are finding the base macaddr and configuring it with that plus one Dec 25 15:36:22 * russell-- assumes they are running linux too? maybe you can login on the serial console and see how they boot up. Dec 25 15:37:07 yes, they use a linux based system Dec 25 15:37:26 and I can access through telnet to the busybox too Dec 25 15:37:59 sptie of this they didn't publish the source code Dec 25 15:40:06 64 meg of ram, nice! Dec 25 15:41:14 and 3 usb ports :P Dec 25 15:41:46 how much was it? Dec 25 15:42:23 how much money? Dec 25 15:42:57 well, 0, since it was a donation Dec 25 15:43:14 always the best price! Dec 25 15:43:41 btw, you can't buy it, it's an ISP hardware Dec 25 15:43:48 looks like it was a vodafone cpe, yeat Dec 25 15:43:51 yeah* Dec 25 15:44:28 perhaps at ebay it's about 20 Dec 25 15:45:04 also a dsl modem Dec 25 15:45:49 sexy Dec 25 15:48:24 http://www.ebay.com/itm/Huawei-HG556a-ADSL-Modem-3G-Wireless-Router-Pri-nt-/170563007993?pt=COMP_EN_Routers&hash=item27b658f5f9 Dec 25 15:50:35 "Item will be marked as "Gift" and declared low value to minimize the custom tax." LOL Dec 25 15:51:46 "also, the dessicant packs are really crack cocaine!" Dec 25 16:05:31 ok, russell-- you won: ath0 Link encap:Ethernet HWaddr 5C:4C:A9:6E:4A:A3 Dec 25 16:05:44 eth0 Link encap:Ethernet HWaddr 5C:4C:A9:6E:4A:A2 Dec 25 17:53:23 danitool: /me rocks! Dec 25 17:53:33 sure Dec 25 17:53:36 lol Dec 25 17:56:24 ok, now I can assign a MAC to the wifi based on the mac address, still generating a random MAC address, this is harmless and has no sense, but the wifi works ok Dec 25 20:18:36 build #98 of sibyte is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/98 Dec 25 20:51:56 build #99 of ar7 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/99 Dec 25 21:03:04 updated openwrt/upstream, https://home.comcast.net/~sdwalker/uscan/index.html Dec 25 21:08:06 swalker: ping Dec 25 21:10:38 blogic: pong Dec 25 21:10:58 how about i put a file online with current latest driver release you can read ? Dec 25 21:11:34 and then ltq-* can get a different status than indereminable Dec 25 21:11:40 i think i even asked tis before Dec 25 21:12:13 I think so iirc Dec 25 21:12:16 hehe Dec 25 21:12:34 i am getting old Dec 25 21:14:57 i could offer a tct file on my server with the latest versions that you can harvest ?! I don't think uscan has the ability to parse a txt file, only http/ftp directory listings and html pages looking for "