Re: [arch-general] Running setserial from rc.local

2009-05-15 Thread Sergi Pons Freixes
A Dilluns 11 de maig 2009 21:05:06, Aaron Griffin va escriure: > On Sun, May 10, 2009 at 1:35 PM, Dan McGee wrote: > > > > Fully qualify your executables- PATH is probably not set. > > > > /usr/bin/setserial ... Done. Still doesn't work. I tried also loading kdm with inittab method instead of b

Re: [arch-general] Running setserial from rc.local

2009-05-11 Thread Aaron Griffin
On Sun, May 10, 2009 at 1:35 PM, Dan McGee wrote: > On Sun, May 10, 2009 at 12:38 PM, Sergi Pons Freixes > wrote: >> With the new Xorg, I need to run the command: >> >> setserial /dev/ttyS0 port 0x0200 irq 5 autoconfig >> >> At every boot to get the stylus working in a Tablet PC. I have put the l

Re: [arch-general] Running setserial from rc.local

2009-05-10 Thread Dan McGee
On Sun, May 10, 2009 at 12:38 PM, Sergi Pons Freixes wrote: > With the new Xorg, I need to run the command: > > setserial /dev/ttyS0 port 0x0200 irq 5 autoconfig > > At every boot to get the stylus working in a Tablet PC. I have put the line in > /etc/rc.local, as it contains "all the things which

Re: [arch-general] Running setserial from rc.local

2009-05-10 Thread Alessandro Doro
On Sun, May 10, 2009 at 07:38:52PM +0200, Sergi Pons Freixes wrote: > With the new Xorg, I need to run the command: > > setserial /dev/ttyS0 port 0x0200 irq 5 autoconfig > > At every boot to get the stylus working in a Tablet PC. I have put the line > in > /etc/rc.local, as it contains "all th

[arch-general] Running setserial from rc.local

2009-05-10 Thread Sergi Pons Freixes
With the new Xorg, I need to run the command: setserial /dev/ttyS0 port 0x0200 irq 5 autoconfig At every boot to get the stylus working in a Tablet PC. I have put the line in /etc/rc.local, as it contains "all the things which are not daemons that you want to run at boot". But it is not worki