sonicthehed
(usa Ubuntu)
Enviado em 16/04/2010 - 11:20h
galera to pesquisando e atirando em todos os lados consegui fazer todo este procedimento do link q citei do guia do hardware so falta compilar e esta dando erro.. todos esses passos já fiz. muito obrigado vcs sao a salvacao agora.
3.Installation Guide
====================
To install the driver, you should reconfigure and recompile your Linux
kernel as follows:
Make sure your kernel version number is 2.6.x.
Copy uli526x.c to /usr/src/linux-2.6.x/drivers/net/tulip/, and modify the
following file in this directory. (Make a backup of them.)
1.Kconfig.in
add the following lines to Kconfig.in file.(refer to the Kconfig.in file we provide to you)
config ULI526X
tristate "ULi M526x controller support"
depends on NET_TULIP && 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.
2.Makefile
add the following lines to Makefile.(refer to the Makefile we provide to you)
obj-$(CONFIG_ULI526X) += uli526x.o
------------------------------------
nao estou conseguindo fazer esses últimos passos:
Use the command "make menuconfig" or "make xconfig", and make
sure "ULi M526x controller support" is set as module.
vejam o que acontece..
entro no diretorio deste jeito aqui:
root@solinux-desktop:/usr/src# dir
linux-headers-2.6.31-14 linux-headers-2.6.31-20-generic
linux-headers-2.6.31-20
da nisto no primeiro diretorio..
root@solinux-desktop:/usr/src/linux-headers-2.6.31-14# make xfile
make: *** No rule to make target `xfile'. Stop.
tentando o outro comando da nisto:
root@solinux-desktop:/usr/src/linux-headers-2.6.31-14# make menuconfig
make: *** No rule to make target `menuconfig'. Stop.
root@solinux-desktop:/usr/src/linux-headers-2.6.31-14#
como saio desta sinuca? me expliquem.. ja gravei dois cds do ubuntu 9.10 e todas as instalações da nisso ah ja baixei 3 veses verifiquei md5 do arquivo baixado e tambem verifiquei dos arquivos todos. Obrigado amigos todos estao sendo muito atenciosos comigo, este tópico vai ajudar outras pessoas ja q não sou apenas eu com este erro.
so falta esses passos..
Step 1:
Change directory to /usr/src/linux-2.6.x
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"
Unselect "DECchip Tulip (dc2114x) PCI 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:
rmmod tulip
modprobe uli526x
Then, you can bind any protocol into M5263 driver and use it.