it is not a material associated pb. you will see why.
FROM
Linux FLY-ENGINE 6.8.0-35-generic #41-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 2 20:41:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
TO
Linux FLY-ENGINE 6.8.0-41-generic #41-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 2 20:41:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
i have an netplan update that broke all my connexions:
- no network listed in manager to activate
- local 127.0.0.0 network moved to a curious 169.x.x.x ip address.
- deleting not functional interface in netmanager cause an error because of unreacheable files or bad rights on them ( netplan generate ok / apply not ok but net file in /netplan is deleted)
- Impossible to use systemd renderer because of non existence for naturals config folders.( thinking it will cause some bad results with a netplan natural kubuntu context )
- trying to configure a new interface make hasardous results in config and interface do not working( be there but no activated, and sometimes taking "Lo" name)
to solve this problem if it is not a material or pilot pb::
- configure new interface with netmanager ( netplan apply) ( it will show Lo interface up but not the other)
- manually configure with console admin, ip, gateway(route add...) and resolvers( resolv.conf) for your net interface ( connexion is very unstable switch on and off all the time )
- activate interface or reboot
- test net with ping google or web access. you have now a basic connection
- do an apt update
- and force apt install kde, then apt install kde-full ( or try to remove netmanager and reinstall it)
- reconfigure your interfaces with netmanager
now i have retrieved a normal working connexion.
it should exist a more specific solution but i don't know enough kubuntu specs to find it.
i show during the resolution that WakeonLan for any created new interface is on. but not wanted. and i didn't seek where the option to disable it is located in kdenetmanager.
Is a "ethtool eth0 -wol d" is a launch time config only ?
FROM
Linux FLY-ENGINE 6.8.0-35-generic #41-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 2 20:41:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
TO
Linux FLY-ENGINE 6.8.0-41-generic #41-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 2 20:41:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
i have an netplan update that broke all my connexions:
- no network listed in manager to activate
- local 127.0.0.0 network moved to a curious 169.x.x.x ip address.
- deleting not functional interface in netmanager cause an error because of unreacheable files or bad rights on them ( netplan generate ok / apply not ok but net file in /netplan is deleted)
- Impossible to use systemd renderer because of non existence for naturals config folders.( thinking it will cause some bad results with a netplan natural kubuntu context )
- trying to configure a new interface make hasardous results in config and interface do not working( be there but no activated, and sometimes taking "Lo" name)
to solve this problem if it is not a material or pilot pb::
- configure new interface with netmanager ( netplan apply) ( it will show Lo interface up but not the other)
- manually configure with console admin, ip, gateway(route add...) and resolvers( resolv.conf) for your net interface ( connexion is very unstable switch on and off all the time )
- activate interface or reboot
- test net with ping google or web access. you have now a basic connection
- do an apt update
- and force apt install kde, then apt install kde-full ( or try to remove netmanager and reinstall it)
- reconfigure your interfaces with netmanager
now i have retrieved a normal working connexion.
it should exist a more specific solution but i don't know enough kubuntu specs to find it.
i show during the resolution that WakeonLan for any created new interface is on. but not wanted. and i didn't seek where the option to disable it is located in kdenetmanager.
Is a "ethtool eth0 -wol d" is a launch time config only ?
Comment