Re: pppoe problems
john <john-k2rtHP/[email protected]>
| Newsgroups | gmane.linux.uclinux.actiontec |
|---|---|
| Message-ID | <1082433809.794.4.camel@lisa> |
I would like to try to copy the binary to flash so that I do not have to load it from an nfs mount. I attempted to add my binary to the romdisk.img and reflash, this always results in a doorstop modem (thanks to the usb cable hack I am able to recover) Any ideas on how to accomplish this? I'm not sure why simply adding a file to romdisk image is hosing the boot loader. -John On Mon, 2004-04-19 at 10:21, Patrick McNamara wrote: > That will teach me to go responding to questions before I may it all the way > through my inbox. Glad you found the answer. > > Patrick M > > --- john <john-k2rtHP/[email protected]> wrote: > > Figured out my problem, (dumb mistake, I rebooted my box and forgot to > > change my pap-secrets file) > > PPOE is working now :) All you need to do is compile the pppoe binary > > and use the script I posted below. -John > > > > > > > > > > > > On Sun, 2004-04-18 at 17:30, john wrote: > > > I'm attempting to run the rp-pppoe on the actiontec router and having > > > problems. Here is what I've done so far > > > > > > 1) disabled bridging so that eth1 comes up and unconfigured on reset > > > 2) removed the default options in /etc/ppp/ > > > 3) compiled the pppoe binary for the actiontec > > > > > > > > > okay, after that I run the following: > > > > > > #!/bin/sh > > > > > > PPP_STD_OPTIONS="ipparam ppp0 linkname ppp0 linkname ppp0 noipdefault > > > noauth \ > > > default-asyncmap defaultroute hide-password nodetach usepeerdns mtu 1492 > > > mru 1492 \ > > > noaccomp noccp nopcomp novj novjccomp user jarv \ > > > lcp-echo-interval 20 lcp-echo-failure 3" > > > > > > # PPPoE invocation > > > PPPOE_CMD="./pppoe -p /var/adsl.pid -I eth1 -T 80 -U -m 1412" > > > /sbin/pppd pty "$PPPOE_CMD" \ > > > $PPP_STD_OPTIONS > > > > > > > > > I see the following on stdout, some stuff about pppd followed by > > > prompt. No activity on eth1. > > > > > > > > > # ./start.sh > > > (null): ACTION_TEC DEBUG : EMBEDDED PPPD 0.1 > > > (null): ACTION_TEC DEBUG : EMBEDDED PPPD 0.2 > > > /sbin/pppd: ACTION_TEC DEBUG : EMBEDDED PPPD 0.3 > > > /sbin/pppd: ACTION_TEC DEBUG : EMBEDDED open serial device > > > /sbin/pppd: ACTION_TEC DEBUG : device_script entry > > > /sbin/pppd: ACTION_TEC DEBUG : device_script entry 4.0 > > > /sbin/pppd: ACTION_TEC DEBUG : device_script entry 4.000 > > > /sbin/pppd: ACTION_TEC DEBUG : device_script entry 4.00x1 > > > # > > > > > > > > > > > > Any ideas? > > > Thanks, > > > John > > > > > > > > > > > > > > > __ > > > ActionHack Mailing List - ActionHack-W7/[email protected] > > > http://www.express.org/mailman/listinfo/actionhack > > > http://www.embeddedlinuxinterfacing.com/wiki.php/ActiontecDualModem > > > > __ > > ActionHack Mailing List - ActionHack-W7/[email protected] > > http://www.express.org/mailman/listinfo/actionhack > > http://www.embeddedlinuxinterfacing.com/wiki.php/ActiontecDualModem > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Photos: High-quality 4x6 digital prints for 25 > http://photos.yahoo.com/ph/print_splash > __ > ActionHack Mailing List - ActionHack-W7/[email protected] > http://www.express.org/mailman/listinfo/actionhack > http://www.embeddedlinuxinterfacing.com/wiki.php/ActiontecDualModem __ ActionHack Mailing List - ActionHack-W7/[email protected] http://www.express.org/mailman/listinfo/actionhack http://www.embeddedlinuxinterfacing.com/wiki.php/ActiontecDualModem