Re: Drop CONFIG_IPV6 ?

2022-03-13 Thread Fernando Frediani
How come, at the stage we are, one can be thinking of disabling IPv6 just because the ISP didn't deploy it yet ? How one can expect IPv6 to advance (and it has been going farily well), if routers at end user have IPv6 disabled ? What when the ISP finishes deployment and deliver IPv6 yo users

Re: Drop CONFIG_IPV6 ?

2022-03-13 Thread Philip Prindeville
Er, *haven't started* > On Mar 13, 2022, at 9:54 PM, Philip Prindeville > wrote: > > Yeah, I disable CONFIG_IPV6, since most American ISP's have started rolling > out residential IPv6. My local pop & pop ILEC hasn't deployed it. There's > not even an announced date for it on their

Re: Drop CONFIG_IPV6 ?

2022-03-13 Thread Philip Prindeville
Yeah, I disable CONFIG_IPV6, since most American ISP's have started rolling out residential IPv6. My local pop & pop ILEC hasn't deployed it. There's not even an announced date for it on their roadmap. I suspect that if everyone had an IPv6 address, which would be both routable and

Seperating firmware-utils into seperate repo

2022-03-13 Thread Joseph Mullally
Hi, firmware-utils was separated from openwrt.git into its own repository a few months ago: https://git.openwrt.org/?p=project/firmware-utils.git https://github.com/openwrt/openwrt/commit/8cc9a74a3f6bf363645efda6db417f8dadd3d844 If it's going to stay separate, it looks like these changes are

Re: Drop CONFIG_IPV6 ?

2022-03-13 Thread Sergey Ryazanov
Hello Etienne, On Mon, Mar 14, 2022 at 2:36 AM Etienne Champetier wrote: > We currently have some circular dependencies caused by the usage of > PROVIDES and @IPV6 > https://github.com/openwrt/openwrt/issues/9407 > > One radical way to fix, suggested by Jow, is to completely remove > CONFIG_IPV6

Re: [PATCH] uqmi: wms - added storage to read text messages

2022-03-13 Thread Sergey Ryazanov
Hello Henrik, On Sun, Mar 13, 2022 at 10:25 PM Henrik Ginstmark wrote: > Today it's hard coded to read text messages from SIM card. > Not all devices store received text messages in SIM, they store > in me, QMI_WMS_STORAGE_TYPE_NV. > I have added a switch to choose sim or me for --list-messages,

Drop CONFIG_IPV6 ?

2022-03-13 Thread Etienne Champetier
Hi All, We currently have some circular dependencies caused by the usage of PROVIDES and @IPV6 https://github.com/openwrt/openwrt/issues/9407 One radical way to fix, suggested by Jow, is to completely remove CONFIG_IPV6 from OpenWrt. This would also allow to simplify packaging of some core

[sdwalker/sdwalker.github.io] 5f0d24: This week's update

2022-03-13 Thread Stephen Walker via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Branch: refs/heads/master

[PATCH 1/4] ltq-vectoring: add driver

2022-03-13 Thread Jan Hoffmann
In order to calculate the required pre-distortion for downstream vectoring, the vectoring control entity (VCE) at the carrier office needs error samples from the modem. On Lantiq VR9 modems, error reports are generated by the firmware, but need to be multiplexed into the data stream by the driver

[PATCH 3/4] ltq-vdsl-app: set MAC address for vectoring error reports

