![]()
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
SuSE Linux: Version 5.1
This can be caused by several possible incompatibilities and hardware problems. Also there is a certain chance that Linux really doesn't support this particular network device at all.
Apart from that one of the following reasons is likely to be the cause :
Linux name_of_your_machine 2.0.32 #1 Mon Feb 2 14:28:09 MET 1998 i586 unknown
The digits 2.0.32 represent the version of your kernel. Below /lib/modules a
directory named after this version-number should exist.
Also the directory
/usr/src/linux/Documentation/networking/
contains many information.
The driver should be compiled as module. In order to automatically load this module at boot time the kernel daemon support must be activated. Don't forget to install the modules. After the compilation of the Kernel you can achieve this with the commands make modules and make modules_install .
If you boot with LILO please do not forget to reinstall this bootloader. If you use loadlin you must copy the kernel into the loadlin-directory on your DOS partition and modify the script that can be found there.
Now boot the new kernel. Again you can check with uname -a whether the installation of LILO or loadlin was succesful. This command also shows the date of the compilation of the kernel that your system runs.
modprobe 3c509
If there is no error message the module was loaded succesfully.
lsmod
should show an entry for this module. In the output of the command
ifconfig
an entry with the label eth0 (normally together with the correct interrupt and
base adress) must be visible. If this is the case, the network device was recognized
correctly.
alias eth0 3c509
(Pleae replace 3c509 with the name of the module needed by your installation).
After the next reboot this module will be loaded automatically as soon as its functionality
is accessed by the kernel.
![]()
See also:
Setup Network device eth0 ... No such device![]()
Keywords: 3COM, 3C509, NETWORK, NET, KERNEL, NETWORK DEVICE, NE2000, REALTEK, MODULE
![]()
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch