I recently upgraded to opensuse 13.2 from 13.1 using Zypper.
I normally run the internet connection through a router to a modem, as I have more than 1 machine connected to the internet.
I have been having some troubles with my internet speeds and connection issues and my isp has requested that I setup my internet connection to just the modem with only one machine connected. I have done this before by going to Yast>DSL Devices and providing my isp’s info and my username and password and then connecting to the modem only, rebooting and on starting the dsl[pppoe] connection is made.
My problem is this: In 13.2 YAST does not contain a section called DSL devices and there is nowhere, that I can find, to enter my isp info for that DSL[pppoe] connection.
I have done some searching and found these two posts:
https://forums.opensuse.org/showthread.php/502199-UPGRADING-REMOVES-PPPOE-(13-1-gt-13-2)
Post #6
rafter22 says “Anyone using PPPoE to connect to the internet, download the rpm for rp-pppoe BEFORE running the upgrade”
So would this mean that I would download/install this rpm while still in 13.1 ? [if 13.1 has the dsl devices in Yast, would this rpm carry over to the 13.2 upgrade(done thru zypper)?]
I found a one-click install for rp-pppoe [openSUSE Software] and did that. I then rebooted but nothing seems to have changed.
Post #7
cdugal to getting a working PPPoE connection on boot using pppd and systemd
I tried following cdugal’s advice but I am not sure what to put in for my information. What I did put in did not work, so it must have been wrong.
https://bugzilla.opensuse.org/show_bug.cgi?id=903553
In the above bug report at the end [comment #12] Reinhard Max says:
> It will be quite easy to solve for 13.2, we just need assign this bug to
>ppp
’s maintainer, and tell him to add rp-pppoe as a Requires.
I** just verified that pppd does not need the rp-pppoe package for creating pppoe connections in 13.2** by manually executing “pppd call myisp debug” with the content of /etc/ppp/peers/myisp as follows:
--- snip --- plugin rp-pppoe.so eth1 user "myUserName" password "myPassWord" --- snap ---
So if there is a regression in 13.2, the bug must be in the components that configure/execute pppd (or try to call pppoed instead), but not in the ppp package itself or in its dependencies.
Is there any further information on how to get the pppoe working on opensuse 13.2? Must I reinstall 13.1 and upgrade from there to get DSL devices [pppoe] back in Yast as suggested by rafter22 or is cdugal correct in his guide or is Reinhard Max correct in saying that the rp-pppoe rpm is not needed? Or are they all correct and I just need to pick one. Not trying to be funny, I am slightly befuddled by all this info.
Is it possible to get Network Manager running and setup a pppoe connection thru there?
Thanks