Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.hardware > #978
| Newsgroups | comp.os.linux.hardware |
|---|---|
| From | Curt <curty@free.fr> |
| Subject | Re: Slow Internet connection |
| References | <87aa8f4zb6.fsf@engels.HistoricalMaterialism.info> <8739e74sku.fsf@engels.HistoricalMaterialism.info> <gjxI70UYBlcC-pn2-LGrwsiYljeS8@trevor2.dsl.pipex.com> <87fwi6slby.fsf@engels.HistoricalMaterialism.info> <166ddb35-7097-401d-967f-88c7de4d15d7@p2g2000vbj.googlegroups.com> |
| Organization | Unorganized |
| Message-ID | <slrnjgm6g0.4c0.curty@einstein.electron.org> (permalink) |
| Date | 2012-01-09 16:47 +0000 |
On 2011-11-16, Damiano Santini <damy832000@yahoo.it> wrote:
> You must see that the chipset Realtek 8168 are in pci-ex and 8169 in
> pci. There is a bug and the kernel load driver r8169 also for the
> r8168 with a lot of problems.
I can confirm that (if I'm understanding what you're saying there).
curty@einstein:~$ lspci | grep -i ethernet
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
curty@einstein:~$ uname -a
Linux einstein 2.6.32-5-amd64 #1 SMP Thu Nov 3 03:41:26 UTC 2011 x86_64
GNU/Linux
The kernel driver (r8169) is very flakey, with frequent connection
losses requiring restarting networking and poor throughput (is that the
correct term for diminished download speeds?).
> if is on the list make the follow:
> 1)download driver from
> http://www.realtek.com/downloads/downloadsView.aspx?Langid=1&PNid=13&PFid=5&Level=5&Conn=4&DownTypeID=3&GetDown=false
> 2) execute as root
> tar -xvf r8168-XXXXXXXXXX.tar.bz2
> cd r8168-8.XXXXXXXXXXXX
Why not use the autorun.sh script provided with the tarball?
> make clean modules
> make install
> depmod -a
> rmmod r8169
> modprobe r8168
>
> after edit file /etc/modprobe.d/blacklist
> add line ' blacklist r8169'
I don't have a file /etc/modprobe.d/blacklist.
I have /etc/modprobe.d/blacklist.conf
Using debian squeeze here. But the above file says "it does not affect
autoloading of modules by the kernel," so I wonder if your technique
would be effective. The autorun.sh script simply removes the module
('rmmod 8169', if it's loaded) and renames it r8169.bak.
> after type:
> update-initramfs -u
> /etc/init.d/networking restart.
>
> With right kernel module your NIC use all pci-ex resource(2,5 gb/s) in
> real full duplex
Back to comp.os.linux.hardware | Previous | Next — Previous in thread | Find similar | Unroll thread
Slow Internet connection Haines Brown <haines@HistoricalMaterialism.info> - 2011-11-01 11:50 -0400
Re: Slow Internet connection notbob <notbob@nothome.com> - 2011-11-01 16:32 +0000
Re: Slow Internet connection Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2011-11-01 10:48 -0700
Re: Slow Internet connection Haines Brown <haines@HistoricalMaterialism.info> - 2011-11-01 14:15 -0400
Re: Slow Internet connection "Trevor Hemsley" <Trevor.Hemsley@mytrousers.ntlworld.com> - 2011-11-01 17:14 -0500
Re: Slow Internet connection Haines Brown <haines@HistoricalMaterialism.info> - 2011-11-02 09:30 -0400
Re: Slow Internet connection Damiano Santini <damy832000@yahoo.it> - 2011-11-15 16:20 -0800
Re: Slow Internet connection Curt <curty@free.fr> - 2012-01-09 16:47 +0000
csiph-web