Comment by Philippe De Swert
/etc/udhcpcd.conf gets created by usb-moded when using tethering or network mode. It is a symlink to /run/usb-moded/udhcpcd.conf Otherwise it does not exist....
View ArticleComment by Psycho Squid
This is what I got: [root@Jolla nemo]# find / -type f -iname udhcp* /etc/usb-moded/run/udhcpd-developer-mode.ini /usr/share/doc/wpa_supplicant-2.2+git4/examples/udhcpd-p2p.conf...
View ArticleAnswer by chemist for Where is the udhcpd.conf file located?
find / -type f -iname *dhcp* should return the files you are looking for everything else is probably done by connman
View ArticleComment by Spam Hunter
I'm out of ideas. Sounds like the file doesn't exist in your case. Odd. You could make the file yourself and once created, chmod it to remove all permissions - I say this, as the udhcpd.conf file on my...
View ArticleComment by Psycho Squid
I run devel-su to get higher rights to see and access all files. I have tried a file browser but still cannot find the file. I am starting to wonder if udhcpd is in use?
View ArticleComment by Spam Hunter
Cool, thanks for updating me regarding the change of position of the said file and you're right, as it existed in the /etc folder on the previous OS. Have you tried searching the file using a file...
View ArticleComment by Psycho Squid
Version 1.1.6.27. I know there is a change to the position of the file in the version your device has.
View ArticleComment by Spam Hunter
Hmm, which version of SailfishOS is on your device?, I'm on 1.1.7.27 (opt-in).
View ArticleComment by Psycho Squid
I looked there but no file to be found. I run in devel-su mode so I can access the list of files.
View ArticleAnswer by Spam Hunter for Where is the udhcpd.conf file located?
The `udhcpd.conf` file exists at `/run/usb-moded/` but contains 0 bytes (perhaps this is why it is not found when using any SEARCH facility of any given file browser).
View ArticleComment by Psycho Squid
I searched with: devel-su find -name dhcpd.conf Weird we cannot find the file as it should be used by the DHCP daemon?
View ArticleComment by jollailija
Have you tried to search the filesystem with a search tool or just manually?
View ArticleWhere is the udhcpd.conf file located?
Where is the udhcpd.conf file located? I cannot find it in the filesystem. I want to change the setting so I can set static DHCP client IP for a MAC-address when WIFI-tethering is enabled. Thanks...
View Article