SuSE 9.1 failed Setting up network after network-installation
Hallo, i have installed SuSE 9.1 with autoyast successfully - nearly :-) After a complete installation over network, SuSE "failed Setting up network". lsmod show the right module for network-card (for example: 3c59x) ifconfig show only lo0 and sit0 the network-part of autoyast-config (which was ok for SuSE 9.0) is <networking> <dns> <dhcp_hostname config:type="boolean">true</dhcp_hostname> <dhcp_resolv config:type="boolean">true</dhcp_resolv> <domain></domain> <hostname></hostname> <nameservers config:type="list"/> <searchlist config:type="list"/> </dns> <interfaces config:type="list"> <interface> <bootproto>dhcp</bootproto> <device>eth0</device> <startmode>onboot</startmode> <wireless>no</wireless> </interface> </interfaces> <modules config:type="list"> <module_entry> <device>eth0</device> </module_entry> </modules> <routing> <ip_forward config:type="boolean">false</ip_forward> <routes config:type="list"/> </routing> </networking> can anyone help please thanks and best regards enrico
I haven't used 9.1 yet, but when network problems have come up in 9.0 just going into yast2 and either editing the card entry to be eth0 or delete and readd the card under eth0. Mike On Wed, 5 May 2004, Hoepfner, Enrico wrote:
Date: Wed, 05 May 2004 16:44:49 +0200 From: "Hoepfner, Enrico" <hoepfner@fli.sh.de.bosch.com> To: suse-autoinstall@suse.com Subject: [suse-autoinstall] SuSE 9.1 failed Setting up network after network-installation
Hallo,
i have installed SuSE 9.1 with autoyast successfully - nearly :-)
After a complete installation over network, SuSE "failed Setting up network".
lsmod show the right module for network-card (for example: 3c59x) ifconfig show only lo0 and sit0
the network-part of autoyast-config (which was ok for SuSE 9.0) is
<networking> <dns> <dhcp_hostname config:type="boolean">true</dhcp_hostname> <dhcp_resolv config:type="boolean">true</dhcp_resolv> <domain></domain> <hostname></hostname> <nameservers config:type="list"/> <searchlist config:type="list"/> </dns> <interfaces config:type="list"> <interface> <bootproto>dhcp</bootproto> <device>eth0</device> <startmode>onboot</startmode> <wireless>no</wireless> </interface> </interfaces> <modules config:type="list"> <module_entry> <device>eth0</device> </module_entry> </modules> <routing> <ip_forward config:type="boolean">false</ip_forward> <routes config:type="list"/> </routing> </networking>
can anyone help please
thanks and best regards enrico
Hi, You will notice that in 9.1 network configuration in general has completly changed (not in autoyast, but in general). In the case below, could you try and install without this: <modules config:type="list"> <module_entry> <device>eth0</device> </module_entry> </modules> Thanks, Anas Hoepfner, Enrico wrote:
Hallo,
i have installed SuSE 9.1 with autoyast successfully - nearly :-)
After a complete installation over network, SuSE "failed Setting up network".
lsmod show the right module for network-card (for example: 3c59x) ifconfig show only lo0 and sit0
the network-part of autoyast-config (which was ok for SuSE 9.0) is
<networking> <dns> <dhcp_hostname config:type="boolean">true</dhcp_hostname> <dhcp_resolv config:type="boolean">true</dhcp_resolv> <domain></domain> <hostname></hostname> <nameservers config:type="list"/> <searchlist config:type="list"/> </dns> <interfaces config:type="list"> <interface> <bootproto>dhcp</bootproto> <device>eth0</device> <startmode>onboot</startmode> <wireless>no</wireless> </interface> </interfaces> <modules config:type="list"> <module_entry> <device>eth0</device> </module_entry> </modules> <routing> <ip_forward config:type="boolean">false</ip_forward> <routes config:type="list"/> </routing> </networking>
can anyone help please
thanks and best regards enrico
Hi Anas, Thanks for answer! I try install how you descripe, without success. get the same result. that's not the solution. enrico Anas Nashif wrote:
Hi, You will notice that in 9.1 network configuration in general has completly changed (not in autoyast, but in general). In the case below, could you try and install without this:
<modules config:type="list"> <module_entry> <device>eth0</device> </module_entry> </modules>
Thanks, Anas
Hoepfner, Enrico wrote:
Hallo,
i have installed SuSE 9.1 with autoyast successfully - nearly :-)
After a complete installation over network, SuSE "failed Setting up network".
lsmod show the right module for network-card (for example: 3c59x) ifconfig show only lo0 and sit0
the network-part of autoyast-config (which was ok for SuSE 9.0) is
<networking> <dns> <dhcp_hostname config:type="boolean">true</dhcp_hostname> <dhcp_resolv config:type="boolean">true</dhcp_resolv> <domain></domain> <hostname></hostname> <nameservers config:type="list"/> <searchlist config:type="list"/> </dns> <interfaces config:type="list"> <interface> <bootproto>dhcp</bootproto> <device>eth0</device> <startmode>onboot</startmode> <wireless>no</wireless> </interface> </interfaces> <modules config:type="list"> <module_entry> <device>eth0</device> </module_entry> </modules> <routing> <ip_forward config:type="boolean">false</ip_forward> <routes config:type="list"/> </routing> </networking>
can anyone help please
thanks and best regards enrico
-- --------------- enrico hoepfner (+49) 0711/811-7651 hoepfner@fli.sh.de.bosch.com Robert Bosch GmbH, Abt. FV/SLI, PSF 10 60 50, D-70049 Stuttgart -------------------------------------------------------------------------
On Thu, 6 May 2004, Hoepfner, Enrico wrote:
Hi Anas,
Thanks for answer!
I try install how you descripe, without success. get the same result.
that's not the solution. enrico
Your problem is interesting, which is why I respond despite your top-posting. Please learn to quote. With the kernel module in you should have the card. Does eth0 show up if you issue 'ifconfig -a' ? Second question. Is the dhcp client process running? Run a 'ps aux | grep dhcp' and report the results. I'm also curious as to what the generated setup is, could you post /etc/sysconfig/network/ifcfg-eth0, please? Bjørn -- Bjørn Tore Sund Phone: (+47) 555-84894 Stupidity is like a System administrator Fax: (+47) 555-89672 fractal; universal and Math. Department Mobile: (+47) 918 68075 infinitely repetitive. University of Bergen VIP: 81724 Support: system@mi.uib.no Contact: teknisk@mi.uib.no Direct: bjornts@mi.uib.no
Bjorn Tore Sund wrote:
On Thu, 6 May 2004, Hoepfner, Enrico wrote:
Your problem is interesting, which is why I respond despite your top-posting. Please learn to quote.
Thank you!
With the kernel module in you should have the card. Does eth0 show up if you issue 'ifconfig -a' ?
ifconfig -a shows only "lo" and "sit0"
Second question. Is the dhcp client process running? Run a 'ps aux | grep dhcp' and report the results. I'm also curious as to what the generated setup is, could you post /etc/sysconfig/network/ifcfg-eth0, please?
dhcp-client isn't running in /etc/sysconfig/network there is a files "ifcfg-eth--" the content of ifcfg-eth-- is the following: BOOTPROTO='dhcp' STARTMODE='onboot' UNIQUE='37TO.2+bt1HBvFf1' WIRELESS='no' _type='eth' enrico -- --------------- enrico hoepfner (+49) 0711/811-7651 hoepfner@fli.sh.de.bosch.com Robert Bosch GmbH, Abt. FV/SLI, PSF 10 60 50, D-70049 Stuttgart -------------------------------------------------------------------------
On Thu, 6 May 2004, Hoepfner, Enrico wrote:
Bjorn Tore Sund wrote:
Your problem is interesting, which is why I respond despite your top-posting. Please learn to quote.
Thank you!
And thank you! It's a lot easier to edit responses this way.
With the kernel module in you should have the card. Does eth0 show up if you issue 'ifconfig -a' ?
ifconfig -a shows only "lo" and "sit0"
Very strange. That means that the kernel module hasn't initialised the network card. Is there a problem with the driver itself? In the case of your 3c59x card, try 'rmmod 3c59x; insmod 3c59x'. What happens? What does 'ifconfig -a' say afterwards? What do you get from 'grep eth0 /etc/modules.conf'? I'm just trying to determine whether the problem is in fact with autoyast or whether it's more basic than that.
Second question. Is the dhcp client process running? Run a 'ps aux | grep dhcp' and report the results. I'm also curious as to what the generated setup is, could you post /etc/sysconfig/network/ifcfg-eth0, please?
dhcp-client isn't running
No surprise, there's no interface for it to be running on.
in /etc/sysconfig/network there is a files "ifcfg-eth--"
the content of ifcfg-eth-- is the following:
BOOTPROTO='dhcp' STARTMODE='onboot' UNIQUE='37TO.2+bt1HBvFf1' WIRELESS='no' _type='eth'
This is wrong, and not what you should be getting from autoyast - unless there's something fundamentally wrong with network card or driver so that autoyast fails to detect your card. Are you running a 2.6 kernel? Which version of 2.6 comes with SuSE 9.1? A quick google confirms that there's a bug in the 3c59x driver at least until 2.6.5 - if that's the case you may have to update the kernel manually... Bjørn -- Bjørn Tore Sund Phone: (+47) 555-84894 Stupidity is like a System administrator Fax: (+47) 555-89672 fractal; universal and Math. Department Mobile: (+47) 918 68075 infinitely repetitive. University of Bergen VIP: 81724 Support: system@mi.uib.no Contact: teknisk@mi.uib.no Direct: bjornts@mi.uib.no
On Thursday 06 May 2004 13:04, Bjorn Tore Sund wrote:
On Thu, 6 May 2004, Hoepfner, Enrico wrote:
Bjorn Tore Sund wrote: ... What do you get from 'grep eth0 /etc/modules.conf'?
Wasn't /etc/modules.conf renamed to /etc/modprobe.conf on SuSE 9.1 ? Cheers, Leen
Bjorn Tore Sund wrote:
On Thu, 6 May 2004, Hoepfner, Enrico wrote:
Bjorn Tore Sund wrote:
With the kernel module in you should have the card. Does eth0 show up if you issue 'ifconfig -a' ?
ifconfig -a shows only "lo" and "sit0"
Very strange. That means that the kernel module hasn't initialised the network card. Is there a problem with the driver itself? In the case of your 3c59x card, try 'rmmod 3c59x; insmod 3c59x'. What happens? What does 'ifconfig -a' say afterwards?
What do you get from 'grep eth0 /etc/modules.conf'?
I'm just trying to determine whether the problem is in fact with autoyast or whether it's more basic than that.
Second question. Is the dhcp client process running? Run a 'ps aux | grep dhcp' and report the results. I'm also curious as to what the generated setup is, could you post /etc/sysconfig/network/ifcfg-eth0, please?
dhcp-client isn't running
No surprise, there's no interface for it to be running on.
in /etc/sysconfig/network there is a files "ifcfg-eth--"
the content of ifcfg-eth-- is the following:
BOOTPROTO='dhcp' STARTMODE='onboot' UNIQUE='37TO.2+bt1HBvFf1' WIRELESS='no' _type='eth'
This is wrong, and not what you should be getting from autoyast - unless there's something fundamentally wrong with network card or driver so that autoyast fails to detect your card.
Are you running a 2.6 kernel? Which version of 2.6 comes with SuSE 9.1? A quick google confirms that there's a bug in the 3c59x driver at least until 2.6.5 - if that's the case you may have to update the kernel manually...
i try install with autoyast another network-card (e1000) and it works fine. when i install the computer with the 3c59x card manually (not by autoyast) the network-configuraiton is ok (ifconfig shows eth0, dhspcd is running) Could it be a problem, which have autoyast with this network-card ??
Bjørn
-- --------------- enrico hoepfner (+49) 0711/811-7651 hoepfner@fli.sh.de.bosch.com Robert Bosch GmbH, Abt. FV/SLI, PSF 10 60 50, D-70049 Stuttgart -------------------------------------------------------------------------
Hi, Can you do hwinfo --netcard when the 3c59x is installed and send it? Thanks, Anas Hoepfner, Enrico wrote:
Bjorn Tore Sund wrote:
On Thu, 6 May 2004, Hoepfner, Enrico wrote:
Bjorn Tore Sund wrote:
With the kernel module in you should have the card. Does eth0 show up if you issue 'ifconfig -a' ?
ifconfig -a shows only "lo" and "sit0"
Very strange. That means that the kernel module hasn't initialised the network card. Is there a problem with the driver itself? In the case of your 3c59x card, try 'rmmod 3c59x; insmod 3c59x'. What happens? What does 'ifconfig -a' say afterwards?
What do you get from 'grep eth0 /etc/modules.conf'?
I'm just trying to determine whether the problem is in fact with autoyast or whether it's more basic than that.
Second question. Is the dhcp client process running? Run a 'ps aux | grep dhcp' and report the results. I'm also curious as to what the generated setup is, could you post /etc/sysconfig/network/ifcfg-eth0, please?
dhcp-client isn't running
No surprise, there's no interface for it to be running on.
in /etc/sysconfig/network there is a files "ifcfg-eth--"
the content of ifcfg-eth-- is the following:
BOOTPROTO='dhcp' STARTMODE='onboot' UNIQUE='37TO.2+bt1HBvFf1' WIRELESS='no' _type='eth'
This is wrong, and not what you should be getting from autoyast - unless there's something fundamentally wrong with network card or driver so that autoyast fails to detect your card.
Are you running a 2.6 kernel? Which version of 2.6 comes with SuSE 9.1? A quick google confirms that there's a bug in the 3c59x driver at least until 2.6.5 - if that's the case you may have to update the kernel manually...
i try install with autoyast another network-card (e1000) and it works fine. when i install the computer with the 3c59x card manually (not by autoyast) the network-configuraiton is ok (ifconfig shows eth0, dhspcd is running)
Could it be a problem, which have autoyast with this network-card ??
Bjørn
hallo, here the output from hwinfo --netcard 16: PCI 10.0: 0200 Ethernet controller [Created at pci.244] Unique ID: 37TO.2+bt1HBvFf1 SysFS ID: /devices/pci0000:00/0000:00:10.0 SysFS BusID: 0000:00:10.0 Hardware Class: network Model: "3Com 3C905B Fast Etherlink XL 10/100" Vendor: pci 0x10b7 "3Com Corporation" Device: pci 0x9055 "3c905B 100BaseTX [Cyclone]" SubVendor: pci 0x10b7 "3Com Corporation" SubDevice: pci 0x9055 "3C905B Fast Etherlink XL 10/100" Revision: 0x24 Driver: "3c59x" I/O Ports: 0x1080-0x10ff (rw) Memory Range: 0xf4101000-0xf410107f (rw,non-prefetchable) Memory Range: 0x00000000-0x0001ffff (ro,prefetchable,disabled) IRQ: 10 (2104504 events) HW Address: 00:50:da:49:32:69 Driver Info #0: Driver Status: 3c59x is active Driver Activation Cmd: "modprobe 3c59x" Config Status: cfg=no, avail=yes, need=no, active=unknown Anas Nashif wrote:
Hi,
Can you do hwinfo --netcard when the 3c59x is installed and send it?
Thanks, Anas
Hoepfner, Enrico wrote:
Bjorn Tore Sund wrote:
On Thu, 6 May 2004, Hoepfner, Enrico wrote:
Bjorn Tore Sund wrote:
With the kernel module in you should have the card. Does eth0 show up if you issue 'ifconfig -a' ?
ifconfig -a shows only "lo" and "sit0"
Very strange. That means that the kernel module hasn't initialised the network card. Is there a problem with the driver itself? In the case of your 3c59x card, try 'rmmod 3c59x; insmod 3c59x'. What happens? What does 'ifconfig -a' say afterwards?
What do you get from 'grep eth0 /etc/modules.conf'?
I'm just trying to determine whether the problem is in fact with autoyast or whether it's more basic than that.
Second question. Is the dhcp client process running? Run a 'ps aux | grep dhcp' and report the results. I'm also curious as to what the generated setup is, could you post /etc/sysconfig/network/ifcfg-eth0, please?
dhcp-client isn't running
No surprise, there's no interface for it to be running on.
in /etc/sysconfig/network there is a files "ifcfg-eth--"
the content of ifcfg-eth-- is the following:
BOOTPROTO='dhcp' STARTMODE='onboot' UNIQUE='37TO.2+bt1HBvFf1' WIRELESS='no' _type='eth'
This is wrong, and not what you should be getting from autoyast - unless there's something fundamentally wrong with network card or driver so that autoyast fails to detect your card.
Are you running a 2.6 kernel? Which version of 2.6 comes with SuSE 9.1? A quick google confirms that there's a bug in the 3c59x driver at least until 2.6.5 - if that's the case you may have to update the kernel manually...
i try install with autoyast another network-card (e1000) and it works fine. when i install the computer with the 3c59x card manually (not by autoyast) the network-configuraiton is ok (ifconfig shows eth0, dhspcd is running)
Could it be a problem, which have autoyast with this network-card ??
Bjørn
-- --------------- enrico hoepfner (+49) 0711/811-7651 hoepfner@fli.sh.de.bosch.com Robert Bosch GmbH, Abt. FV/SLI, PSF 10 60 50, D-70049 Stuttgart -------------------------------------------------------------------------
... and now?? the installation doesn't work :-( enrico Anas Nashif wrote:
Hi,
Can you do hwinfo --netcard when the 3c59x is installed and send it?
Thanks, Anas
Hoepfner, Enrico wrote:
Bjorn Tore Sund wrote:
On Thu, 6 May 2004, Hoepfner, Enrico wrote:
Bjorn Tore Sund wrote:
With the kernel module in you should have the card. Does eth0 show up if you issue 'ifconfig -a' ?
ifconfig -a shows only "lo" and "sit0"
Very strange. That means that the kernel module hasn't initialised the network card. Is there a problem with the driver itself? In the case of your 3c59x card, try 'rmmod 3c59x; insmod 3c59x'. What happens? What does 'ifconfig -a' say afterwards?
What do you get from 'grep eth0 /etc/modules.conf'?
I'm just trying to determine whether the problem is in fact with autoyast or whether it's more basic than that.
Second question. Is the dhcp client process running? Run a 'ps aux | grep dhcp' and report the results. I'm also curious as to what the generated setup is, could you post /etc/sysconfig/network/ifcfg-eth0, please?
dhcp-client isn't running
No surprise, there's no interface for it to be running on.
in /etc/sysconfig/network there is a files "ifcfg-eth--"
the content of ifcfg-eth-- is the following:
BOOTPROTO='dhcp' STARTMODE='onboot' UNIQUE='37TO.2+bt1HBvFf1' WIRELESS='no' _type='eth'
This is wrong, and not what you should be getting from autoyast - unless there's something fundamentally wrong with network card or driver so that autoyast fails to detect your card.
Are you running a 2.6 kernel? Which version of 2.6 comes with SuSE 9.1? A quick google confirms that there's a bug in the 3c59x driver at least until 2.6.5 - if that's the case you may have to update the kernel manually...
i try install with autoyast another network-card (e1000) and it works fine. when i install the computer with the 3c59x card manually (not by autoyast) the network-configuraiton is ok (ifconfig shows eth0, dhspcd is running)
Could it be a problem, which have autoyast with this network-card ??
Bjørn
-- --------------- enrico hoepfner (+49) 0711/811-49394 hoepfner@fli.sh.de.bosch.com Robert Bosch GmbH, Abt. FV/SLI, PSF 30 02 40, D-70442 Stuttgart -------------------------------------------------------------------------
Hi, last resort is to send me the logs. Something goes wrong with device name creation.. Can you please send content of /var/log/YaST2? thanks, Anas Hoepfner, Enrico wrote:
... and now?? the installation doesn't work :-(
enrico
Anas Nashif wrote:
Hi,
Can you do hwinfo --netcard when the 3c59x is installed and send it?
Thanks, Anas
Hoepfner, Enrico wrote:
Bjorn Tore Sund wrote:
On Thu, 6 May 2004, Hoepfner, Enrico wrote:
Bjorn Tore Sund wrote:
With the kernel module in you should have the card. Does eth0 show up if you issue 'ifconfig -a' ?
ifconfig -a shows only "lo" and "sit0"
Very strange. That means that the kernel module hasn't initialised the network card. Is there a problem with the driver itself? In the case of your 3c59x card, try 'rmmod 3c59x; insmod 3c59x'. What happens? What does 'ifconfig -a' say afterwards?
What do you get from 'grep eth0 /etc/modules.conf'?
I'm just trying to determine whether the problem is in fact with autoyast or whether it's more basic than that.
Second question. Is the dhcp client process running? Run a 'ps aux | grep dhcp' and report the results. I'm also curious as to what the generated setup is, could you post /etc/sysconfig/network/ifcfg-eth0, please?
dhcp-client isn't running
No surprise, there's no interface for it to be running on.
in /etc/sysconfig/network there is a files "ifcfg-eth--"
the content of ifcfg-eth-- is the following:
BOOTPROTO='dhcp' STARTMODE='onboot' UNIQUE='37TO.2+bt1HBvFf1' WIRELESS='no' _type='eth'
This is wrong, and not what you should be getting from autoyast - unless there's something fundamentally wrong with network card or driver so that autoyast fails to detect your card.
Are you running a 2.6 kernel? Which version of 2.6 comes with SuSE 9.1? A quick google confirms that there's a bug in the 3c59x driver at least until 2.6.5 - if that's the case you may have to update the kernel manually...
i try install with autoyast another network-card (e1000) and it works fine. when i install the computer with the 3c59x card manually (not by autoyast) the network-configuraiton is ok (ifconfig shows eth0, dhspcd is running)
Could it be a problem, which have autoyast with this network-card ??
Bjørn
participants (5)
-
Anas Nashif
-
Bjorn Tore Sund
-
Hoepfner, Enrico
-
Leendert Meyer
-
mbrown