<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic unable to install r8169 module on sles 10 sp1 - help asap in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unable-to-install-r8169-module-on-sles-10-sp1-help-asap/m-p/4177477#M32189</link>
    <description># rpm -qa  "kernel*" "bin*" "gcc*"&lt;BR /&gt;gcc-4.1.2_20070115-0.11&lt;BR /&gt;gcc-info-4.1.2_20070115-0.11&lt;BR /&gt;gcc-objc-4.1.2_20070115-0.11&lt;BR /&gt;binutils-2.16.91.0.5-23.20&lt;BR /&gt;kernel-default-2.6.16.46-0.12&lt;BR /&gt;kernel-source-2.6.16.46-0.12&lt;BR /&gt;gcc-locale-4.1.2_20070115-0.11&lt;BR /&gt;gcc-obj-c++-4.1.2_20070115-0.11&lt;BR /&gt;gcc-c++-4.1.2_20070115-0.11&lt;BR /&gt;&lt;BR /&gt;# hwinfo --netcard&lt;BR /&gt;25: PCI 200.0: 0200 Ethernet controller&lt;BR /&gt;  [Created at pci.312]&lt;BR /&gt;  UDI: /org/freedesktop/Hal/devices/pci_10ec_8136&lt;BR /&gt;  Unique ID: rBUF.qX9lXQs9pvF&lt;BR /&gt;  Parent ID: qTvu.4chw4Z9dkyF&lt;BR /&gt;  SysFS ID: /devices/pci0000:00/0000:00:1c.1/0000:02:00.0&lt;BR /&gt;  SysFS BusID: 0000:02:00.0&lt;BR /&gt;  Hardware Class: network&lt;BR /&gt;  Model: "Lenovo Ethernet controller"&lt;BR /&gt;  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."&lt;BR /&gt;  Device: pci 0x8136 &lt;BR /&gt;  SubVendor: pci 0x17aa "Lenovo"&lt;BR /&gt;  SubDevice: pci 0x3029 &lt;BR /&gt;  Revision: 0x01&lt;BR /&gt;  Driver: "r8169"&lt;BR /&gt;  Device File: eth0&lt;BR /&gt;  I/O Ports: 0xc800-0xc8ff (rw)&lt;BR /&gt;  Memory Range: 0xff8ff000-0xff8fffff (rw,non-prefetchable)&lt;BR /&gt;  Memory Range: 0xff8c0000-0xff8dffff (ro,prefetchable,disabled)&lt;BR /&gt;  IRQ: 177 (no events)&lt;BR /&gt;  HW Address: 00:1a:6b:62:e0:a0&lt;BR /&gt;  Link detected: no&lt;BR /&gt;  Module Alias: "pci:v000010ECd00008136sv000017AAsd00003029bc02sc00i00"&lt;BR /&gt;  Driver Info #0:&lt;BR /&gt;    Driver Status: r8169 is active&lt;BR /&gt;    Driver Activation Cmd: "modprobe r8169"&lt;BR /&gt;  Config Status: cfg=no, avail=yes, need=no, active=unknown&lt;BR /&gt;  Attached to: #14 (PCI bridge)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Problem is that this network card doesnt work. cant communicate with any other machine. This machine is dual boot with MS XP, and when using  XP i can communicate with other machines.&lt;BR /&gt;So I decide to  to download the driver from &lt;A href="http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&amp;amp;PNid=13&amp;amp;PFid=4&amp;amp;Level=5&amp;amp;Conn=4&amp;amp;DownTypeID=3&amp;amp;GetDown=false&amp;amp;Downloads=true" target="_blank"&gt;http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&amp;amp;PNid=13&amp;amp;PFid=4&amp;amp;Level=5&amp;amp;Conn=4&amp;amp;DownTypeID=3&amp;amp;GetDown=false&amp;amp;Downloads=true&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;untar the .bz file, then cd into it, and did as per the installation instruction in readme file.&lt;BR /&gt;&lt;BR /&gt;# cd r8169-6.004.00 &lt;BR /&gt;got errors when&lt;BR /&gt;# make clean modules&lt;BR /&gt;make clean modules&lt;BR /&gt;make -C src/ clean&lt;BR /&gt;make[1]: Entering directory `/r8169-6.004.00/src'&lt;BR /&gt;rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symvers rset&lt;BR /&gt;make[1]: Leaving directory `/r8169-6.004.00/src'&lt;BR /&gt;make -C src/ modules&lt;BR /&gt;make[1]: Entering directory `/r8169-6.004.00/src'&lt;BR /&gt;make -C /lib/modules/2.6.16.46-0.12-default/build SUBDIRS=/r8169-6.004.00/src modules&lt;BR /&gt;make[2]: Entering directory `/usr/src/linux-2.6.16.46-0.12-obj/i386/default'&lt;BR /&gt;make -C ../../../linux-2.6.16.46-0.12 O=../linux-2.6.16.46-0.12-obj/i386/default modules&lt;BR /&gt;  CC [M]  /r8169-6.004.00/src/r8169_n.o&lt;BR /&gt;/r8169-6.004.00/src/r8169_n.c: In function ‘rtl8169_tso’:&lt;BR /&gt;/r8169-6.004.00/src/r8169_n.c:3004: error: ‘struct skb_shared_info’ has no member named ‘tso_size’&lt;BR /&gt;make[5]: *** [/r8169-6.004.00/src/r8169_n.o] Error 1&lt;BR /&gt;make[4]: *** [_module_/r8169-6.004.00/src] Error 2&lt;BR /&gt;make[3]: *** [modules] Error 2&lt;BR /&gt;make[2]: *** [modules] Error 2&lt;BR /&gt;make[2]: Leaving directory `/usr/src/linux-2.6.16.46-0.12-obj/i386/default'&lt;BR /&gt;make[1]: *** [modules] Error 2&lt;BR /&gt;make[1]: Leaving directory `/r8169-6.004.00/src'&lt;BR /&gt;make: *** [modules] Error 2&lt;BR /&gt;&lt;BR /&gt;# make install&lt;BR /&gt;make -C src/ install&lt;BR /&gt;make[1]: Entering directory `/r8169-6.004.00/src'&lt;BR /&gt;install -m 744 -c r8169.ko /lib/modules/2.6.16.46-0.12-default/kernel/drivers/net/&lt;BR /&gt;install: cannot stat `r8169.ko': No such file or directory&lt;BR /&gt;make[1]: *** [install] Error 1&lt;BR /&gt;make[1]: Leaving directory `/r8169-6.004.00/src'&lt;BR /&gt;make: *** [install] Error 2&lt;BR /&gt;&lt;BR /&gt;# insmod ./src/r8169.ko &lt;BR /&gt;insmod: can't read './src/r8169.ko': No such file or directory&lt;BR /&gt;&lt;BR /&gt;I also check manually in&lt;BR /&gt;# ls /r8169-6.004.00/src/r8169*&lt;BR /&gt;/r8169-6.004.00/src/r8169.h  /r8169-6.004.00/src/r8169_n.c&lt;BR /&gt;&lt;BR /&gt;that is no r8169.ko in /r8169-6.004.00/src&lt;BR /&gt;&lt;BR /&gt;Please help asap</description>
    <pubDate>Thu, 10 Apr 2008 07:33:39 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2008-04-10T07:33:39Z</dc:date>
    <item>
      <title>unable to install r8169 module on sles 10 sp1 - help asap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-install-r8169-module-on-sles-10-sp1-help-asap/m-p/4177477#M32189</link>
      <description># rpm -qa  "kernel*" "bin*" "gcc*"&lt;BR /&gt;gcc-4.1.2_20070115-0.11&lt;BR /&gt;gcc-info-4.1.2_20070115-0.11&lt;BR /&gt;gcc-objc-4.1.2_20070115-0.11&lt;BR /&gt;binutils-2.16.91.0.5-23.20&lt;BR /&gt;kernel-default-2.6.16.46-0.12&lt;BR /&gt;kernel-source-2.6.16.46-0.12&lt;BR /&gt;gcc-locale-4.1.2_20070115-0.11&lt;BR /&gt;gcc-obj-c++-4.1.2_20070115-0.11&lt;BR /&gt;gcc-c++-4.1.2_20070115-0.11&lt;BR /&gt;&lt;BR /&gt;# hwinfo --netcard&lt;BR /&gt;25: PCI 200.0: 0200 Ethernet controller&lt;BR /&gt;  [Created at pci.312]&lt;BR /&gt;  UDI: /org/freedesktop/Hal/devices/pci_10ec_8136&lt;BR /&gt;  Unique ID: rBUF.qX9lXQs9pvF&lt;BR /&gt;  Parent ID: qTvu.4chw4Z9dkyF&lt;BR /&gt;  SysFS ID: /devices/pci0000:00/0000:00:1c.1/0000:02:00.0&lt;BR /&gt;  SysFS BusID: 0000:02:00.0&lt;BR /&gt;  Hardware Class: network&lt;BR /&gt;  Model: "Lenovo Ethernet controller"&lt;BR /&gt;  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."&lt;BR /&gt;  Device: pci 0x8136 &lt;BR /&gt;  SubVendor: pci 0x17aa "Lenovo"&lt;BR /&gt;  SubDevice: pci 0x3029 &lt;BR /&gt;  Revision: 0x01&lt;BR /&gt;  Driver: "r8169"&lt;BR /&gt;  Device File: eth0&lt;BR /&gt;  I/O Ports: 0xc800-0xc8ff (rw)&lt;BR /&gt;  Memory Range: 0xff8ff000-0xff8fffff (rw,non-prefetchable)&lt;BR /&gt;  Memory Range: 0xff8c0000-0xff8dffff (ro,prefetchable,disabled)&lt;BR /&gt;  IRQ: 177 (no events)&lt;BR /&gt;  HW Address: 00:1a:6b:62:e0:a0&lt;BR /&gt;  Link detected: no&lt;BR /&gt;  Module Alias: "pci:v000010ECd00008136sv000017AAsd00003029bc02sc00i00"&lt;BR /&gt;  Driver Info #0:&lt;BR /&gt;    Driver Status: r8169 is active&lt;BR /&gt;    Driver Activation Cmd: "modprobe r8169"&lt;BR /&gt;  Config Status: cfg=no, avail=yes, need=no, active=unknown&lt;BR /&gt;  Attached to: #14 (PCI bridge)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Problem is that this network card doesnt work. cant communicate with any other machine. This machine is dual boot with MS XP, and when using  XP i can communicate with other machines.&lt;BR /&gt;So I decide to  to download the driver from &lt;A href="http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&amp;amp;PNid=13&amp;amp;PFid=4&amp;amp;Level=5&amp;amp;Conn=4&amp;amp;DownTypeID=3&amp;amp;GetDown=false&amp;amp;Downloads=true" target="_blank"&gt;http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&amp;amp;PNid=13&amp;amp;PFid=4&amp;amp;Level=5&amp;amp;Conn=4&amp;amp;DownTypeID=3&amp;amp;GetDown=false&amp;amp;Downloads=true&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;untar the .bz file, then cd into it, and did as per the installation instruction in readme file.&lt;BR /&gt;&lt;BR /&gt;# cd r8169-6.004.00 &lt;BR /&gt;got errors when&lt;BR /&gt;# make clean modules&lt;BR /&gt;make clean modules&lt;BR /&gt;make -C src/ clean&lt;BR /&gt;make[1]: Entering directory `/r8169-6.004.00/src'&lt;BR /&gt;rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symvers rset&lt;BR /&gt;make[1]: Leaving directory `/r8169-6.004.00/src'&lt;BR /&gt;make -C src/ modules&lt;BR /&gt;make[1]: Entering directory `/r8169-6.004.00/src'&lt;BR /&gt;make -C /lib/modules/2.6.16.46-0.12-default/build SUBDIRS=/r8169-6.004.00/src modules&lt;BR /&gt;make[2]: Entering directory `/usr/src/linux-2.6.16.46-0.12-obj/i386/default'&lt;BR /&gt;make -C ../../../linux-2.6.16.46-0.12 O=../linux-2.6.16.46-0.12-obj/i386/default modules&lt;BR /&gt;  CC [M]  /r8169-6.004.00/src/r8169_n.o&lt;BR /&gt;/r8169-6.004.00/src/r8169_n.c: In function ‘rtl8169_tso’:&lt;BR /&gt;/r8169-6.004.00/src/r8169_n.c:3004: error: ‘struct skb_shared_info’ has no member named ‘tso_size’&lt;BR /&gt;make[5]: *** [/r8169-6.004.00/src/r8169_n.o] Error 1&lt;BR /&gt;make[4]: *** [_module_/r8169-6.004.00/src] Error 2&lt;BR /&gt;make[3]: *** [modules] Error 2&lt;BR /&gt;make[2]: *** [modules] Error 2&lt;BR /&gt;make[2]: Leaving directory `/usr/src/linux-2.6.16.46-0.12-obj/i386/default'&lt;BR /&gt;make[1]: *** [modules] Error 2&lt;BR /&gt;make[1]: Leaving directory `/r8169-6.004.00/src'&lt;BR /&gt;make: *** [modules] Error 2&lt;BR /&gt;&lt;BR /&gt;# make install&lt;BR /&gt;make -C src/ install&lt;BR /&gt;make[1]: Entering directory `/r8169-6.004.00/src'&lt;BR /&gt;install -m 744 -c r8169.ko /lib/modules/2.6.16.46-0.12-default/kernel/drivers/net/&lt;BR /&gt;install: cannot stat `r8169.ko': No such file or directory&lt;BR /&gt;make[1]: *** [install] Error 1&lt;BR /&gt;make[1]: Leaving directory `/r8169-6.004.00/src'&lt;BR /&gt;make: *** [install] Error 2&lt;BR /&gt;&lt;BR /&gt;# insmod ./src/r8169.ko &lt;BR /&gt;insmod: can't read './src/r8169.ko': No such file or directory&lt;BR /&gt;&lt;BR /&gt;I also check manually in&lt;BR /&gt;# ls /r8169-6.004.00/src/r8169*&lt;BR /&gt;/r8169-6.004.00/src/r8169.h  /r8169-6.004.00/src/r8169_n.c&lt;BR /&gt;&lt;BR /&gt;that is no r8169.ko in /r8169-6.004.00/src&lt;BR /&gt;&lt;BR /&gt;Please help asap</description>
      <pubDate>Thu, 10 Apr 2008 07:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-install-r8169-module-on-sles-10-sp1-help-asap/m-p/4177477#M32189</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-04-10T07:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: unable to install r8169 module on sles 10 sp1 - help asap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-install-r8169-module-on-sles-10-sp1-help-asap/m-p/4177478#M32190</link>
      <description>following is the readme file&lt;BR /&gt;&lt;BR /&gt;Please go through readme file.&lt;BR /&gt;&lt;BR /&gt;linux device driver for Realtek Ethernet controllers&amp;gt;&lt;BR /&gt;&lt;BR /&gt;This is the Linux device driver released for RealTek RTL8169S/8110S, RTL8169SB/8110SB, and RTL8110SC.&lt;BR /&gt;&lt;BR /&gt;&lt;REQUIREMENTS&gt;&lt;BR /&gt;&lt;BR /&gt;- kernel source tree (supported Linux kernel 2.6.x/2.4.20 and latter)&lt;BR /&gt;- compiler/binutils for kernel compilation&lt;BR /&gt;&lt;BR /&gt;&lt;QUICK install="" with="" proper="" kernel="" settings=""&gt;&lt;BR /&gt;Check whether the built-in driver, r8169.ko(or r8169.o for linux kernel 2.4.x), is installed.&lt;BR /&gt;# lsmod | grep r8169&lt;BR /&gt;&lt;BR /&gt;If it is installed, please remove it.&lt;BR /&gt;# rmmod r8169&lt;BR /&gt;note: If the built-in driver cannot removed by rmmod, please edit /etc/modprobe.conf and comment 'alias eth0 r8169'. Then, remove it again or reboot your computer.&lt;BR /&gt;&lt;BR /&gt;Unpack the tarball :&lt;BR /&gt;# tar vjxf r8169-6.aaa.bb.tar.bz2&lt;BR /&gt;&lt;BR /&gt;Change to the directory:&lt;BR /&gt;# cd r8169-6.aaa.bb&lt;BR /&gt;&lt;BR /&gt;If you are running the target kernel, then you should be able to do :&lt;BR /&gt;&lt;BR /&gt;# make clean modules (as root or with sudo)&lt;BR /&gt;# make install&lt;BR /&gt;# depmod -a&lt;BR /&gt;# insmod ./src/r8169.ko (or r8169.o for linux kernel 2.4.x)&lt;BR /&gt;&lt;BR /&gt;You can check whether the driver is loaded by using following commands.&lt;BR /&gt;&lt;BR /&gt;# lsmod | grep r8169&lt;BR /&gt;# ifconfig -a&lt;BR /&gt;&lt;BR /&gt;If there is a device name, ethX, shown on the monitor, the linux&lt;BR /&gt;driver is loaded. &lt;BR /&gt;&lt;/QUICK&gt;&lt;/REQUIREMENTS&gt;</description>
      <pubDate>Thu, 10 Apr 2008 08:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-install-r8169-module-on-sles-10-sp1-help-asap/m-p/4177478#M32190</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-04-10T08:17:20Z</dc:date>
    </item>
  </channel>
</rss>

