Jump to content

eth0 missing


lordegato
 Share

Recommended Posts

When I start my MDK 9.2, ifconfig just shows me lo configuration. But when I installed it I did entered correct configs. Take a look:

 

# cat /etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE=eth0

BOOTPROTO=static

IPADDR=192.168.10.100

NETMASK=255.255.255.0

NETWORK=192.168.10.0

BROADCAST=192.168.10.255

ONBOOT=yes

MII_NOT_SUPPORTED=no

 

To get it working, I must just start drakconnect and select autodetection. I said just start. No configuration is needed. Afte autodetection, I can leave the program and eth0 is ready to work.

 

How can I have my eth0 ready at system start ?

Link to comment
Share on other sites

There's a service called "network" in drakxservices. Is the checkbox "on boot" checked or not?

 

93,

-Sascha.rb

Link to comment
Share on other sites

Wow,

 

B) this is at the same time wonderful for I am really getting ready for MDK10,

 

:wall: but indeed disappointing, because my customers are using MDK9.2 already.

 

This problem is not solved with "service network restart" at /etc/rc.local. I would like to know if thereis any workaround for this issue. I will not install a new version at customers equipment unless I have stressed the version by myself.

 

 

 

:help: I keep on begging for help ...

Link to comment
Share on other sites

What network card have you got?

 

To check if the driver is loaded do a 'lsmod' at the command line (you must be root).

 

If the driver is not loaded, try loading it first with 'modprobe <drivername>', then running 'service network restart'.

 

If this works, put the driver name in /etc/modules and 'alias eth0 <drivername>' in /etc/modules.conf

 

Or perhaps you already tried....

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...