<russell-->
what does this mean? "ath10k_pci 0000:00:00.0: mac flush vdev 1 drop 0 queues 0x2 ar->paused: 0x0 arvif->paused: 0x0" (seen occasionally on an archer c7 v2)
<soxrok2212>
ynezz: i think this is a good idea. i did add it manually to the realtek target in hopes that it would magically fix my issue of the generic c45 driver being used, but it appears to be looking for a specfic PHY ID (0x001CC813) that I guess my RTL8264 is not
<totkeks>
Hello! Does anyone know why I can't set --hostsdir via uci dnsmasq config? In the wiki it only lists the other option --addn-hosts. I also found an old commit that this was actually changed https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=c97189e26dfb9b0eaf5b9cd7e33a99e2f780cb58, but I guess many things changed since then
rsalvaterra_ has joined #openwrt-devel
rsalvaterra_ is now known as rsalvaterra
Mangix has quit [Read error: Connection reset by peer]
<totkeks>
Wouldn't it make sense to have the wiki pages as markdown in the source with the packages, so PRs that change behavior of init scripts or config files, also make those changes to the documentation?
lucenera has quit [Read error: Connection reset by peer]
lucenera has joined #openwrt-devel
n3ph has joined #openwrt-devel
romany5 has joined #openwrt-devel
romany has quit [Remote host closed the connection]
kenny has quit [Read error: Connection reset by peer]
kenny has joined #openwrt-devel
n3ph has quit [Quit: WeeChat 4.4.3]
n3ph has joined #openwrt-devel
n3ph has quit []
n3ph has joined #openwrt-devel
n3ph has quit []
n3ph has joined #openwrt-devel
n3ph has quit []
n3ph has joined #openwrt-devel
n3ph has quit []
n3ph has joined #openwrt-devel
n3ph has quit []
n3ph has joined #openwrt-devel
<KanjiMonster>
totkeks: that wouldn't be very wiki anymore, would it? If it only could be updated via a PR
<totkeks>
KanjiMonster: that is the drawback, indeed. I don't know how the current wiki process looks like. Who can edit? Who has to review the edit?
n3ph has quit []
n3ph has joined #openwrt-devel
n3ph has quit []
n3ph has joined #openwrt-devel
<KanjiMonster>
totkeks: If you have an account, you can edit. If you want an account you can just ask for one (not me). I don't think there is any review processes defined
<Habbie>
you can login with github i think
<KanjiMonster>
not sure if this allows you to create an account though
n3ph has quit [Quit: WeeChat 4.4.3]
n3ph has joined #openwrt-devel
n3ph has quit []
n3ph has joined #openwrt-devel
n3ph has quit [Read error: Network is unreachable]
rsalvaterra_ has joined #openwrt-devel
rsalvaterra_ is now known as rsalvaterra
fakuivan has quit [Remote host closed the connection]
<efahl>
totkeks: if you want a wiki account, message PaulFertser
fakuivan has joined #openwrt-devel
n3ph has joined #openwrt-devel
<ynezz>
efahl: hi, do you've any plan with that your opkg -> apk transition/documentation forum post? Its very nice, would love to see it on the wiki :)
<efahl>
Yes, just haven't gotten around tuit doing all sorts of other stuff... It's definitely on my infinitely long list of Things To Do.
<ynezz>
would you mind if I copy&paste your content into the wiki?
<ynezz>
we just need to start the effort and folks will join and help
<efahl>
oh, definitely go for it!
<efahl>
once the body of that post is in the wiki, I had planned to cut it from the post and replace it with the link. I'll be gone for the next couple hours, so I'll check back in then.
<efahl>
thanks for doing that, 90% of the work for me is figuring out where a good location in the wiki is, having it already in place makes it sooo much easier
dviola has left #openwrt-devel [WeeChat 4.4.3]
lucenera has quit [Read error: Connection reset by peer]
lucenera has joined #openwrt-devel
<soxrok2212>
how could i go about debugging why the generic clause 45 driver is being picked up instead of the RTL8264 driver?
<soxrok2212>
i can see the driver exists in /sys/bus/mdio_bus/drivers (Realtek RTL8264) and mdio-tools shows the device ID is: DEVID(0x02/0x03): 0x001ccaf2
<soxrok2212>
i hack-patched the rtl8264 driver to match that device ID, but its not using it still