On Mon, Oct 8, 2012 at 6:02 PM, <[email protected]> wrote: > ----- Original Message ----- > From: "Vignesh Rajendran" <[email protected]> > To: "ILUG-C" <[email protected]> > Sent: Saturday, October 6, 2012 3:24:48 PM > Subject: Re: [Ilugc] key board & Mouse not working with CENTOS 6.0 > > Dear mahalingam, > > If xorg,conf file is not found means, xorg will recognize input devices, > graphics card by autodetection.So please check the two daemons are started > properly, > > 1.hal > 2. udev > > Hi Vignesh > > The output for the above service to check is as follows > > [root@eprints autostart]# chkconfig --list | grep hal > haldaemon 0:off 1:off 2:off 3:off 4:off 5:off 6:off >
Your hal daemon is off.Please enable it by this command chkconfig haldaemon on And check the input devices in xwindows. > [root@eprints autostart]# > [root@eprints autostart]# chkconfig --list | grep udev > udev-post 0:off 1:on 2:on 3:on 4:on 5:on 6:off > > with regards > s.mahalingam > > _______________________________________________ > ILUGC Mailing List: > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > > _______________________________________________ > ILUGC Mailing List: > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > > -- *Regards Vignesh Rajendran * *“Learning never exhausts the mind” -- Leonardo da Vinci--* _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
