Hi, I am installing linux for the first time from the
latest version of slackware. Linux is mounted on a PC
which has win95 on it already. It resides on a different
partition.
Linux seems to be up and running but I cannot get the
network to work. I have set all the IP addresses (machine's,
gateways, netmask, nameserver, etc...) using netconfig.
But I get the following errors at boot time
SIOCSIFADDR: No such device
SIOCSIFBRDADDR: No such device
SIOCSIFNETMASK: No such device
SIOCADDRT: Network is unreachable
I did 1-, 2- and 3- in the FAQ.TXT (below). Nothing happened. I don't have a
/boot/config.in but a /boot/config, the content of which I don't underestand.
Can anybody help me with that? Thanks.
BTW. On the same PC, win95 can reach the net so the problem is not hard.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
FAQ.TXT
A: There are a couple of possibilities. For most users, things work right out
of the box. However, if you're running into this problem here are two
workarounds you can try:
1. Reverse the broadcast and netmask arguments (and their variables)
in the call to ifconfig in /etc/rc.d/rc.inet1. Make sure you are
not trying to route your own IP address - you shouldn't have to.
2. Make sure /etc/networks is properly configured.
3. You may want to try the 'netconfig' script (in the package netcfg.tgz).
It's not perfect, but does a pretty good job.
4. Make sure the kernel you're using supports your hardware. Most of the
kernels provided with Slackware include a /boot/config.in file where you
can look up the compilation options.