Julio González Gil

Results 111 comments of Julio González Gil

I am pretty sure the problem is ```table_name '')``` (no value for `table_name` param). Problem seems to be at https://github.com/tds-fdw/tds_fdw/blob/master/src/tds_fdw.c#L3155 (`prev_table` is null). Wild guess: are you sure the user...

> Interestingly, the issue seems to have resolved when I locally built FreeTDS off of the current master, then built tds-fdw again. OSX Mojave, FreeTDS originally from brew. What was...

@jimmyw exactly the same problem here. How did you manage to open the plug and access the serial connectors? Can you share a some pictures? I'd like to avoid breaking...

False alarm! I was alarmed by the fact that no LED was working... but eventually I realized that the Wifi for tasmota was present, and it seems it's working fine....

I tried to flash another two, one worked, the other one failed. I wasn't really checking if I could see the filesystem via HTTP. Right now: - Doesn't create its...

I feel stupid. It's just a matter of removing a phillips screw from the hole at the bottom of the smartplug. After that, it's just a matter of following https://faulty.cloud/blog/shelly-plug-s-pinout...

I tested this with my Huawei K5150, and SIM that is in roaming mode (Spanish VMO) and the following configs: ``` config interface 'wwan' option device '/dev/cdc-wdm0' option proto 'mbim'...

@patrakov I will check tomorrow, and if `umbim` supports MCC/MNC, I will add the support to this patch. However, I have one question: do you want to make them mandatory...

It seems `MBIM_REGISTER_ACTION_MANUAL` is [defined](https://git.openwrt.org/?p=project/umbim.git;a=blob;f=mbim-enum.h;h=3f6f414df4d5f144d6d355c321a4bd078277ed16;hb=HEAD#l492), but not used at `mbim_registration_request(void)`, indeed. So I guess support for MCC/MNC could be added to `umbim` by someone with enough C knowledge. For now,...

Somehow I think I hit this at https://forum.openwrt.org/t/huawei-k5150-uqmi-does-not-work/134482/13 (problem was not uqmi, as the K5150 does not support it)