Karl Reichert wrote:
>> Karl Reichert wrote:
>>> Yes, I did. This is my startup script:
>>>
>>>
>>>
>>> #!/bin/bash
>>>
>>> #set -v on
>>> set -x on
>>>
>>> insmod /usr/local/rtnet/modules/rtnet.ko || exit 1
>>> insmod /usr/local/rtnet/modules/rtpacket.ko || exit 1
>>> insmod /usr/local/rtnet/modules/rt_e1000.ko cards=1,0,0,0 || exit 1
>>>
>> Check if rteth0 is actually popping up under /proc/rtnet/devices. Maybe
>> you forgot to unload/disable the Linux driver.
>>
> No, only rtlo is listed there. I compiled the linux kernel myselfe and took 
> care that e1000 driver isn't build, so shouldn't be the problem!
> 

And dmesg says what about loading rt_e1000?

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to