[FS#498] Need to manually restart br2684ctl after each reboot to connect to pppoa-wan

LEDE Bugs lede-bugs at lists.infradead.org
Sat Feb 11 06:26:35 PST 2017


A new Flyspray task has been opened.  Details are below. 

User who did this - Joey Riches (joebonrichie) 

Attached to Project - LEDE Project
Summary - Need to manually restart br2684ctl after each reboot to connect to pppoa-wan
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - lede-17.01
Due in Version - Undecided
Due Date - Undecided
Details - I have a WD8970 running 17.01-rc2 I connect to the internet over pppoa and adsl, this problem occurs with no additional packages installed.
Every time I restart the router the adsl connection successfully handshakes and connects, but the wan connection doesn't become available. I need to run /etc/init.d/br2684ctl restart for the wan to be up.

Here is logread before I restart br2684ctl, this is continually spammed.

Fri Feb 10 02:23:12 2017 daemon.notice netifd: Interface 'wan' is setting up now
Fri Feb 10 02:23:12 2017 daemon.info pppd[27679]: Plugin pppoatm.so loaded.
Fri Feb 10 02:23:12 2017 daemon.info pppd[27679]: PPPoATM plugin_init
Fri Feb 10 02:23:12 2017 daemon.info pppd[27679]: PPPoATM setdevname_pppoatm - SUCCESS:0.0.38
Fri Feb 10 02:23:12 2017 daemon.notice pppd[27679]: pppd 2.4.7 started by root, uid 0
Fri Feb 10 02:23:12 2017 daemon.err pppd[27679]: connect(0.0.38): Address in use
Fri Feb 10 02:23:12 2017 daemon.info pppd[27679]: Exit.
Fri Feb 10 02:23:12 2017 daemon.notice netifd: Interface 'wan' is now down


Here is the relevant bits from /etc/config/network

config atm-bridge 'atm'
	option payload 'bridged'
	option vci '38'
	option vpi '0'
	option encaps 'vc'

config dsl 'dsl'
	option tone 'av'
	option line_mode 'adsl'
	option xfer_mode 'atm'
	option annex 'a2p'
	option firmware '/lib/firmware/lantiq-vrx200-a.bin'

config device 'wan_dev'
	option name 'ptm0'
	option macaddr 'e8:94:f6:f4:79:4d'

config interface 'wan'
	option proto 'pppoa'
	option encaps 'vc'
	option atmdev '0'
	option vci '38'
	option vpi '0'
	option username '***@plusdsl.net'
	option password '***'
	option ipv6 'auto'
	option peerdns '0'
	option dns '8.8.8.8 8.8.4.4'




   

 

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=498



More information about the lede-bugs mailing list