Подскажите, в чём может быть дело?
Вот Readme файл прилагавшийся с драйверами:
Linux Driver Release 2_34_0_2
Linux Hybrid network device driver for the Broadcom BCM4210, BCM4211 and
BCM4413 PCI InsideLine Home PhoneLine Networking chips.
This release includes:
- partial source and partial executables
These modules have been compiled and tested with MODVERSIONS defined on
a RedHat 6.2 system with include files from the RedHat 2.2.14-5.0 kernel.
The driver has also been tested on the same RedHat distribution 2.4.0 and
2.4.3 kernels from ftp.kernel.org.
Note: The kernels were compiled with nonSMP and can only run on an x86 machine.
Binary Compile Options:
-----------------------
- Copy the iL_hybrid folder onto your Linux machine and CD to this directory
- Type "gmake". By default the Makefile will compile a loadable driver for
the version whose include files are in /usr/include/linux. If you have
multiple kernels booting or want to compile for a kernel version different
than the one you are running, the variable KINCDIR has to be set in the
Makefile to point to the include files for your target version. The Makefile
includes a sample which sets it based on the LINUXVER environment variable.
Note: On a RedHat Linux 7.1 system, you must install the kernel source from the
Linux CD and use "gmake LINUXVER=2.4.2" command to build the binary.
Я так полагаю, что должно быть обнаружено новое устройство во время загрузки системы, но оно не было обнаружено. Пробовал насильно прописывать драйвер в modules.conf, но безрезультатно.
Заранее благодарен!