Qual é o equivalente em tempo real do módulo r8169?

0

A partir daqui: link

TODO: simplify the following steps.
- Then you need to edit the file rtnet.conf under the /usr/local/rtnet/etc folder for the correct setup to run RTnet. Edit the following parameters:
- Set the host up as master or slave depending on how you are going to use it.
- The RT_DRIVER should be the realtime equivalent of the module you removed nl. rt_8139too.

Kernel: 2.6.38.8

linux-y3pi:~ # ethtool -i eth0
driver: r8169
version: 2.3LK-NAPI
firmware-version:
bus-info: 0000:01:00.0

Após a instalação da RTnet, recebo:

linux-y3pi:/usr/local/rtnet/modules # ls
rt_8139too.ko rtcfg.ko rt_eepro100.ko rt_loopback.ko rtnet.ko rtudp.ko
rtcap.ko      rt_e1000.ko  rtipv4.ko       rtmac.ko        rtpacket.ko  tdma.ko

Como encontrar o que corresponde a r8169 ?

    
por Aquarius_Girl 07.06.2012 / 10:13

1 resposta

1

Na última distribuição de origem, ( rtnet-0.9.12.tar.bz2 ), posso ver rtnet-0.9.12/drivers/experimental/rt_r8169.c , então a nomenclatura rt_ permanece. O nome do arquivo do módulo deve ser rt_r8169.ko . Ele não está lá porque não foi compilado, ou porque ele falhou para compilar (ele está sob o subdiretório "experimental", afinal). Vejo que há uma opção --enable-r8169 no script configure . Você forneceu?

    
por 07.06.2012 / 10:51