Search:

Type: Posts; User: chili555; Keyword(s):

Search: Search took 0.16 seconds.

  1. Re: problem on: Updating realtek driver from r8169 to r8168?

    You might check here: http://fixunix.com/networking/527067-tools-benchmark-ethernet-performance.html

    netperf is in the Ubuntu repositories.

    Generally, if you connect, download, upload,etc....
  2. Re: problem on: Updating realtek driver from r8169 to r8168?

    The built-in r8169 works perfectly well for many. If it does, I wouldn't change to r8168. If it doesn't work perfectly for your card/router/modem/service provider combination, then I suggest you...
  3. Re: problem on: Updating realtek driver from r8169 to r8168?

    linux-headers-generic is supposed to have as a dependency and correctly install the actual headers matching your running kernel, in your case 3.5.0-17-generic. For some reason, it doesn't always go...
  4. Re: problem on: Updating realtek driver from r8169 to r8168?

    I wonder if the dependent linux-headers matching your running kernel are correctly installed. Please do:
    sudo apt-get install --reinstall linux-headers-`uname -r`Those backticks are on the left side...
  5. Re: problem on: Updating realtek driver from r8169 to r8168?

    I suspect the required build tools aren't yet installed:
    sudo apt-get install build-essential linux-headers-genericThen try to compile and install the driver again.
Results 1 to 5 of 5