LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   realtek 8139 on MDK9: how to install (https://www.linuxquestions.org/questions/linux-hardware-18/realtek-8139-on-mdk9-how-to-install-42290/)

lyllo 01-27-2003 01:14 PM

nothing.

as root:
1) in MDK control panel, entered net section, then, launched asisstant, followed your instruction BUT eth0 still remains DOWN.
2) in NETCONFIG, tried to set domains, first IP & secondo IP (thaught they were DNS fisrt & second), once i clicked on ACCEPT, and apply changes, it appeared me a log message:
DHCPD service not active, ACTIVATING: /etc/rc5.d/s65DHCPD start
STARTING FAILED,
gets back 1
etc/s90postresql start
STARTING FAILED.

all the dhcp services have been installed, in software installation NOTHING called DHCP & nothing woch contained DHCP words is missing in my installation!
eth0 continues to be un-activable!!!

i don't know what to do.
eth0 is not reachable....
:(

Aussie 01-27-2003 02:49 PM

Half the problem here lyllo is that we want you to type commands in a console and you keep poking around in the mandrake control center.
I think at this stage that you need to try a different card in this box to rule out a hardware problem, at the very least start moving the card you have to a few different slots.

rioguia 01-27-2003 03:44 PM

if you are having trouble with the console commands, you might want to use this as a reference so that you can follow the advice you are receiving. see detailed dhcp configuration instructions at
http://www.linuxheadquarters.com/how...rkconfig.shtml

lyllo 01-27-2003 04:00 PM

it is a cool expression "poking"...
but the boss MasterC, showed off a graphical procedure from MDK CC!!!!!

i'll try using console config, but the eth0 DOWN problem still remains!

lyllo 01-27-2003 04:50 PM

welll i've tryed to follow the procedure suggeted in the page you gave me USING JUST THE CONSOLE.

1) doing /etc/modules.conf recieved a permission denied message, but opening the module by KATE, i've found the line ALIAS ETH0 8139too WERE PRESENT

2) doing /sbin/lsmod
81399too [eth0]
mii [8139too]
lines found

3) edited file /etc/sysconfig/network.-scripts/ifcfg-eth0 in this way:
DEVICE= eth0
USERCTL=no
ONBOOT=yes
BOOTPROTO=dhcp
BRADCAST=
NETWORK=
NETMASK=
IPADDR=

4) eddited /etc/sysconfig/network in this way:
NETWORKING=yes
HOSTNAME=
FORWARD_IPV4=yes
GATEWAYDEV=
GATEWAY=

5) doing /etc/rc.d/initd/network restart these lines appeareed:
starting forwardipv4 OK
starting eth0..... Determining I address information FAILED.

now?
:(

fdan 01-27-2003 05:28 PM

:newbie:

Hi all,

I have a similar problem.
Here's my configuration:
Mandrake 9.0
Shuttle SS51G with an onboard realtek 8100B
I have a computer that serves as gateway (Mandrake 9.0 too), connected to an ethernet DSL modem (with ppoe).
Connection works fine on the gateway and is shared with other computers.

Now, back to the Shuttle and the realtek NIC.
This is reconized as a RTL-8139, with module 8139too.
I configure this with an fixed IP, DNS of my provider, gateway adress and appropriate subnet.
If I ping my gateway or other computer, no pong, Destination Host Unreachable.
I tried modprobe 8139too: no error messages
lsmod: 8139too | 14472 | 1 |(autoclean) [8139too].
dhcpcd eth0: take a long time, with no error messages, but if I start an ifconfig after this command, I only have the loopback address.
The saddest thing (after that it works on window$) is that I have a status "up" for my NIC in Mandrake Control Centre, but no pong anymore.
The 8139too driver I use is version 1.13.
Is there anything else I can send to help you to help us?

Thanks :)

fdan 01-27-2003 06:38 PM

Well it works for me!
I found a reply in the mandrake support.
http://www.mandrakeexpert.com/showarchive.php?arc=44518
try this:
reboot the computer
on lilo screen, press esc to go to console mode. There, type linux noapic
[enter]
once it boots, log on and restart the connection wizard in the mandrake control centre to start from zero your network configuration.
Then check if you're connected.
It seems that's a time out with a certain NETDEV WATCHDOG or interruption configuration. I'll get more information about that later.
If it works, you have to add "noapic" to the append section in the lilo.conf file.

