Re: kmod-usb-bcma is not available

2020-08-18 Thread Nerijus Baliūnas
echo out > /sys/class/gpio/gpio7/direction echo out > /sys/class/gpio/gpio4/direction echo 1 > /sys/class/gpio/gpio4/value echo out > /sys/class/gpio/gpio5/direction echo 1 > /sys/class/gpio/gpio5/value 2020-08-14 15:32, Nerijus Baliūnas wrote: Hello, I am using openwrt-19.07

kmod-usb-bcma is not available

2020-08-14 Thread Nerijus Baliūnas
Hello, I am using openwrt-19.07 branch, CONFIG_TARGET_brcm47xx, device is Option Globesurfer III. I have an older openwrt image from 2015 with kernel 3.3.8, where 3g modem is seen by lsusb: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux

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

2017-07-23 Thread Nerijus Baliūnas
2017-07-23 21:38, Florian Fainelli rašė: Does not work. Do I need to have swconfig installed in order to get the switch working? Because by default it is not installed. Yes, it is necessary with this switch driver to have swconfig installed, otherwise nothing would push CLEAN configurations

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

2017-07-23 Thread Nerijus Baliūnas
2017-07-21 19:48, Nerijus Baliūnas via Lede-dev rašė: 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 ipaddr '192.168.1.1' option netmask '255.255.255.0

Re: [OpenWrt-Devel] MV88E6060 switch

2017-07-21 Thread Nerijus Baliūnas
2017-07-21 01:41, Sergey Ryazanov rašė: You should disable CONFIG_NET_DSA_MV88E6060 and select only CONFIG_MVSWITCH_PHY=y option. This two different drivers, the first one is mainstream Linux driver, and the second one is OpenWRT specific driver, which is mach more simple and

Re: [OpenWrt-Devel] MV88E6060 switch

2017-07-20 Thread Nerijus Baliūnas
2017-07-21 00:36, Sergey Ryazanov rašė: No received/sent packets on br-lan and eth0 before and after modprobe mv88e6060.ko. Did you saw the "Marvel 88E6060 PHY driver attached" string in the kernel messages? If so then at least the driver detects switch chip. No. BTW, do I understand

Re: [OpenWrt-Devel] MV88E6060 switch

2017-07-19 Thread Nerijus Baliūnas
2017-07-19 04:02, Sergey Ryazanov rašė: 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:

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

2016-02-13 Thread Nerijus Baliūnas
This patch changes option disabled to '0' as the package has init file and could be made disabled in System->Startup. It is difficult for new users to edit /etc/config/udpxy manually. Signed-off-by: Nerijus Baliūnas <neri...@users.sourceforge.net> --- diff --git a/net/udpxy/files/udp

Re: [OpenWrt-Devel] ZyXEL NBG4615

2015-09-20 Thread Nerijus Baliūnas
2015-09-19 23:48, Nerijus Baliunas rašė: 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 driver. drivers/net/phy/ar8216.c already

[OpenWrt-Devel] [PATCH] update to new version and add init script for udpxy package

2011-11-29 Thread Nerijus Baliūnas
This patch obsoletes http://patchwork.openwrt.org/patch/1600/ and updates udpxy to version 1.0-Chipmunk-build21. Signed-off-by: Nerijus Baliūnas neri...@users.sourceforge.net Index: packages/net/udpxy/Makefile === --- packages/net

[OpenWrt-Devel] [PATCH] add init file for feeds/packages/net/udpxy

2011-11-18 Thread Nerijus Baliūnas
Signed-off-by: Nerijus Baliūnas neri...@users.sourceforge.net Index: net/udpxy/Makefile === --- net/udpxy/Makefile (revision 29245) +++ net/udpxy/Makefile (working copy) @@ -42,6 +42,8 @@ INSTALLROOT=$(PKG_INSTALL_DIR)/usr