2022-03-13 Thread Jan Hoffmann
This tells the modem about the WAN MAC address, which is used as source address for vectoring error reports that are generated by the firmware. It needs to be set early, as the MEI driver only actually writes the value to the modem when is in reset state (i.e. the firmware has been loaded, but

[PATCH 2/4] ltq-vdsl-mei: enable vectoring error sample callback

2022-03-13 Thread Jan Hoffmann
This re-enables the vectoring error sample callback and adds a dependency to the corresponding driver. Signed-off-by: Jan Hoffmann --- package/kernel/lantiq/ltq-vdsl-mei/Makefile | 4 ++-- .../lantiq/ltq-vdsl-mei/patches/100-compat.patch | 11 --- 2 files changed, 2

[PATCH 0/4] lantiq: fix VDSL2 vectoring

2022-03-13 Thread Jan Hoffmann
For vectoring to work, the modem needs to send error reports to the vectoring control entity at the carrier office. With Lantiq VR9/VR10 modems, a separate driver is needed to do this, which is currently missing in OpenWrt. In addition to that, the DSL connection may be interrupted at random

[PATCH 4/4] ltq-vdsl-mei: add locking to interrupt handler

2022-03-13 Thread Jan Hoffmann
Some users noticed repeated resyncs at random intervals, which go away when the MEI driver is configured to use polling instead of interrupts. Debugging shows that this seems to be caused by concurrent calls to MEI_ReadMailbox (in the interrupt handler) and MEI_WriteMailbox. This appears to be

[PATCH] realtek: Fix kernel dependencies on CONFIG_MDIO_SMBUS

2022-03-13 Thread Hauke Mehrtens
CONFIG_SFP depends on CONFIG_MDIO_SMBUS now and this depends on CONFIG_I2C_SMBUS. Activate the missing kernel compile options. This fixes the following warning: WARNING: unmet direct dependencies detected for MDIO_SMBUS Depends on [n]: NETDEVICES [=y] && MDIO_DEVICE [=y] && MDIO_BUS [=y] &&

[PATCH] uqmi: wms - added storage to read text messages

2022-03-13 Thread Henrik Ginstmark
Today it's hard coded to read text messages from SIM card. Not all devices store received text messages in SIM, they store in me, QMI_WMS_STORAGE_TYPE_NV. I have added a switch to choose sim or me for --list-messages, --get-message and --delete-message. Signed-off-by: Henrik Ginstmarh ---

[no subject]

2022-03-13 Thread Henrik Ginstmark
Reply-To: Subject: In-Reply-To: ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [PATCH] realtek: ZyXEL GS1900-48: drop gpio-restart

2022-03-13 Thread Sander Vanheule
Hi Birger, On Fri, 2022-02-25 at 19:58 +0100, Birger Koblitz wrote: > Hi Sander, > > I don't have the GS1900-48 at hand or even my records. I am on vacation and I > will only > be back in 10 days, we actually got stuck here in quarantine... Have you been able to perform any checks by now to

Re: [PATCH 1/2] realtek: Use firewall4

2022-03-13 Thread Sander Vanheule
On Tue, 2022-03-01 at 09:09 +0100, Petr Štetiar wrote: > Sander Vanheule [2022-02-28 23:00:34]: > > Hi, > > > Commit 9e7149f729e9 ("realtek: revert to "standard" management > > configuration") changed > > the > > default port configuration for realtek devices to only have LAN ports, > >

Re: [PATCH] uqmi: corrected too short received SMS

2022-03-13 Thread Henrik Ginstmark
Thanks for the quick response. Sorry about the line-wrapping. I need to lock into my git environment. Cheers Henrik Den lör 12 mars 2022 kl 11:49 skrev Daniel Golle : > > Hi Henrik, > > thank you for submitting this patch. I've also noticed that problem > long ago but it wasn't important for me

Re: [PATCH v4 2/2] realtek: add support for Panasonic Switch-M8eG PN28080K

2022-03-13 Thread INAGAKI Hiroshi
Hi Sander, Thank you for your review. On 2022/03/13 19:41, Sander Vanheule wrote: Hi Hiroshi, On Wed, 2022-03-09 at 23:31 +0900, INAGAKI Hiroshi wrote: Panasonic Switch-M8eG PN28080K is a 8 + 1 port gigabit switch, based on RTL8380M. Specification: - SoC   : Realtek RTL8380M - RAM  

Re: [PATCH v4 2/2] realtek: add support for Panasonic Switch-M8eG PN28080K

2022-03-13 Thread Sander Vanheule
Hi Hiroshi, On Wed, 2022-03-09 at 23:31 +0900, INAGAKI Hiroshi wrote: > Panasonic Switch-M8eG PN28080K is a 8 + 1 port gigabit switch, based on > RTL8380M. > > Specification: > > - SoC   : Realtek RTL8380M > - RAM   : DDR3 128 MiB (Winbond W631GG8KB-15) > - Flash :

Re: [PATCH v4 1/2] realtek: enable pca953x driver for rtl838x subtarget

2022-03-13 Thread Sander Vanheule
On Wed, 2022-03-09 at 23:30 +0900, INAGAKI Hiroshi wrote: > The system status LED on Panasonic Switch-M8eG PN28080K is connected to > a PCA9539PW. To use the LED as a status LED of OpenWrt while booting, > enable the pca953x driver and built-in to the kernel. > Also enable CONFIG_GPIO_PCA953X_IRQ