pmbootstrap icon indicating copy to clipboard operation
pmbootstrap copied to clipboard

[n5110] dhcpcd not working

Open michitux opened this issue 7 years ago • 9 comments

On the Samsung Galaxy Note 8.0, dhcpcd does not seem to work:

note8:~# dhcpcd wlan0
DUID 00:01:00:01:22:0e:08:1f:00:90:4c:c5:12:38
wlan0: IAID 4c:c5:12:38
wlan0: rebinding lease of 192.168.0.21
wlan0: soliciting an IPv6 router
wlan0: probing for an IPv4LL address
wlan0: DHCP lease expired
wlan0: soliciting a DHCP lease
wlan0: offered 192.168.0.21 from 192.168.0.1
wlan0: probing address 192.168.0.21/24
wlan0: using IPv4LL address 169.254.122.114
ipv4_addaddr: if_addaddress: Invalid argument
wlan0: leased 192.168.0.21 for 86400 seconds
ipv4_addaddr: if_addaddress: Invalid argument
wlan0: no IPv6 Routers available
timed out
dhcpcd exited

The busybox dhcp client (udcpc) works without any problems. However, as pmOS (postmarketos-base to be precise) depends on networkmanager/dhcpcd now, the busybox ifup function no longer uses udhcpc but dhcpcd. Therefore, afaik, there is no easy way to use udhcpc instead of dhcpcd.

michitux avatar May 03 '18 20:05 michitux