From: Philip P. <phi...@re...> - 2011-03-05 20:20:37
|
I recently moved into Frontier Communications land, and it's been difficult getting support from them on non-Frontier issued equipment (including being told the settings were 'proprietary'... huh???). Anyway, I'm troubleshooting the DSL support on OpenWRT which is somewhat untested on my Geos (which has the Solos chipset built in). I'm using the config: config 'interface' 'wan' option 'proto' 'dhcp' option 'ifname' 'nas0' config 'atm-bridge' option 'unit' '0' option 'vpi' '0' option 'vci' '35' option 'atmdev' '0' option 'encaps' 'vc' option 'payload' 'routed' ("atmdev" just sets the unit # for the nasX interface, 'unit' sets the port # on a multiport card) But this isn't working and indeed I'm seeing: Mar 5 11:31:03 OpenWrt kern.warn kernel: solos 0000:00:0c.0: Received packet for unknown VPI.VCI 0.35 on port 0 Can someone walk me through troubleshooting this? Glancing at the driver code, it's not clear why I'd be seeing that message. I'm running 2.6.37. Thanks, -Philip |