<damex>
Grommish: yeah, maybe? i wonder if there is logs for package builds
al has quit [Ping timeout: 268 seconds]
nitroshift has joined #openwrt-devel
novski__ has joined #openwrt-devel
<novski__>
in looking for somebody who can fix kmod-sound-mtk as paid service. is this the right place to ask?
<PaulFertser>
It might be. But in any case you'll want some text explaining with all the necessary details the problem so that anyone can evaluate the potential resources required to fix it.
<novski__>
ok.
<novski__>
I have a device that can be used with a sound chip over i2s. Unfortunately the driver is broken.
<novski__>
I'm looking for somebody who can fix an openwrt package.
dedeckeh has quit [Remote host closed the connection]
<novski__>
i have feeds.buildinfo config.buildinfo and .config files from my last build. can somebody point me to a description how to apply those to a new build?
ds_shadof has quit [Ping timeout: 260 seconds]
nitroshift has quit [Quit: Gone that way --->]
ds_shadof has joined #openwrt-devel
<Grommish>
novski__: the .config file just sits in your build root
<novski__>
but i noticed that make menuconfig picks up only some config i have made for my previous builds. seams like some packages are not configured in .config? like language->python3 is one of them
rsalvaterra1 has quit [Quit: Leaving.]
<Grommish>
.config isn't removed from build to build. What are you doing between builds?
rsalvaterra has joined #openwrt-devel
nitroshift has joined #openwrt-devel
Ycarus has joined #openwrt-devel
<novski__>
i blown the vm a few months ago to free diskspace. Before I stored my build image and the .config file so i can rebuild it someday but now it seams my config file that i droped in to the openwrt/ folder and then applyed feeds update and install -a did not take all my packages because make menuconfig has them not set...
al has quit [Ping timeout: 260 seconds]
<aparcar[m]>
mangix: What do you think about the SDK issue? I can't reproduce it locally.
<PaulFertser>
novski__: I think you can also enable a switch that allows to select broken packages in menuconfig.
Guest67212 is now known as lep-delete
lep-delete is now known as Guest67212
Guest67212 is now known as lep-delete
<PaulFertser>
novski__: I'll try to reproduce build failure now
aszeszo has joined #openwrt-devel
<PaulFertser>
novski__: sound-mtk seems to be an old driver, and currently sound-mt7620 is offered and used by default. What makes you think it's inadequate?
<novski__>
aplay -l gives aplay: device_list:272: no soundcards found... sound-mt7620 is not installed in my build i made self. does the selection of Linkit Smart 7688 realy select it by default?
<PaulFertser>
novski__: hm, no it's not in the profile. I'll check the dts now to see if that's the right driver.
<PaulFertser>
novski__: yes, it's indeed the driver that should handle i2s module in mt7628.
<PaulFertser>
novski__: but you'll need a small DTS change to enabel it.
<novski__>
well aso for mt7688AN? thats my chip... but i already seen some drivers work that are described as mt7628...
Night-Shade has joined #openwrt-devel
<PaulFertser>
novski__: it's using mt7628an.dtsi so it should work
<novski__>
ok. can you patch it in the next month? im in no hurry...
<PaulFertser>
novski__: I can send a patch for you to test about right now
<novski__>
ok
<PaulFertser>
novski__: http://paste.debian.net/1170555/ to enable it in DTS, and just select sound-mt7620 in menuconfig when building the image
<PaulFertser>
novski__: it won't be enough most probably, but I need to know more about your hardware to configure it properly. Because just i2s support is not a sound card.
<PaulFertser>
novski__: I need to know if hardware is similar to e.g. mt7628an_duzun_dm06.dts
<PaulFertser>
novski__: you say your board has WM8960 but is it using teh same I2C address as this other board? 0x1a?
<novski__>
ah ok. i have a fresh git download and my old .config file but when i copy my old .config file to /env/.config and go in to make menuconfig not even the Terget Profile is set to my board. do i have to do something more than transfairing .config ?
<PaulFertser>
novski__: .config is to be put in the root of the sources
<novski__>
the root has a symlink to /env/.config becaus i used ./scripts/env new current
feriman has joined #openwrt-devel
<novski__>
it seams to pick some info but not all...the Target System is set to (medieTek Ralik MIPS) and the subtarget to MT7688 based boards but the Taget Profile is (Default Profile) not Linkit Smart 7688
<PaulFertser>
novski__: well, select it manually. Probably your old config is not fully compatible.
<karlp>
you might do a cp my-old-config .config; make olddefconfig ort something?
<novski__>
still adding all my special packages again. its a bit a pity that it does not take what i had already configured...
<PaulFertser>
I checked the WM8960 datasheet, it's indeed on address 0x34, hardcoded.
<PaulFertser>
They carefully avoid even mentioning I2C :)
<PaulFertser>
0x34 is 0x1a * 2, so it matches the config I added.
dopje has quit [Read error: Connection reset by peer]
dopje has joined #openwrt-devel
linzst has joined #openwrt-devel
<novski__>
perfect! thanks!
gch981213 has quit [Read error: Connection reset by peer]
gch9812139 has joined #openwrt-devel
al has joined #openwrt-devel
<Tapper>
Hi people I have a .config file that I last used to build for a dveice more than 1 year ago.
PaulFertser has quit [Ping timeout: 246 seconds]
PaulFertser has joined #openwrt-devel
<Tapper>
Can I just inport that .config and kick off a new master build or is there a way to make shure that the config file is updated with any new flags that have bin introduced?
feriman has joined #openwrt-devel
al has quit [Ping timeout: 268 seconds]
linzst has quit [Quit: Leaving]
koniu has quit [Write error: Connection reset by peer]
opal has quit [Read error: Connection reset by peer]
hbug__ has quit [Write error: Connection reset by peer]
hbug__ has joined #openwrt-devel
akira25[m] has left #openwrt-devel ["User left"]
koniu has joined #openwrt-devel
opal has joined #openwrt-devel
<PaulFertser>
novski__: when booting the image please save whole dmesg, that'd be essential to look at if something goes wrong
<karlp>
jow: I've got a view I'd like to use the "new js" style, L.view.extend(), but I want to use some external js in it, what do I need to do to make my external js available via 'require blah'; ? or would I be better off writing a stub lua templated .htm, that includes my external js, and then uses "ui.instantiateView(model)" ?
<karlp>
or is there a third way?
opal has quit [Ping timeout: 240 seconds]
opal has joined #openwrt-devel
jas4711 has quit [Ping timeout: 256 seconds]
dedeckeh has joined #openwrt-devel
decke has joined #openwrt-devel
thagabe has joined #openwrt-devel
gladiac13375 has joined #openwrt-devel
gladiac1337 has quit [Ping timeout: 260 seconds]
gladiac13375 is now known as gladiac1337
<eduardas>
Hello, anyone trying to hack on Xiaomi ax1800? Would like to collaborate if anyone is interested.
<eduardas>
Trying to use mainline's minimal boot support for IPQ6018 to boot on this board, but failing so far
thagabe has quit [Quit: Connection closed]
MichaelOF has joined #openwrt-devel
jas4711 has joined #openwrt-devel
al_ has joined #openwrt-devel
_whitelogger has joined #openwrt-devel
dedeckeh has quit [Remote host closed the connection]
<russell-->
eduardas: failing how?
thagabe has joined #openwrt-devel
adrianschmutzler has joined #openwrt-devel
al_ has quit [Ping timeout: 268 seconds]
<eduardas>
russell--: no output after "Starting kernel ..."
koniu has quit [Remote host closed the connection]
koniu has joined #openwrt-devel
thagabe has quit [Quit: Connection closed]
<jow>
karlp: can you change the external js?
<jow>
karlp: or do you need to use it unmodified (e.g. jquery or some charting library)
<karlp>
I ... can :) I'd rather not, (initially it's the paho mqtt js library, but in general looking for right approaches)
<karlp>
sorry, been away at lunch, should have had some more experiments finished by now :)
<jow>
hm, right. So personally I'd create script tags in view.load() and return a promise resolving on onload
<karlp>
wow, I would never even have thought of that sort of thing :)
<karlp>
makes sense seeing it, but totally not me the not-really-js dev :)
<jow>
making that external js `require` compatible would invole moving it to a specific location (/www/luci-static/resources) and modifying it to return a constructor (something inheriting baseclass and implementing a constructor function)
<jow>
the approach above is likely simpler and less invasive
<karlp>
yeah, I was looking at some of the existing ones, wondering how much of the baseclass bit was required, and how much was just "needs to return an object"
<karlp>
but hadn't gotten very far experimenting.
<karlp>
thanks for this, this should get me a long way,
<jow>
yw
<jow>
if you need to load multiple files you can extend that approach to return a promise.all() aggregate
<Zero_Chaos>
nbd: I have tested PaulFertser's patch (and was the original bug reporter) for fixing mac address allocation. Can you please approve the patch and maybe drop it in the stable tag as well?
<jow>
ynezz: yeah, so the addition of the LD_LIBRARY_PATH seems to be the culprit
danitool has joined #openwrt-devel
adrianschmutzler has quit [Client Quit]
adrianschmutzler has joined #openwrt-devel
<jow>
and before that change it worked by accident because the expaneded @libdir@ points to /builder/shared-workdir/build/staging_dir/host/lib which normally does not exist on systems of SDK users
<jow>
after my change it is built relative to STAGING_DIR and starts to fail
<PaulFertser>
novski__: please do not paste that many lines to a public channel
MichaelOF has quit [Quit: Konversation terminated!]
<novski__>
whats the reason?
<stintel>
there's pastebin for that
<PaulFertser>
novski__: spamming the channel. When pasting many lines essential conversation goes up too fast.
<PaulFertser>
novski__: see pm
<jow>
ynezz: can you CI test a change without me pushing it first?
MichaelOF has joined #openwrt-devel
novski__ has quit [Excess Flood]
novski__ has joined #openwrt-devel
dedeckeh has quit [Remote host closed the connection]
aszeszo has quit [Read error: Connection reset by peer]
aszeszo has joined #openwrt-devel
MichaelOF has quit [Quit: Konversation terminated!]
al_ has joined #openwrt-devel
aszeszo has quit [Ping timeout: 256 seconds]
aszeszo has joined #openwrt-devel
<aparcar[m]>
jow: if you talk about the docker CI, it just downloads an pre-build SDK. You could run the CI on your own fork and change $FILE_HOST to point to a self build SDK. Looking at the code it would still require a valid usign or gpg signature
dedeckeh has joined #openwrt-devel
<aparcar[m]>
do you have a fix in place? I can try it with the method suggested by ynezz
muhaha has quit [Quit: Connection closed]
al_ is now known as al
al has quit []
al has joined #openwrt-devel
nucleo has joined #openwrt-devel
swex_ has joined #openwrt-devel
swex has quit [Ping timeout: 260 seconds]
al has quit [Ping timeout: 268 seconds]
Ycarus has quit [Quit: Ycarus]
Borromini has joined #openwrt-devel
Lochnair has joined #openwrt-devel
Night-Shade has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Night-Shade has joined #openwrt-devel
<ynezz>
jow: yes, I would simply patch manually the current broken SDK and see if it helps
<ynezz>
but it depends on the content of the fix itself
Darkmatter66 has quit [Read error: Connection reset by peer]
Darkmatter66 has joined #openwrt-devel
valku1 has joined #openwrt-devel
valku has quit [Read error: Connection reset by peer]
<jow>
this solves the issue for me (was able to reproduce as well)
ivanich has joined #openwrt-devel
Darkmatter66_ has joined #openwrt-devel
Darkmatter66 has quit [Ping timeout: 265 seconds]
dedeckeh has quit [Remote host closed the connection]
swex_ has quit [Ping timeout: 264 seconds]
swex has joined #openwrt-devel
Borromini has quit [Quit: Lost terminal]
al has joined #openwrt-devel
thagabe has joined #openwrt-devel
feriman has quit [Ping timeout: 265 seconds]
<thagabe>
I've dumped the rootfs (jffs2) for my router and now im trying to find the wifi's firmware (which was updated) anyone know what directory it is located? (not on /lib/firmware) This is a Linksys router
jas4711 has quit [Remote host closed the connection]
opal has quit [Ping timeout: 240 seconds]
opal has joined #openwrt-devel
<thagabe>
nevermind, jefferson needed cstuct 1.0 to work