[OpenWrt-Devel] After upgrading to 19.07 WLAN does not work anymore...

2020-04-29 Thread Luca Bertoncello
Hi list! I upgraded my WLAN Switch to 19.07. OpenWRT works, but WLAN is off... In the "Wireless Overview" page I see: radio0 Generic 802.11bg Device is not active and all WLAN i configured are "disabled"... Could someone help me? I really don't understand why radio0 is not active... Tha

[OpenWrt-Devel] [PATCH] wireguard: bump to 1.0.20200429

2020-04-29 Thread Jason A. Donenfeld
* compat: support latest suse 15.1 and 15.2 * compat: support RHEL 7.8's faulty siphash backport * compat: error out if bc is missing * compat: backport hsiphash_1u32 for tests We now have improved support for RHEL 7.8, SUSE 15.[12], and Ubuntu 16.04. * compat: include sch_generic.h header for sk

Re: [OpenWrt-Devel] Signing, meta-data, etc. on images and losetup mounts...

2020-04-29 Thread Philip Prindeville
> On Apr 29, 2020, at 8:27 PM, Luiz Angelo Daros de Luca > wrote: > > > > Thanks. Where is the beginning of the whole disk image (and end) if I want > to “dd” it onto an SSD or SD? > > Meta is at the end. Gunzip will give you a warning and ignored it when > expanded. > > First byte of t

Re: [OpenWrt-Devel] Signing, meta-data, etc. on images and losetup mounts...

2020-04-29 Thread Luiz Angelo Daros de Luca
> > > > Thanks. Where is the beginning of the whole disk image (and end) if I > want to “dd” it onto an SSD or SD? > Meta is at the end. Gunzip will give you a warning and ignored it when expanded. First byte of the expanded image is the disk sector 0. It is a normal disk image with partitions.

Re: [OpenWrt-Devel] Please pull latest ath10k-ct driver

2020-04-29 Thread Robert Marko
Petr already pushed it about half an hour ago. https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=8036e7ebb53fc8125e985ef4e238970aeaaaed18 On Thu, 30 Apr 2020 at 01:21, Ben Greear wrote: > > Hello, > > Petr added a fix for spurious splat that has bothered people for a while. > And, I added

[OpenWrt-Devel] Please pull latest ath10k-ct driver

2020-04-29 Thread Ben Greear
Hello, Petr added a fix for spurious splat that has bothered people for a while. And, I added a patch that throttles the wake-queue logic. This significantly helps CPU usage in certain high-throughput test cases. If someone could update OpenWrt to pull the latest, I'd appreciate it. commit 363

Re: [OpenWrt-Devel] Signing, meta-data, etc. on images and losetup mounts...

2020-04-29 Thread Philip Prindeville
> On Apr 29, 2020, at 3:06 AM, Petr Štetiar wrote: > > Philip Prindeville [2020-04-27 18:17:01]: > >> I was trying to take a openwrt-*-generic-squashfs-combined-efi.img file from >> master and verify it for correctness with “losetup”, etc. >> But losetup bailed because the image wasn’t a mul

Re: [OpenWrt-Devel] [PATCH] kernel: add gpio-it87

2020-04-29 Thread Philip Prindeville
> On Apr 29, 2020, at 7:54 AM, Florian Eckert wrote: > > Since commit 910df3f06cc902ca2cb0ca8e963e9354c930df1a we have build in > on all X86/64 platforms the gpio-it87 driver. > > Since this change I am getting the following error message on boot. >> kern.err kernel: [1.009416] gpio_it87:

Re: [OpenWrt-Devel] [PATCH] ath79: add support for gl-e750

2020-04-29 Thread mail
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Luochongjun > Sent: Mittwoch, 29. April 2020 06:38 > To: openwrt-devel@lists.openwrt.org > Cc: Luochongjun > Subject: [OpenWrt-Devel] [PATCH] ath79: add support for gl-e750 > >

[OpenWrt-Devel] [PATCH] kernel: add gpio-it87

2020-04-29 Thread Florian Eckert
Since commit 910df3f06cc902ca2cb0ca8e963e9354c930df1a we have build in on all X86/64 platforms the gpio-it87 driver. Since this change I am getting the following error message on boot. > kern.err kernel: [1.009416] gpio_it87: no device I do not have this device on my system. To prevent the n

[OpenWrt-Devel] Sous-traitant en développement au Vietnam - NOS TARIFS

2020-04-29 Thread Arnaud Chadeyron
Bonjour, Nous sommes SmartDev https://smartdev.vn/ une societé vietnamienne d'outsourcing spécialisée dans le développement d'applications mobiles et de sites web. Notre entreprise est gérée par une équipe de Français depuis 2014: Vincent Roye, Directeur Général Maxime Perniola, Directeur Tech

[OpenWrt-Devel] [PATCH v3] ramips: mmc: Read mmc-caps from dt with mmc_of_parse

2020-04-29 Thread Benedikt-Alexander Mokroß
The original mmc-driver for ramips used hardcoded mmc-caps for bus-width. Also it used custom bindings for cd-polling and cd-invert that are not conform to the standard mmc-bindings. This patch removes the hardcoded bus-width, enables dt parsing with mmc_of_parse and enables the use of standard m

Re: [OpenWrt-Devel] [ModemManager] How can I make ModemManager work right?

2020-04-29 Thread Bjørn Mork
Michael Jones writes: > Instead, before using netifd, try talking directly to modemmanager using > "mmcli". Agreed. Verify that MM has detected the modem, and haven't found anything wrong with it. That's the first step. Run mmcli -L to list all modems, and mmcli -m X to look at the deta

[OpenWrt-Devel] [PATCH] tools: add autoconf-archive

2020-04-29 Thread Karel Kočí
Some autotools based build systems are using autoconf-archive scripts and are expecting them to almost always be available. This is not required for regular releases as tar balls generated for releases commonly have existing configure script. This is rather intended to be used with autotools.mk's a

Re: [OpenWrt-Devel] Signing, meta-data, etc. on images and losetup mounts...

2020-04-29 Thread Petr Štetiar
Philip Prindeville [2020-04-27 18:17:01]: > I was trying to take a openwrt-*-generic-squashfs-combined-efi.img file from > master and verify it for correctness with “losetup”, etc. > But losetup bailed because the image wasn’t a multiple of 512 bytes long. It works for me (tm): $ binwalk bin/

Re: [OpenWrt-Devel] [ModemManager] How can I make ModemManager work right?

2020-04-29 Thread Jeonghum Joh
Hello Michael, I will keep in mind your message about mmcli and netifd. And thank you for letting me know the ModemManager project urls. Thank you very much! Jeonghum 2020년 4월 29일 (수) 오후 3:58, Michael Jones 님이 작성: > > > On Wed, Apr 29, 2020 at 1:30 AM Jeonghum Joh > wrote: > >> Hello, >> Thank

Re: [OpenWrt-Devel] [ModemManager] How can I make ModemManager work right?

2020-04-29 Thread Jeonghum Joh
Hello Alberto, Thank you for letting me know the url of ModemManager mailing list. I posted this question there too. Thank you. Jeonghum 2020년 4월 29일 (수) 오후 3:50, Alberto Bursi 님이 작성: > > > On 29/04/20 08:29, Jeonghum Joh wrote: > > Hello, > > Thanks to many people in this list, I was able to f