<russell-->
uh, the wiki's firmware upgrade URL for the zyxel-gs1100-10hp seems to have the initramfs file for install *AND* upgrade. i'd fix it, but the wiki seems to be using some macro to complete the URL: https://openwrt.org/toh/zyxel/gs1900-10hp#installation
<russell-->
sorry, gs1900-10hp*
danitool has quit [Remote host closed the connection]
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
KanjiMonster has quit [Ping timeout: 480 seconds]
KanjiMonster has joined #openwrt-devel
<russell-->
it is unusual that i install a release version on anything, but i did notice that realtek-poe is in the packages feed, but isn't available from an opkg update ; opkg install realtek-poe
tomn has quit [Remote host closed the connection]
tomn has joined #openwrt-devel
fakuivan has quit [Remote host closed the connection]
torv has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
torv has joined #openwrt-devel
<\x>
xback: yeah, ipq40xx has that 48MHz as its lowest cpu frequency, most OEMs just dont use that operating point or they set minimum to 200MHz to avoid that
filimonic has joined #openwrt-devel
KGB-2 has quit [Remote host closed the connection]
KGB-2 has joined #openwrt-devel
<Znevna>
that's kinba low
<Znevna>
kinda too
<slh>
but you'd get ~"DTS is a hardware description, not a place to make policies"
SpectreDev_01 has joined #openwrt-devel
xavifr has joined #openwrt-devel
<dwfreed>
russell--: it's not in a released packages feed
<dwfreed>
russell--: packages feed uses branches for each release of OpenWrt
<russell-->
dwfreed: that makes sense
* russell--
blames his ignorance of releases
goliath has joined #openwrt-devel
gladiac has joined #openwrt-devel
robimarko has joined #openwrt-devel
<russell-->
how do you assign a pvid to a port on a DSA switch?
xback has quit [Ping timeout: 480 seconds]
danitool has joined #openwrt-devel
swalker has quit [Read error: Connection reset by peer]
swalker has joined #openwrt-devel
<russell-->
looks like the * indicates the pvid (deduced by trying), so if you want tagged vlan packets with a pvid, you'd add a port to the bridge-vlan like lan6:t*
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
Danct12 has joined #openwrt-devel
Danct12 has quit [Quit: WeeChat 4.0.4]
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
Danct12 has joined #openwrt-devel
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
yolo has quit [Quit: Lost terminal]
Danct12 has quit [Quit: WeeChat 4.0.4]
Danct12 has joined #openwrt-devel
Danct12 has quit []
tidalf has quit [Remote host closed the connection]
tidalf has joined #openwrt-devel
gladiac has quit [Quit: k thx bye]
mcbridematt has quit [Remote host closed the connection]
zer0def has quit [Ping timeout: 480 seconds]
zer0def has joined #openwrt-devel
f00b4r0 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SpectreDev_01 has quit [Quit: Connection closed for inactivity]
f00b4r0 has joined #openwrt-devel
<robimarko>
Anybody ever had to deal with prebuilt IPK-s requiring certain library?
<robimarko>
I have some stupid QCA prebuilt crap requiring libjson-c 0.12
<robimarko>
And I have added a legacy version that installs the so.2
<robimarko>
And that links, but at the end OpenWrt will try and include the libjson-c2 package which obviously doesnt exist
xback has joined #openwrt-devel
<KanjiMonster>
russell--: that's a weird setup, usually you combine pvid with egress untagged, not tagged
<nbd>
if you're doing untagged, you don't need to specify pvid
<nbd>
since it's implied
<xback>
nbd: Thanks a lot for the hostapd update too. I noticed that the config files present in openwrt probably need an update too. some options in there are not present anymore, and some are missing
tidalf has quit [Remote host closed the connection]
<nbd>
xback: do you have a list?
<xback>
nbd: Need to create a new one based on this version
<nbd>
k
<xback>
i'll try to do this on friday
tidalf has joined #openwrt-devel
<nbd>
thx
<Slimey>
notepad++ has security updates that are not released by auto updater yet
dgcampea has quit [Remote host closed the connection]
dgcampea has joined #openwrt-devel
SpectreDev_01 has joined #openwrt-devel
<SpectreDev_01>
robimarko: any clue on updating from alt_rootfs to rootfs
<robimarko>
No
<robimarko>
I can only guess its due to that weird partition table
<SpectreDev_01>
I really don't know what Todo to get it working
xavifr has quit [Ping timeout: 480 seconds]
xback has quit [Ping timeout: 480 seconds]
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
<philipp64>
Where does target/linux/$(TARGET)/base-files/ get copied in the build scripts? And where does Package/base-files/install-target get defined?
<KanjiMonster>
probably unneeded though for the same reason as mentioned in the commit
<philipp64>
And what is it intended to do?
<KanjiMonster>
allow targets to have custom install sections for base-files
Slimey has quit [Remote host closed the connection]
<SpectreDev_01>
djfe: any clue I'm lost
<russell-->
KanjiMonster, nbd: in my scenario i have a trunked port, a netgear gs108e-v3 (not openwrt) is requesting dhcp untagged, and need to reach it tagged on a management vlan. it did kind of work with the management vlan egressing untagged, since the netgear had a pvid as well. the stock firmware on the gs108e-v3 is horrible.
<russell-->
ERX -- GS108Ev3 -- GS108Ev3 -- MR24
hanetzer has joined #openwrt-devel
<philipp64>
KanjiMonster: okay, so I leveraged that for issue #13401... PR #13442
goliath has quit [Quit: SIGSEGV]
<KanjiMonster>
russell--: but won't the dhcp replies be tagged then? the netgear is fine with that?
Slimey has joined #openwrt-devel
goliath has joined #openwrt-devel
SpectreDev_01 has quit [Quit: Connection closed for inactivity]
<russell-->
KanjiMonster: the netgear also has a pvid on the trunk ports, and ... it seems to work. i did all of this blind by trial and error, and it worked. it isn't super clear what the netgear is doing.
hanetzer1 has joined #openwrt-devel
hanetzer has quit [Ping timeout: 480 seconds]
tidalf has quit [Remote host closed the connection]
<russell-->
i would replace it all with realtek switches i can run openwrt on, but the person writing the checks might balk. i already pitched them on some linksys e8450's for a hecto-dollar each and they didn't bite.
cmonroe has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
robimarko has quit [Remote host closed the connection]
<philipp64>
russell--: so it was a heckno dollar amount instead...
bluew has joined #openwrt-devel
<russell-->
philipp64: exactly! to me it was weird, because they seemed ready to throw kilo-dollars at the carrier
bluew has quit [Remote host closed the connection]
bluew has joined #openwrt-devel
<russell-->
btw, i'm super happy with the zyxel gs1900-10hp. not only is it: a) a poe switch; but also b) 100USD (substantially cheaper than the engenius ews2910p look-alike); and c) has easily accessible serial port without opening the case. although with the v2 i have i'm not sure realtek-poe is working.
torv has quit [Quit: torv]
torv has joined #openwrt-devel
<slh>
the only drawback of the gs1900 series is the rather limited flash size, apart from that they're a no-brainer (/me gs1900-8, gs1900-24E, gs1900-24, still looking for a cheap PoE one)
<russell-->
slh: gs1900-10hp is 8 ports of PoE for 100USD
<russell-->
the amount of flash seems adequate to me for a switch
<slh>
yeah, but that's a bit more than I'd like to pay at the moment (all of the above were rather- or very, very cheap on the used markets, but PoE capable ones are rarely found there and considerably more expensive); gs1900-8hp v1/ v2 or gs1900-10hp would be my go-to candidates indeed
mcbridematt has joined #openwrt-devel
rmilecki has quit [Quit: Konversation terminated!]