Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: FYI: RTL8111/8168 works under 13.04 (problems with 12.10)

  1. #21
    Join Date
    Feb 2007
    Location
    Albuquerque, NM US
    Beans
    314
    Distro
    Ubuntu Development Release

    Re: FYI: RTL8111/8168 works under 13.04 (problems with 12.10)

    FWIW I am doing an install using 13.04 and I now have wired Ethernet for the first time with 13.04....I have no clue why I had problems before but it appears to be working properly now.
    cheap hardware....LOTS of it

  2. #22
    Join Date
    Apr 2013
    Beans
    1

    Re: FYI: RTL8111/8168 works under 13.04 (problems with 12.10)

    I have Realtek 8111F which never worked under Ubuntu 12.10, so I always had to manually install r8168 driver from the Realtek website. After updating from 12.10 to 13.04 I get no wired connection and the drivers from Realtek won't install either (I get lots of errors). What should I do? At some point I remember unistalling r8189 on Ubuntu 12.10 if that matters.

  3. #23
    Join Date
    May 2013
    Beans
    1

    working on Gigabyte H61N-D2V

    Hi,

    I just installed Ubuntu 13.04 64bit Server on a Gigabyte H61N-D2V used as NAS, the onboard network adapter is a
    Code:
    Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 06)
    After installation out of the box the adapter was named 'p4p1' which confuses the networking scripts that expect the interface to be named 'eth*'.

    I tried to install the r8168 driver from http://code.google.com/p/r8168/ after stumbling upon http://unixblogger.wordpress.com/201...ethernet-card/, but you only get it to compile after removing the '__devinit's in src/r8168_n.c.

    Anyway, after googling around I found out that the r8169 diver actually works, adding '"biosdevname=0' to the kernel options in /etc/default/grub
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="biosdevname=0"
    fixed the problem and after a reboot the device was named eth0 and is working.

    So if
    Code:
    ifconfig -a
    shows something like 'p4p1' you may want to try this.

  4. #24
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: working on Gigabyte H61N-D2V

    Quote Originally Posted by quantumfoam View Post
    Hi,

    I just installed Ubuntu 13.04 64bit Server on a Gigabyte H61N-D2V used as NAS, the onboard network adapter is a
    Code:
    Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 06)
    After installation out of the box the adapter was named 'p4p1' which confuses the networking scripts that expect the interface to be named 'eth*'.

    I tried to install the r8168 driver from http://code.google.com/p/r8168/ after stumbling upon http://unixblogger.wordpress.com/201...ethernet-card/, but you only get it to compile after removing the '__devinit's in src/r8168_n.c.

    Anyway, after googling around I found out that the r8169 diver actually works, adding '"biosdevname=0' to the kernel options in /etc/default/grub
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="biosdevname=0"
    fixed the problem and after a reboot the device was named eth0 and is working.

    So if
    Code:
    ifconfig -a
    shows something like 'p4p1' you may want to try this.
    Does this fix also work in Saucy?

Page 3 of 3 FirstFirst 123

Tags for this Thread

Bookmarks

Posting Permissions

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