Julio González Gil

Results 111 comments of Julio González Gil

I think the problem happpens at https://git.openwrt.org/?p=project/umbim.git;a=blob;f=cli.c;h=3a845d463d843040e19325de2098831ca47fb014;hb=HEAD#l153: ``` if (le32toh(state->registerstate) == MBIM_REGISTER_STATE_HOME) return 0; return le32toh(state->registerstate); ``` According to https://git.openwrt.org/?p=project/umbim.git;a=blob;f=mbim-enum.h;h=3f6f414df4d5f144d6d355c321a4bd078277ed16;hb=HEAD#l511, `4` is the code for `MBIM_REGISTER_STATE_HOME` and `5` for `MBIM_REGISTER_STATE_PARTNER`...

> As you can see on the log this virtual movile network registration is carried like if we were roaming, this is quite typical here in Spain with all virtual...

@mantinan, seems it seems you reported the issue, maybe you want to have a look at the PR (if you still need the fix)

@mantinan are you using exactly the same SIM? Did your carrier changed since 2022? Maybe it just doesn't use roaming anymore?

@nodeg IMHO this is different issue, not the same you have. In his case it's a network issue, not a 404. And in his case he's using a SP3 image,...

The installation instructions were wrong: https://github.com/uyuni-project/sumaform/pull/992 Since with those instructions, the package will be installed with the sumaform vendor, updates from openSUSE will never be installed unless the user allows...

+1, but let's not add certificates and private keys to the sumaform repository. It's better if we can provide the certificate and private key (and ideally intermediate CA cerificate) as...

> devel tools must have higher priority than regular client tools Good point! This could be a problem ATM. Do we allow vendor change at Uyuni/SUSE Manager? Because SUSE is...

Good to know. Then we don't really need to worry about ``, at least for SLE and RES/RHEL/CentOS/Oracle. The Head projects for such clients have: ``` Release: 401...develHead ``` And...