[OpenWrt-Devel] WRT300N v2 AR5416 (was:MV88E6060 switch)

2017-10-15 Thread Nerijus Baliunas
On Sat, 14 Oct 2017 17:48:12 +0300 Nerijus Baliunas <neri...@users.sourceforge.net> wrote: > Thank you. Another question about wifi - there is no /etc/config/wireless > file, and even if I create it and reboot the device, wifi is not working > and there is no wlan0 interfac

Re: [OpenWrt-Devel] MV88E6060 switch

2017-10-11 Thread Nerijus Baliunas
On Thu, 12 Oct 2017 01:30:35 +0300 Sergey Ryazanov wrote: > Try this patch, it should reduce the memory demand of the ethernet > driver, so it will have the change to get started on your router. > > Just put it to target/linux/ixp4xx/patches-4.4 along with the previous

Re: [OpenWrt-Devel] MV88E6060 switch

2017-10-11 Thread Nerijus Baliunas
On Thu, 12 Oct 2017 00:15:15 +0300 Sergey Ryazanov wrote: > >> As a quick test, can you unload all kernel modules and try to set eth0 UP > >> again? > > > > Unfortunately rmmod with a list of modules does not work: > > # rmmod ip_tables ip6_tables ip6t_REJECT ... > >

Re: [OpenWrt-Devel] MV88E6060 switch

2017-10-11 Thread Nerijus Baliunas
On Wed, 11 Oct 2017 23:28:00 +0300 Sergey Ryazanov wrote: > > root@LEDE:/# cat /proc/meminfo > > MemTotal: 12232 kB > > MemFree: 996 kB > > Looks like this ^^^ is the cause of the "ifconfig up" failure. Your > board really have not free RAM. > > As

Re: [OpenWrt-Devel] MV88E6060 switch

2017-10-11 Thread Nerijus Baliunas
On Wed, 11 Oct 2017 18:53:40 +0300 Sergey Ryazanov wrote: > A-ha! The interface survives the down/up circle but does not survive > the init procedure. > > Try to completely avoid bridge usage, e.g.: > 1. boot in normal mode > 2. disable bridge usage on "lan": > #

Re: [OpenWrt-Devel] MV88E6060 switch

2017-10-11 Thread Nerijus Baliunas
On Wed, 11 Oct 2017 14:53:16 +0300 Sergey Ryazanov wrote: > Ok. At least we know now that the switch functioning (even without a > dedicated driver). One question left: what happens to the Ethernet > driver? > > Can you boot your router in failsafe mode again, and try

Re: [OpenWrt-Devel] MV88E6060 switch

2017-10-11 Thread Nerijus Baliunas
On Wed, 11 Oct 2017 02:07:00 +0300 Sergey Ryazanov wrote: > Ok. I am starting to run out of ideas. Let's start guessing. > > eth0 works at least during preinit. You could check your switch > functioning in the failsafe mode: > 1. Power on router > 2. When the "Press the

Re: [OpenWrt-Devel] MV88E6060 switch

2017-10-08 Thread Nerijus Baliunas
On Mon, 9 Oct 2017 01:31:29 +0300 Sergey Ryazanov wrote: > > Just tried: > > # ifconfig eth0 192.168.0.10 up > > ifconfig: SIOCSIFFLAGS: Out of memory > > # dmesg|grep eth > > [0.998445] eth0: MII PHY 32 on NPE-B > > [1.005134] eth1: MII PHY 1 on NPE-C > > [

Re: [OpenWrt-Devel] MV88E6060 switch

2017-10-08 Thread Nerijus Baliunas
On Sun, 8 Oct 2017 23:44:58 +0300 Sergey Ryazanov wrote: > > I assigned IP with a command > > ip a a 192.168.0.10/24 dev eth0 > > > > but ping from PC does not answer. > > Have you bring eth0 UP? I mean, could you do "ifconfig eth0 > 192.168.0.10 up" and try pinging

Re: [OpenWrt-Devel] MV88E6060 switch

2017-10-08 Thread Nerijus Baliunas
On Tue, 3 Oct 2017 03:27:21 +0300 Sergey Ryazanov wrote: > After these lines, I carefully examine available data about WRT300Nv2 > and related code and found several interesting things. > > Usually SoC in the router have only one ethernet interface and vendors > pair it

Re: [OpenWrt-Devel] MV88E6060 switch

