RE: [newbie] 8.1 installed - networking trouble - similar problem here too

2002-02-19 Thread Todd Zashin

I would like to piggy back on this thread if I may because I am having a
similar problem.  I recently shut down my linux box and used the power cord
for another pc connection as well as the monitor.  When I plugged everything
back into the linux box and rebooted, kudzu appeared telling me something
was wrong with my Network ISA card.  I told it to keep the configuration
because I wanted to do the research behind why all of a sudden is my network
card not getting recognized.  When I do a modprobe ne, I receive the
following:

/lib/modules/2.4.8-26mdk/kernel/drivers/net/ne.o.gz: init_module: No such
device or address
Hint: insmod errors can be caused by incorrect module parameters, including
invalid IO or IRQ parameters
/lib/modules/2.4.8-26mdk/kernel/drivers/net/ne.o.gz: insmod
/lib/modules/2.4.8-26mdk/kernel/drivers/net/ne.o.gz failed
/lib/modules/2.4.8-26mdk/kernel/drivers/net/ne.o.gz: insmod ne failed

What is this?  How do I rectify Linux Mandrake 8.1 not recognizing my NIC.
In the Mandrake Control Center it does not appear nor is it in the HardDrake
utility.  What could be wrong?

Todd

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of ChuckS
Sent: Saturday, February 02, 2002 5:48 PM
To: [EMAIL PROTECTED]
Subject: [newbie] 8.1 installed - networking trouble


I've  installed 8.1 and network was working fine out of the box.
After doing MandrakeUpdate(all packages updated except the 3
kernel related)

I lost the network (the 3com ISA 3c509b NIC)

I can ping 127.0.0.1 but not eth0 set IP192.168.42.1
[root@myduckbox net]# ping 192.168.42.1
connect: Network is unreachable

eth0 doesn't list with ifconfig output but the Network
Configurator GUI / tool displays all correct values?

I get the following error output after running modprobe:

[root@myduckbox net]# modprobe 3c509
/lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz: invalid
parameter parm_io
/lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz: insmod
/lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz failed
/lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz: insmod
3c509
failed

What's the next thing to check?







Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] 8.1 installed - networking trouble

2002-02-19 Thread Stefano POGLIANI

Welcome to the club...

It happened to me also, exactly the same... I re-installed
everything

/stefano


» -Original Message-
» From: [EMAIL PROTECTED]
» [mailto:[EMAIL PROTECTED]]On Behalf Of ChuckS
» Sent: 03 February 2002 01:48
» To: [EMAIL PROTECTED]
» Subject: [newbie] 8.1 installed - networking trouble
»
»
» I've  installed 8.1 and network was working fine out of the box.
» After doing MandrakeUpdate(all packages updated except the 3
» kernel related)
»
» I lost the network (the 3com ISA 3c509b NIC)
»
» I can ping 127.0.0.1 but not eth0 set IP192.168.42.1
» [root@myduckbox net]# ping 192.168.42.1
» connect: Network is unreachable
»
» eth0 doesn't list with ifconfig output but the Network
» Configurator GUI / tool displays all correct values?
»
» I get the following error output after running modprobe:
»
» [root@myduckbox net]# modprobe 3c509
» /lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz: invalid
» parameter parm_io
» /lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz: insmod
» /lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz failed
» /lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz: insmod
» 3c509
» failed
»
» What's the next thing to check?
»
»
»
»




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] 8.1 installed - networking trouble

2002-02-03 Thread ChuckS

From: Dennis Myers
Subject: Re: [newbie] 8.1 installed - networking trouble
Date: Sat, 2 Feb 2002 18:26:48 -0800 (PST)

You might try just doing and ifup eth0 and see if the network
comes back
up.  I've seen this before and am trying to remember the fix. Let
you know if
I come up with a better solution.

I guess somthing blew out the cards setup??

ifup eth0 reports:
3c509 device does not seem to be present, delaying eth0
initialization




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] 8.1 installed - networking trouble

2002-02-03 Thread Frans Ketelaars

On Sat, 2 Feb 2002 19:47:32 -0500
ChuckS [EMAIL PROTECTED] wrote:

 I've  installed 8.1 and network was working fine out of the box.
 After doing MandrakeUpdate(all packages updated except the 3
 kernel related)
 
 I lost the network (the 3com ISA 3c509b NIC)
 
 I can ping 127.0.0.1 but not eth0 set IP192.168.42.1
 [root@myduckbox net]# ping 192.168.42.1
 connect: Network is unreachable
 
 eth0 doesn't list with ifconfig output but the Network
 Configurator GUI / tool displays all correct values?

Make sure there is no io parameter specified in the GUI tool.

 I get the following error output after running modprobe:
 
 [root@myduckbox net]# modprobe 3c509
 /lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz: invalid
 parameter parm_io
 /lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz: insmod
 /lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz failed
 /lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz: insmod
 3c509
 failed
 
 What's the next thing to check?

-Frans



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] 8.1 installed - networking trouble

2002-02-02 Thread Dennis Myers

On Saturday 02 February 2002 18:47, you wrote:
 I've  installed 8.1 and network was working fine out of the box.
 After doing MandrakeUpdate(all packages updated except the 3
 kernel related)

 I lost the network (the 3com ISA 3c509b NIC)

 I can ping 127.0.0.1 but not eth0 set IP192.168.42.1
 [root@myduckbox net]# ping 192.168.42.1
 connect: Network is unreachable

 eth0 doesn't list with ifconfig output but the Network
 Configurator GUI / tool displays all correct values?

 I get the following error output after running modprobe:

 [root@myduckbox net]# modprobe 3c509
 /lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz: invalid
 parameter parm_io
 /lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz: insmod
 /lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz failed
 /lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz: insmod
 3c509
 failed

 What's the next thing to check?

You might try just doing and ifup eth0 and see if the network comes back 
up.  I've seen this before and am trying to remember the fix. Let you know if 
I come up with a better solution.  HTH
-- 
Dennis M. registered linux user # 180842



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com