Results 1 to 7 of 7

Thread: Trying to Install driver for RTL8101E/RTL8102E - ISSUE

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Beans
    322

    Trying to Install driver for RTL8101E/RTL8102E - ISSUE

    i'm trying to install driver for my RTL8101E/RT8102E for my laptop... i had issues with it after a kernel update... here are commands for building from source
    i got stuck on first one - i'm a newbie but just trying out following instructions provided on driver download
    ---- instructions ----
    # make clean modules (as root or with sudo)
    # make install
    # depmod -a
    # insmod ./src/r8101.ko (or r8101.o for kernel 2.4.x)
    ----

    Code:
    manu@wind:~/Dwnlds/aps/RTL8101E-RTL8102E-Ubuntu-Driver/r8101-1.011.00$ sudo make clean modules
    make -C src/ clean
    make[1]: Entering directory `/home/manu/Dwnlds/aps/RTL8101E-RTL8102E-Ubuntu-Driver/r8101-1.011.00/src'
    rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symvers *.order
    make[1]: Leaving directory `/home/manu/Dwnlds/aps/RTL8101E-RTL8102E-Ubuntu-Driver/r8101-1.011.00/src'
    make -C src/ modules
    make[1]: Entering directory `/home/manu/Dwnlds/aps/RTL8101E-RTL8102E-Ubuntu-Driver/r8101-1.011.00/src'
    make -C /lib/modules/2.6.27-11-generic/build SUBDIRS=/src modules
    make[2]: Entering directory `/usr/src/linux-headers-2.6.27-11-generic'
    scripts/Makefile.build:41: /src/Makefile: No such file or directory
    make[3]: *** No rule to make target `/src/Makefile'.  Stop.
    make[2]: *** [_module_/src] Error 2
    make[2]: Leaving directory `/usr/src/linux-headers-2.6.27-11-generic'
    make[1]: *** [modules] Error 2
    make[1]: Leaving directory `/home/manu/Dwnlds/aps/RTL8101E-RTL8102E-Ubuntu-Driver/r8101-1.011.00/src'
    make: *** [modules] Error 2
    manu@wind:~/Dwnlds/aps/RTL8101E-RTL8102E-Ubuntu-Driver/r8101-1.011.00$

  2. #2
    Join Date
    Feb 2009
    Beans
    11

    Re: Trying to Install driver for RTL8101E/RTL8102E - ISSUE

    I have the same problem. I downloaded the linux driver r8101-1.011.00.tar.bz2 from the Realtek site, got the same errors as you..

  3. #3
    Join Date
    Jun 2007
    Beans
    322

    Re: Trying to Install driver for RTL8101E/RTL8102E - ISSUE

    try this:

    unpack your download...

    in terminal go to the unpacked folder then run these commands

    [NOTE: i'm using RTL8101E and Ubuntu 8.10]

    Code:
    sudo -E make clean modules  
    sudo make install  
    sudo depmod -a
    blacklist r8169
    sudo update-initramfs -u
    hope your problem will be fixed

  4. #4
    Join Date
    Feb 2009
    Beans
    6

    Re: Trying to Install driver for RTL8101E/RTL8102E - ISSUE

    This didn't fix my problem. Same hardware but ethernet still not working in Ubuntu.

    Realtek a really rubbish.

  5. #5
    Join Date
    Jun 2007
    Beans
    322

    Re: Trying to Install driver for RTL8101E/RTL8102E - ISSUE

    thats not good... mine worked after running the above commands...

    just try these 3 first, then reboot and see if it works

    Code:
    sudo -E make clean modules  
    sudo make install  
    sudo depmod -a

  6. #6
    Join Date
    Feb 2009
    Beans
    11

    Re: Trying to Install driver for RTL8101E/RTL8102E - ISSUE

    Hi! Tried this again after a small break from Ubuntu: I tried Debian GNU/Linux "Lenny" and with that the ethernet worked, but otherwise I found Debian a bit complicated. But the Realtek chip must work in Linux since it worked with Lenny. But now I decided to put Xubuntu 8.10 on my minilaptop and tried the commands below, but still the ethernet doesn't work.

    sudo -E make clean modules
    sudo make install
    sudo depmod -a

    I didn't try:

    blacklist r8169
    sudo update-initramfs -u

    Because blacklist wasn't recognized as a command. Are these two commands needed? Any idea why Xubuntu didn't recognize blacklist?

    Thanks!

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
  •