<iocampomx>
Still not working. I've created a DTS file, and included a new Device definition on mt76x8.mk. I'm able to build the image, and boot via TFTP, but, somehow, the driver isn't there. Any advice?
nixuser has quit [Remote host closed the connection]
nixuser has joined #openwrt-devel
rmilecki has quit [Quit: Konversation terminated!]
cmonroe has quit [Ping timeout: 480 seconds]
rmilecki has joined #openwrt-devel
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
valku has quit [Quit: valku]
hitech95 has joined #openwrt-devel
tidalf has quit [Remote host closed the connection]
tidalf has joined #openwrt-devel
Daanct12 has quit [Ping timeout: 480 seconds]
Daanct12 has joined #openwrt-devel
Snuupy has quit [Quit: leaving]
Snuupy has joined #openwrt-devel
Snuupy has quit []
Snuupy has joined #openwrt-devel
tidalf has quit [Ping timeout: 480 seconds]
tidalf has joined #openwrt-devel
Tapper has joined #openwrt-devel
goliath has joined #openwrt-devel
Tapper has quit [Read error: Connection reset by peer]
<mrkiko>
robimarko: yeah, cellular modems are really nice for what they can do, but then ...
<mrkiko>
robimarko: if I can ask - does your device need to stay constantly connected? If so, how did you handle that? I wrote some C code to talk to MM to do so, but was wondering if you found out some different solution
<mrkiko>
robimarko: and - what speeds are you observing more or less?
<robimarko>
mrkiko: It should stay connected if the host device is booted, but that is the default anyway
<mrkiko>
robimarko: sorry, for "staying connected" I mean - data connection, a bearer connected
<robimarko>
Where I live LTE is crap, like 30-ish Mbps, 5G is much better but the eSIM I am using for testing 5G and eSIM at the same time has low data cap so I refrain from testing as one run is 100+ MB
<mrkiko>
robimarko: for me connected is - the modem is in connected state in MM terms
<robimarko>
I know you meant data connection, and yeah its supposed to stay connect all of the time
<robimarko>
Customer already reported one instance of Vodafone ES crapping out though
<robimarko>
Modem tried 8 times to reconnect but it seems that it was the ISP that kicked it of the network if we are to belive the reported error code
<robimarko>
Luckily MM has the AT api exposed via glib so I am sending commands that way as I need to basically integrate external LPA
<robimarko>
And all of that fun is in AT commands
<robimarko>
BTW, it seems that MM 1.22.0 stable is near, they tagged RC1 today
<robimarko>
Also, I found out that the build option to allow AT commands without debug mode did not work, they merged the fixed today:https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/39eb3749be4232d3b1ccfef13409c6bdea8a2faa
<robimarko>
I am still in the early stages or adding our own daemon to do SIM slot GPIO toggling, making sure other GPIO-s are right and handling eSIM
<mrkiko>
robimarko: nice! For the reconnect thing - so you where able to instruct the modem to do it in firmware? I did it all in my own program, since I could get disconnected and once reconnected network parameters may have changed
<mrkiko>
robimarko: so i was curious if there was a more "transparent" way
<mrkiko>
robimarko: and yes, I added a sleep delay before reconnection attempts, otherwise I could end up trying many times with no real benefit
iocampomx has joined #openwrt-devel
castiel652 has joined #openwrt-devel
<hitech95>
if in uboot I create a env with env_set(). I have to do that after or before the relocation? env_get seems to be used before. But i'm not sure.
castiel652 has quit [Quit: Leaving]
dgcampea has quit [Remote host closed the connection]
dgcampea has joined #openwrt-devel
dgcampea has quit [Remote host closed the connection]
dgcampea has joined #openwrt-devel
<robimarko>
mrkiko: No, it was MM that tried reconnecting once it figured out that there is not link
<robimarko>
There was a delay between reconnections but it seems that ISP kicked the modem off for whatever reason
robimarko has quit [Ping timeout: 480 seconds]
robimarko has joined #openwrt-devel
<Mangix>
jow: ping
noahm has quit [Remote host closed the connection]
noahm has joined #openwrt-devel
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
<hitech95>
does anyone know if eth on uboot-mediatek
<hitech95>
works at all?
cmonroe has joined #openwrt-devel
Borromini has joined #openwrt-devel
<ukleinek>
hitech95: sure!
<ukleinek>
(but I don't)
<hitech95>
is dangole in vacvation its been around a month since last time i've seen him here