Подскажите как правильно установить драйвер для сетевой карты через USB
ASIX AX88772 (есть драйвера для linux) 2.6.9 в архиве содержится 4 файла,
asix.h
Makefile
usbnet.c
и соответственно readme
содержимое readme
1. Copy ax88178(ax88772) directory to your template directory
2. Now, you should have a ax88178 directory in your template directory. Go
to the ax88178 directory, and executing the following command to compiler
AX88178 Driver.
[root@localhost ax88178]# make
3. If the compilation well, the usbnet.ko will be created under the current
directory.
4. If you want to use modprobe command to mount AX88178 driver, executing the
following command to install AX88178 driver on your Linux.
[root@localhost ax88178]# make install
===============
Usage
===============
If you want to mount the AX88178 driver , go to the ax88178 directory and
executing the following command:
[root@localhost ax88178]# insmod usbnet.ko
or
[root@localhost anywhere]# modprobe usbnet
If you want to unmount the AX88178 driver, just typing the following command:
[root@localhost anywhere]# rmmod usbnet
Эта программа собрана для i486-pc-linux-gnu может быть из-за этого при запуске ошибка
make -C /lib/modules/2.6.24-19-rt/build SUBDIRS=/home/dimm/AX88772 modules
make: *** /lib/modules/2.6.24-19-rt/build: No such file or directory. Останов.
make: ***
Подскажите, кто знает в чем может быть дело?