* [ptxdist] unrecognized option 'plugin'
@ 2012-05-15 15:16 MC Potgieter
2012-05-15 16:59 ` Michael Olbrich
0 siblings, 1 reply; 3+ messages in thread
From: MC Potgieter @ 2012-05-15 15:16 UTC (permalink / raw)
To: ptxdist
I'm trying to use the ppp driver. In my console output I get the
following error:
Starting pppd...
/usr/sbin/pppd: In file /etc/ppp/options: unrecognized option 'plugin'
failed
Inside the /etc/ppp/options file its using the following plugin.
#
# Use the PPPoE plugin
#
plugin rp-pppoe.so
The rp-pppoe.so file is where its supposed to be /root/usr/lib/pppd/2.4.4
but it seems like the ppp driver does not recognize the 'plugin'
option (like the error states)
What could this be and how can I rectify it?
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] unrecognized option 'plugin'
2012-05-15 15:16 [ptxdist] unrecognized option 'plugin' MC Potgieter
@ 2012-05-15 16:59 ` Michael Olbrich
2012-05-15 17:03 ` MC Potgieter
0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2012-05-15 16:59 UTC (permalink / raw)
To: ptxdist
On Tue, May 15, 2012 at 08:16:16AM -0700, MC Potgieter wrote:
> I'm trying to use the ppp driver. In my console output I get the
> following error:
>
> Starting pppd...
> /usr/sbin/pppd: In file /etc/ppp/options: unrecognized option 'plugin'
> failed
>
> Inside the /etc/ppp/options file its using the following plugin.
>
> #
> # Use the PPPoE plugin
> #
> plugin rp-pppoe.so
>
> The rp-pppoe.so file is where its supposed to be /root/usr/lib/pppd/2.4.4
> but it seems like the ppp driver does not recognize the 'plugin'
> option (like the error states)
>
> What could this be and how can I rectify it?
What's the output of
$ grep PLUGIN= platform-*/build-target/ppp-2.4.4/pppd/Makefile
Michael
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] unrecognized option 'plugin'
2012-05-15 16:59 ` Michael Olbrich
@ 2012-05-15 17:03 ` MC Potgieter
0 siblings, 0 replies; 3+ messages in thread
From: MC Potgieter @ 2012-05-15 17:03 UTC (permalink / raw)
To: ptxdist
On Tue, May 15, 2012 at 9:59 AM, Michael Olbrich
<m.olbrich@pengutronix.de> wrote:
> On Tue, May 15, 2012 at 08:16:16AM -0700, MC Potgieter wrote:
>> I'm trying to use the ppp driver. In my console output I get the
>> following error:
>>
>> Starting pppd...
>> /usr/sbin/pppd: In file /etc/ppp/options: unrecognized option 'plugin'
>> failed
>>
>> Inside the /etc/ppp/options file its using the following plugin.
>>
>> #
>> # Use the PPPoE plugin
>> #
>> plugin rp-pppoe.so
>>
>> The rp-pppoe.so file is where its supposed to be /root/usr/lib/pppd/2.4.4
>> but it seems like the ppp driver does not recognize the 'plugin'
>> option (like the error states)
>>
>> What could this be and how can I rectify it?
>
> What's the output of
>
> $ grep PLUGIN= platform-*/build-target/ppp-2.4.4/pppd/Makefile
>
> Michael
>
> --
> Pengutronix e.K. | |
> Industrial Linux Solutions | http://www.pengutronix.de/ |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
> Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
>
> --
> ptxdist mailing list
> ptxdist@pengutronix.de
grep PLUGIN= platform-*/build-target/ppp-2.4.4/pppd/Makefile
PLUGIN=y
But I've commented the line conatining "plugin rp-pppoe.so" because
I'm not using PPPoE, I'm using a GSM modem over serial. Hope not this
is a mistake.
Now I get an error:
Starting pppd...
/usr/sbin/pppd: In file /etc/ppp/options: unrecognized option 'active-filter'
failed
MC
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-05-15 17:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-15 15:16 [ptxdist] unrecognized option 'plugin' MC Potgieter
2012-05-15 16:59 ` Michael Olbrich
2012-05-15 17:03 ` MC Potgieter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox