Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
realtek rtl8139d ethernet card
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
ahmedmax
n00b
n00b


Joined: 20 Jan 2006
Posts: 2

PostPosted: Fri Jan 20, 2006 1:48 pm    Post subject: realtek rtl8139d ethernet card Reply with quote

I have a problem with the realtek rtl8139d lan card

it seems that the driver came with it is for kernel 2.4 but I have 2.6

I tried to install ndiswrapper everything is ok when i typed ndiswrapper -l but when i typed modprobe ndiswrapper it made the following problem

[root WarpPower ndiswrapper-1.2]# modprobe ndiswrapper
FATAL: Error inserting ndiswrapper
(/lib/modules/2.6.11-1.1369_FC4smp/misc/ndiswrapper.ko): Invalid module
format

I have the FC4
so can anyone help me??
Back to top
View user's profile Send private message
Cocker68
Apprentice
Apprentice


Joined: 16 Jan 2003
Posts: 227
Location: Germany

PostPosted: Fri Jan 20, 2006 2:44 pm    Post subject: Reply with quote

Did I understand You right, that when Your are talking about rtl8139d, You are talking about an ethernet-LAN-card? One into which You can plug an ethernet-cable? And that You are using the FedoraCore-kernel together with Gentoo?

If yes, You have to
  • install the gentoo-kernel-sources with
    Code:
    # emerge gentoo-sources

  • place the .config file of Your running kernel into /usr/src/linux/ (possibly with
    Code:
    # zcat /proc/config.gz > /usr/src/linux/.config

  • recompile Your kernel with
    Code:
    # cd /usr/src/linux
    # make oldconfig
    # make menuconfig
    enable
    Code:
    Network device support  --->
        Ethernet (10 or 100 Mbit) --->
            [M]   RealTek RTL-8139 PCI Fast Ethernet Adapter support
            [M]   RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support
    finally
    Code:
    # make && make modules_install

  • install the new Kernel in Your bootloader (grub/lilo)
  • add
    Code:
    rtl8139
    to /etc/modules.autoload.d/kernel-2.6
  • run
    Code:
    # rc-update add net.eth0 boot

  • reboot
  • check via
    Code:
    # lsmod | grep rtl8139
    # ifconfig eth0
    that card is working
  • forget about ndiswrapper as fast as possible, for this is to use the Win-driver for WLAN-cards


- Cocker :wq
Back to top
View user's profile Send private message
ahmedmax
n00b
n00b


Joined: 20 Jan 2006
Posts: 2

PostPosted: Fri Jan 20, 2006 2:51 pm    Post subject: Reply with quote

no i dont have gentoo
Back to top
View user's profile Send private message
RuiP
l33t
l33t


Joined: 15 Jan 2005
Posts: 643

PostPosted: Fri Jan 20, 2006 2:57 pm    Post subject: Reply with quote

ahmedmax wrote:
no i dont have gentoo

Hi, then you are postig in a wrong forum :lol:

Try to search here,
or try this: http://fedoraforum.org/forum/showthread.php?t=87760&highlight=rtl8139d

Good luck, anyway.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum