View Single Post
Old 08-14-2016, 08:06 PM   #38
freekobo
Addict
freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.
 
freekobo's Avatar
 
Posts: 250
Karma: 2731310
Join Date: Jan 2013
Device: Kobo Aura
What model of router are you using? What firmware version?
Do you have a guest network enabled?
Have you tried to reset your router to defaults?

I'm no expert but it looks like DHCP is failing for some reason and then connection is lost, the file dhcpcd-eth0-Wi-Fi.lease is never written.
From my log;
Quote:
Aug 14 21:14:07 dhcpcd[867]: eth0: soliciting a DHCP lease
Aug 14 21:14:07 dhcpcd[867]: eth0: sending DISCOVER (xid 0x2ac1ca56), next in 3.6 seconds
Aug 14 21:14:07 dhcpcd[867]: eth0: offered 192.168.2.27 from 192.168.2.1
Aug 14 21:14:07 dhcpcd[867]: eth0: sending REQUEST (xid 0x2ac1ca56), next in 4.3 seconds
Aug 14 21:14:07 dhcpcd[867]: eth0: acknowledged 192.168.2.27 from 192.168.2.1
Aug 14 21:14:07 dhcpcd[867]: eth0: leased 192.168.2.27 for 86400 seconds
Aug 14 21:14:07 dhcpcd[867]: eth0: renew in 43200 seconds, rebind in 75600 seconds
Aug 14 21:14:07 dhcpcd[867]: eth0: writing lease `/var/db/dhcpcd-eth0-Wi-Fi.lease'
Aug 14 21:14:07 dhcpcd[867]: eth0: adding IP address 192.168.2.27/24
Aug 14 21:14:07 dhcpcd[867]: eth0: adding route to 192.168.2.0/24
Aug 14 21:14:07 dhcpcd[867]: eth0: adding default route via 192.168.2.1
Aug 14 21:14:07 dhcpcd[867]: eth0: executing `/libexec/dhcpcd-run-hooks' BOUND
Aug 14 21:14:07 dhcpcd-dbus: event on interface eth0 (BOUND)
Aug 14 21:14:07 dhcpcd-dbus: status changed to connected
From yours;
Quote:
Aug 14 18:49:52 dhcpcd[877]: eth0: soliciting a DHCP lease
Aug 14 18:49:52 dhcpcd[877]: eth0: sending DISCOVER (xid 0xe8e3cbce), next in 3.5 seconds
Aug 14 18:49:52 nickel: void WirelessManager::scanResults(const QString&) QVector("WirelessNetwork { ssid=Bot, type=WPA2 }") QVector()
Aug 14 18:49:52 nickel: void WirelessManager::networkEvent(const QVariantMap&) "CARRIER" QMap(("Flags", QVariant(uint, 69699) ) ( "Interface" , QVariant(QString, "eth0") ) ( "InterfaceOrder" , QVariant(QString, "eth0") ) ( "Metric" , QVariant(ushort, 302) ) ( "Reason" , QVariant(QString, "CARRIER") ) ( "Type" , QVariant(QString, "ipv4") ) ( "Up" , QVariant(bool, false) ) ( "Wireless" , QVariant(bool, true) ) )
Aug 14 18:49:55 dhcpcd[877]: eth0: sending DISCOVER (xid 0xe8e3cbce), next in 7.7 seconds
Aug 14 18:49:56 wpa_supplicant[866]: CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Aug 14 18:49:56 dhcpcd[877]: eth0: carrier lost
Aug 14 18:49:56 dhcpcd[877]: eth0: executing `/libexec/dhcpcd-run-hooks' NOCARRIER
Aug 14 18:49:56 dhcpcd[877]: eth0: executing `/libexec/dhcpcd-run-hooks' EXPIRE
Aug 14 18:49:56 dhcpcd-dbus: event on interface eth0 (NOCARRIER)
Aug 14 18:49:56 dhcpcd-dbus: event on interface eth0 (EXPIRE)

Last edited by freekobo; 08-14-2016 at 08:19 PM.
freekobo is offline   Reply With Quote