> -------------------------
>
> From these warings in the two separate phase is there something that makes
> you think my testings will go wrong ...(in spite of the correct
> configuration in master/slave and the non-conflict on interrupts) ?
>
Nope. As long as I did not oversee some more crucial warning, they all
relate to the fact that RTAI does not handle kernel symbols
appropriately. Harmless, as long as you switch off symbol versioning in
the kernel config as suggested by RTAI.
---------------
Ok,
CONFIG_MODVERSIONS is not set
CONFIG_MODULE_SRCVERSION_ALL is not set
And we have compiled with RTcfg debugging.
We have added very redundant debbuggin echoes in /etc/rtnet
and called it rtnet.debug.
Now, the problem is always the same...
I sum up the problem and write in the end the result for 'dmesg' for the slave host,
this time i'm able to copy it (the system didn't go in a total block, only the shell
running 'rtnet.debug stop' did so, and in the end the RTAI/RTNet modules were
still running).
--->On the slave i have
rtnet.conf::
-------------
prefix="/usr/local/rtnet"
exec_prefix="${prefix}"
RTNET_MOD="${exec_prefix}/modules"
RTIFCONFIG="${exec_prefix}/sbin/rtifconfig"
RTCFG="${exec_prefix}/sbin/rtcfg"
TDMACFG="${exec_prefix}/sbin/tdmacfg"
MODULE_EXT=".ko"
# RT-NIC driver
RT_DRIVER="rt_eepro100"
RT_DRIVER_OPTIONS="cards=1,0,0,0"
IPADDR="10.0.0.2"
NETMASK=""
RT_LOOPBACK="yes"
RTCAP="yes"
STAGE_2_SRC=""
STAGE_2_DST=""
STAGE_2_CMDS=""
TDMA_MODE="slave"
TDMA_CYCLE="5000"
TDMA_OFFSET="200"
_____________
dmesg::
------------
[snip]
[319032.401786] I-pipe: Domain RTAI registered.
[319032.403276] RTAI[hal]: <3.3> mounted over IPIPE-NOTHREADS 1.2-00.
[319032.403306] RTAI[hal]: compiled with gcc version 3.3.6
.
[319032.403337] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[319032.404152] PIPELINE layers:
[319032.404404] e083f180 9ac15d93 RTAI 200
[319032.404681] c0402e00 0 Linux 100
[319032.652740] RTAI[malloc]: vmalloced extent e0916000, size 2097152.
[319032.654585] RTAI[malloc]: loaded (global heap size=2097152 bytes).
[319032.667994] RTAI[sched_lxrt]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE <with RTAI TASKs>).
[319032.669073] RTAI[sched_lxrt]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing mode is periodic; linear ordering of timed lists.
[319032.669453] RTAI[sched_lxrt]: Linux timer freq = 250 (Hz), CPU freq = 1263906000 hz.
[319032.669764] RTAI[sched_lxrt]: timer setup = 2010 ns, resched latency = 2689 ns.
[319032.961845] RTAI[malloc]: vmalloced extent e0b2b000, size 2097152.
[319032.963644] RTAI[malloc]: loaded (global heap size=2097152 bytes).
[319032.977864] RTAI[sched_lxrt]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE).
[319032.979035] RTAI[sched_lxrt]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing mode is periodic; linear ordering of timed lists.
[319032.979472] RTAI[sched_lxrt]: Linux timer freq = 250 (Hz), CPU freq = 1263906000 hz.
[319032.979784] RTAI[sched_lxrt]: timer setup = 2010 ns, resched latency = 2689 ns.
[319033.312251] RTDM started.
[319540.247471
]
[319540.247503] *** RTnet 0.9.2 - built on Mar 17 2006 19:18:22 ***
[319540.247505]
[319540.248950] RTnet: initialising real-time networking
[319540.998472] eepro100-rt.c:1.36-RTnet-0.7 2002-2005 Jan Kiszka <
[EMAIL PROTECTED]>
[319540.998507] eepro100-rt.c: based on eepro100.c 1.36 by D. Becker, A. V. Savochkin and others
[319541.042267] rteth0: 0000:01:00.0, 00:00:5B:00:8C:2F, IRQ 11.
[319541.077999] Receiver lock-up workaround activated.
[319541.079381] RTnet: registered rteth0
[319541.228624] initializing loopback...
[319541.231114] RTnet: registered rtlo
[319541.429589] RTcap: real-time capturing interface
[319543.168199] RTcfg: init real-time configuration distribution protocol
[319543.347488] RTmac: init realtime media access control
[319543.532678] RTmac/TDMA: init time division multiple access control mechanism
[319543.751381] RTcfg: rtcfg_do_main_event() rtdev=1, event=RTCFG_CMD_CLIENT, state=RTCFG_MAIN_OFF
[319543.751441] RTcfg: next main state=RTCFG_MAIN_CLIENT_0
(now i do 'rtnet stop')
[319940.494033] RTDM: INFO > IRQ: 11, INTRCNT: 1
[319940.522378] RTmac/TDMA: unloaded
[319940.605288] RTmac: unloaded
[319941.796257] RTcfg: rtcfg_do_main_event() rtdev=1, event=RTCFG_CMD_CLIENT, state=RTCFG_MAIN_CLIENT_0
[319941.796320] RTcfg: unknown event RTCFG_CMD_CLIENT for rtdev 1 in rtcfg_main_state_client_0()
[319941.997927] RTcfg: unloaded
[319942.781571] RTcap: unloaded
[319942.916192] removing loopback...
[319942.917485] RTnet: unregistered rtlo
[319943.050657] RTnet: unregistered rteth0
[319945.698934] RTnet: unloaded
------------
The slave remains on "Searching for masters..."
-->On the master i have
rtnet.conf::
-------------
prefix="/usr/local/rtnet"
exec_prefix="${prefix}"
RTNET_MOD="${exec_prefix}/modules"
RTIFCONFIG="${exec_prefix}/sbin/rtifconfig"
RTCFG="${exec_prefix}/sbin/rtcfg"
TDMACFG="${exec_prefix}/sbin/tdmacfg"
MODULE_EXT=".ko"
RT_DRIVER="rt_eepro100"
RT_DRIVER_OPTIONS="cards=1,0,0,0"
IPADDR="10.0.0.1"
NETMASK=""
RT_LOOPBACK="yes"
RTCAP="yes"
STAGE_2_SRC=""
STAGE_2_DST=""
STAGE_2_CMDS=""
TDMA_MODE="master"
TDMA_SLAVES="10.0.0.2"
TDMA_CYCLE="5000"
TDMA_OFFSET="200"
-------
dmesg:::
___________
[snip]
[351946.479344] I-pipe: Domain RTAI registered.
[351946.481456] RTAI[hal]: <3.3> mounted over IPIPE-NOTHREADS 1.2-00.
[351946.481487] RTAI[hal]: compiled with gcc version
3.2.3.
[351946.481520] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[351946.482149] PIPELINE layers:
[351946.482178] e083f180 9ac15d93 RTAI 200
[351946.482206] c040e180 0 Linux 100
[351946.748280] RTAI[malloc]: vmalloced extent e0982000, size 2097152.
[351946.750028] RTAI[malloc]: loaded (global heap size=2097152 bytes).
[351946.751511] RTAI[sched_lxrt]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE <with RTAI TASKs>).
[351946.751918] RTAI[sched_lxrt]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing mode is periodic; linear ordering of timed lists.
[351946.752298] RTAI[sched_lxrt]: Linux timer freq = 250 (Hz), CPU freq = 1264024000 hz.
[351946.752610] RTAI[sched_lxrt]: timer setup = 2010 ns, resched latency = 2689 ns.
[351946.967117] RTAI[malloc]: vmalloced extent e0b97000, size 2097152.
[351946.968444] RTAI[malloc]: loaded (global heap size=2097152 bytes).
[351946.969983] RTAI[sched_lxrt]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE).
[351946.970364] RTAI[sched_lxrt]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing mode is periodic; linear ordering of timed lists.
[351946.970769] RTAI[sched_lxrt]: Linux timer freq = 250 (Hz), CPU freq = 1264024000 hz.
[351946.971083] RTAI[sched_lxrt]: timer setup = 2010 ns, resched latency = 2689 ns.
[351947.250707] RTDM started.
[352264.559271
]
[352264.559331] *** RTnet 0.9.2 - built on Mar 15 2006 14:54:45 ***
[352264.559334]
[352264.561140] RTnet: initialising real-time networking
[352265.145901] eepro100-rt.c:1.36-RTnet-0.7 2002-2005 Jan Kiszka <
[EMAIL PROTECTED]>
[352265.145936] eepro100-rt.c: based on eepro100.c 1.36 by D. Becker, A. V. Savochkin and others
[352265.189665] rteth0: 0000:01:00.0, 00:00:5B:00:8C:28, IRQ 11.
[352265.190293] Receiver lock-up workaround activated.
[352265.191711] RTnet: registered rteth0
[352265.233760] rteth1: 0000:01:01.0, 00:00:5B:00:8C:31, IRQ 9.
[352265.286650] Receiver lock-up workaround activated.
[352265.288701] RTnet: registered rteth1
[352265.373901] initializing loopback...
[352265.376492] RTnet: registered rtlo
[352265.549901] RTcap: real-time capturing interface
[352267.599972] RTcfg: init real-time configuration distribution protocol
[352267.744979] RTmac: init realtime media access control
[352267.886003] RTmac/TDMA: init time division multiple access control mechanism
[17179569.184000] Linux version 2.6.15-rtai ([EMAIL PROTECTED]) (gcc version 3.2.3
) #1 PREEMPT Fri Apr 14 10:12:57 CEST 2006
[17179569.184000] BIOS-provided physical RAM map:
[17179569.184000] BIOS-e820: 0000000000000000 - 000000000009e400 (usable)
[17179569.184000] BIOS-e820: 000000000009e400 - 00000000000a0000 (reserved)
[17179569.184000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[17179569.184000] BIOS-e820: 0000000000100000 - 000000001ff00000 (usable)
[17179569.184000] BIOS-e820: 000000001ff00000 - 0000000020000000 (reserved)
[17179569.184000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[17179569.184000] 511MB LOWMEM available.
[17179569.184000] On node 0 totalpages: 130816
[17179569.184000] DMA zone: 4096 pages, LIFO batch:0
[17179569.184000] DMA32 zone: 0 pages, LIFO batch:0
[17179569.184000] Normal zone: 126720 pages, LIFO batch:31
[17179569.184000] HighMem zone: 0 pages, LIFO batch:0
[17179569.184000] DMI 2.1 present.
[17179569.184000] Allocating PCI resources starting at 30000000 (gap: 20000000:dff00000)
[17179569.184000] Built 1 zonelists
[17179569.184000] Kernel command line: BOOT_IMAGE=Linux2.6.15rtai ro root=1602 apic=no lapic=yes
[17179569.184000] Initializing CPU#0
[17179569.184000] PID hash table entries: 2048 (order: 11, 32768 bytes)
[ 0.000000] Detected 1264.024 MHz processor.
[ 47.227976] Using tsc for high-res timesource
[ 47.228071] I-pipe 1.2-00: pipeline enabled.
[ 47.234299] Console: colour VGA+ 80x25
[ 47.242556] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 47.246827] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 47.386236] Memory: 514404k/523264k available (2680k kernel code, 8388k reserved, 809k data, 172k init, 0k highmem)
[ 47.386615] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[ 47.467731] Calibrating delay using timer specific routine.. 2536.60 BogoMIPS (lpj=5073208)
[ 47.468674] Mount-cache hash table entries: 512
[ 47.470672] CPU: After generic identify, caps: 0383f9ff 00000000 00000000 00000000 00000000 00000000 00000000
[ 47.470734] CPU: After vendor identify, caps: 0383f9ff 00000000 00000000 00000000 00000000 00000000 00000000
[ 47.470800] CPU: L1 I cache: 16K, L1 D cache: 16K
[ 47.471118] CPU: L2 cache: 512K
[ 47.471334
] CPU: After all inits, caps: 0383f9ff 00000000 00000000 00000040 00000000 00000000 00000000
[ 47.471369] Intel machine check architecture supported.
[ 47.471591] Intel machine check reporting enabled on CPU#0.
[ 47.471911] mtrr: v2.0 (20020519)
[ 47.472158] CPU: Intel(R) Pentium(R) III CPU - S 1266MHz stepping 04
[ 47.472603] Enabling fast FPU save and restore... done.
[ 47.472921] Enabling unmasked SIMD FPU exception support... done.
[ 47.473245] Checking 'hlt' instruction... OK.
[ 47.497929] NET: Registered protocol family 16
[ 47.500085] PCI: PCI BIOS revision 2.10 entry at 0xff6b4, last bus=1
[ 47.500371] PCI: Using configuration type 1
[ 47.575140] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 47.575839] PnPBIOS: Scanning system for PnP BIOS support...
[ 47.576975] PnPBIOS: PnP BIOS support was not detected.
[ 47.585648] SCSI subsystem initialized
[ 47.586348] PCI: Probing PCI hardware
[ 47.586601] PCI: Probing PCI hardware (bus 00)
[ 47.589103] Boot video device is 0000:00:02.0
[ 47.589638] PCI quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
[ 47.589889] PCI quirk: region 0500-053f claimed by ICH4 GPIO
[ 47.592908] PCI: Transparent bridge - 0000:00:1e.0
[ 47.630578] pnp: the driver 'system' has been registered
[ 47.638320] PCI: Ignore bogus resource 6 [0:0] of 0000:00:
02.0
[ 47.638607] PCI: Bridge: 0000:00:1e.0
[ 47.638826] IO window: e000-efff
[ 47.639024] MEM window: 60100000-6fffffff
[ 47.639245] PREFETCH window: 44000000-441fffff
[ 47.639588] PCI: Setting latency timer of device 0000:00:
1e.0 to 64
[ 47.641877] Machine check exception polling timer started.
[ 47.671751] audit: initializing netlink socket (disabled)
[ 47.672132] audit(1142587229.688:1): initialized
[ 47.677125] Installing knfsd (copyright (C) 1996
[EMAIL PROTECTED]).
[ 47.683512] io scheduler noop registered
[ 47.683960] io scheduler anticipatory registered
[ 47.684334] io scheduler deadline registered
[ 47.684750
] io scheduler cfq registered
[ 47.687751] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 47.688353] isapnp: Scanning for PnP cards...
[ 48.051326] isapnp: No Plug & Play device found
[ 48.516400
] lp: driver loaded but no devices found
[ 48.516748] Linux agpgart interface v0.101 (c) Dave Jones
[ 48.517913] agpgart: Detected an Intel i815 Chipset.
[ 48.564324] agpgart: AGP aperture is 64M @ 0x40000000
[ 48.564928] [drm] Initialized drm 1.0.0 20040925
[ 48.565752] pnp: the driver 'i8042 kbd' has been registered
[ 48.566600] pnp: the driver 'i8042 aux' has been registered
[ 48.568106] pnp: the driver 'i8042 kbd' has been unregistered
[ 48.568796] pnp: the driver 'i8042 aux' has been unregistered
[ 48.568825] PNP: No PS/2 controller found. Probing ports directly.
[ 48.572965] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 48.574189] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 48.575349] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
[ 48.576837] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 48.578501] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 48.582937] pnp: the driver 'serial' has been registered
[ 48.584599] pnp: the driver 'parport_pc' has been registered
[ 48.585569] parport0: PC-style at 0x378 [PCSPP(,...)]
[ 48.587240] lp0: using parport0 (polling).
[ 48.589096] Floppy drive(s): fd0 is 1.44M
[ 48.605887] FDC 0 is a post-1991 82077
[ 48.621726] RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
[ 48.623201] Uniform Multi-Platform E-IDE driver Revision:
7.00alpha2
[ 48.623427] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[ 48.626046] Probing IDE interface ide0...
[ 49.193628] Probing IDE interface ide1...
[ 49.609628] hdc: HDS722512VLAT20, ATA DISK drive
[ 50.057091] hdd: SAMSUNG CD-ROM SC-152A, ATAPI CD/DVD-ROM drive
[ 50.113037] ide1 at 0x170-0x177,0x376 on irq 15
[ 50.116206] hdc: max request size: 1024KiB
[ 50.122987] hdc: 241254720 sectors (123522 MB) w/1794KiB Cache, CHS=16383/255/63
[ 50.124066] hdc: cache flushes supported
[ 50.125509] hdc: hdc1 hdc2 hdc3
[ 50.142361] hdd: ATAPI 52X CD-ROM drive, 128kB Cache
[ 50.143151] Uniform CD-ROM driver Revision: 3.20
[ 50.147650] libata version
1.20 loaded.
[ 50.151134] mice: PS/2 mouse device common for all mice
[ 50.151927] Advanced Linux Sound Architecture Driver Version 1.0.10rc3 (Mon Nov 07 13:30:21 2005 UTC).
[ 50.158951] ALSA device list:
[ 50.159143] No soundcards found.
[ 50.159336] oprofile: using timer interrupt.
[ 50.159899] NET: Registered protocol family 2
[ 50.197054] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 50.199227] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
[ 50.204048] TCP bind hash table entries: 16384 (order: 6, 327680 bytes)
[ 50.210353] TCP: Hash tables configured (established 16384 bind 16384)
[ 50.210640] TCP reno registered
[ 50.211427] ip_conntrack version 2.4 (4088 buckets, 32704 max) - 212 bytes per conntrack
[ 50.309241] ip_tables: (C) 2000-2002 Netfilter core team
[ 50.346555] input: AT Translated Set 2 keyboard as /class/input/input0
[ 50.484063] ipt_recent v0.3.1: Stephen Frost <[EMAIL PROTECTED]>. http://snowman.net/projects/ipt_recent/
[
50.484757] arp_tables: (C) 2002 David S. Miller
[ 50.520191] TCP bic registered
[ 50.520574] NET: Registered protocol family 1
[ 50.520856] NET: Registered protocol family 17
[ 50.522397] Using IPI Shortcut mode
[ 50.593349] EXT3-fs: mounted filesystem with ordered data mode.
[ 50.594292] VFS: Mounted root (ext3 filesystem) readonly.
[ 50.596519] Freeing unused kernel memory: 172k freed
[ 50.602377] kjournald starting. Commit interval 5 seconds
[ 56.496077] Adding 1044216k swap on /dev/hdc3. Priority:-1 extents:1 across:1044216k
[ 57.234495] EXT3 FS on hdc2, internal journal
[ 76.309487] process `named' is using obsolete setsockopt SO_BSDCOMPAT
[ 133.912490] spurious 8259A interrupt: IRQ7.
[ 1301.474539] e100: Intel(R) PRO/100 Network Driver, 3.4.14-k4-NAPI
[ 1301.476032] e100: Copyright(c) 1999-2005 Intel Corporation
[ 1301.719111] e100: eth0: e100_probe: addr 0x60100000, irq 11, MAC addr 00:00:5B:00:8C:28
[ 1301.847549] e100: eth1: e100_probe: addr 0x60140000, irq 9, MAC addr 00:00:5B:00:8C:31
[ 1302.350175] e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
[ 1978.579802] atkbd.c: Keyboard on isa0060/serio0 reports too many keys pressed.
[11170.760830] atkbd.c: Unknown key released (translated set 2, code 0x7f on isa0060/serio0).
[11170.760888] atkbd.c: Use 'setkeycodes 7f <keycode>' to make it known.
[11170.763226] atkbd.c: Keyboard on isa0060/serio0 reports too many keys pressed.
[11184.324529] device eth0 entered promiscuous mode
[11208.686321] device eth0 left promiscuous mode
[11633.686855] device eth0 entered promiscuous mode
[11640.682119] device eth0 left promiscuous mode
[11669.191091
] device eth0 entered promiscuous mode
[11670.501375] device eth0 left promiscuous mode
[12118.118062] device eth0 entered promiscuous mode
[12141.812969] device eth0 left promiscuous mode
[30914.022036] atkbd.c
: Unknown key released (translated set 2, code 0x7f on isa0060/serio0).
[30914.022071] atkbd.c: Use 'setkeycodes 7f <keycode>' to make it known.
[30914.026256] atkbd.c: Keyboard on isa0060/serio0 reports too many keys pressed.
[351636.827801] e100: eth0: e100_watchdog: link down
[351640.822771] e100: eth0: e100_watchdog: link up, 100Mbps, half-duplex
[351646.815507] e100: eth0: e100_watchdog: link down
[351648.812923] e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
[351660.798285] e100: eth0: e100_watchdog: link down
[351664.793241] e100: eth0: e100_watchdog: link up, 100Mbps, half-duplex
[351946.479344] I-pipe: Domain RTAI registered.
[351946.481456] RTAI[hal]: <3.3
> mounted over IPIPE-NOTHREADS 1.2-00.
[351946.481487] RTAI[hal]: compiled with gcc version 3.2.3.
[351946.481520] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[351946.482149] PIPELINE layers:
[351946.482178] e083f180 9ac15d93 RTAI 200
[351946.482206] c040e180 0 Linux 100
[351946.748280] RTAI[malloc]: vmalloced extent e0982000, size 2097152.
[351946.750028] RTAI[malloc]: loaded (global heap size=2097152 bytes).
[351946.751511] RTAI[sched_lxrt]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE <with RTAI TASKs>).
[351946.751918] RTAI[sched_lxrt]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing mode is periodic; linear ordering of timed lists.
[351946.752298] RTAI[sched_lxrt]: Linux timer freq = 250 (Hz), CPU freq = 1264024000 hz.
[351946.752610] RTAI[sched_lxrt]: timer setup = 2010 ns, resched latency = 2689 ns.
[351946.967117] RTAI[malloc]: vmalloced extent e0b97000, size 2097152.
[351946.968444] RTAI[malloc]: loaded (global heap size=2097152 bytes).
[351946.969983] RTAI[sched_lxrt]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE).
[351946.970364] RTAI[sched_lxrt]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing mode is periodic; linear ordering of timed lists.
[351946.970769] RTAI[sched_lxrt]: Linux timer freq = 250 (Hz), CPU freq = 1264024000 hz.
[351946.971083] RTAI[sched_lxrt]: timer setup = 2010 ns, resched latency = 2689 ns.
[351947.250707] RTDM started.
[352264.559271
]
[352264.559331] *** RTnet 0.9.2 - built on Mar 15 2006 14:54:45 ***
[352264.559334]
[352264.561140] RTnet: initialising real-time networking
[352265.145901] eepro100-rt.c:1.36-RTnet-0.7 2002-2005 Jan Kiszka <
[EMAIL PROTECTED]>
[352265.145936] eepro100-rt.c: based on eepro100.c 1.36 by D. Becker, A. V. Savochkin and others
[352265.189665] rteth0: 0000:01:00.0, 00:00:5B:00:8C:28, IRQ 11.
[352265.190293] Receiver lock-up workaround activated.
[352265.191711] RTnet: registered rteth0
[352265.233760] rteth1: 0000:01:01.0, 00:00:5B:00:8C:31, IRQ 9.
[352265.286650] Receiver lock-up workaround activated.
[352265.288701] RTnet: registered rteth1
[352265.373901] initializing loopback...
[352265.376492] RTnet: registered rtlo
[352265.549901] RTcap: real-time capturing interface
[352267.599972] RTcfg: init real-time configuration distribution protocol
[352267.744979] RTmac: init realtime media access control
[352267.886003] RTmac/TDMA: init time division multiple access control mechanism
(at this time i do "rtnet stop")
[353109.925669] Unable to handle kernel paging request at virtual address 6b6b6b6b
[353109.926145] printing eip:
[353109.926336] e0855c31
[353109.926338] *pde = 00000000
[353109.926531] Oops: 0000 [#1]
[353109.926846] PREEMPT
[353109.927138] Modules linked in: tdma rtmac rtcfg rtcap rt_loopback rt_eepro100 rtpacket rtipv4 rtnet rtai_rtdm rtai_sem rtai_lxrt rtai_up rtai_hal ide_scsi
[353109.929170] CPU: 0
[353109.929171] EIP: 0060:[<e0855c31>] Not tainted VLI
[353109.929198] EFLAGS: 00010246 (2.6.15-rtai)
[353109.929807] EIP is at tdma_detach+0x91/0x200 [tdma]
[353109.930029
] eax: 6b6b6b6b ebx: 6b6b6b6b ecx: d445e910 edx: c040e180
[353109.930277] esi: c38bfa44 edi: d445e300 ebp: 00000000 esp: c8851e80
[353109.930501] ds: 007b es: 007b ss: 0068
[353109.930696] Process rtifconfig (pid: 1750, threadinfo=c8850000 task=da612570)
[353109.930944] Stack: d445e300 cc3c2e60 e0858000 c38bfa44 d445e000 e0da61e4 c38bfa44 d445e300
[353109.932192] c38bfa44 40480001 0804a260 e086ff65 c38bfa44 0804a260 00000048 74657472
[353109.933433] 00003068 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[353109.934671] Call Trace:
[353109.935051] [<e0da61e4>] rtmac_disc_detach+0x44/0x130 [rtmac]
[353109.935553] [<e086ff65>] rtnet_core_ioctl+0x345/0x350 [rtnet]
[353109.936092] [<e086fbed>] rtnet_ioctl+0xfd/0x130 [rtnet]
[353109.936541] [<c01751a0>] do_ioctl+0x70/0xa0
[353109.937015] [<c01753ea>] vfs_ioctl+0x6a/0x1e0
[353109.937432] [<c013c302>] __ipipe_dispatch_event+0x32/0x120
[353109.937903] [<c01755a5>] sys_ioctl+0x45/0x70
[353109.938320] [<c01031e0>] syscall_call+0x7/0xb
[353109.938764] Code: 39 cb 74 31 8d b6 00 00 00 00 8b 53 08 85 d2 0f 88 3a 01 00 00 89 5c 24 04 89 3c 24 e8 a9 f4 ff ff 8b 8f 20 06 00 00 8b 03 89 c3 <8b> 00 0f 18 00 90 39 cb 75 d5 c7 44 24 04 64 00 00 00 8d 87 00
[353109.946068] hard_start_xmit returned -11
[353111.056052] hard_start_xmit returned -11
[353112.275060] RTcfg: unloaded
____________
The master remains in situation "Waiting for all slaves"
between the hosts there is a hub. non connected to internet.
I really don't know what's the problem... Apart from RTNEt,
with 2.6.15 we have to load the module "e100.ko" instead of
"
eepro100.ko"... (with eepro100 we can't run up the eth0,eth1)
But RTNet compile and associate the module
"rt_eepro100.ko"...
Maybe is in that the problem?
Teresa
--
Teresa Noviello
Chiedersi Sempre:"Avro' il tempo di rifarlo?"
- [RTnet-users] Bad Comfiguration Master/Slave ?? Teresa Noviello
- Re: [RTnet-users] Bad Comfiguration Master/Slave ?? Jan Kiszka
- Re: [RTnet-users] Bad Comfiguration Master/Slave ... Teresa Noviello
- Re: [RTnet-users] Bad Comfiguration Master/Sl... Jan Kiszka
- Re: [RTnet-users] Bad Comfiguration Maste... Jan Kiszka
- Re: [RTnet-users] Bad Comfiguration ... Teresa Noviello
- Re: [RTnet-users] Bad Comfigurat... Jan Kiszka
- Re: [RTnet-users] Bad Comfigurat... Jan Kiszka
- Re: [RTnet-users] Bad Comfigurat... Jan Kiszka
- Re: [RTnet-users] Bad Comfig... Jan Kiszka
- Re: [RTnet-users] Bad Comfig... Teresa Noviello