**** BEGIN LOGGING AT Fri Nov 14 02:59:57 2008 Nov 14 03:02:15 hey guys Nov 14 03:02:27 If I put my package Makefile over packages/net Nov 14 03:02:35 What do I have to Update to be listed on the menuconfig Nov 14 03:02:52 make package/symlinks didn't do the trick Nov 14 03:07:31 hmm. brokenness on kmod-hostap? Nov 14 03:14:02 hostap-pci doesn't show up in menuconfig despite CONFIG_PCI_SUPPORT=y Nov 14 03:18:09 did you check the package requirements ? Nov 14 03:18:19 yeah Nov 14 03:18:22 look at the makefile, maybe it reuqires mor than PCI SUPPORT Nov 14 03:18:36 that and kmod-hostap, which is selected Nov 14 03:21:46 DEPENDS:=@PCI_SUPPORT kmod-hostap Nov 14 03:22:28 in package/hostap-driver/Makefile Nov 14 03:54:49 hey Nov 14 03:55:12 russell--: what about the platform ? Nov 14 04:59:27 Would Intel have left out pci init routines for via chips? Nov 14 04:59:55 Makes sense... Nov 14 05:01:00 Especially if Intel can say Via didn't stick to the spec... Nov 14 05:01:51 Not that the net is not full of people with problems using Via Usb chips Nov 14 05:03:16 and the RedBoot world is unique... in problems with via mixing with intel stuff. Nov 14 05:30:05 I am beginning to think your lines are hardcoded to the 00:6:0 00:7:0 slots. Because in your Redboot lspci, they were on those slots... and mine only get there after the correction in Jungo... but then they run fine. It's when mine are up on 00:0f:0 and 00:10:0 that they cause problems. I know a kernel via quirk said if something was less than 0xf linus would make adjustments... and if... Nov 14 05:30:07 ...above... it would assume the hardware knew what it was doing by being there, or something close Nov 14 05:37:15 ok, here it is in pci quirks, quirk_via_acpi line 643 in my 2.6.26 kernel Nov 14 05:39:19 and below that... man quirks is full of via stuff. Nov 14 07:52:58 hcg * r13200 /trunk/toolchain/uClibc/patches/160-add_openat_and_friends.patch: Add support for openat system call - this must be extended for the rest of these system calls Nov 14 08:16:40 thepeople: question about hostap.sh and it's /etc/config/wireless Nov 14 08:16:58 its Nov 14 08:20:23 ask away Nov 14 08:20:59 it's weird Nov 14 08:21:13 not like what gets created for madwifi Nov 14 08:21:26 there is only a wifi-device section Nov 14 08:21:38 not a wifi-iface section Nov 14 08:21:48 is there a reason for that? Nov 14 08:23:14 for hostap.sh -> http://www.pastebin.ca/1255982 Nov 14 08:23:38 if it worked, i would care so much ;-) Nov 14 08:24:08 but now that i'm going to need to fix it, i could use some direction Nov 14 08:24:51 russell_: that looks like a bug of sorts in the prism configuration script Nov 14 08:24:59 also, the /lib/wifi/hostap.sh has some reference to 'atheros' that look wrong Nov 14 08:25:09 references Nov 14 08:27:39 thepeople: can you put me in touch with Acinonyx? Nov 14 08:28:23 russell_: I normally catch him on irc Nov 14 08:28:32 okay, i'll watch out for him Nov 14 08:28:39 I think there was a issue with the order of the interfaces Nov 14 08:28:51 but I don't know as I don't have any prism cards Nov 14 08:28:59 i'll fiddle, see if i can come up with something better Nov 14 08:30:01 ok Nov 14 08:57:37 juhosg * r13201 /trunk/target/linux/ar71xx/files/drivers/net/ag71xx/ (ag71xx.h ag71xx_main.c ag71xx_mdio.c ag71xx_phy.c): [ar71xx] define some bits of the ethernet controller's registers Nov 14 09:30:43 Acinonyx: how come hostap.sh's /etc/config/wireless looks so different from (for example) madwifi.sh's? Nov 14 09:44:10 hostap doesnt support vaps Nov 14 09:44:24 device and interface is the same Nov 14 09:44:39 thats why there is only a device config section Nov 14 09:45:15 what is with the references to "atheros" in hostap.sh? Nov 14 09:45:30 there are references to atheros? Nov 14 09:45:31 [ "$(config_get "$dev" type)" = "atheros" ] && wifi down "$dev" Nov 14 09:45:36 aaaah Nov 14 09:45:37 yes Nov 14 09:46:24 IIRC this is to download firmwares to prism cards Nov 14 09:46:36 yeah, looks like it. Nov 14 09:46:56 it wasn't working for me, which got me to looking at it. Nov 14 09:47:10 not the firmware part, the whole driver Nov 14 09:47:56 the driver needs some update Nov 14 09:47:57 the card isn't seeing a madwifi network nearby, maybe a b vs g thing. Nov 14 09:48:02 it doens work with .27 kernel Nov 14 09:48:26 when i substituted "ANY" for the essid, it started working Nov 14 09:48:35 (in station mode) Nov 14 09:49:12 did you find the cause of this? Nov 14 09:49:27 not yet Nov 14 09:50:19 what are the PRI and STA firmwares on prism? Nov 14 09:50:20 the non-working ap is on my roof, the working on is in my basement Nov 14 09:50:31 i mean what version Nov 14 09:50:44 NICID: id=0x8013 v1.0.0 (PRISM II (2.5) Mini-PCI (SST parallel flash)) Nov 14 09:50:44 PRIID: id=0x0015 v1.1.1 Nov 14 09:50:44 STAID: id=0x001f v1.8.0 (station firmware) Nov 14 09:51:04 i think STA 1.7.4 is more stable Nov 14 09:51:33 oh, and i can't set the channel with iwconfig Nov 14 09:51:34 NICID: id=0x8013 v1.0.0 (PRISM II (2.5) Mini-PCI (SST parallel flash)) Nov 14 09:51:34 PRIID: id=0x0015 v1.1.4 Nov 14 09:51:34 STAID: id=0x001f v1.7.4 (station firmware) Nov 14 09:51:39 these are mine Nov 14 09:52:35 what is the version of your kernel? Nov 14 09:52:37 you know what's up with iwconfig wlan0 channel 0" Nov 14 09:52:52 2.6.25.20 Nov 14 09:53:02 maybe channel 0 never worked Nov 14 09:53:09 try channel auto Nov 14 09:53:10 on hostap (does on madwifi) Nov 14 09:53:19 nope Nov 14 09:53:23 I don't know Nov 14 09:53:33 Error for wireless request "Set Frequency" (8B04) : Nov 14 09:53:33 SET failed on device wifi0 ; Invalid argument. Nov 14 09:53:53 this should work in managed mode Nov 14 09:53:59 you'd think Nov 14 09:54:44 it's been a long time Nov 14 09:54:56 i don't remember much of hostap Nov 14 09:55:35 yeah, i'm just working on a friends soekris+prism setup Nov 14 09:55:47 i think you can only set channel in master mode Nov 14 09:56:12 and managed is always auto regerdless the setting Nov 14 09:56:16 with madwifi, i find sometimes kismet sticks the channel and channel 0 unsticks it. Nov 14 09:56:27 that makes sense Nov 14 09:56:58 should "mode" use the standard values used for other drivers? Nov 14 09:57:07 e.g. "sta" instead of "managed" Nov 14 09:57:17 as far as the config file goes Nov 14 09:57:53 you think is misleading? Nov 14 09:58:05 just different (or so it seems to me) Nov 14 09:58:40 maybe Nov 14 09:58:48 there is also another difference Nov 14 09:58:58 with mac policy Nov 14 09:59:08 e.g. http://wiki.openwrt.org/OpenWrtDocs/KamikazeConfiguration#head-5925c40dcc0fae0849dc007b29504868170a7fe Nov 14 09:59:40 "allow" option means excactly the opposite from what you'd think Nov 14 09:59:50 :P Nov 14 10:00:19 fantastic! ;-) Nov 14 10:00:39 it allows only the mac listed Nov 14 10:01:13 this is how Jouni Malinen originally documented it Nov 14 10:01:15 so i kept it Nov 14 10:01:20 oh, yeah, i got that though. Nov 14 10:01:30 intuitively, it refers to the list Nov 14 10:01:44 *those* should be allowed Nov 14 10:02:00 or *those* should be denied Nov 14 10:03:53 also txpower is NOT in dB Nov 14 10:04:10 it refers to tx attenuation Nov 14 10:04:23 heh. iwconfig reports it as dbm Nov 14 10:04:53 the range is -128 to 127 Nov 14 10:05:09 how do you convert? Nov 14 10:05:21 127 is maximum attenutation (minimum txpower) Nov 14 10:05:31 -128 is minimum attentuation (maximum txpower) Nov 14 10:05:37 tottaly mesleading! Nov 14 10:05:40 lol Nov 14 10:05:42 yeah Nov 14 10:05:56 but good for interference in the neighborhood! Nov 14 10:06:13 you don't! each card is calibrated differently Nov 14 10:06:20 nice Nov 14 10:07:04 maybe i ought to just toss this card over the fence and make my friend buy something modern Nov 14 10:07:45 i have a netgear ma311 Nov 14 10:08:04 it goes where atheros can't Nov 14 10:08:07 :P Nov 14 10:08:23 how so? Nov 14 10:08:23 for some reason it is extremely noise immune Nov 14 10:08:28 oh. Nov 14 10:08:30 nice Nov 14 10:08:43 maybe because it has a hyperheterodyne receiver Nov 14 10:09:13 (i spelled that incorrectly) Nov 14 10:09:23 superheterodyne Nov 14 10:09:45 yeah, i got the idea Nov 14 10:11:28 if you have too much noise in your area i think you should keep it Nov 14 10:12:52 and not give it back to my friend? ;-) Nov 14 10:13:03 you plural Nov 14 10:13:04 :P Nov 14 10:13:37 he's a poor student, so he wasn't inclined to go for another radio anyway. Nov 14 10:13:53 although he has lustful feelings for 802.11a Nov 14 10:14:34 heh\ Nov 14 10:34:21 i want superheterodyne on minipci-e Nov 14 10:53:51 war Nov 14 10:53:54 wat* Nov 14 10:54:07 you finaly get a new cert and is a wildcard? Nov 14 10:55:47 no one every taught you about SubjectAltName? Nov 14 11:20:13 bb all Nov 14 11:52:41 im having problems with uclib 0.9.29, how can i change it to 0.9.28.3? Nov 14 16:21:33 hcg * r13202 /trunk/target/linux/ps3/ (4 files in 3 dirs): Added support for 2.6.27 kernel Nov 14 17:01:42 nbd * r13203 /trunk/package/uci/Makefile: uci: upgrade to 0.6.4 - adds extended syntax to the cli and fixes a lua binding problem Nov 14 17:03:14 nbd * r13204 /branches/8.09/package/uci/Makefile: merge r13203 to 8.09 Nov 14 17:37:57 AR7Port on WRTP54G: mii-tool always show eth with link status down. It is a AR7Port issue or is only related on WRTP54G? Nov 14 17:51:35 is ther a patch for np25g Nov 14 18:06:33 normunds, it is the answer for my question? Nov 14 18:08:15 its a separate question Nov 14 22:37:37 lars * r13205 /trunk/package/e2fsprogs/Makefile: Put libext2fs into its own package. Nov 14 23:09:49 florian * r13206 /trunk/package/mac80211/ (3 files in 3 dirs): Build p54 driver from compat-wireless Nov 14 23:35:06 nbd * r13207 /trunk/package/madwifi/patches/ (3 files): madwifi: add iwpriv for setting the maximum number of associated clients (ap mode) Nov 14 23:35:19 nbd * r13208 /trunk/package/madwifi/ (files/lib/wifi/madwifi.sh patches/388-apsta_fix.patch): madwifi: ap+sta race conditions Nov 15 00:50:47 i wonder why iwconfig of hostap-driver'd interface is showing me an extra character at the end of the ssid Nov 15 01:04:41 why is kmod-b43 dependent on TARGET_brcm47xx ? Nov 15 01:54:48 hmm. kismet_server on hostap driver generates lots of these: SKB BUG: Invalid truesize (432) len=259, sizeof(sk_buff)=176 Nov 15 01:55:09 probably not an openwrt problem though **** ENDING LOGGING AT Sat Nov 15 02:59:57 2008