Hope it helps

MasterC 01-27-2003 07:05 PM

Quote:

Originally posted by lyllo
it is a cool expression "poking"...
but the boss MasterC, showed off a graphical procedure from MDK CC!!!!!

i'll try using console config, but the eth0 DOWN problem still remains!

I'm no boss ;) I was just sharing one way that might be a bit easier for you than the console commands since it seemed you were getting frustrated with them. However, the console command way will really be much more beneficial in tracking down the specific problem here.

Once you are booted up, go to a console switch to root (using su - )and type:
ifconfig

Now please post exactly what that says (to paste from the console to here, highlight the text to be pasted, then click inside your reply box on this website with either a middle button, the scroll button, or by pressing both side buttons down at the same time).

After that, type this:
dhcpcd eth0

And post exactly what that returns.

And one more time now, type:
ifconfig

And post exactly what that shows.

:)

Don't worry, and don't get frustrated, these guys are experts. We will walk you through this, one step at a time, and eventually (if it's not a hardware problem, even then, we will be able to get it narrowed down) get it worked out. And just so you know, technically, so far in this thread, the boss is Aussie ;)

Cool

rioguia 01-28-2003 01:25 AM

regarding the console stuff:

1. regarding your modules, you probably just forgot to invoke a display command or text editor. try either :
cat /etc/modules.conf
or
vi /etc/modules.conf (if you see your module, just type hit ESC and type q! and hit enter/return]

2. regarding the ifconfig command, make it easy on yourself. make a .txt file of the command's output by typing
ifconfig > net.txt
a. cd /root (insert a floppy disk)
b. mount /mnt/floppy
c. cp net.txt /mnt/floppy net.txt
d. umount floppy
eject the floppy and put it in your internet connected machine and copy and past the net.txt file back here.

3. also, you can try
mii-tool > diagnostic.txt
(post this back here too)
hope this eases your way.. there are way more interesting things to focus on besides configuring nics.

lyllo 01-28-2003 12:50 PM

here are the messages recieved:

IFCONFIG-->
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:258 errors:0 dropped:0 overruns:0 frame:0
TX packets:258 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:21161 (20.6 Kb) TX bytes:21161 (20.6 Kb)

sl0 Link encap:Serial Line IP
inet addr:10.0.0.2 P-t-P:10.0.0.3 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:10
RX bytes:0 (0.0 b) TX bytes:1720 (1.6 Kb)



DHCPCD ETH0
nothing happened

IFCONFIG
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:258 errors:0 dropped:0 overruns:0 frame:0
TX packets:258 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:21161 (20.6 Kb) TX bytes:21161 (20.6 Kb)

sl0 Link encap:Serial Line IP
inet addr:10.0.0.2 P-t-P:10.0.0.3 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:19 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:10
RX bytes:0 (0.0 b) TX bytes:1856 (1.8 Kb)




IFCONFIG ETH0 UP
SIS(something i don't remeber)... DEVICE OR RESOURECE BUSY

IFCONFIG ETH0
eth0 Link encap:Ethernet HWaddr 00:50:BA:5D:40:20
BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Base address:0x9000

Aussie 01-28-2003 01:56 PM

Lyllo, please do "lspci -v" as root and post the section that details your eth0 "SIS(something i don't remeber)" device. I'm specificly interested in the bit that you don't remember.

peter72 01-28-2003 03:39 PM

Quote:

gen 22 23:13:39 Matteo_PC ifup: Determining IP information for eth0...
It looks like eth0 is fine, just that it can't determine the IP
address.

Question: Does your xDSL provider use PPPoE or DHCP?

DHCP (or also known as bootps) is very easy, and I don't think this is what you have, otherwise I think you would have been done. Type in a console (as root):

[hostname]$ /sbin/ifup eth0

You will probable see something like ... unable to determine ip... or something like that.

for PPPoE: not much help here from me. I know the technology, but have never set it up. I also know my d-link router/switch supports it. One way to know is that your should have received a username/passwd from your ISP.

Cheers,
Pete

lyllo 01-28-2003 04:30 PM

here's what i get...
but before u continue reaing, let me give u lots of thanx! (genius)

[root@localhost root]# lspci -v
00:00.0 Host bridge: Silicon Integrated Systems [SiS]: Unknown device 0648 (rev
02)
Subsystem: Asustek Computer, Inc.: Unknown device 8086
Flags: bus master, medium devsel, latency 32
Memory at e8000000 (32-bit, non-prefetchable) [size=64M]
Capabilities: [c0] AGP version 2.0

00:01.0 PCI bridge: Silicon Integrated Systems [SiS] 5591/5592 AGP (prog-if 00 [
Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
Memory behind bridge: e7000000-e7ffffff
Prefetchable memory behind bridge: eff00000-febfffff

00:02.0 ISA bridge: Silicon Integrated Systems [SiS]: Unknown device 0963 (rev 0
4)
Flags: bus master, medium devsel, latency 0

00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (prog-if 8a [
Master SecP PriP])
Subsystem: Asustek Computer, Inc.: Unknown device 8087
Flags: bus master, medium devsel, latency 128, IRQ 11
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at b400 [size=16]

00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS7012 PC
I Audio Accelerator (rev a0)
Subsystem: Asustek Computer, Inc.: Unknown device 8096
Flags: bus master, medium devsel, latency 32
I/O ports at a400 [size=256]
I/O ports at a000 [size=128]
Capabilities: [48] Power Management version 2

00:03.0 USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 0f) (prog-if
10 [OHCI])
Subsystem: Asustek Computer, Inc.: Unknown device 8087
Flags: bus master, medium devsel, latency 32, IRQ 9
Memory at e6000000 (32-bit, non-prefetchable) [size=4K]

00:03.1 USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 0f) (prog-if
10 [OHCI])
Subsystem: Asustek Computer, Inc.: Unknown device 8087
Flags: bus master, medium devsel, latency 32, IRQ 9
Memory at e5800000 (32-bit, non-prefetchable) [size=4K]

00:03.2 USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 0f) (prog-if
10 [OHCI])
Subsystem: Asustek Computer, Inc.: Unknown device 8087
Flags: bus master, medium devsel, latency 32, IRQ 9
Memory at e5000000 (32-bit, non-prefetchable) [size=4K]

00:03.3 USB Controller: Silicon Integrated Systems [SiS]: Unknown device 7002 (p
rog-if 20 [EHCI])
Subsystem: Asustek Computer, Inc.: Unknown device 8087
Flags: bus master, medium devsel, latency 32
Memory at e4800000 (32-bit, non-prefetchable) [disabled] [size=4K]
Capabilities: [50] Power Management version 2

00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 10/100 Ethe
rnet (rev 91)
Subsystem: Asustek Computer, Inc.: Unknown device 80a7
Flags: bus master, medium devsel, latency 32
I/O ports at 9800 [disabled] [size=256]
Memory at e4000000 (32-bit, non-prefetchable) [disabled] [size=4K]
Expansion ROM at efec0000 [disabled] [size=128K]
Capabilities: [40] Power Management version 2

00:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C (rev 10)
Subsystem: D-Link System Inc DRN-32TX
Flags: bus master, medium devsel, latency 32
I/O ports at 9400 [size=256]
Memory at e3800000 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2

01:00.0 VGA compatible controller: nVidia Corporation NV10 [GeForce 256 SDR] (re v 10) (prog-if 00 [VGA])
Subsystem: Creative Labs CT6941 GeForce 256
Flags: bus master, 66Mhz, medium devsel, latency 64, IRQ 11
Memory at e7000000 (32-bit, non-prefetchable) [size=16M]
Memory at f0000000 (32-bit, prefetchable) [size=128M]
Expansion ROM at efff0000 [disabled] [size=64K]
Capabilities: [60] Power Management version 1
Capabilities: [44] AGP version 2.0







here's the other error i met

ifconfig eth0 up
SIOCSIFFLAGS: Device or resource busy

MasterC 01-28-2003 07:47 PM

Ok, shot in the dark while Aussie figures out the right way ;)

Try this:
ifconfig eth0 down
ifconfig eth1 down
dhcpcd eth1

Then type:
ifconfig

And now, show us what that pulls up. :)

Cool

Aussie 01-28-2003 07:48 PM

OK, now I want to see your /etc/modules.conf.


All times are GMT -5. The time now is 01:28 PM.