2017-09-08 Thread Nerijus Baliunas
On Fri, 28 Jul 2017 01:03:16 +0300 Nerijus Baliunas <neri...@users.sourceforge.net> wrote: > On Thu, 27 Jul 2017 23:43:19 +0300 Sergey Ryazanov <ryazanov@gmail.com> > wrote: > > > >> Did you see the "Marvell 88E6060 PHY driver att

Re: [OpenWrt-Devel] MV88E6060 switch

2017-07-27 Thread Nerijus Baliunas
On Thu, 27 Jul 2017 23:43:19 +0300 Sergey Ryazanov wrote: > >> Did you see the "Marvell 88E6060 PHY driver attached" in kernel > >> messages log? If not then the mwswitch driver did not attached and > >> you should fix this first. And only then go to

Re: [OpenWrt-Devel] [LEDE-DEV] MV88E6060 switch

2017-07-24 Thread Nerijus Baliunas
On Sun, 23 Jul 2017 11:38:02 -0700 Florian Fainelli wrote: > > How do I configure vlan? Here I changed eth0 to eth0.1: > > > > config interface 'lan' > > option type 'bridge' > >option ifname 'eth0.1' > >option proto 'static' > >option

[OpenWrt-Devel] MV88E6060 switch

2017-07-17 Thread Nerijus Baliunas
Hello, Linksys WRT300N v2.0 has Marvell 88e6060 switch. But ixp4xx arch does not have its driver enabled (ar71xx has it). I added CONFIG_NET_DSA_MV88E6060=m, but when I modprobe mv88e6060.ko, nothing happens. It seems driver does not hook on any hardware: # lsmod|grep mv dsa_core

Re: [OpenWrt-Devel] [PATCH] udpxy: don't disable by default

2016-02-15 Thread Nerijus Baliunas
On Mon, 15 Feb 2016 09:27:04 +0100 Rafał Miłecki wrote: > >> NAK, it is a general pattern of daemons to be installed in disabled > >> state, to prevent a default config causing security or other issues. > > > > I understand it, but, for example, igmpproxy is not disabled by

Re: [OpenWrt-Devel] [PATCH] udpxy: don't disable by default

2016-02-14 Thread Nerijus Baliunas
On Sun, 14 Feb 2016 08:08:07 +0100 John Crispin wrote: > NAK, it is a general pattern of daemons to be installed in disabled > state, to prevent a default config causing security or other issues. I understand it, but, for example, igmpproxy is not disabled by default.

Re: [OpenWrt-Devel] package sha256sum mismatch

2015-10-01 Thread Nerijus Baliunas
On Thu, 1 Oct 2015 00:21:12 +0300 Nerijus Baliunas <neri...@users.sourceforge.net> wrote: > # opkg install zabbix-agentd > Installing zabbix-agentd (2.4.6-1) to root... > Downloading > http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/z

Re: [OpenWrt-Devel] Chaos Calmer 15.05

2015-09-30 Thread Nerijus Baliunas
On Fri, 11 Sep 2015 12:08:19 +0200 Rafał Miłecki wrote: > If you're doing a sysupgrade, please note you will likely end up with > outdated opkg.conf. This may stop you from installing modules > > To fix this please execute manually: > cp /rom/etc/opkg.conf /etc/opkg.conf I've

Re: [OpenWrt-Devel] ZyXEL NBG4615

2015-09-23 Thread Nerijus Baliunas
On Sat, 19 Sep 2015 12:11:06 +0200 John Crispin wrote: > rt305x has a rgmii that the switch connects to. however we dont have > support in the driver for that rgmii port. you will need to first atch > the driver to support the rgmii interface and then hook up the switch >

Re: [OpenWrt-Devel] ZyXEL NBG4615

2015-09-19 Thread Nerijus Baliunas
On Sat, 19 Sep 2015 12:11:06 +0200 John Crispin wrote: > > it is similar to NBG-419N but has Atheros AR8316 4+1 GbE switch. I enabled > > CONFIG_AR8216_PHY=y in target/linux/ramips/rt305x/config-3.18, rebuilt and > > loaded openwrt-ramips-rt305x-nbg-419n-initramfs-uImage.bin

[OpenWrt-Devel] ZyXEL NBG4615

