Re: [OpenWrt-Devel] [PATCH] Give WiFi modules more time to settle

2015-05-15 Thread Rafał Miłecki
On 15 May 2015 at 09:02, Arend van Spriel ar...@broadcom.com wrote: On 05/12/15 12:25, Hante Meuleman wrote: It is a bit more than just changing request_firmware_nowait into request_firmware. The worker in core.c needs to be removed. The function brcmf_pcie_setup needs to be updated as it

Re: [OpenWrt-Devel] [PATCH] Give WiFi modules more time to settle

2015-05-15 Thread Arend van Spriel
On 05/12/15 12:25, Hante Meuleman wrote: It is a bit more than just changing request_firmware_nowait into request_firmware. The worker in core.c needs to be removed. The function brcmf_pcie_setup needs to be updated as it cannot call device_release_driver during probe. As a result

Re: [OpenWrt-Devel] [PATCH] bcm53xx: Add functions to get/release copies of nvram contents.

2015-05-15 Thread Rafał Miłecki
On 12 May 2015 at 19:31, Rafał Miłecki zaj...@gmail.com wrote: On 12 May 2015 at 15:10, Hante Meuleman meule...@broadcom.com wrote: Added two functions to the bcm47xx_nvram module to get and release copies of the complete nvram contents. This can be used by for example brcmfmac to get complete

Re: [OpenWrt-Devel] External (public) IP forwarded to internal LAN [SOLVED]

2015-05-15 Thread Angelo Corsaro
Hi Lars, following your directions I played with the buttons, options but I haven't found the solution. I left the checkbutton MASQUERADE only for the internal lan, but always I haven't the right behaviour. On 15/05/2015 00:45, openwrt-devel-requ...@lists.openwrt.org wrote: Here is the lan

Re: [OpenWrt-Devel] WAN dhcp client doesnt recognize unplugged cable and doesnt request new IP on replugged

2015-05-15 Thread Hans Dedecker
On Thu, May 14, 2015 at 10:45 PM, Jakub Jančo kub...@gmail.com wrote: No I havent, I thought it is Bring on boot but it is another option. So my problem persist. config interface 'wan' option ifname 'eth0' option proto 'dhcp' option metric '1' config interface 'wan6'

Re: [OpenWrt-Devel] WAN dhcp client doesnt recognize unplugged cable and doesnt request new IP on replugged

2015-05-15 Thread Jakub Jančo
Hello, After I unplug cable: ifconfig eth0 Link encap:Ethernet HWaddr 14:CC:20:4D:3D:B5 inet addr:10.1.5.246 Bcast:10.1.5.255 Mask:255.255.255.0 inet6 addr: fe80::16cc:20ff:fe4d:3db5/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

Re: [OpenWrt-Devel] WAN dhcp client doesnt recognize unplugged cable and doesnt request new IP on replugged

2015-05-15 Thread Conor O'Gorman
On 15/05/15 10:48, Jakub Jančo wrote: Hello, After I unplug cable: ifconfig eth0 Link encap:Ethernet HWaddr 14:CC:20:4D:3D:B5 inet addr:10.1.5.246 Bcast:10.1.5.255 Mask:255.255.255.0 inet6 addr: fe80::16cc:20ff:fe4d:3db5/64 Scope:Link UP BROADCAST

Re: [OpenWrt-Devel] WAN dhcp client doesnt recognize unplugged cable and doesnt request new IP on replugged

2015-05-15 Thread Jakub Jančo
This is my original switch config: config switch option name 'switch0' option reset '1' option enable_vlan '1' config switch_vlan option device 'switch0' option vlan '1' option ports '0t 1 2 3 4' option vid '1' config switch_vlan option device 'switch0'

[OpenWrt-Devel] Help required for RT2860 Wireless Driver Configuration

2015-05-15 Thread Anil Kumar Maguluri
Hi All, Currently i am working on Open WRT with RT2860 Wireless Device Driver (MT7620 Chipset). My current scenario is the STA ( WLAN and P2P Concurrent) is part of AP BSS, P2P BSS Simultaneously. I am able to connect Concurrency and able to transmit Unicast packet (using PING). But, i

[OpenWrt-Devel] Managed WiFi and IPv4/IPv6

2015-05-15 Thread Cristian Morales Vega
Since a wifi-iface can only have one network, how are you supposed to link it to both the wan and wan6 interfaces? The closest I have achieved is creating 2 wifi-iface for 1 wifi-device. Both udhcpc and odhcp6c start, but I get 2 wpa_supplicant processes. -- Cristian Morales Vega Email

[OpenWrt-Devel] [PATCH] lantiq: Fix initialization of the PCI IRQs when PCIe is also enabled

2015-05-15 Thread Martin Blumenstingl
There are already ifx_pcie_bios_{map_irq,plat_dev_init} hooks defined in ifxmips_pcie.c. Instead of defining a new hook we simply re-use the existing ones (this is basically what the lantiq BSP code does). Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com ---

Re: [OpenWrt-Devel] [PATCH] lantiq: Fix initialization of the PCI IRQs when PCIe is also enabled

2015-05-15 Thread Martin Blumenstingl
This patch plus my previous one (see [0]) make PCIe and PCI work at the same time (at least on the device I'm testing with). Unfortunately I have no other lantiq device with PCIe - so it would be nice if someone else could test that this doesn't break any existing devices. Regards, Martin [0]

Re: [OpenWrt-Devel] External (public) IP forwarded to internal LAN [SOLVED]

2015-05-15 Thread Lars Kruse
Hi Angelo, [..] Doest this is an error or normal behaviour of fw3 ? Could you add the network and the firewall configuration files? Lars ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] ralink target, ehci not working, all the devices get detected at ohci controller

2015-05-15 Thread hackru
Hello, I'm using fresh openwrt trunk, device is NEXX WT3020H, any device i'm trying to connect gets usb 1.1 speeds, what's wrong? This thing confuses me most: Fri May 15 14:48:18 2015 kern.info kernel: [ 300.52] usb 1-1: new high-speed USB device number 2 using ehci-platform Fri May 15

[OpenWrt-Devel] [PATCH] buildroot: improve git submodule handling for packages

2015-05-15 Thread Darik Horn
Move the `--recursive` switch from `git clone` to `git submodule` so that submodules are cloned for upstream branches where the PKG_SOURCE_VERSION commit-ish has a different .gitmodules configuration than the repository default. This is, for example, required when the master branch for a source

Re: [OpenWrt-Devel] [PATCH] Give WiFi modules more time to settle

2015-05-15 Thread Felix Fietkau
On 2015-05-15 09:02, Arend van Spriel wrote: On 05/12/15 12:25, Hante Meuleman wrote: It is a bit more than just changing request_firmware_nowait into request_firmware. The worker in core.c needs to be removed. The function brcmf_pcie_setup needs to be updated as it cannot call

Re: [OpenWrt-Devel] Managed WiFi and IPv4/IPv6

2015-05-15 Thread Felix Fietkau
On 2015-05-15 17:28, Cristian Morales Vega wrote: Since a wifi-iface can only have one network, how are you supposed to link it to both the wan and wan6 interfaces? It can have multiple networks. Use 'list' instead of 'option'. - Felix ___