<damo22> i think my mr200 has mt7613 and mt7663, wifi cards?
<damo22> the soc is mt7628
<damo22> i dont see mt7613 in the kmods
goliath has quit [Quit: SIGSEGV]
<damo22> im seeing that mt76x8 uses target/linux/ramips/image/mt76x8.mk: DEVICE_PACKAGES := kmod-mt7615e kmod-mt7663-firmware-ap
<damo22> does the mt7615e work with mt7613?
bluew has joined #openwrt-devel
<damo22> s/work/driver work
thejoker8814 is now known as Guest6943
thejoker8814 has joined #openwrt-devel
<damo22> static const struct pci_device_id mt7615_pci_device_table[] = {
<damo22> { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7615) },
<damo22> { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7663) },
<damo22> so the mt7615e pcie driver works with device 0x7663 which is what i have, but i see something in the logs about mt7613 as well...
<damo22> { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7611) },
<damo22> maybe its a dual chip, so i only need one driver?
bluew has quit [Read error: Connection reset by peer]
Guest6943 has quit [Ping timeout: 480 seconds]
zkrx has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#77](https://buildbot.openwrt.org/images/#/builders/55/builds/77) of `openwrt-23.05_tegra/generic` failed.
<owrt-images-builds> Build [#78](https://buildbot.openwrt.org/images/#/builders/118/builds/78) of `openwrt-23.05_sunxi/cortexa53` failed.
<owrt-images-builds> Build [#79](https://buildbot.openwrt.org/images/#/builders/57/builds/79) of `openwrt-23.05_bmips/bcm6368` failed.
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
zkrx has joined #openwrt-devel
rua has quit [Quit: Leaving.]
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_sunxi.html has been updated. (0% images and 100.0% packages reproducible in our current test framework.)
Mangix has joined #openwrt-devel
rua has joined #openwrt-devel
<owrt-images-builds> Build [#242](https://buildbot.openwrt.org/images/#/builders/4/builds/242) of `master_mvebu/cortexa53` completed successfully.
rua has quit [Quit: Leaving.]
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
Fijxu has quit [Quit: XD!!]
DSchndr_ has joined #openwrt-devel
<DSchndr_> could it be that support for at91-sam9x is kinda borked? Building for at91sam9g25ek does not put the .dtb in the image folder which owrt uboot expects at 0x180000 :P
Fijxu has joined #openwrt-devel
<slh> it's a relatively exotic target, with rather few users/ developers, so probably anything is possible
svanheule has quit [Ping timeout: 480 seconds]
<DSchndr_> exotic indeed, that som that is on that gardena gateway module is old af xD
<DSchndr_> yaay, kernel boot :3
<damo22> uncle-sam9x
rua has joined #openwrt-devel
landswipe has joined #openwrt-devel
<landswipe> I found an issue with libgpiod on main, the package uses version 1.6.4 but there was a fix to include "libgen.h" after that release (https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/log/?h=v1.6.x) - without this gpiod crashes inside is_gpiochip_cdev()
<landswipe> the package references
<landswipe> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
<landswipe> PKG_HASH:=7b146e12f28fbca3df7557f176eb778c5ccf952ca464698dba8a61b2e1e3f9b5
<landswipe> PKG_SOURCE_URL:=@KERNEL/software/libs/libgpiod/
<landswipe> but i'm curious how to fix this if it hasn't been updated to release 1.6.5 yet ?
<landswipe> should I just switch the package reference to the source code and a specific hash for now (on my side) ?
goetz has joined #openwrt-devel
goetz has quit []
<KanjiMonster> landswipe: you could put the commit as a patch in patches/
<landswipe> would it just be the change then?
<landswipe> the other option is to just upgrade to later libgpiod version 2.1.2 (i'm testing this for my scenario now, seems ok)
<landswipe> the cli interface in gpiod-tools is a little different, not sure if it will break things though.
<f00b4r0> rmilecki: reading your patch, it applies to *all* config device sections of config/network, correct? So switch configuration which define vlans can also use ports? If so I think our wiki needs an update: https://openwrt.org/docs/guide-user/network/vlan/switch_configuration
<f00b4r0> oh wait no
<f00b4r0> I need more coffee. Ignore what I said ;)
Borromini has joined #openwrt-devel
hanetzer has joined #openwrt-devel
rua has quit [Quit: Leaving.]
torv is now known as Guest6981
torv has joined #openwrt-devel
Guest6981 has quit [Ping timeout: 480 seconds]
svanheule has joined #openwrt-devel
rua has joined #openwrt-devel
Borromini has quit [Quit: Lost terminal]
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
goliath has joined #openwrt-devel
djfe_ is now known as djfe
minimal has joined #openwrt-devel
bluew has joined #openwrt-devel
<DSchndr_> ree, when you are so close to booting userspace but your ubi rootfs partition does not mount :(
<Habbie> aw
<DSchndr_> i get ubi0 error: 0xc0419214: bad VID header offset 512, expected 2048 and bad ec header, UBINIZE_OPTS := -m 2048 -p 128KiB -s 512 is set but does seemingly nothing... is there something i missed (sure there is for a beginner like me :P)
<Habbie> you'll get there
<DSchndr_> i know :D ah, the journey of getting openwrt to run on something new xD
<Habbie> yep
<Habbie> i've never gotten stuck in -this- stage but i have been in trouble in a few before it
<Snuupy> \x: mr75 $100 on amazon
<swalker> updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html
bluew has quit [Quit: Leaving]
bluew has joined #openwrt-devel
<DSchndr_> shouldn't UBINIZE_OPTS := -e 126976 work to set the LEB size? kernel complains with LEB size mismatch: 129024 in superblock, 126976 real
<DSchndr_> ahh so close xD
danitool has joined #openwrt-devel
minimal has quit [Quit: Leaving]
<Snuupy> \x: disregard, the MR75MS does not have a usb3 port
<Snuupy> DOA
landswipe has quit [Read error: Connection reset by peer]
<owrt-images-builds> Build [#80](https://buildbot.openwrt.org/images/#/builders/57/builds/80) of `openwrt-23.05_bmips/bcm6368` completed successfully.
<owrt-images-builds> Build [#78](https://buildbot.openwrt.org/images/#/builders/55/builds/78) of `openwrt-23.05_tegra/generic` completed successfully.
<owrt-images-builds> Build [#79](https://buildbot.openwrt.org/images/#/builders/118/builds/79) of `openwrt-23.05_sunxi/cortexa53` completed successfully.
ssterling has quit [Remote host closed the connection]