I tried to compile the version in the link, but got a few errors. The first one 
complained about line 198 - it looks like it can't find the definition of 
"pci_ers_result_t". Probably dependancy problems? From the linked page it seems 
that it is targeted for kernel 2.6.18-rc7, while I am at 2.6.15.1.

If there is a quick-fix I will try to compile it, but I don't have time at the 
moment to upgrade to 2.6.18-rc7. I will also try other suggested tests, if it 
is not too time consuming.

Since this problem does not seem to be a critical error, for now I will ignore 
it until it becomes one! :)

Thanks
Thinus

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 15 September 2006 15:17
To: Thinus Viljoen
Cc: M. Koehrer; rtnet-users@lists.sourceforge.net
Subject: Re: [RTnet-users] rt_e1000 driver loading


Thinus Viljoen wrote:
>> M. Koehrer wrote:
>>> O.K.,
>>>
>>> I have done a test with the standard e1000 driver of linux (2.4.33, the
>> Intel e1000 driver 7.1.9)
>>> I have written the following bash script: 
>>> modprobe e1000
>>> ifconfig eth1 up 192.168.2.2
>>> dmesg -c
>>> sleep 1
>>> echo "--------"
>>> dmesg -c
>>> sleep 1
>>> echo "--------"
>>> dmesg -c
>>>
> 
> Some results from my setup:
> 
> If I put "sleep 5" between the "modprobe" and "ifconfig eth1 up 192.168.2.2", 
> everything works fine.
> If I change it to "sleep 3", then eth1 comes up, but it is not assigned an IP 
> address.
> If I have no "sleep", then eth1 doesn't come up, and I get the following 
> messages:
> 
> eth1: unknown interface: No such device
> SIOCSIFADDR: No such device
> eth1: unknown interface: No such device
>  

Mmh, the critical path is between modprobe and ifup? Does it also apply
on the rt-driver?

Anyway, can we say this is basically a vanilla problem? The usual reply
of the kernel folks on such reports is: "Have you already tried latest
shiny git?". This would likely be

http://www.kernel.org/git/?p=linux/kernel/git/jgarzik/netdev-2.6.git;a=tree;h=51578697d4994715151e6484f27793c2d5ee7262;hb=95064a75ebf8744e1ff595e8cd7ff9b6c851523e;f=drivers/net/e1000
(netdev-git)

We may also move the generic part of this thread to LKML or netdev if we
can exclude that this issue was already fixed elsewhere. There we may at
least gain some numbers on that magic startup delay...

Jan


*******************************************************************************************************
Disclaimer:  The information contained in this communication is confidential 
and may be legally privileged.  
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.  
Any review, retransmission, dissemination, copying, disclosure or other use of, 
or taking of any action in reliance upon, this information by person or 
entities other then the intended recipient is prohibited.  
If you have received this message in error, please notify the sender 
immediately by e-mail, facsimile or telephone and return and/or destroy the 
original message and all copies from any computer.  

Denel (Pty) Ltd exercises no editorial control over e-mail messages originating 
in the organisation and does not accept any responsibility for either the 
contents of the message or any copyright laws that may have been violated by 
the person sending this message.  
Denel (Pty) Ltd is neither liable for the proper and complete transmission of 
the information contained in this communication nor any delay in its receipt.  
This message should not be copied or used for any purpose other than intended, 
nor should it be disclosed to any other person.
*******************************************************************************************************


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to