[OpenWrt-Devel] using systemtap

2012-02-20 Thread abhinav narain
hi, I can't find package for systemtap for OpenWrt, is it available ? I looked at trunk and Kamikaze but were not present in packages folder. I am working on a copy of trunk (~august build), currently. I couldn't find any docs related to it, any comments ? Abhinav ___

Re: [OpenWrt-Devel] Tested Changeset 30605: [package] iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2

2012-02-20 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, thanks for providing the dump, it should get properly recognized now after https://dev.openwrt.org/changeset/30663 . ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev

Re: [OpenWrt-Devel] Tested Changeset 30605: [package] iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2

2012-02-20 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If the AHB bus is used then there is no PCI information, the IDs must then be extracted from the appropriate offset in the eeprom or boardconfig mtd partition. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG

[OpenWrt-Devel] kexec on mips

2012-02-20 Thread Nikolai Zhubr
Hello all, I'm running both openwrt and debian on a mips-based wndr3800 netgear router/ap and I'm using kexec to arrange kind of dual-boot in a safe and comfortable manner. Now, I've found that the following is critical for kexec to actually work: --- arch/mips/kernel/machine_kexec.c.orig

Re: [OpenWrt-Devel] Tested Changeset 30605: [package] iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2

2012-02-20 Thread Hanno Schupp
Oh yes, and any hint on finding pci information on a ar71xx platform in Openwrt? On 21 February 2012 07:07, Hanno Schupp wrote: > Here goes ... > > > On 21 February 2012 06:56, Jo-Philipp Wich wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> I need a copy of /dev/mtdblock5 and /d

Re: [OpenWrt-Devel] Tested Changeset 30605: [package] iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2

2012-02-20 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I need a copy of /dev/mtdblock5 and /dev/mtdblock6. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk9CiTcACgkQdputYINPTPNeaQCfaGnYJiAvRQyxheSgaSJTRmg

Re: [OpenWrt-Devel] Tested Changeset 30605: [package] iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2

2012-02-20 Thread Hanno Schupp
Was the below information helpful? Also, I have access to a variety of hardware. I am not sure how to get to the sub-vendor sub-id information on the ar71xx platform when OpenWrt is loaded. The 'lspci' command pciutils reports nothing. I got the Pico M2 value from AirOs (which is not usually loade

[OpenWrt-Devel] [PATCH] collectd: upgrade to 4.10.6

2012-02-20 Thread Hannu Nyman
I sent a last week the patch to upgrade the current collectd 4.10.2 to 4.10.5, but the 4.10.6 has now been released. And it seems to include a patch to prevent collectd from intermittently collecting data after periods of heavy loads. I have noticed that to happen with 4.10.2, so hopefully the

Re: [OpenWrt-Devel] Sysupgrade bounty

2012-02-20 Thread Jonathan Bither
Philip, I would love to try to help you. Would you be able to catch me up on what you have tried or the configuration that you are using so I can have a starting point? On 02/20/2012 04:09 AM, Philip Prindeville wrote: Ok, I'll put $500 USD of my own money toward the sysupgrade port to x86 if

Re: [OpenWrt-Devel] Tested Changeset 30605: [package] iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2

2012-02-20 Thread Jo-Philipp Wich
> No, it does not yet, but it may not look for them yet either - after > all there is nothing in the code for Picos until now. It is supposed to find them, even if there is no entry in the hardware table - so something is broken on this particular model. Would it be possible for you to seen me a

Re: [OpenWrt-Devel] Tested Changeset 30605: [package] iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2

2012-02-20 Thread Hanno Schupp
> Done. Does 30dBm mean it has 10dBm power offset? Yes, the Pico 2 and 2 HP is essentially a Bullet 2 or Bullet 2 HP in a case. It even has Bullet 2 or Bullet 2 H printed on the circuitboard. Funny. > Does it indeed find no IDs? In this case I'd be interested in a copy of > the boardconfig partit

Re: [OpenWrt-Devel] Tested Changeset 30605: [package] iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2

2012-02-20 Thread Jo-Philipp Wich
Hi. > What is not so nice is the txpowerlist. As I had reported last year, the > system reports 27dBm regardless which hardware is used. Thats a mac80211 problem though, beyound the scope of iwinfo. It takes the driver reported values and uses them. > I can also confirm the following devices whi

[OpenWrt-Devel] Sysupgrade bounty

2012-02-20 Thread Philip Prindeville
Ok, I'll put $500 USD of my own money toward the sysupgrade port to x86 if it can work demonstrably on Alix hardware. I've also been told by a couple of hardware vendors that one or both will donate a platform to this project. -Philip ___ openwrt-deve

[OpenWrt-Devel] [PATCH] new package: cgminer, a bitcoin miner progream using FPGA devices

2012-02-20 Thread xiangfu . z
From: Xiangfu Liu --- Hi In OpenWrt this package only enable BitFore and Icarus. which we can connect the FPGA mining device by USB. then mining under OpenWrt router. Xiangfu cgminer/Makefile | 49 +++ .../0001-add-icarus.c-base-on-bitforce.c.patch