[Rtl]Kernel message

2002-09-17 Thread Frederic Cazenave
;] [<0803afc0>] [<0803ce00>] [<0803437b>] [<08040294>] [<08040294>] [<080403cc>] [<080403cc>] [<080344fa>] [<0803fd52>] [<080403cc>] [<08034010>] [<0803fb80>] Code: f0 c3 e2 00 f0 60 78 00 f0 60 78 00 f0 54 ff 00 f0 79 ea 00 -- _ |

[rtl] Motion control

2002-06-25 Thread Frederic Cazenave
Hi, Does someone know where I can find a C code for a PID control motion of a motor. Fred -- _ | | | Frederic CAZENAVE | |_/\_ /^= LTHE

[rtl] SMP and IRQ

2002-06-03 Thread Frederic Cazenave
Fred -- _ | | | Frederic CAZENAVE | |_/\_ /^= LTHE / IRD | | \_/\//BP 53 | | | /-\ | 38041 Grenoble Ce

[rtl] printing float

2001-04-26 Thread Frederic Cazenave
ult is : %f %f Fred -- _ | | | Frederic CAZENAVE | |_/\_ /^= McGill Radar | | \_/\//Box 198, MacDonald College | | | /-\ |

[rtl] out of topics but ...

2001-03-28 Thread Frederic Cazenave
very expensive.   Fred --  _ |  | |   Frederic CAZENAVE  | |    _/\_  /^=  McGill Radar   | | \_/    \//    Box 198, MacD

[rtl] Modules

2001-03-06 Thread Frederic Cazenave
-- _ | | | Frederic CAZENAVE | |_/\_ /^= McGill Radar | | \_/\//Box 198, MacDonald College | | | /-\ | Ste Anne de Bellevue | | || || Quebec, Canada H9X 3V9

[rtl] Environnement Advice

2001-02-23 Thread Frederic Cazenave
changed section attributes for .modinfo Could you advice me a better environement Best regards Fred Cazenave -- _ | | | Frederic CAZENAVE

Re: [rtl] root id

2001-02-22 Thread Frederic Cazenave
/usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 2731 (Red Hat Linux 7.0) and I'm logged as root Fred -- _____ | | | Frederic CAZENAVE | |_/\_ /^= McGill Radar | | \_/\//Box 198, MacDonald C

Re: [rtl] root id

2001-02-22 Thread Frederic Cazenave
Thanks every buddies, I have upgraded my glibc (glibc-2.2.2-1.i686.rpm) and my problem seem to be solved. Fred Frederic Cazenave wrote: > The both files /etc/passwd and /etc/group the id of root is 0 !!! > > Fred > > Ludwig Öfele wrote: > > > Hello Frederic! > >

Re: [rtl] root id

2001-02-21 Thread Frederic Cazenave
-1 in the groups or passwd file > to something more sensful ( (unsigned int32)(-1) = 65535 ?). > > Have luck! > > Ludwig Öfele, Humantec Industriesysteme > > Frederic Cazenave wrote: > > > > Last week I have posted a question concerning the lost of my root > &g

[rtl] root id

2001-02-20 Thread Frederic Cazenave
ed Cazenave -- _ | | | Frederic CAZENAVE | |_/\_ /^= McGill Radar | | \_/\//Box 198, MacDonald College | | | /-\ | Ste Anne

Re: [rtl] Root privilege

2001-02-16 Thread Frederic Cazenave
After a boot, I'm logged as root [root@xport /root]# id uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel) [root@xport /root]# insrtl [root@xport /root]# id uid=0(root) gid=0(root) euid=4294967295 groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel)

[rtl] Root privilege 2

2001-02-16 Thread Frederic Cazenave
I just noticed when I remove all the rtlinux modules I get back all the root privileges. Is it a new feature of this release to prevent any shutdown Fred cazenave -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl " | mail [EMAIL PROTECTED] -- F

[rtl] Root privilege

2001-02-16 Thread Frederic Cazenave
Hi, I just updrate my machine with RTLinux V3 and I got a problem after installing the modules : >insrtl >lsmod Module Size Used by mbuff 5156 0 (unused) psc18264 0 (unused) rtl_fifo8536 0 [psc] rtl_posixio

[rtl] PCI advice

2000-11-27 Thread Frederic Cazenave
d Cazenave -- _ | | | Frederic CAZENAVE | |_/\_ /^= McGill Radar | | \_/\//Box 198, MacDona

[rtl] c4x-gcc

2000-09-06 Thread Frederic Cazenave
Hi, I would like to know if some of you use c4x-gcc to compile TMS320 program. I will need some help !!! regards Fred -- _ | | | Frederic CAZENAVE

Re: [rtl] ioremap problem

2000-08-22 Thread Frederic Cazenave
Something strange : I can't change my TIMER_LATENCY !! I have added the few lines following : pci_read_config_byte(dev, PCI_LATENCY_TIMER, &lat); printk("PCI:latency timer of device %x equal to %d\n",dev->device,lat); if (lat < 16) { pci_write_config_byte(dev, PCI_LATENCY_TIMER, 64);

[rtl] ioremap problem

2000-08-21 Thread Frederic Cazenave
Hi, Last week, I have sent a request concerning an ioremap problem. With the answers of Stephen Cohen I have change parts of my source and I have obtain a result. I can resume my problem like this : I use a PCI acquisition board for a weather experiment project. This board has onboard two memori

Re: [rtl] ioremap problem

2000-08-16 Thread Frederic Cazenave
Dear Stephen, and all > Have you tried check_mem_region and request_mem_region? They would > seem to be the appropriate incantations here. > I'm not sure but I think this 2 functions are only available in V2.3. In my case I use a V2.2. > Alternatively, if you know > that you are the only on

[rtl] ioremap problem

2000-08-15 Thread Frederic Cazenave
Hi, I try to port a DOS program under rtl but I've a problem to map a pci memory : On my pci acquisition board I've got 0x2 bytes of DPRAM, 0x4 bytes for a table, 0x20 bytes for Timer and 2 for a status register. under /proc/pci I can see the physical adress of this four regions :

[rtl] Share Men

1999-01-16 Thread Frederic Cazenave
Hi, Sorry to send an other question concerning share memory but My system was working correctly until I've decided to increase my share memory to add a large ring buffer. Now the system crash hardly without debuging information. So I have tryed to run a small test program without success.