WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Using ADSL Internet Connection  (Read 4685 times)

Offline tothmarcell97

  • Newbie
  • *
  • Posts: 6
Re: Using ADSL Internet Connection
« Reply #15 on: January 29, 2011, 11:51:47 AM »
Thanks again. I think my problem is solved. (I didn't test it now, but I think it will be okay.

Offline tothmarcell97

  • Newbie
  • *
  • Posts: 6
Re: Using ADSL Internet Connection
« Reply #16 on: January 30, 2011, 09:03:48 AM »
It's okay, I did the configuration, but when I want to start the connection (sudo pppd eth0) i get an error:
(Plugin rp-pppoe.so loaded)
RP-PPPoE plugin version 3.3 compiled against pppd 2.4.4
and the connection doesn't work.

Offline combo3

  • Full Member
  • ***
  • Posts: 148
Re: Using ADSL Internet Connection
« Reply #17 on: January 30, 2011, 10:19:49 AM »
Those aren't error messages: they're runtime information.

Run the following commands and attach the text files to your next post.

Code: [Select]
tc@box:~$sudo pppd eth0 | tee errors.txt
tc@box:~$ ifconfig > ifconfig.txt
tc@box:~$ lsmod > lsmod.txt
tc@box:~$ dmesg | grep eth0 > dmesg.txt
« Last Edit: January 30, 2011, 10:51:52 AM by combo3 »

Offline tothmarcell97

  • Newbie
  • *
  • Posts: 6
Re: Using ADSL Internet Connection
« Reply #18 on: January 30, 2011, 12:11:39 PM »
I will be able to test it next Tuesday i think, I'll attach that info.