philipp64 has joined #openwrt-devel
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
minimal has quit [Quit: Leaving]
tlj_ has quit [Remote host closed the connection]
tlj_ has joined #openwrt-devel
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
danitool has quit [Remote host closed the connection]
rua1 has joined #openwrt-devel
torv has quit [Ping timeout: 480 seconds]
rua has quit [Remote host closed the connection]
tlj_ has quit [Remote host closed the connection]
Piraty has quit [Ping timeout: 480 seconds]
tlj_ has joined #openwrt-devel
Piraty has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
dangole has quit [Ping timeout: 480 seconds]
rua1 has quit [Remote host closed the connection]
rua has joined #openwrt-devel
bluew has quit [Quit: Leaving]
schwicht_ has joined #openwrt-devel
schwicht has quit [Read error: Connection reset by peer]
bluew has joined #openwrt-devel
torv has joined #openwrt-devel
ptudor has quit [Ping timeout: 480 seconds]
ptudor has joined #openwrt-devel
tlj_ has quit [Remote host closed the connection]
<mrnuke> svanheule: one problem I'm having is that doing 'echo 0xa > /sys/class/leds/green:lan1_1000/rtl_hw_trigger'
<mrnuke> results in a write error: invalid argument. on boot. I can't seem to be able to configure this trigger
<mrnuke> I do that echo after boot, with no LED set to realtek-switchport yet.
chder has quit [Remote host closed the connection]
chder has joined #openwrt-devel
tlj_ has joined #openwrt-devel
tlj_ has quit [Remote host closed the connection]
tlj_ has joined #openwrt-devel
Piraty has quit [Quit: No Ping reply in 180 seconds.]
Piraty has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_tegra.html has been updated. (100.0% images and 99.6% packages reproducible in our current test framework.)
sorinello has quit [Remote host closed the connection]
sorinello has joined #openwrt-devel
Piraty has quit [Remote host closed the connection]
Piraty has joined #openwrt-devel
csrf has quit [Quit: Leaving]
cbeznea has joined #openwrt-devel
srslypascal has quit [Read error: No route to host]
srslypascal has joined #openwrt-devel
Tapper has joined #openwrt-devel
dansan has quit [Ping timeout: 480 seconds]
dansan has joined #openwrt-devel
<Tapper> So my r7800 is still rebooting. It did it over nite. How can I have OpenWrt log to a USB drive and not over Write the logs on reboot?
<Tapper> Or a crash dump or what ever it's called
bluew has quit [Quit: Leaving]
valku1 has joined #openwrt-devel
ptudor_ has joined #openwrt-devel
Slimey_ has joined #openwrt-devel
Vaughn_ has joined #openwrt-devel
noltari_ has joined #openwrt-devel
mrnuke_ has joined #openwrt-devel
arnd_ has joined #openwrt-devel
hgl_ has joined #openwrt-devel
lmore377_ has joined #openwrt-devel
jow_ has joined #openwrt-devel
dansan has quit [synthon.oftc.net larich.oftc.net]
Slimey has quit [synthon.oftc.net larich.oftc.net]
MAbeeTT has quit [synthon.oftc.net larich.oftc.net]
mkennedy has quit [synthon.oftc.net larich.oftc.net]
Luke-Jr has quit [synthon.oftc.net larich.oftc.net]
ptudor has quit [synthon.oftc.net larich.oftc.net]
valku has quit [synthon.oftc.net larich.oftc.net]
lmore377 has quit [synthon.oftc.net larich.oftc.net]
jow has quit [synthon.oftc.net larich.oftc.net]
mrnuke has quit [synthon.oftc.net larich.oftc.net]
grid has quit [synthon.oftc.net larich.oftc.net]
hgl has quit [synthon.oftc.net larich.oftc.net]
noltari has quit [synthon.oftc.net larich.oftc.net]
arnd has quit [synthon.oftc.net larich.oftc.net]
Vaughn has quit [synthon.oftc.net larich.oftc.net]
valku1 is now known as valku
Vaughn_ is now known as Vaughn
Slimey_ is now known as Slimey
MAbeeTT has joined #openwrt-devel
dansan has joined #openwrt-devel
mkennedy has joined #openwrt-devel
<\x> I say the best is syslog remotely and maybe setup ramoops
grid has joined #openwrt-devel
Luke-Jr has joined #openwrt-devel
robimarko has joined #openwrt-devel
dangole has joined #openwrt-devel
danitool has joined #openwrt-devel
valku has quit [Quit: valku]
<svanheule> mrnuke_: the flags for rtl_hw_trigger are: (1) ACT_RX, (2) ACT_TX, (4) LINK_10, (8) LINK_100, (0x10) LINK_1000; rtl838x doesn't support ACT_RX | LINK_10
<svanheule> mrnuke_: if you want to obtain 0xA written to the register (Link/Act 1000M), you need to write 0x13 to rtl_hw_trigger for: ACT_RX | ACT_TX | LINK_1000
<svanheule> mrnuke_: or rather "13", without the "0x" prefix
<Habbie> a talk about replica.one right now https://ripe85.ripe.net/live/main/
<robimarko> I forgot that RIPE85 is now
<svanheule> mrnuke_: correction, "a > rtl_hw_trigger" would correspond to ACT_RX | LINK_100; which also isn't supported. The trigger_xlate() function in the switch port LED driver contains the supported values
<Habbie> robimarko, bad news: it's almost over. good news: that means all talk recordings are available.
<robimarko> Habbie: I wish there was time to watch all of the talks that look interesting
<Habbie> yeah
<Habbie> i have years of backlog
<robimarko> Its nice to see that my colleagues made a nice presentation, previous one wasnt that nice
<Habbie> who?
<robimarko> Replica presentation that is live on RIPE now
<Habbie> ah!
<Tapper> Is there a wiki page on how to syslog remotely and setup ramoops
<robimarko> You can pass ramoops config via bootargs or set it into the DT
<f00b4r0> robimarko: btw I've been looking at that ipq40xx vlan situation, what a clusterfuck. I can't believe someone in their right mind thought it would be acceptable to do something that bonkers.
<f00b4r0> then again, qualcomm...
<robimarko> Yeah, you found the answer in the same sentence
<f00b4r0> ;P
<robimarko> QCA just has the ability to always somehow do everything their way
<robimarko> So they have to workaround like half of the kernel
<f00b4r0> indeed. How did this even get accepted
<robimarko> Probably popularity of the HW
<robimarko> It was first cheap AC WiSoC
<f00b4r0> true. Still, it's so obviously wrong... and the net/ people aren't idiots
<robimarko> Well, nobody even tried to upstream it as it was rather obvious that it wont fly
<f00b4r0> clearly
<f00b4r0> i see why now ;P
<robimarko> It is getting upstreamed now that DSA is working
<robimarko> Ethernet driver is up to v5, v6 will be sent soon
<robimarko> And I am trying to clean up the calibration part of DSA to send that as RFC as well
<f00b4r0> sounds good. Hopefully things will get saner moving forward.
<f00b4r0> too bad we have to cope with this mess in the current owrt releases
<robimarko> Unfortunatelly, there is no way around that
<f00b4r0> basically this target will become actually useable in the next release ;P
<f00b4r0> at which point it'll probably be nicely obsolete ;)
<robimarko> There are still new products being crancked out on it
<robimarko> If we didnt have to reverse engineer everything it would have happened years ago
MaxSoniX has joined #openwrt-devel
<f00b4r0> *sigh*
Tapper has quit [Ping timeout: 480 seconds]
mrkiko has joined #openwrt-devel
cbeznea has quit [Quit: Leaving.]
cbeznea has joined #openwrt-devel
minimal has joined #openwrt-devel
hitech95 has joined #openwrt-devel
<hitech95> Hi is there someone that know LTE tecnology or know a good community to ask dumb questions about antennas? I have an MiniPCIE LTE modem with 6 IPX connectors I was wondering what goes where...
robimarko has quit [Ping timeout: 480 seconds]
<Habbie> hitech95, #openwrt is bigger
robimarko has joined #openwrt-devel
<hitech95> Habbie: Yea but not everyone joins that channel especially devs. That might be more into such things...
<hitech95> That is why I asked on both :D
dangole has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
<Habbie> it is generally considered bad form to ask in two channels
goliath has joined #openwrt-devel
aiyion has quit [Remote host closed the connection]
aiyion has joined #openwrt-devel
dangole_ has joined #openwrt-devel
dangole has quit [Ping timeout: 480 seconds]
<vulpes2[m]> I dug out my nanopi r2s from storage and it seems like the rtl8153b attached to the LAN port is not working at all. Having the same problem with other people in this issue: https://github.com/openwrt/openwrt/issues/10293
<vulpes2[m]> Any hints on how I can troubleshoot/debug this further?
<vulpes2[m]> The chip seems fine as it works with FriendlyELEC's images.
<f00b4r0> it works with 21.02 too (I use it)
<f00b4r0> seems to be an issue with 5.15
<vulpes2[m]> I tried 21.02.5 (kernel 5.4) and the issue remained
<f00b4r0> i'm running .3
<f00b4r0> if the issue occurred between .3 and .5 it's going to be easier to track down
<vulpes2[m]> Tried 21.02.3 and it's still the same unfortunately
<Slimey> hugs\
<mrnuke_> svanheule: okay, I'll take that. Thank you!
<f00b4r0> vulpes2[m]: might be some hw difference then
Gaspare has joined #openwrt-devel
schwicht_ has quit [Remote host closed the connection]
schwicht has joined #openwrt-devel
valku has joined #openwrt-devel
hgl_ is now known as hgl
<hgl> Would anyone be available to merge this? It's already reviewed: https://github.com/openwrt/openwrt/pull/11076
dangole_ has quit [Remote host closed the connection]
Gaspare has quit [Quit: Gaspare]
Gaspare has joined #openwrt-devel
tlj_ has quit [Remote host closed the connection]
tlj_ has joined #openwrt-devel
cbeznea has quit [Read error: Connection reset by peer]
cbeznea has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_kirkwood.html has been updated. (4.8% images and 98.6% packages reproducible in our current test framework.)
<yolo> tcpdump -i br-lan without -n will display all dns info even though DoH is used in chrome, so, if your ISP runs pcap it can still know where you're going anyways. tcpdump must be using reverse-dns-lookup
Gaspare has quit [Quit: Gaspare]
<EqUaTe> yolo: DoH has nothing to do with privacy of destination.
<EqUaTe> and tcpdump w/o -n will do port resolution and IP reverse lookup, yes.
<EqUaTe> if you want your destinations to be private (ie the remote IPs not visible etc), then you need to use a VPN or ToR
schwicht_ has joined #openwrt-devel
schwicht has quit [Read error: Connection reset by peer]
ptudor has joined #openwrt-devel
ptudor_ has quit [Ping timeout: 480 seconds]
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
danitool_ has joined #openwrt-devel
danitool has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
cbeznea has quit [Quit: Leaving.]
philipp64 has quit [Ping timeout: 480 seconds]
<Mangix> DoH
<Mangix> sounds evil
<Mangix> jow_: probably what it means is that dnsmasq will gain HTTPS support
<Habbie> what where dnsmasq https?
<Mangix> not present currently
MaxSoniX has quit [Quit: Konversation terminated!]
jow_ is now known as jow
robimarko has quit [Quit: Leaving]
Tapper has quit [Quit: Tapper]
srslypascal is now known as Guest4394
srslypascal has joined #openwrt-devel
Guest4394 has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
Gaspare has joined #openwrt-devel
Gaspare has quit [Quit: Gaspare]
Gaspare has joined #openwrt-devel
Gaspare has quit [Quit: Gaspare]
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_x86.html has been updated. (100.0% images and 99.6% packages reproducible in our current test framework.)
goliath has joined #openwrt-devel
Piraty has quit [Remote host closed the connection]
aiyion has quit [Remote host closed the connection]
aiyion has joined #openwrt-devel
Piraty has joined #openwrt-devel
bluew has joined #openwrt-devel
bluew has quit []
bluew has joined #openwrt-devel
matoro has quit [Quit: ZNC 1.8.2 - https://znc.in]
minimal has quit [Quit: Leaving]
hitech95 has quit [Remote host closed the connection]