Thx Raif. Let me follow that.
-Nabanjan
________________________________
From: WIEGAND Ralf <ralf.wieg...@hexagonmetrology.com>
To: nabanjan das <naban...@yahoo.com>
Cc: rtnet-users@lists.sourceforge.net
Sent: Friday, September 16, 2011 12:08 PM
Subject: AW: [RTnet-users] Problems in installing real time version ofethernet
driver
Hello Nabanjan,
it depends on the debian distribution. If you are using a debian based
distribution copy the rtnet-modules to /lib/modules/kernel_version/rtnet and
run "depmod". After these steps "modprobe" should find the modules.
Best regards,
Ralf
-----Ursprüngliche Nachricht-----
Von: nabanjan das [mailto:naban...@yahoo.com]
Gesendet: Fr 9/16/2011 17:44
An: nabanjan das; WIEGAND Ralf
Cc: Joseph Hentz; g...@openyear.org; rtnet-users@lists.sourceforge.net
Betreff: Re: [RTnet-users] Problems in installing real time version ofethernet
driver
Raif,
Inserting the module "rt_e1000.ko" manually didn't work as "modprobe" still
couldn't find it. How many and where are the places I have to insert
"rt_e1000.ko"?
insmod only puts it in /proc/modules.
-Nabanjan
________________________________
From: nabanjan das <naban...@yahoo.com>
To: WIEGAND Ralf <ralf.wieg...@hexagonmetrology.com>
Cc: Joseph Hentz <j...@openyear.org>; "g...@openyear.org" <g...@openyear.org>;
"rtnet-users@lists.sourceforge.net" <rtnet-users@lists.sourceforge.net>
Sent: Friday, September 16, 2011 1:21 AM
Subject: Re: [RTnet-users] Problems in installing real time version ofethernet
driver
Thx Raif.
-Nabanjan
________________________________
From: WIEGAND Ralf <ralf.wieg...@hexagonmetrology.com>
To: nabanjan das <naban...@yahoo.com>
Cc: rtnet-users@lists.sourceforge.net
Sent: Thursday, September 15, 2011 10:32 PM
Subject: AW: [RTnet-users] Problems in installing real time version ofethernet
driver
Hello Nabanjan,
"insmod rt_e1000.ko"
doesn't add the module to "/lib/modules/kernel_version". "insmod"
is only for inserting a module to the running kernel. "modprobe"
looks at "/lib/modules/kernel_version" for the given modul to load.
The default location for the rtnet-modules is "/usr/local/rtnet/modules"
so you have to do "insmod /usr/local/rtnet/modules/MODULNAME.ko". If
you prefer to use "modprobe" you have to copy the modules to
"/lib/modules/kernel_version".
Then "modprobe" will find the modules.
Ralf
Hexagon Metrology GmbH
Siegmund-Hiepe-Str. 2-12
35578 Wetzlar
Deutschland
Phone: +49 6441 207-410
Fax: +49 6441 207-387
E-Mail: ralf.wieg...@hexagonmetrology.com
Hauptgeschäftsführer: Holger Fritze
Geschäftsführer: Per Holmberg - Erik Steinbacher - Arno Seuren
Amtsgericht Wetzlar, HRB 1201
________________________________
Von:nabanjan das
[mailto:naban...@yahoo.com]
Gesendet: Freitag, 16. September
2011 07:09
An: Renato Machado Monaro
Cc: Joseph Hentz; g...@openyear.org;
rtnet-users@lists.sourceforge.net
Betreff: Re: [RTnet-users]
Problems in installing real time version ofethernet driver
Looks like
"insmod rt_e1000.ko" inserts in /proc/modules file. But
"modprobe rt_e1000" doesn't see it. Is there an intermediate step?
-Nabanjan
________________________________
From:nabanjan das <naban...@yahoo.com>
To: Renato Machado Monaro
<renato.mon...@gmail.com>
Cc: Frederik Bayart
<frederik.bay...@triphase.com>; Joseph Hentz <j...@openyear.org>;
"g...@openyear.org" <g...@openyear.org>;
"rtnet-users@lists.sourceforge.net"
<rtnet-users@lists.sourceforge.net>
Sent: Thursday, September 15, 2011
10:14 AM
Subject: Re: [RTnet-users]
Problems in installing real time version of ethernet driver
Monaro,
I tried
it and didn't work. Basically, "insmod
/usr/local/rtnet/modules/rt_e1000_new.ko" didn't add the driver
to "/lib/modules/kernel_version"
Hence,
"modprobe" couldn't find it.
I see from the man page
of modprobe, files /etc/modprobe.conf and /etc/modprobe.d/ . Can you eleaborate
on them?
Thx,
-Nabanjan
________________________________
From:Renato
Machado Monaro <renato.mon...@gmail.com>
To: nabanjan das
<naban...@yahoo.com>
Cc: Frederik Bayart
<frederik.bay...@triphase.com>; Joseph Hentz <j...@openyear.org>;
"g...@openyear.org" <g...@openyear.org>;
"rtnet-users@lists.sourceforge.net"
<rtnet-users@lists.sourceforge.net>
Sent: Wednesday, September 14,
2011 8:31 AM
Subject: Re: [RTnet-users]
Problems in installing real time version of ethernet driver
Dear Nabanjan.
The modprobe looks for
modules in "/lib/modules/kernel_version" folder and the rtnet modules
may be in a different folder. In my system they are at
"/usr/local/rtnet/modules"
Try this command as
root:
insmod
/usr/local/rtnet/modules/rt_e1000_new.ko
Other rtnet modules must
be load before (rtnet.ko, rtpacket.ko, rtudp.ko).
Monaro
2011/9/14
nabanjan das <naban...@yahoo.com>
Frederik,
That
didn't solve the problem. I configured using the options you gave me
( --enable-e1000 and --enable-e1000-new ). 'modprobe rt_e1000' still
fails ( e1000 is the current non-real-time driver and rt_e1000 is the real-time
version from rtnet package ). Actually, 'modprobe <any_new_driver>' fails
as modprobe doesn't know the location where the new driver is present. Is there
a way to let 'modprobe' know where to pick up the new drivers that came with
rtnet.
Thx in
advance,
Nabanjan
________________________________
From:nabanjan das <naban...@yahoo.com>
To: Frederik Bayart <frederik.bay...@triphase.com>
Cc: "rtnet-users@lists.sourceforge.net"
<rtnet-users@lists.sourceforge.net>;
"g...@openyear.org" <g...@openyear.org>;
Joseph Hentz <j...@openyear.org>
Sent: Monday, September 12, 2011
1:13 AM
Subject: Re: [RTnet-users]
Problems in installing real time version of ethernet driver
Thx
Frederik. I shall try.
-Nabanjan
________________________________
From:Frederik Bayart <frederik.bay...@triphase.com>
To: nabanjan das <naban...@yahoo.com>
Cc: "rtnet-users@lists.sourceforge.net"
<rtnet-users@lists.sourceforge.net>
Sent: Monday, September 12, 2011
1:05 AM
Subject: Re: [RTnet-users]
Problems in installing real time version of ethernet driver
Hallo Nabanjan,
Verify if the pci-id is supported by the driver. Maybe your chipset is not
recognized by the driver because it's too new. Did you also tried the new e1000
driver (the one in the experimental directory) : there are 2 configure options
: --enable-e1000 and --enable-e1000-new.
Frederik
On Sat,
Sep 10, 2011 at 5:45 PM, nabanjan das <naban...@yahoo.com>
wrote:
Hi,
I am
having problems in installing real time version of ethernet driver in debian
after rtnet installation.
My
regular driver is "e1000" and the rtnet version is
"rt_e1000". But "modprobe rt_e1000" says cannot find
driver.
Any
ideas? I am following the rtnet README and INSTALL instructions for
installation.
Thx,
-Nabanjan
------------------------------------------------------------------------------
Malware Security Report: Protecting Your Business, Customers, and the
Bottom Line. Protect your business and customers by understanding the
threat from malware and how it can impact your online business.
http://www.accelacomm.com/jaw/sfnl/114/51427462/
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users
--
Renato Machado Monaro
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users