Jeremy Vial wrote:
>> [please don't top-post]
>>
>> Jeremy Vial wrote:
>>> Thank you for your answer.
>>>
>>> I try to run modprobe 8139too. This add the module 8139too to the kernel.
>>> But the internet connection stay down, and if i run route, the default
>>> gateway appear again after 1 or 2 minutes.
>>>
>>> The network card for my internet connection use a nvidia chipset not a
>>> 8139D, like the card for the RTNet network.
>> Ah, ok.
>>
>> Then check
>>  - if your non-RT adapter has the expected ethX name (ifconfig -a)
>>  - if that NIC is up and receives/sends packets (again, see ifconfig)
>>  - if no tx or rx progress is visible, check whether the NIC generates
>>   IRQs (see /proc/interrupts)
>>
>> Jan
>>
> 
> 
> Ok.
> 
> -Before i run ./rtnet start, my non-RT adapter has eth0 name, after it still
> has eth0 name.
> -Moreover the NIC don't seem receive or send packets, there is no tx or rx
> progress...

If you have a dhcpcd running on eth0, there should be at least tx
statistics progress during early interface start-up, even if you had IRQ
troubles. You may want to check if there is dhcp running.

> -So i look into /proc/interrupts, i can see :
> 10:    1317604     153347    XT-PIC-XT        sata_nv, eth0
> and the number of interrupts don't progress after i have run ./rtnet start.

Just to be sure, check under /proc/xenomai/irq if IRQ 10 happens to be
in use by some RT device (rteth0...) as well. Also check if the kernel
log contains anything unusual around starting RTnet.

Jan

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to