Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14
I am using ubuntu 9.04...i have configured using "sudo pppoeconf" and i have started the connection...but i cant able to browse...these are my outputs..Pls help me... karthick@karthick:~$ sudo pon dsl-provider ...
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    41

    Thumbs up no internet in ubuntu..

    I am using ubuntu 9.04...i have configured using "sudo pppoeconf" and i have started the connection...but i cant able to browse...these are my outputs..Pls help me...

    karthick@karthick:~$ sudo pon dsl-provider
    [sudo] password for karthick:
    Plugin rp-pppoe.so loaded.
    RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
    karthick@karthick:~$ plog
    Aug 6 10:37:45 karthick pppd[3047]: Plugin rp-pppoe.so loaded.
    Aug 6 10:37:45 karthick pppd[3047]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
    Aug 6 10:37:45 karthick pppd[3049]: pppd 2.4.5 started by root, uid 0
    Aug 6 10:37:45 karthick pppd[3049]: error sending pppoe packet: Network is down
    Aug 6 10:37:45 karthick pppd[3049]: error receiving pppoe packet: Network is down
    Aug 6 10:37:50 karthick pppd[3049]: error sending pppoe packet: Network is down

  2. #2
    Just Joined!
    Join Date
    Jan 2009
    Posts
    47
    are you trying to go through wireless

  3. #3
    Just Joined!
    Join Date
    Jun 2009
    Posts
    41
    No wired connection...

  4. #4
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    What does ifconfig report?

  5. #5
    Just Joined!
    Join Date
    Jun 2009
    Posts
    41

    Thumbs up

    root@karthick:~# ifconfig
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:12 errors:0 dropped:0 overruns:0 frame:0
    TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:832 (832.0 B) TX bytes:832 (832.0 B)

  6. #6
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    There's no ethernet adapter listed here. Your net adapter, is it internal or usb?

    If internal, please show me the output of lspci -nn | grep -i net

    If usb, please show me the output of lsusb

  7. #7
    Just Joined!
    Join Date
    Jun 2009
    Posts
    41

    Thumbs up

    I am using internal,this is my output..

    root@karthick:~# lspci -nn | grep -i net
    03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 01)
    root@karthick:~#

  8. #8
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Okay, I think that's supposed to use the r8169 module.

    Show me sudo lsmod | grep 81

    Also show me lspci -k | grep -A 2 net (I should have done that first, sorry).

  9. #9
    Just Joined!
    Join Date
    Jun 2009
    Posts
    41

    Thumbs up

    root@karthick:~# lsmod | grep 81
    r8169 40836 0
    mii 13312 1 r8169

    root@karthick:~# lspci -k | grep -A 2 net
    03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
    Kernel driver in use: r8169
    Kernel modules: r8169

  10. #10
    Just Joined!
    Join Date
    Aug 2006
    Posts
    6
    were you able to connect to net through any other OS [say xp]?

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...