2015-09-19 Thread Nerijus Baliunas
Hello, it is similar to NBG-419N but has Atheros AR8316 4+1 GbE switch. I enabled CONFIG_AR8216_PHY=y in target/linux/ramips/rt305x/config-3.18, rebuilt and loaded openwrt-ramips-rt305x-nbg-419n-initramfs-uImage.bin to SDRAM via TFTP. Now /sys/bus/mdio_bus/drivers/Atheros AR8216!AR8236!AR8/

[OpenWrt-Devel] cc1: all warnings being treated as errors

2012-02-13 Thread Nerijus Baliunas
Hello, I've updated from svn trunk and udpxy package no longer compiles: mipsel-openwrt-linux-uclibc-gcc -Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -fhonour-copts -msoft-float -I/a/openwrt/kamikaze/staging_dir/target-mipsel_r2_uClibc-0.9.33/usr/include

Re: [OpenWrt-Devel] continuously requesting IP

2012-01-03 Thread Nerijus Baliunas
On Tue, 3 Jan 2012 02:08:42 +0200 Nerijus Baliunas neri...@users.sourceforge.net wrote: It seems to correlate with the WPA rekeying. You could try to lower the group rekey interval and see if it helps. Do you mean wpa_group_rekey? It seems to be 600 by default, what should I set

Re: [OpenWrt-Devel] continuously requesting IP

2012-01-02 Thread Nerijus Baliunas
On Mon, 02 Jan 2012 16:00:26 +0100 Jo-Philipp Wich x...@subsignal.org wrote: It seems to correlate with the WPA rekeying. You could try to lower the group rekey interval and see if it helps. Do you mean wpa_group_rekey? It seems to be 600 by default, what should I set it to? Regards, Nerijus

[OpenWrt-Devel] continuously requesting IP

2011-12-31 Thread Nerijus Baliunas
Hello, Latest trunk, the client is re-requesting its IP addr continuously every 5-20 seconds: Jan 1 01:00:35 OpenWrt daemon.info hostapd: wlan0: STA 18:f4:6a:1e:92:bf IEEE 802.11: authenticated Jan 1 01:00:35 OpenWrt daemon.info hostapd: wlan0: STA 18:f4:6a:1e:92:bf IEEE 802.11: associated

Re: [OpenWrt-Devel] [PATCH] ramips: enhance routine for getting MAC address from flash

2011-12-05 Thread Nerijus Baliunas
On Mon, 5 Dec 2011 03:20:54 +0200 Nerijus Baliunas neri...@users.sourceforge.net wrote: if you will look at my or Alexander's patch you'll see that the mac can potentially be anywhere. For example on belkin board it's here - u-boot 262148. So you just have to find the right place. I

Re: [OpenWrt-Devel] [PATCH] ramips: enhance routine for getting MAC address from flash

2011-12-05 Thread Nerijus Baliunas
On Mon, 5 Dec 2011 20:36:47 +0200 Nerijus Baliunas neri...@users.sourceforge.net wrote: Then modified target/linux/ramips/base-files/lib/preinit/06_set_iface_mac as written above, make clean, make and flashed firmware. Any ideas why didn't it work? My board is ZyXEL NBG-419N. Latest svn

Re: [OpenWrt-Devel] ZyXEL NBG-419N wrong MAC

2011-12-05 Thread Nerijus Baliunas
owned by CCS On 25/11/2011, at 11:35 AM, Nerijus Baliunas neri...@users.sourceforge.net wrote: Hello, Wifi MAC is correct, corresponds to one of the MACs written on the box, but all other MAC addresses (br-lan, eth0, eth0.1, eth0.2) are 00:11:22:33:44:55. Regards

Re: [OpenWrt-Devel] [PATCH] ramips: enhance routine for getting MAC address from flash

2011-11-30 Thread Nerijus Baliunas
Hello, I have a problem that all MAC addresses are 00:11:22:33:44:55 except wlan0, which is correct. Should this patch help me? I added nbg-419n to the case line: case $(ramips_board_name) in bc2 | nbg-419n | nw718) extract_and_set_mac factory 4 02:00:00:00:00:00

[OpenWrt-Devel] ZyXEL NBG-419N wrong MAC

2011-11-24 Thread Nerijus Baliunas
Hello, Wifi MAC is correct, corresponds to one of the MACs written on the box, but all other MAC addresses (br-lan, eth0, eth0.1, eth0.2) are 00:11:22:33:44:55. Regards, Nerijus ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org