[OpenWrt-Devel] [PATCH] lantiq: dgn3500 support with eeprom loading from sysfs

2012-05-08 Thread Pieter Voorthuijsen
Hi all, I've been working on the dgn3500 implementation and I have a patch that fully supports this platform. Please let me know your thoughts on this patch. WIFI eeprom: As discussed, it is impossible for nand and spi flash platforms to have the eeprom data available from mtd. I suggested to

Re: [OpenWrt-Devel] [PATCH] rt28xx: Revert eccc068e8e84c8fe997115629925e0422a98e4de which causes txpower to be stuck at 0

2012-05-08 Thread Tobias Diedrich
Tobias Diedrich wrote: > Helmut Schaa wrote: > > On Sun, May 6, 2012 at 5:38 PM, Tobias Diedrich > > > Before reverting this "iw phy phy0 info" would show "0.0 dBm" as > > > maximum transmit power for all frequencies. > > > > > > After reverting this (and with regdomain set to CH) it is back to > >

Re: [OpenWrt-Devel] lantiq: netgear dgn3500 with sysfs eeprom loading

2012-05-08 Thread Pieter Voorthuijsen
Hi John, Thanks for replying in my absence.. i am currently considering to load pci after nand/spi to be able to get the pci fixup code to load the eeprom directly. That could fix it too, but it is a change deep down in the kernel. A change hard to accept for many I think. The PCI hotplug me

Re: [OpenWrt-Devel] ZyXEL NBG5715 - sources of ZyXEL OpenWRT based firware for Comcerto 1000 cpu

2012-05-08 Thread Alexander Weps
I own the device and could offer testing and helping with the porting. eXander 2012/5/6 Alexander Weps > Hi to all, > > I got the sources for ZyXEL NBG5715 OpenWRT based firmware, I put them on > my server: http://nbg5715.shy.cz/ > > I succesfully build the ZyXEL firmware from this, so it shoul

[OpenWrt-Devel] [PATCH] hostapd, mac80211: enable per-VAP macfile in hostapd with mac80211 drivers

2012-05-08 Thread Antonio Quartulli
When using mac80211 it is only possible to configure one macfile per phy interface in hostapd. This patch enables the user to create one macfile for each single AP Virtual Interface. In this way each interface has its own list of mac addresses and its own rule (macaddr_acl). At the same time, this

Re: [OpenWrt-Devel] lantiq: netgear dgn3500 with sysfs eeprom loading

2012-05-08 Thread John Crispin
Hi, > Why is needed in so early stages? to load the eeprom. the dgn3500 has no eep attached to the wifi chip and requires the eeprom to be loaded from falsh > Why not in a kernel module? its a platform specific issue and should be handled in the arch code raqther than inside the wifi driver >

Re: [OpenWrt-Devel] lantiq: netgear dgn3500 with sysfs eeprom loading

2012-05-08 Thread Giuseppe Caso
Why is needed in so early stages? Why not in a kernel module? This seems the solution on atheros driver in netgear's firmware, or not? On 08/05/2012 12:07, John Crispin wrote: On 07/05/12 21:39, Pieter Voorthuijsen wrote: Hi all, I've been working on the dgn3500 implementation and I have a pat

Re: [OpenWrt-Devel] lantiq: netgear dgn3500 with sysfs eeprom loading

2012-05-08 Thread John Crispin
On 07/05/12 21:39, Pieter Voorthuijsen wrote: > Hi all, > > I've been working on the dgn3500 implementation and I have a patch that > fully supports this platform. I need advice on an init script to load > the eeprom from user-space: > > +#!/bin/sh /etc/rc.common > +# Copyright (C) 2012 Pieter Vo

Re: [OpenWrt-Devel] ar9331's usb stability issue. eg.wr703n

2012-05-08 Thread Kalle Pokki
On Tue, May 8, 2012 at 12:50 PM, Vince Huang wrote: > > I did have tried to plug a usb hub even with power supply first.But the same > happens.The only maybe effect is too make the problem happen a little bit > later. > I have also noticed this with TP-WR703n and a USB 3G modem, and just notice

Re: [OpenWrt-Devel] ar9331's usb stability issue. eg.wr703n

2012-05-08 Thread Vince Huang
By the way.I've also modded 841n v7.1 with 3r33 for 12v to 5v.It's working very fine without any usb unstablities. -- Original -- From: "axishero"; Date: Tue, May 8, 2012 05:50 PM To: "OpenWrt Development List"; Subject: Re: [OpenWrt-Devel] ar9331's usb stab

Re: [OpenWrt-Devel] ar9331's usb stability issue. eg.wr703n

2012-05-08 Thread Vince Huang
I did have tried to plug a usb hub even with power supply first.But the same happens.The only maybe effect is too make the problem happen a little bit later. -- Original -- From: "Hartmut Knaack"; Date: Tue, May 8, 2012 04:57 PM To: "OpenWrt Development List"

Re: [OpenWrt-Devel] ar9331's usb stability issue. eg.wr703n

2012-05-08 Thread Hartmut Knaack
This problem has also been discovered in the hardware hacking forum with wr841nd, and I had it on my wr1043nd (ar9132) (https://forum.openwrt.org/viewtopic.php?id=30839). The "solution" I found to be somehow working is to put a simple usb hub in between. But I would prefer to see a fix of the d