DNS Problems with Mobile Data - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: DNS Problems with Mobile Data (/showthread.php?tid=16133) |
RE: DNS Problems with Mobile Data - moxx - 02-22-2022 Same for me, downgrading helped, thank you very much! As I use the phone as daily driver, this quick fix was very important for me. With this line I also prevent apt from updating libnm0: Code: echo -en 'Package: libnm0\nPin: version 1.35.*\nPin-Priority: -1\n\n' >> /etc/apt/preferences RE: DNS Problems with Mobile Data - powo01 - 02-23-2022 In my case after the update there was the mobile ipv6 address and dns missing. Both was send by the mobile provider and I saw it in the modem manager log. But at adding the ipv6 a fault was shown. After the rollback to the version before anything working again. RE: DNS Problems with Mobile Data - arno_nuehm - 03-03-2022 Sadly, the latest Network Manager update to v1.36.0-2 hasn't solved the problem. DNS resolving is still broken and a manual DNS server adress is still needed. RE: DNS Problems with Mobile Data - Zdenek - 03-03-2022 (03-03-2022, 01:58 AM)arno_nuehm Wrote: Sadly, the latest Network Manager update to v1.36.0-2 hasn't solved the problem. DNS resolving is still broken and a manual DNS server adress is still needed. Hi, I've done "apt upgrade" right now and the mobile data is working again. Before that I didn't change anything in configuration scripts, so for me the new version of Network Manager works correctly now... Also dbus packages were upgraded but I'm not sure if that could have any effect... RE: DNS Problems with Mobile Data - user641 - 03-03-2022 (03-03-2022, 01:58 AM)arno_nuehm Wrote: Sadly, the latest Network Manager update to v1.36.0-2 hasn't solved the problem. DNS resolving is still broken and a manual DNS server adress is still needed. for me the v1.36.0-2 solved the problem, I did nothing else than upgrading, and it's working the whole time now RE: DNS Problems with Mobile Data - arno_nuehm - 03-04-2022 (03-03-2022, 04:16 PM)user641 Wrote:(03-03-2022, 01:58 AM)arno_nuehm Wrote: Sadly, the latest Network Manager update to v1.36.0-2 hasn't solved the problem. DNS resolving is still broken and a manual DNS server adress is still needed. Thanks for mentioning! Since I used the workaround via installing resolvconf and adding a new DNS server, I first removed the package resolvconf and then updated network-manager. But it seems, this removed another config file and the DNS server of the mobile provider is still not forwarded into /etc/resolv.conf. After re-installing resolvconf without manually adding a DNS server, everything works fine after rebooting. RE: DNS Problems with Mobile Data - grump_fiddle_reinstall - 03-05-2022 (03-04-2022, 03:36 AM)arno_nuehm Wrote:(03-03-2022, 04:16 PM)user641 Wrote:(03-03-2022, 01:58 AM)arno_nuehm Wrote: Sadly, the latest Network Manager update to v1.36.0-2 hasn't solved the problem. DNS resolving is still broken and a manual DNS server adress is still needed. All working again here after this morning's updates. I decided not to try the workaround so didn't need to fix anything else. RE: DNS Problems with Mobile Data - user641 - 03-05-2022 (03-05-2022, 06:38 AM)grump_fiddle_reinstall Wrote:(03-04-2022, 03:36 AM)arno_nuehm Wrote:(03-03-2022, 04:16 PM)user641 Wrote:(03-03-2022, 01:58 AM)arno_nuehm Wrote: Sadly, the latest Network Manager update to v1.36.0-2 hasn't solved the problem. DNS resolving is still broken and a manual DNS server adress is still needed. Just receive an update of modemmanager too, if I remember correctly the previous version had a bug that used to make me change the APN every now and then. RE: DNS Problems with Mobile Data - TRS-80 - 03-10-2022 (03-05-2022, 06:38 AM)grump_fiddle_reinstall Wrote: All working again here after this morning's updates. I decided not to try the workaround so didn't need to fix anything else. Thanks for report! I had been holding off on updating after reading this issue, but now I feel more confident to go ahead. RE: DNS Problems with Mobile Data - Fish - 03-11-2022 (03-03-2022, 01:58 AM)arno_nuehm Wrote: Sadly, the latest Network Manager update to v1.36.0-2 hasn't solved the problem. DNS resolving is still broken and a manual DNS server adress is still needed. Same here... Reinstalling resolvconf didnĀ“t help either. |