Ciao a tutti, intanto grazie per le risposte, spiego per bene il problema. Solo ora sono riuscito a instalare il kernel 2.6.17.13, tant'è che all'avvio appare la dicitura kernel 2.6.17.13...Inoltre ho trovato driver e istruzioni per installare l'interfaccia, ma le dir specificate io non le ho, e, se lancio da /usr/src/linux make menuconfig, il kernel mi viene detto essere il 2.4.33...possibile??
Ecco le istruzioni trovate, che sembrano abbastanza semplici, ma non vanno:
Make sure your kernel version number is 2.6.8.
Copy uli526x.c to /usr/src/linux-2.6.8/drivers/net/tulip/, and modify the
following file in this directory. (Make a backup of them.)
*/peccato che la dir da me non esista, ma io abbia solo /usr/src/linux/*
1.Kconfig.in
add the following lines to Config.in file.(refer to the Config.in file we provide to you)
config M526X
tristate "ULi M526x controller support"
depends on PCI
select CRC32
---help---
This driver is for ULi M5261/M5263 10/100M Ethernet Controller
(<
http://www.uli.com.tw/>).
To compile this driver as a module, choose M here.
*/ Il file in questione non c'è nella directory tulip, ma solo in net /*
2.Makefile
add the following lines to Makefile.(refer to the Makefile we provide to you)
obj-$(CONFIG_M526X) += uli526x.o
------------------------------------
Install as a kernel module
------------------------------------
Step 1:
Change directory to /usr/src/linux-2.6.8
Use the command "make menuconfig" or "make xconfig", and make
sure "ULi M526x controller support" is set as module.
Example:
Select "Device Drivers"
Select "Networking support"
Select "Ethernet (10 or 100Mbit)"
Select "Tulip family network device support"
Select "ULi M526x controller support" as "m"
Step 2:
Select "Loadable module support", and unselect "Set version information
on all module symbols"
Before exit, save your configration.
Step 3:
make modules
make modules_install
Step 4:
modprobe tulip
Then, you can bind any protocol into M5263 driver and use it.
Spero di essere stato chiaro, e spero tanto ci sia una soluzione!!
