![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| LinuxCNC (formerly EMC2) Discuss LinuxCNC (formerly EMC2) Controlers here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
I have already successfully setup EMC2 with a custom cable split into two to connect to the driver. The driver has two breakout boards and requires two parallel cables. I know EMC2 is capable of up to 8 ports, but I can not get the hal file setup properly. It will read the cards separately, but not together in the hal file. I know the address of each card, this was one of my biggest hurdle to get over. Here is a post of my file, if you see what I am doing wrong I could use some advise. The documentation is kind of confusing and hard to understand. # Generated by stepconf at Fri Jun 6 08:00:52 2008 # If you make changes to this file, they will be # overwritten when you run stepconf again ################################################################################# loadrt trivkins ################################################################################# loadrt [EMCMOT]EMCMOT base_period_nsec=[EMCMOT]BASE_PERIOD servo_period_nsec=[EMCMOT]SERVO_PERIOD traj_period_nsec=[EMCMOT]SERVO_PERIOD key=[EMCMOT]SHMEM_KEY num_joints=[TRAJ]AXES ################################################################################# #ParPort Settings loadrt probe_parport loadrt hal_parport cfg=0x378 0xe800 setp parport.all.reset-time 5000 loadrt stepgen step_type=0,0,0,0 ################################################################################# addf parport.all.read base-thread addf stepgen.make-pulses base-thread addf parport.all.write base-thread addf parport.all.reset base-thread ################################################################################# addf stepgen.capture-position servo-thread addf motion-command-handler servo-thread addf motion-controller servo-thread addf stepgen.update-freq servo-thread ################################################################################# #Pin Setup For X setp parport.0.pin-06-out-invert 1 net xstep => parport.0.pin-06-out setp parport.0.pin-06-out-reset 1 setp parport.0.pin-07-out-invert 1 net xdir => parport.0.pin-07-out ################################################################################# #Pin Setup For Y setp parport.1.pin-06-out-invert 1 net ystep => parport.1.pin-06-out setp parport.1.pin-06-out-reset 1 setp parport.1.pin-07-out-invert 1 net ydir => parport.1.pin-07-out ################################################################################# #Pin Setup For Z setp parport.0.pin-02-out-invert 1 net zstep => parport.0.pin-02-out setp parport.0.pin-02-out-reset 1 setp parport.0.pin-03-out-invert 1 net zdir => parport.0.pin-03-out ################################################################################# #Pin Setup For A setp parport.1.pin-02-out-invert 1 net astep => parport.1.pin-02-out setp parport.1.pin-02-out-reset 1 setp parport.1.pin-03-out-invert 1 net adir => parport.1.pin-03-out ################################################################################# #Pin Setup For Limit Switch's net both-home-x <= parport.0.pin-10-in net both-home-y <= parport.1.pin-11-in net both-home-z <= parport.0.pin-12-in net both-home-a <= parport.1.pin-13-in net estop-ext <= parport.0.pin-15-in ################################################################################# #Axis Control For X setp stepgen.0.position-scale [AXIS_0]SCALE setp stepgen.0.steplen 1 setp stepgen.0.stepspace 0 setp stepgen.0.dirhold 35000 setp stepgen.0.dirsetup 35000 setp stepgen.0.maxaccel [AXIS_0]STEPGEN_MAXACCEL net xpos-cmd axis.0.motor-pos-cmd => stepgen.0.position-cmd net xpos-fb stepgen.0.position-fb => axis.0.motor-pos-fb net xstep <= stepgen.0.step net xdir <= stepgen.0.dir net xenable axis.0.amp-enable-out => stepgen.0.enable #net both-home-x => axis.0.home-sw-in #net both-home-x => axis.0.neg-lim-sw-in #net both-home-x => axis.0.pos-lim-sw-in ################################################################################# #Axis Control For Y setp stepgen.1.position-scale [AXIS_1]SCALE setp stepgen.1.steplen 1 setp stepgen.1.stepspace 0 setp stepgen.1.dirhold 35000 setp stepgen.1.dirsetup 35000 setp stepgen.1.maxaccel [AXIS_1]STEPGEN_MAXACCEL net ypos-cmd axis.1.motor-pos-cmd => stepgen.1.position-cmd net ypos-fb stepgen.1.position-fb => axis.1.motor-pos-fb net ystep <= stepgen.1.step net ydir <= stepgen.1.dir net yenable axis.1.amp-enable-out => stepgen.1.enable #net both-home-y => axis.1.home-sw-in #net both-home-y => axis.1.neg-lim-sw-in #net both-home-y => axis.1.pos-lim-sw-in ################################################################################# #Axis Control For Z setp stepgen.2.position-scale [AXIS_2]SCALE setp stepgen.2.steplen 1 setp stepgen.2.stepspace 0 setp stepgen.2.dirhold 35000 setp stepgen.2.dirsetup 35000 setp stepgen.2.maxaccel [AXIS_2]STEPGEN_MAXACCEL net zpos-cmd axis.2.motor-pos-cmd => stepgen.2.position-cmd net zpos-fb stepgen.2.position-fb => axis.2.motor-pos-fb net zstep <= stepgen.2.step net zdir <= stepgen.2.dir net zenable axis.2.amp-enable-out => stepgen.2.enable #net both-home-z => axis.2.home-sw-in #net both-home-z => axis.2.neg-lim-sw-in #net both-home-z => axis.2.pos-lim-sw-in ################################################################################# #Axis Control For A setp stepgen.3.position-scale [AXIS_3]SCALE setp stepgen.3.steplen 1 setp stepgen.3.stepspace 0 setp stepgen.3.dirhold 35000 setp stepgen.3.dirsetup 35000 setp stepgen.3.maxaccel [AXIS_3]STEPGEN_MAXACCEL net apos-cmd axis.3.motor-pos-cmd => stepgen.3.position-cmd net apos-fb stepgen.3.position-fb => axis.3.motor-pos-fb net astep <= stepgen.3.step net adir <= stepgen.3.dir net aenable axis.3.amp-enable-out => stepgen.3.enable #net both-home-a => axis.3.home-sw-in #net both-home-a => axis.3.neg-lim-sw-in #net both-home-a => axis.3.pos-lim-sw-in ################################################################################# #E-Stop Pin Setup net estop-out <= iocontrol.0.user-enable-out net estop-ext => iocontrol.0.emc-enable-in ################################################################################# And here is the error spit at me when attempting to launch Print file information: RUN_IN_PLACE=no EMC2_DIR= EMC2_BIN_DIR=/usr/bin EMC2_TCL_DIR=/usr/share/emc/tcl EMC2_SCRIPT_DIR= EMC2_RTLIB_DIR=/usr/realtime-2.6.24-16-rtai/modules/emc2 EMC2_CONFIG_DIR= EMC2_LANG_DIR=/usr/share/emc/tcl/msgs INIVAR=/usr/bin/inivar HALCMD=/usr/bin/halcmd EMC2_EMCSH=/usr/bin/emcsh EMC2_IOSH=/usr/bin/iosh EMC2 - 2.2.5 Machine configuration directory is '/home/cncuser/emc2/configs/Reed_EMC' Machine configuration file is 'Reed_EMC.ini' INIFILE=/home/cncuser/emc2/configs/Reed_EMC/Reed_EMC.ini PARAMETER_FILE=emc.var EMCMOT=motmod EMCIO=io TASK=milltask HALUI= DISPLAY=tkemc NML_FILE=emc.nml Starting EMC2... Starting EMC2 server program: emcsvr Loading Real Time OS, RTAPI, and HAL_LIB modules Starting EMC2 IO program: io Shutting down and cleaning up EMC2... Killing task emcsvr, PID=10629 Removing HAL_LIB, RTAPI, and Real Time OS modules Removing NML shared memory segments Cleanup done Kernel message information: [ 0.000000] Linux version 2.6.24-16-rtai (root@dana-laptop) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 Sun Apr 13 17:50:16 EEST 2008 (Ubuntu 2.6.24-12.22-generic) [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 0000000037ff0000 (usable) [ 0.000000] BIOS-e820: 0000000037ff0000 - 0000000037ff8000 (ACPI data) [ 0.000000] BIOS-e820: 0000000037ff8000 - 0000000038000000 (ACPI NVS) [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved) [ 0.000000] 0MB HIGHMEM available. [ 0.000000] 895MB LOWMEM available. [ 0.000000] Entering add_active_range(0, 0, 229360) 0 entries of 256 used [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0 -> 4096 [ 0.000000] Normal 4096 -> 229360 [ 0.000000] HighMem 229360 -> 229360 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[1] active PFN ranges [ 0.000000] 0: 0 -> 229360 [ 0.000000] On node 0 totalpages: 229360 [ 0.000000] DMA zone: 32 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 4064 pages, LIFO batch:0 [ 0.000000] Normal zone: 1759 pages used for memmap [ 0.000000] Normal zone: 223505 pages, LIFO batch:31 [ 0.000000] HighMem zone: 0 pages used for memmap [ 0.000000] Movable zone: 0 pages used for memmap [ 0.000000] DMI 2.3 present. [ 0.000000] Allocating PCI resources starting at 40000000 (gap: 38000000:c6c00000) [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 227569 [ 0.000000] Kernel command line: root=UUID=e6cf8587-bc92-46c6-bd71-01578e6f7674 ro quiet splash [ 0.000000] Enabling fast FPU save and restore... done. [ 0.000000] Enabling unmasked SIMD FPU exception support... done. [ 0.000000] Initializing CPU#0 [ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes) [ 0.000000] Detected 1250.080 MHz processor. [ 13.329017] I-pipe 2.0-04: pipeline enabled. [ 13.330049] Console: colour VGA+ 80x25 [ 13.330055] console [tty0] enabled [ 13.331238] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 13.333372] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 13.372008] Memory: 899184k/917440k available (1440k kernel code, 17544k reserved, 573k data, 228k init, 0k highmem) [ 13.372023] virtual kernel memory layout: [ 13.372025] fixmap : 0xfffed000 - 0xfffff000 ( 72 kB) [ 13.372028] pkmap : 0xff800000 - 0xffc00000 (4096 kB) [ 13.372030] vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB) [ 13.372033] lowmem : 0xc0000000 - 0xf7ff0000 ( 895 MB) [ 13.372035] .init : 0xc02fa000 - 0xc0333000 ( 228 kB) [ 13.372038] .data : 0xc026836d - 0xc02f77ec ( 573 kB) [ 13.372040] .text : 0xc0100000 - 0xc026836d (1440 kB) [ 13.372046] Checking if this processor honours the WP bit even in supervisor mode... Ok. [ 13.372117] SLUB: Genslabs=11, HWalign=32, Order=0-1, MinObjects=4, CPUs=1, Nodes=1 [ 13.452128] Calibrating delay using timer specific routine.. 2501.41 BogoMIPS (lpj=5002823) [ 13.452178] Security Framework initialized [ 13.452188] SELinux: Disabled at boot. [ 13.452212] AppArmor: AppArmor initialized [ 13.452219] Failure registering capabilities with primary security module. [ 13.452232] Mount-cache hash table entries: 512 [ 13.452427] CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000 00000000 [ 13.452441] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 13.452446] CPU: L2 Cache: 256K (64 bytes/line) [ 13.452450] CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000 00000000 [ 13.452467] Compat vDSO mapped to ffffe000. [ 13.452482] CPU: AMD Athlon(tm) Processor stepping 02 [ 13.452491] Checking 'hlt' instruction... OK. [ 13.468341] Freeing SMP alternatives: 0k freed [ 13.468651] net_namespace: 64 bytes [ 13.469350] NET: Registered protocol family 16 [ 13.469674] EISA bus registered [ 13.471509] PCI: PCI BIOS revision 2.10 entry at 0xfdaf1, last bus=1 [ 13.471514] PCI: Using configuration type 1 [ 13.471517] Setting up standard PCI resources [ 13.476668] Linux Plug and Play Support v0.97 (c) Adam Belay [ 13.477063] PCI: Probing PCI hardware [ 13.477074] PCI: Probing PCI hardware (bus 00) [ 13.478341] PCI: Using IRQ router VIA [1106/3147] at 0000:00:11.0 [ 13.478360] PCI: Hardcoded IRQ 14 for device 0000:00:11.1 [ 13.488251] AppArmor: AppArmor Filesystem Enabled [ 13.488838] PCI: Bridge: 0000:00:01.0 [ 13.488843] IO window: b000-bfff [ 13.488850] MEM window: dfe00000-dfefffff [ 13.488855] PREFETCH window: bfc00000-dfcfffff [ 13.488878] PCI: Setting latency timer of device 0000:00:01.0 to 64 [ 13.488897] NET: Registered protocol family 2 [ 13.492125] Time: tsc clocksource has been installed. [ 13.524216] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) [ 13.524804] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 13.527856] TCP bind hash table entries: 65536 (order: 6, 262144 bytes) [ 13.528625] TCP: Hash tables configured (established 131072 bind 65536) [ 13.528630] TCP reno registered [ 13.540396] checking if image is initramfs... it is [ 14.473506] Freeing initrd memory: 6874k freed [ 14.474319] audit: initializing netlink socket (disabled) [ 14.474342] audit(1212775066.104:1): initialized [ 14.477385] VFS: Disk quotas dquot_6.5.1 [ 14.477433] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 14.477656] io scheduler noop registered [ 14.477660] io scheduler anticipatory registered [ 14.477664] io scheduler deadline registered [ 14.477682] io scheduler cfq registered (default) [ 14.477700] PCI: VIA PCI bridge detected. Disabling DAC. [ 14.477716] Boot video device is 0000:01:00.0 [ 14.478052] isapnp: Scanning for PnP cards... [ 14.831641] isapnp: No Plug & Play device found [ 14.878584] Real Time Clock Driver v1.12ac [ 14.878592] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled [ 14.879319] PCI: setting IRQ 5 as level-triggered [ 14.879325] PCI: Found IRQ 5 for device 0000:00:07.0 [ 14.879339] PCI: Sharing IRQ 5 with 0000:00:07.1 [ 14.879775] ttyS0: detected caps 00000700 should be 00000100 [ 14.879787] 0000:00:07.0: ttyS0 at I/O 0xdc00 (irq = 5) is a 16C950/954 [ 14.880326] ttyS1: detected caps 00000700 should be 00000100 [ 14.880337] 0000:00:07.0: ttyS1 at I/O 0xd800 (irq = 5) is a 16C950/954 [ 14.881477] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize [ 14.881610] input: Macintosh mouse button emulation as /devices/virtual/input/input0 [ 14.881814] PNP: No PS/2 controller found. Probing ports directly. [ 14.882173] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 14.882181] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 14.892119] mice: PS/2 mouse device common for all mice [ 14.892298] EISA: Probing bus 0 at eisa.0 [ 14.892339] EISA: Detected 0 cards. [ 14.892487] NET: Registered protocol family 1 [ 14.892507] Using IPI Shortcut mode [ 14.892658] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 14.892662] EDD information not available. [ 14.893110] Freeing unused kernel memory: 228k freed [ 14.923962] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 16.327823] fuse init (API version 7.9) [ 16.660065] 8139too Fast Ethernet driver 0.9.28 [ 16.660141] PCI: setting IRQ 10 as level-triggered [ 16.660147] PCI: Found IRQ 10 for device 0000:00:06.0 [ 16.660823] eth0: RealTek RTL8139 at 0xec00, 00:40:f4:af:83:31, IRQ 10 [ 16.660828] eth0: Identified 8139 chip type 'RTL-8100B/8139D' [ 16.809340] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 [ 16.809351] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx [ 16.810471] VP_IDE: IDE controller (0x1106:0x0571 rev 0x06) at PCI slot 0000:00:11.1 [ 16.810500] PCI: Hardcoded IRQ 14 for device 0000:00:11.1 [ 16.810519] PCI: VIA VLink IRQ fixup for 0000:00:11.1, from 255 to 14 [ 16.810547] VP_IDE: not 100% native mode: will probe irqs later [ 16.810562] VP_IDE: VIA vt8233a (rev 00) IDE UDMA133 controller on pci0000:00:11.1 [ 16.810575] ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda MA, hdb io[ 16.810591] ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc MA, hdd io[ 16.810602] Probing IDE interface ide0... [ 17.895566] hda: WDC WD200EB-00CSF0, ATA DISK drive [ 17.895618] hda: host max PIO5 wanted PIO255(auto-tune) selected PIO4 [ 17.896535] hda: UDMA/100 mode selected [ 17.897532] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 [ 17.897601] Probing IDE interface ide1... [ 19.095382] hdc: DVD-ROM DDU1621, ATAPI CD/DVD-ROM drive [ 19.095433] hdc: host max PIO5 wanted PIO255(auto-tune) selected PIO4 [ 19.095502] hdc: UDMA/33 mode selected [ 19.095637] ide1 at 0x170-0x177,0x376 on irq 15 [ 19.111150] SCSI subsystem initialized [ 19.124505] libata version 3.00 loaded. [ 19.142869] hda: max request size: 128KiB [ 19.165783] hda: 39102336 sectors (20020 MB) w/2048KiB Cache, CHS=38792/16/63 [ 19.165793] hda: cache flushes not supported [ 19.165866] hda: hda1 hda2 < hda5 > [ 19.203295] hdc: ATAPI 40X DVD-ROM drive, 512kB Cache [ 19.203310] Uniform CD-ROM driver Revision: 3.20 [ 19.549438] kjournald starting. Commit interval 5 seconds [ 19.549465] EXT3-fs: mounted filesystem with ordered data mode. [ 27.996403] Linux agpgart interface v0.102 [ 28.001772] agpgart: Detected VIA KT266/KY266x/KT333 chipset [ 28.024625] agpgart: AGP aperture is 256M @ 0xe0000000 [ 28.034696] input: PC Speaker as /devices/platform/pcspkr/input/input2 [ 28.169304] irda_init() [ 28.169349] NET: Registered protocol family 23 [ 28.202884] udev: renamed network interface eth0 to eth1 [ 29.190074] input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input3 [ 30.660728] lp: driver loaded but no devices found [ 30.887286] Adding 859436k swap on /dev/hda5. Priority:-1 extents:1 across:859436k [ 31.446808] EXT3 FS on hda1, internal journal [ 33.036164] ip_tables: (C) 2000-2006 Netfilter Core Team [ 35.062781] ppdev: user-space parallel port driver [ 35.242086] audit(1212775087.766:2): type=1503 operation="inode_permission" requested_mask="a::" denied_mask="a::" name="/dev/tty" pid=3888 profile="/usr/sbin/cupsd" namespace="default" [ 37.393401] eth1: link up, 10Mbps, half-duplex, lpa 0x0000 [ 37.522659] Bluetooth: Core ver 2.11 [ 37.525932] NET: Registered protocol family 31 [ 37.525942] Bluetooth: HCI device and connection manager initialized [ 37.525948] Bluetooth: HCI socket layer initialized [ 37.624615] Bluetooth: L2CAP ver 2.9 [ 37.624625] Bluetooth: L2CAP socket layer initialized [ 37.713620] Bluetooth: RFCOMM socket layer initialized [ 37.713655] Bluetooth: RFCOMM TTY layer initialized [ 37.713659] Bluetooth: RFCOMM ver 1.8 [ 39.968715] [drm] Initialized drm 1.1.0 20060810 [ 39.982369] [drm] Initialized radeon 1.28.0 20060524 on minor 0 [ 40.989314] NET: Registered protocol family 17 [ 41.709148] agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0. [ 41.710066] agpgart: Putting AGP V2 device at 0000:00:00.0 into 2x mode [ 41.710882] agpgart: Putting AGP V2 device at 0000:01:00.0 into 2x mode [ 42.119447] [drm] Setting GART location based on new memory map [ 42.119465] [drm] Loading R200 Microcode [ 42.119515] [drm] writeback test succeeded in 1 usecs [ 45.007705] NET: Registered protocol family 10 [ 45.008813] lo: Disabled Privacy Extensions [ 55.725733] eth1: no IPv6 routers present [ 109.947127] I-pipe: Domain RTAI registered. [ 109.947148] RTAI[hal]: <3.6> mounted over IPIPE-NOTHREADS 2.0-04. [ 109.947152] RTAI[hal]: compiled with gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7). [ 109.947161] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 109.947166] PIPELINE layers: [ 109.947170] f8a52000 9ac15d93 RTAI 200 [ 109.947173] c0383180 0 Linux 100 [ 110.051523] rtai_sched: no version for "rtai_linux_context" found: kernel tainted. [ 110.066443] RTAI[malloc]: global heap size = 2097152 bytes, [ 110.067105] RTAI[sched]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE: [ 110.067115] RTAI[sched]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing: periodic; linear timed lists. [ 110.067122] RTAI[sched]: Linux timer freq = 250 (Hz), CPU freq = 1250080000 hz. [ 110.067127] RTAI[sched]: timer setup = 2010 ns, resched latency = 2689 ns. [ 110.293962] RTAI[math]: loaded. [ 110.593935] hal_parport: Unknown parameter `0xd000' [ 111.015653] RTAI[math]: unloaded. [ 111.084820] SCHED releases registered named ALIEN RTGLBF [ 111.103009] RTAI[malloc]: unloaded. [ 111.201747] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 111.206465] I-pipe: Domain RTAI unregistered. [ 111.206479] RTAI[hal]: unmounted. [ 125.747754] I-pipe: Domain RTAI registered. [ 125.747774] RTAI[hal]: <3.6> mounted over IPIPE-NOTHREADS 2.0-04. [ 125.747778] RTAI[hal]: compiled with gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7). [ 125.747787] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 125.747791] PIPELINE layers: [ 125.747795] f8a52000 9ac15d93 RTAI 200 [ 125.747799] c0383180 0 Linux 100 [ 125.769234] RTAI[malloc]: global heap size = 2097152 bytes, [ 125.769886] RTAI[sched]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE: [ 125.769896] RTAI[sched]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing: periodic; linear timed lists. [ 125.769902] RTAI[sched]: Linux timer freq = 250 (Hz), CPU freq = 1250080000 hz. [ 125.769907] RTAI[sched]: timer setup = 2010 ns, resched latency = 2689 ns. [ 125.868577] RTAI[math]: loaded. [ 126.211963] sysfs: duplicate filename 'parport_pc' can not be created [ 126.211977] WARNING: at /home/juve/hardy-packages/linux-git/ubuntu-hardy/debian/build/custom-source-rtai/fs/sysfs/dir.c:424 sysfs_add_one() [ 126.211990] Pid: 5050, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 126.212014] [ [ 126.212038] [ [ 126.212053] [ [ 126.212059] [ [ 126.212068] [ [ 126.212082] [ [ 126.212089] [ [ 126.212110] [ [ 126.212120] [ [ 126.212136] [ [ 126.212178] [ [ 126.212198] ======================= [ 126.212204] kobject_add failed for parport_pc with -EEXIST, don't try to register things with the same name in the same directory. [ 126.212214] Pid: 5050, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 126.212219] [ [ 126.212234] [ [ 126.212240] [ [ 126.212254] [ [ 126.212261] [ [ 126.212268] [ [ 126.212306] [ [ 126.212324] ======================= [ 126.227437] config string '0x378' [ 159.247248] RTAI[math]: unloaded. [ 159.317691] SCHED releases registered named ALIEN RTGLBF [ 159.333905] RTAI[malloc]: unloaded. [ 159.433246] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 159.437971] I-pipe: Domain RTAI unregistered. [ 159.437985] RTAI[hal]: unmounted. [ 262.368617] I-pipe: Domain RTAI registered. [ 262.368636] RTAI[hal]: <3.6> mounted over IPIPE-NOTHREADS 2.0-04. [ 262.368641] RTAI[hal]: compiled with gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7). [ 262.368650] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 262.368655] PIPELINE layers: [ 262.368659] f8a52000 9ac15d93 RTAI 200 [ 262.368662] c0383180 0 Linux 100 [ 262.393964] RTAI[malloc]: global heap size = 2097152 bytes, [ 262.394627] RTAI[sched]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE: [ 262.394636] RTAI[sched]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing: periodic; linear timed lists. [ 262.394643] RTAI[sched]: Linux timer freq = 250 (Hz), CPU freq = 1250080000 hz. [ 262.394648] RTAI[sched]: timer setup = 2010 ns, resched latency = 2689 ns. [ 262.493047] RTAI[math]: loaded. [ 262.723789] sysfs: duplicate filename 'parport_pc' can not be created [ 262.723802] WARNING: at /home/juve/hardy-packages/linux-git/ubuntu-hardy/debian/build/custom-source-rtai/fs/sysfs/dir.c:424 sysfs_add_one() [ 262.723815] Pid: 5353, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 262.723842] [ [ 262.723866] [ [ 262.723878] [ [ 262.723885] [ [ 262.723896] [ [ 262.723908] [ [ 262.723915] [ [ 262.723935] [ [ 262.723945] [ [ 262.723962] [ [ 262.724004] [ [ 262.724024] ======================= [ 262.724030] kobject_add failed for parport_pc with -EEXIST, don't try to register things with the same name in the same directory. [ 262.724042] Pid: 5353, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 262.724048] [ [ 262.724059] [ [ 262.724066] [ [ 262.724079] [ [ 262.724086] [ [ 262.724094] [ [ 262.724135] [ [ 262.724149] ======================= [ 262.742072] config string '0x378' [ 263.100674] RTAI[math]: unloaded. [ 263.170823] SCHED releases registered named ALIEN RTGLBF [ 263.187722] RTAI[malloc]: unloaded. [ 263.286719] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 263.291472] I-pipe: Domain RTAI unregistered. [ 263.291486] RTAI[hal]: unmounted. [ 289.812276] I-pipe: Domain RTAI registered. [ 289.812297] RTAI[hal]: <3.6> mounted over IPIPE-NOTHREADS 2.0-04. [ 289.812301] RTAI[hal]: compiled with gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7). [ 289.812310] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 289.812315] PIPELINE layers: [ 289.812319] f8a52000 9ac15d93 RTAI 200 [ 289.812322] c0383180 0 Linux 100 [ 289.833626] RTAI[malloc]: global heap size = 2097152 bytes, [ 289.834276] RTAI[sched]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE: [ 289.834286] RTAI[sched]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing: periodic; linear timed lists. [ 289.834292] RTAI[sched]: Linux timer freq = 250 (Hz), CPU freq = 1250080000 hz. [ 289.834297] RTAI[sched]: timer setup = 2010 ns, resched latency = 2689 ns. [ 289.932836] RTAI[math]: loaded. [ 290.109476] sysfs: duplicate filename 'parport_pc' can not be created [ 290.109490] WARNING: at /home/juve/hardy-packages/linux-git/ubuntu-hardy/debian/build/custom-source-rtai/fs/sysfs/dir.c:424 sysfs_add_one() [ 290.109502] Pid: 5631, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 290.109530] [ [ 290.109550] [ [ 290.109566] [ [ 290.109572] [ [ 290.109581] [ [ 290.109596] [ [ 290.109602] [ [ 290.109623] [ [ 290.109633] [ [ 290.109649] [ [ 290.109691] [ [ 290.109712] ======================= [ 290.109718] kobject_add failed for parport_pc with -EEXIST, don't try to register things with the same name in the same directory. [ 290.109727] Pid: 5631, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 290.109736] [ [ 290.109747] [ [ 290.109754] [ [ 290.109767] [ [ 290.109774] [ [ 290.109782] [ [ 290.109823] [ [ 290.109838] ======================= [ 290.125261] config string '0x378' [ 290.484553] RTAI[math]: unloaded. [ 290.553550] SCHED releases registered named ALIEN RTGLBF [ 290.571131] RTAI[malloc]: unloaded. [ 290.670619] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 290.675377] I-pipe: Domain RTAI unregistered. [ 290.675391] RTAI[hal]: unmounted. [ 316.036316] I-pipe: Domain RTAI registered. [ 316.036337] RTAI[hal]: <3.6> mounted over IPIPE-NOTHREADS 2.0-04. [ 316.036341] RTAI[hal]: compiled with gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7). [ 316.036350] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 316.036355] PIPELINE layers: [ 316.036358] f8a52000 9ac15d93 RTAI 200 [ 316.036362] c0383180 0 Linux 100 [ 316.057651] RTAI[malloc]: global heap size = 2097152 bytes, [ 316.058304] RTAI[sched]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE: [ 316.058314] RTAI[sched]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing: periodic; linear timed lists. [ 316.058321] RTAI[sched]: Linux timer freq = 250 (Hz), CPU freq = 1250080000 hz. [ 316.058326] RTAI[sched]: timer setup = 2010 ns, resched latency = 2689 ns. [ 316.158374] RTAI[math]: loaded. [ 316.332447] sysfs: duplicate filename 'parport_pc' can not be created [ 316.332464] WARNING: at /home/juve/hardy-packages/linux-git/ubuntu-hardy/debian/build/custom-source-rtai/fs/sysfs/dir.c:424 sysfs_add_one() [ 316.332474] Pid: 5909, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 316.332501] [ [ 316.332525] [ [ 316.332536] [ [ 316.332546] [ [ 316.332555] [ [ 316.332566] [ [ 316.332576] [ [ 316.332593] [ [ 316.332607] [ [ 316.332620] [ [ 316.332664] [ [ 316.332681] ======================= [ 316.332687] kobject_add failed for parport_pc with -EEXIST, don't try to register things with the same name in the same directory. [ 316.332699] Pid: 5909, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 316.332705] [ [ 316.332716] [ [ 316.332726] [ [ 316.332737] [ [ 316.332743] [ [ 316.332754] [ [ 316.332792] [ [ 316.332806] ======================= [ 316.348112] config string '0x378' [ 316.713327] RTAI[math]: unloaded. [ 316.782447] SCHED releases registered named ALIEN RTGLBF [ 316.800556] RTAI[malloc]: unloaded. [ 316.899374] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 316.904085] I-pipe: Domain RTAI unregistered. [ 316.904098] RTAI[hal]: unmounted. [ 377.958365] I-pipe: Domain RTAI registered. [ 377.958384] RTAI[hal]: <3.6> mounted over IPIPE-NOTHREADS 2.0-04. [ 377.958389] RTAI[hal]: compiled with gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7). [ 377.958397] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 377.958402] PIPELINE layers: [ 377.958406] f8a52000 9ac15d93 RTAI 200 [ 377.958410] c0383180 0 Linux 100 [ 377.979801] RTAI[malloc]: global heap size = 2097152 bytes, [ 377.980452] RTAI[sched]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE: [ 377.980462] RTAI[sched]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing: periodic; linear timed lists. [ 377.980468] RTAI[sched]: Linux timer freq = 250 (Hz), CPU freq = 1250080000 hz. [ 377.980474] RTAI[sched]: timer setup = 2010 ns, resched latency = 2689 ns. [ 378.079031] RTAI[math]: loaded. [ 378.259742] sysfs: duplicate filename 'parport_pc' can not be created [ 378.259760] WARNING: at /home/juve/hardy-packages/linux-git/ubuntu-hardy/debian/build/custom-source-rtai/fs/sysfs/dir.c:424 sysfs_add_one() [ 378.259770] Pid: 6210, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 378.259797] [ [ 378.259821] [ [ 378.259833] [ [ 378.259843] [ [ 378.259852] [ [ 378.259866] [ [ 378.259873] [ [ 378.259890] [ [ 378.259903] [ [ 378.259917] [ [ 378.259962] [ [ 378.259979] ======================= [ 378.259988] kobject_add failed for parport_pc with -EEXIST, don't try to register things with the same name in the same directory. [ 378.259998] Pid: 6210, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 378.260003] [ [ 378.260018] [ [ 378.260025] [ [ 378.260035] [ [ 378.260045] [ [ 378.260053] [ [ 378.260091] [ [ 378.260109] ======================= [ 378.275520] config string '0x378' [ 378.653201] RTAI[math]: unloaded. [ 378.726611] SCHED releases registered named ALIEN RTGLBF [ 378.743677] RTAI[malloc]: unloaded. [ 378.843197] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 378.847935] I-pipe: Domain RTAI unregistered. [ 378.847949] RTAI[hal]: unmounted. [ 405.742865] I-pipe: Domain RTAI registered. [ 405.742885] RTAI[hal]: <3.6> mounted over IPIPE-NOTHREADS 2.0-04. [ 405.742890] RTAI[hal]: compiled with gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7). [ 405.742899] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 405.742904] PIPELINE layers: [ 405.742907] f8a52000 9ac15d93 RTAI 200 [ 405.742911] c0383180 0 Linux 100 [ 405.764346] RTAI[malloc]: global heap size = 2097152 bytes, [ 405.765002] RTAI[sched]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE: [ 405.765012] RTAI[sched]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing: periodic; linear timed lists. [ 405.765019] RTAI[sched]: Linux timer freq = 250 (Hz), CPU freq = 1250080000 hz. [ 405.765024] RTAI[sched]: timer setup = 2010 ns, resched latency = 2689 ns. [ 405.864848] RTAI[math]: loaded. [ 406.039571] sysfs: duplicate filename 'parport_pc' can not be created [ 406.039589] WARNING: at /home/juve/hardy-packages/linux-git/ubuntu-hardy/debian/build/custom-source-rtai/fs/sysfs/dir.c:424 sysfs_add_one() [ 406.039599] Pid: 6489, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 406.039626] [ [ 406.039649] [ [ 406.039661] [ [ 406.039668] [ [ 406.039680] [ [ 406.039691] [ [ 406.039701] [ [ 406.039719] [ [ 406.039732] [ [ 406.039746] [ [ 406.039790] [ [ 406.039807] ======================= [ 406.039813] kobject_add failed for parport_pc with -EEXIST, don't try to register things with the same name in the same directory. [ 406.039825] Pid: 6489, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 406.039831] [ [ 406.039842] [ [ 406.039852] [ [ 406.039863] [ [ 406.039869] [ [ 406.039881] [ [ 406.039918] [ [ 406.039935] ======================= [ 406.052483] hal_parport: Unknown parameter `0xe800' [ 406.410037] RTAI[math]: unloaded. [ 406.479608] SCHED releases registered named ALIEN RTGLBF [ 406.496534] RTAI[malloc]: unloaded. [ 406.596105] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 406.600888] I-pipe: Domain RTAI unregistered. [ 406.600902] RTAI[hal]: unmounted. [ 423.291140] I-pipe: Domain RTAI registered. [ 423.291161] RTAI[hal]: <3.6> mounted over IPIPE-NOTHREADS 2.0-04. [ 423.291165] RTAI[hal]: compiled with gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7). [ 423.291175] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 423.291180] PIPELINE layers: [ 423.291183] f8a52000 9ac15d93 RTAI 200 [ 423.291187] c0383180 0 Linux 100 [ 423.312531] RTAI[malloc]: global heap size = 2097152 bytes, [ 423.313179] RTAI[sched]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE: [ 423.313189] RTAI[sched]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing: periodic; linear timed lists. [ 423.313196] RTAI[sched]: Linux timer freq = 250 (Hz), CPU freq = 1250080000 hz. [ 423.313201] RTAI[sched]: timer setup = 2010 ns, resched latency = 2689 ns. [ 423.413168] RTAI[math]: loaded. [ 423.591644] sysfs: duplicate filename 'parport_pc' can not be created [ 423.591656] WARNING: at /home/juve/hardy-packages/linux-git/ubuntu-hardy/debian/build/custom-source-rtai/fs/sysfs/dir.c:424 sysfs_add_one() [ 423.591669] Pid: 6764, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 423.591696] [ [ 423.591717] [ [ 423.591732] [ [ 423.591739] [ [ 423.591748] [ [ 423.591762] [ [ 423.591769] [ [ 423.591789] [ [ 423.591799] [ [ 423.591816] [ [ 423.591857] [ [ 423.591877] ======================= [ 423.591884] kobject_add failed for parport_pc with -EEXIST, don't try to register things with the same name in the same directory. [ 423.591893] Pid: 6764, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 423.591901] [ [ 423.591913] [ [ 423.591920] [ [ 423.591933] [ [ 423.591940] [ [ 423.591948] [ [ 423.591988] [ [ 423.592003] ======================= [ 423.604512] hal_parport: Unknown parameter `0x378' [ 423.963653] RTAI[math]: unloaded. [ 424.032830] SCHED releases registered named ALIEN RTGLBF [ 424.050289] RTAI[malloc]: unloaded. [ 424.149721] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 424.154471] I-pipe: Domain RTAI unregistered. [ 424.154485] RTAI[hal]: unmounted. [ 444.288116] I-pipe: Domain RTAI registered. [ 444.288136] RTAI[hal]: <3.6> mounted over IPIPE-NOTHREADS 2.0-04. [ 444.288141] RTAI[hal]: compiled with gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7). [ 444.288150] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 444.288154] PIPELINE layers: [ 444.288158] f8a52000 9ac15d93 RTAI 200 [ 444.288162] c0383180 0 Linux 100 [ 444.309531] RTAI[malloc]: global heap size = 2097152 bytes, [ 444.310178] RTAI[sched]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE: [ 444.310188] RTAI[sched]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing: periodic; linear timed lists. [ 444.310195] RTAI[sched]: Linux timer freq = 250 (Hz), CPU freq = 1250080000 hz. [ 444.310200] RTAI[sched]: timer setup = 2010 ns, resched latency = 2689 ns. [ 444.411735] RTAI[math]: loaded. [ 444.586315] sysfs: duplicate filename 'parport_pc' can not be created [ 444.586330] WARNING: at /home/juve/hardy-packages/linux-git/ubuntu-hardy/debian/build/custom-source-rtai/fs/sysfs/dir.c:424 sysfs_add_one() [ 444.586343] Pid: 7039, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 444.586368] [ [ 444.586391] [ [ 444.586407] [ [ 444.586413] [ [ 444.586422] [ [ 444.586437] [ [ 444.586443] [ [ 444.586464] [ [ 444.586474] [ [ 444.586491] [ [ 444.586532] [ [ 444.586552] ======================= [ 444.586558] kobject_add failed for parport_pc with -EEXIST, don't try to register things with the same name in the same directory. [ 444.586568] Pid: 7039, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 444.586573] [ [ 444.586587] [ [ 444.586594] [ [ 444.586608] [ [ 444.586615] [ [ 444.586623] [ [ 444.586660] [ [ 444.586678] ======================= [ 444.599154] hal_parport: Unknown parameter `0x378' [ 444.957479] RTAI[math]: unloaded. [ 445.026767] SCHED releases registered named ALIEN RTGLBF [ 445.048060] RTAI[malloc]: unloaded. [ 445.147499] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 445.152201] I-pipe: Domain RTAI unregistered. [ 445.152215] RTAI[hal]: unmounted. [ 460.519610] I-pipe: Domain RTAI registered. [ 460.519630] RTAI[hal]: <3.6> mounted over IPIPE-NOTHREADS 2.0-04. [ 460.519634] RTAI[hal]: compiled with gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7). [ 460.519643] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 460.519648] PIPELINE layers: [ 460.519652] f8a52000 9ac15d93 RTAI 200 [ 460.519655] c0383180 0 Linux 100 [ 460.541055] RTAI[malloc]: global heap size = 2097152 bytes, [ 460.541758] RTAI[sched]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE: [ 460.541768] RTAI[sched]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing: periodic; linear timed lists. [ 460.541774] RTAI[sched]: Linux timer freq = 250 (Hz), CPU freq = 1250080000 hz. [ 460.541779] RTAI[sched]: timer setup = 2010 ns, resched latency = 2689 ns. [ 460.643228] RTAI[math]: loaded. [ 460.817241] sysfs: duplicate filename 'parport_pc' can not be created [ 460.817258] WARNING: at /home/juve/hardy-packages/linux-git/ubuntu-hardy/debian/build/custom-source-rtai/fs/sysfs/dir.c:424 sysfs_add_one() [ 460.817269] Pid: 7314, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 460.817296] [ [ 460.817320] [ [ 460.817331] [ [ 460.817342] [ [ 460.817350] [ [ 460.817362] [ [ 460.817372] [ [ 460.817389] [ [ 460.817402] [ [ 460.817416] [ [ 460.817461] [ [ 460.817478] ======================= [ 460.817484] kobject_add failed for parport_pc with -EEXIST, don't try to register things with the same name in the same directory. [ 460.817497] Pid: 7314, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 460.817503] [ [ 460.817517] [ [ 460.817524] [ [ 460.817535] [ [ 460.817542] [ [ 460.817553] [ [ 460.817591] [ [ 460.817609] ======================= [ 460.832895] config string '0xe800-0x378' [ 460.832910] PARPORT: ERROR: bad port address '0xe800-0x378' [ 461.205417] RTAI[math]: unloaded. [ 461.274518] SCHED releases registered named ALIEN RTGLBF [ 461.292673] RTAI[malloc]: unloaded. [ 461.391448] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 461.396215] I-pipe: Domain RTAI unregistered. [ 461.396229] RTAI[hal]: unmounted. [ 498.059178] I-pipe: Domain RTAI registered. [ 498.059197] RTAI[hal]: <3.6> mounted over IPIPE-NOTHREADS 2.0-04. [ 498.059202] RTAI[hal]: compiled with gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7). [ 498.059210] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 498.059215] PIPELINE layers: [ 498.059219] f8a52000 9ac15d93 RTAI 200 [ 498.059223] c0383180 0 Linux 100 [ 498.080567] RTAI[malloc]: global heap size = 2097152 bytes, [ 498.081218] RTAI[sched]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE: [ 498.081228] RTAI[sched]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing: periodic; linear timed lists. [ 498.081235] RTAI[sched]: Linux timer freq = 250 (Hz), CPU freq = 1250080000 hz. [ 498.081240] RTAI[sched]: timer setup = 2010 ns, resched latency = 2689 ns. [ 498.179814] RTAI[math]: loaded. [ 498.355897] sysfs: duplicate filename 'parport_pc' can not be created [ 498.355914] WARNING: at /home/juve/hardy-packages/linux-git/ubuntu-hardy/debian/build/custom-source-rtai/fs/sysfs/dir.c:424 sysfs_add_one() [ 498.355924] Pid: 7591, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 498.355951] [ [ 498.355974] [ [ 498.355986] [ [ 498.355996] [ [ 498.356004] [ [ 498.356016] [ [ 498.356026] [ [ 498.356043] [ [ 498.356056] [ [ 498.356070] [ [ 498.356114] [ [ 498.356130] ======================= [ 498.356136] kobject_add failed for parport_pc with -EEXIST, don't try to register things with the same name in the same directory. [ 498.356149] Pid: 7591, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 498.356154] [ [ 498.356165] [ [ 498.356175] [ [ 498.356185] [ [ 498.356192] [ [ 498.356204] [ [ 498.356241] [ [ 498.356258] ======================= [ 498.372028] config string '0xe800,0x378' [ 498.372048] PARPORT: ERROR: bad port address '0xe800,0x378' [ 498.747938] RTAI[math]: unloaded. [ 498.817349] SCHED releases registered named ALIEN RTGLBF [ 498.834491] RTAI[malloc]: unloaded. [ 498.933910] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 498.940593] I-pipe: Domain RTAI unregistered. [ 498.940607] RTAI[hal]: unmounted. [ 533.855296] I-pipe: Domain RTAI registered. [ 533.855316] RTAI[hal]: <3.6> mounted over IPIPE-NOTHREADS 2.0-04. [ 533.855321] RTAI[hal]: compiled with gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7). [ 533.855329] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 533.855334] PIPELINE layers: [ 533.855338] f8a52000 9ac15d93 RTAI 200 [ 533.855342] c0383180 0 Linux 100 [ 533.876744] RTAI[malloc]: global heap size = 2097152 bytes, [ 533.877392] RTAI[sched]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE: [ 533.877402] RTAI[sched]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing: periodic; linear timed lists. [ 533.877409] RTAI[sched]: Linux timer freq = 250 (Hz), CPU freq = 1250080000 hz. [ 533.877414] RTAI[sched]: timer setup = 2010 ns, resched latency = 2689 ns. [ 533.975807] RTAI[math]: loaded. [ 534.151746] sysfs: duplicate filename 'parport_pc' can not be created [ 534.151764] WARNING: at /home/juve/hardy-packages/linux-git/ubuntu-hardy/debian/build/custom-source-rtai/fs/sysfs/dir.c:424 sysfs_add_one() [ 534.151774] Pid: 7868, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 534.151802] [ [ 534.151825] [ [ 534.151840] [ [ 534.151847] [ [ 534.151855] [ [ 534.151870] [ [ 534.151877] [ [ 534.151894] [ [ 534.151907] [ [ 534.151921] [ [ 534.151965] [ [ 534.151986] ======================= [ 534.151992] kobject_add failed for parport_pc with -EEXIST, don't try to register things with the same name in the same directory. [ 534.152001] Pid: 7868, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 534.152007] [ [ 534.152021] [ [ 534.152028] [ [ 534.152038] [ [ 534.152048] [ [ 534.152056] [ [ 534.152094] [ [ 534.152112] ======================= [ 534.167483] config string '0x378' [ 534.545936] RTAI[math]: unloaded. [ 534.617766] SCHED releases registered named ALIEN RTGLBF [ 534.636976] RTAI[malloc]: unloaded. [ 534.735974] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 534.740712] I-pipe: Domain RTAI unregistered. [ 534.740726] RTAI[hal]: unmounted. [ 614.062270] I-pipe: Domain RTAI registered. [ 614.062290] RTAI[hal]: <3.6> mounted over IPIPE-NOTHREADS 2.0-04. [ 614.062295] RTAI[hal]: compiled with gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7). [ 614.062304] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 614.062308] PIPELINE layers: [ 614.062312] f8a52000 9ac15d93 RTAI 200 [ 614.062316] c0383180 0 Linux 100 [ 614.083622] RTAI[malloc]: global heap size = 2097152 bytes, [ 614.084301] RTAI[sched]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE: [ 614.084311] RTAI[sched]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing: periodic; linear timed lists. [ 614.084317] RTAI[sched]: Linux timer freq = 250 (Hz), CPU freq = 1250080000 hz. [ 614.084323] RTAI[sched]: timer setup = 2010 ns, resched latency = 2689 ns. [ 614.185007] RTAI[math]: loaded. [ 614.364317] sysfs: duplicate filename 'parport_pc' can not be created [ 614.364331] WARNING: at /home/juve/hardy-packages/linux-git/ubuntu-hardy/debian/build/custom-source-rtai/fs/sysfs/dir.c:424 sysfs_add_one() [ 614.364344] Pid: 8152, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 614.364371] [ [ 614.364392] [ [ 614.364407] [ [ 614.364414] [ [ 614.364422] [ [ 614.364437] [ [ 614.364444] [ [ 614.364465] [ [ 614.364475] [ [ 614.364492] [ [ 614.364534] [ [ 614.364554] ======================= [ 614.364560] kobject_add failed for parport_pc with -EEXIST, don't try to register things with the same name in the same directory. [ 614.364569] Pid: 8152, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 614.364578] [ [ 614.364589] [ [ 614.364596] [ [ 614.364610] [ [ 614.364617] [ [ 614.364625] [ [ 614.364666] [ [ 614.364680] ======================= [ 614.380018] config string '0x378' [ 614.777414] RTAI[math]: unloaded. [ 614.846574] SCHED releases registered named ALIEN RTGLBF [ 614.863906] RTAI[malloc]: unloaded. [ 614.963441] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 614.968185] I-pipe: Domain RTAI unregistered. [ 614.968199] RTAI[hal]: unmounted. [ 628.686636] I-pipe: Domain RTAI registered. [ 628.686656] RTAI[hal]: <3.6> mounted over IPIPE-NOTHREADS 2.0-04. [ 628.686661] RTAI[hal]: compiled with gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7). [ 628.686670] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0). [ 628.686675] PIPELINE layers: [ 628.686678] f8a52000 9ac15d93 RTAI 200 [ 628.686682] c0383180 0 Linux 100 [ 628.708146] RTAI[malloc]: global heap size = 2097152 bytes, [ 628.708806] RTAI[sched]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE: [ 628.708816] RTAI[sched]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing: periodic; linear timed lists. [ 628.708823] RTAI[sched]: Linux timer freq = 250 (Hz), CPU freq = 1250080000 hz. [ 628.708828] RTAI[sched]: timer setup = 2010 ns, resched latency = 2689 ns. [ 628.824040] RTAI[math]: loaded. [ 629.007953] sysfs: duplicate filename 'parport_pc' can not be created [ 629.007969] WARNING: at /home/juve/hardy-packages/linux-git/ubuntu-hardy/debian/build/custom-source-rtai/fs/sysfs/dir.c:424 sysfs_add_one() [ 629.007979] Pid: 8430, comm: insmod Tainted: GF 2.6.24-16-rtai #1 [ 629.008006] [ [ 629.008030] [ |