Results 1 to 4 of 4

Thread: Any Network expert.........????

  1. #1

    Any Network expert.........????

    Hello........

    I just installed Redhat Linux 9 on my system and I have WindowsXP too.
    I am trying to correct internet connection problem from atleast one week.
    But I am faild...

    I have Realtek 8139 PCI Ethernet card. And this card is supporting well to my currently kernel 2.4.20-8. And I have these files(8139too.o & 8139cp.o) in directory /lib/modules/2.4.20-8/kernel/drivers/net.

    I make a file named modprobe.conf in /etc and add this line in this file.
    alias eth0 8139too
    I added this line also in /etc/modules.conf

    ** I does these command as root
    1) insmod 8139too
    2) modprobe 8139too
    Both of these commands replied " The module is already exist..."
    And at booting process
    Bringing netword enterface eth0 [Fail]

    But I am still unable to setup internet... Actually I have ADSL connection and an externel modem with username and password. My external modem is connected with LanCard...pleaseeeeeeeee write me yours suggestions for configure all of this...........Thanks
    Hello Dear..

  2. #2
    Just a Virtualized Geek MrLinus's Avatar
    Join Date
    Sep 2001
    Location
    Redondo Beach, CA
    Posts
    7,323
    Have you tried ifconfig to see what configurations exist? Does your ADSL use static or dynamic addressing (DHCP)?

    Have you read the ADSL-Linux-HOWTO?

    Other resources:

    http://www.skaht.com/linux/adsl/
    Goodbye, Mittens (1992-2008). My pillow will be cold without your purring beside my head
    Extra! Extra! Get your FREE copy of Insight Newsletter||MsMittens' HomePage

  3. #3
    Antionline Herpetologist
    Join Date
    Aug 2001
    Posts
    1,165
    First, try removing those lines. Then, try an lsmod. See what modules that lists. If it lists those modules, then try a cat /etc/rc.d/rc.modules | grep "8139too" and see if anything shows up. Then check the configuration of the module.
    PS: I am currently using a Realtek 8139 adapter without any problems on slackware linux. If you want, I'll post the exact command that loads the module.

    Cheers,
    cgkanchi
    Buy the Snakes of India book, support research and education (sorry the website has been discontinued)
    My blog: http://biology000.blogspot.com

  4. #4

    hello........

    In my Hardware Browser I have the following information in the Network Device.

    Network Device: RTL-8139/8139C/8139C+
    Manufacturer: Realtek
    Driver: 8139too
    Device: /dev/eth

    And I checked the following commands to check Internet Configurations.....

    [root@localhost temp]# insmod 8139too

    Using /lib/modules/2.4.20-8/kernel/drivers/net/8139too.o
    insmod: a module named 8139too already exists

    [root@localhost /]# lspci -v

    Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
    Subsystem: Realtek Semiconductor Co., Ltd. RT8139
    Flags: bus master, medium devsel, latency 32, IRQ 11
    I/O ports at a000 [size=256]
    Memory at ef010000 (32-bit, non-prefetchable) [size=256]
    Expansion ROM at <unassigned> [disabled] [size=64K]
    Capabilities: [50] Power Management version 2

    [root@localhost /]# ifconfig

    eth0 Link encap:Ethernet HWaddr 00:50:FC:63:4E:6B
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:363 errors:0 dropped:0 overruns:0 frame:0
    TX packets:327 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:100
    RX bytes:22356 (21.8 Kb) TX bytes:21216 (20.7 Kb)
    Interrupt:11 Base address:0x9000

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:7935 errors:0 dropped:0 overruns:0 frame:0
    TX packets:7935 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:541536 (528.8 Kb) TX bytes:541536 (528.8 Kb)

    [root@localhost /]# netstat -i

    Kernel Interface table
    Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
    eth0 1500 0 369 0 0 0 327 0 0 0 BMRU
    lo 6436 0 9645 0 0 0 9645 0 0 0 LRU
    Hello Dear..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •