guidosarducci_ has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
ptudor has quit [Ping timeout: 480 seconds]
ptudor has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
AtomiclyCursed2 has joined #openwrt-devel
AtomiclyCursed has quit [Ping timeout: 480 seconds]
AtomiclyCursed2 is now known as AtomiclyCursed
bluew has quit [Quit: Leaving]
bluew has joined #openwrt-devel
dangole_ has quit [Ping timeout: 480 seconds]
dme3 has joined #openwrt-devel
dme3 has left #openwrt-devel [#openwrt-devel]
<rotanid> rmilecki: regarding TL-WR1043ND v4, info partition is mtd5 not mtd2. and i'm not 100% sure about the MAC being at 0x8, how is it counted? the output is as follows:
<rotanid> root@OpenWrt:~# hexdump -C -n 512 /sys/bus/nvmem/devices/mtd5/nvmem
<rotanid> 00000000 00 00 00 06 00 00 00 00 18 d6 c7 51 9b b0 ff ff
<rotanid> ( and the MAC starts with 18 )
wo0f has joined #openwrt-devel
wo0f has quit [Remote host closed the connection]
wo0f has joined #openwrt-devel
danitool_ has quit [Remote host closed the connection]
rua has quit [Quit: Leaving.]
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
minimal has quit [Quit: Leaving]
Mangix has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<dwfreed> rotanid: it is byte counts, starting with zero, so that would indeed be 0x8
valku has quit [Quit: valku]
<dhewg> jow: nice, thanks!
<dhewg> first link seems to be a private repo?
digitalcircuits has quit [Quit: Signing off from Quassel - see ya!]
digitalcircuit has joined #openwrt-devel
awgh has joined #openwrt-devel
srslypascal has quit [Ping timeout: 480 seconds]
srslypascal has joined #openwrt-devel
dangole_ has joined #openwrt-devel
dangole_ has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openwrt-devel
goliath has joined #openwrt-devel
mstroz has joined #openwrt-devel
<mstroz> hi, I'd like to contribute to the bcm63xx pinouts, what tools do I need? I've got the pinouts for every single chip in the series...
<mstroz> like, exact pinouts
<mstroz> if you give me a moment, I have something that has been wanted for 10+ years
<mstroz> fun fact, brcm secboot is also implemented with arm trusted firmware
<mstroz> https://a.cockfile.com/HeRJxU.pdf (for bcm636x)
<mstroz> yes, you see that, that's just one out of many datasheets
<mstroz> what about bcm3380, perhaps? https://a.cockfile.com/hMMwRE.pdf
<mstroz> I should also note that brcm has stolen openwrt, literally, and is violating the GPL, with "openbfc"
Borromini has joined #openwrt-devel
bbezak has joined #openwrt-devel
danitool has joined #openwrt-devel
<mstroz> don't worry, it's okay that their production servers are all secured with broadcom123/root
<mstroz> fucking garbage
<mstroz> also, you're never going to get the signing keys in the OSS releases, they have to be sent to brcm for verification before the manufacturer is allowed to publish it
<mstroz> but hey, all of those customers sent the schematics off to brcm alongside the pcb design files, so... yes, yes, the schematics for thousands of routers is now known
f00b4r0 has joined #openwrt-devel
gladiac has joined #openwrt-devel
T-Bone has quit [Ping timeout: 480 seconds]
<mstroz> https://a.cockfile.com/KUsPNC.pdf (this is for bcm63138/7)
<mstroz> they don't even have a v5.x.x tree internally, I want to see better mainline support for it
<mstroz> oh, and don't worry, cfe can be replaced with u-boot
Borromini has quit [Quit: Lost terminal]
<mstroz> all of the code you see on brcm's github/in the kernel tree, is absolute garbage written by bored employees, I assure you
<mstroz> it's literally only a single employee or two upstreaming any patch
Borromini has joined #openwrt-devel
<PaulFertser> mstroz: probably BSDL files for the SoCs can be useful to people doing JTAG boundary scan when repairing hardware.
<mstroz> hmm, I'll see
<mstroz> PaulFertser: what's the file extension? .svf, .bsd?
<Borromini> Broadcom got hacked?
<PaulFertser> mstroz: yes, .bsd is common.
<PaulFertser> .svf is basically a set of low-level instructions to be executed by a JTAG adapter, e.g. you can have an SVF file that would flash certain CPLD with specific configuration.
<mstroz> well, they definitely have it, no guarantee
gladiac has quit [Quit: k thx bye]
<mstroz> nvm, found it all
<mstroz> ".bsdl"
<mstroz> [florian]: oh, hi, did you write that docsafe article?
<mstroz> > 20:03 <[florian]> rmilecki: I know that RDP won't ever be GPL and that bothers me
* mstroz checks
<mstroz> leaked data goes into the public domain, anyway
rua has joined #openwrt-devel
rua has quit []
rua has joined #openwrt-devel
<PaulFertser> Very cool.
<PaulFertser> I hope that helps all those cool free software developers hard working on proper support for broadcom gear.
<Znevna> doubt it
<mstroz> I'd be more worried about possible litigation
<Znevna> obviously
<mstroz> if you're careful, you can just label it as "reverse engineering"
<gch981213> Leaked source code aren't really usable due to licensing issues. I guess documents are fine.
<Znevna> I guess nobody is eager to write code for broadcom anyway :P
<gch981213> Znevna: Agree :P
<mstroz> I don't think it'd be that bad if u-boot is on it
<mstroz> cfe, though, is cancer
rua has quit [Quit: Leaving.]
<dhewg> jow: for NL80211_CMD_GET_WIPHY there's wiphy_bands[] in the results, but it looks like the array index is lost?
<dhewg> nla_type specifically, as I did here: https://github.com/openwrt/iwinfo/blob/master/iwinfo_nl80211.c#L3035
<dhewg> there're bands and freqs for each, but not the info which band each entry is
cbeznea has joined #openwrt-devel
bluew has quit [Ping timeout: 480 seconds]
valku has joined #openwrt-devel
rua has joined #openwrt-devel
hanetzer has joined #openwrt-devel
madwoota has quit [Ping timeout: 480 seconds]
madwoota has joined #openwrt-devel
tlj_ has joined #openwrt-devel
tlj has quit [Ping timeout: 480 seconds]
minimal has joined #openwrt-devel
Borromini has quit [Ping timeout: 480 seconds]
robimarko has joined #openwrt-devel
cbeznea1 has joined #openwrt-devel
cbeznea has quit [Read error: Connection reset by peer]
noltari has quit [Quit: Bye ~ Happy Hacking!]
noltari has joined #openwrt-devel
cbeznea1 has quit [Ping timeout: 480 seconds]
<jow> dhewg: not sure what you mean
<jow> dhewg: wiphy_bands should be an array of dicts
<jow> array item 0 is band 0, array item 1 is band 1 etc.
<jow> the array may have holes, e.g. if bands are disabled
<jow> e.g. wiphy_bands: [ null, null, { ... } ] is only band #2 is advertised
<jow> *if
<jow> on a mir3g, "iw phy1 info" only reports band 2
<jow> an equivalent ucode -lnl80211 -e 'printf("%.J\n", nl80211.request(nl80211.const.NL80211_CMD_GET_WIPHY, 0, { wiphy: 1, split_wiphy_dump: t
<jow> rue }))'
<jow> yields wiphy_bands: [ null, { ... } ] here
<jow> so it seems to work as intended
<jow> maybe you expected something like wiphy_bands: { "2": { ... } } ?
<dhewg> something to indicate what band it is, but you're right, I missed the null so the array index already has that info
<dhewg> sorry for the noise
<dhewg> but found this http://sprunge.us/l8Ab1U
<jow> heh, good catch. Can you make a PR against jow-/ucode ?
<dhewg> will do
<jow> would love to find a clever way to calculate nattr automatically
<jow> probably reuqires some x-macro magic
<dhewg> hm, ARRAY_SIZE won't work at least due to []
<dhewg> some sentinel, calc the offset, divide by sizeof(struct) maybe
<jow> wwith sentinels the nattrs wouldn't be required
cbeznea has joined #openwrt-devel
cbeznea has quit [Quit: Leaving.]
cbeznea has joined #openwrt-devel
cbeznea has quit [Quit: Leaving.]
cbeznea has joined #openwrt-devel
gladiac has joined #openwrt-devel
wo0f has quit [Remote host closed the connection]
T-Bone has joined #openwrt-devel
f00b4r0 has quit [Ping timeout: 480 seconds]
<rotanid> dwfreed: hm, therefore it's unclear what's wrong then :/
Borromini has joined #openwrt-devel
cbeznea has quit [Quit: Leaving.]
<swalker> updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html
torv has quit [Remote host closed the connection]
torv_ has joined #openwrt-devel
robimarko has quit [Quit: Leaving]
f00b4r0 has joined #openwrt-devel
T-Bone has quit [Ping timeout: 480 seconds]
Borromini has quit [Quit: Lost terminal]
mnag has joined #openwrt-devel
<hauke> Znevna: sorry I probably overlooked that comment
<hauke> could you create a new pull request with the fix
<Znevna> he did so many changes on that PR that I got tired of tracking them :P
<mnag> hello guys... anyone knows any problem with mwan3 balancing 2 links where sticky doesn't work?
<Znevna> it's no issue tho, just a wasted ALT entry
goliath has quit [Quit: SIGSEGV]
bluew has joined #openwrt-devel
torv_ has quit [Remote host closed the connection]
torv_ has joined #openwrt-devel