
Jonathon.Schmidt at sasktel
Dec 8, 2003, 10:22 AM
Post #3 of 3
(561 views)
Permalink
|
Ok that makes a lot of sense.... for one thing Im not sure which com port is which..... Do you have a good way of finding that out. Perhaps I will just try using the other one right now, ill just unplug my Actysis and plug it in the other port. That should fix it? I think I have setserial to use com1 , hoping to guess it right. Thanks for the reply Jon "Dan Berger" <dan [at] theidiots> To: "'Discussion about mythtv'" <mythtv-users [at] mythtv> Sent by: cc: mythtv-users-bounces Subject: RE: [mythtv-users] PC freezes on modprobe lirc_sir @mythtv.org 12/08/2003 10:57 AM Please respond to Discussion about mythtv This happened to me when I trying to make lirc_sir use the wrong com port. Make sure your "ttySX" argument in setserial is using the right port. You also need to make sure it corresponds to your address and IRQ settings specified in the bios. For example, if you are calling remote_sir with options "irq=4 io=0x3f8," that line should be "setserial /dev/ttyS0 uart none" because it is on COM1, ttyS1 for COM2, etc. Furthermore, make sure you remove linux's builtin serial funtionality with rmmod serial before calling setserial. Hope that helps >-----Original Message----- >From: mythtv-users-bounces [at] mythtv >[mailto:mythtv-users-bounces [at] mythtv] On Behalf Of >Jonathon.Schmidt [at] sasktel >Sent: Monday, December 08, 2003 10:33 AM >To: mythtv-users [at] mythtv >Subject: [mythtv-users] PC freezes on modprobe lirc_sir > >So here is the deal, > After compiling Lirc-0.7pre2, configured for my >Actisys2001, make , make install Added alias char-major-61 >lirc_sir to my modules.conf > >/sbin/ldconfig >/sbin/depmod -a > >removed the serial module >modprobe -r serial.o > >Now I try to insert my new module >modprobe lirc_sir > >... and my PC locks up. Anyone know a reason for this or a fix? >Help would be appreciated. >Jon > > > >NOTICE: Call cMemoObject.ReplyToSender() are not the intended >recipient, be advised that disclosing, copying, distributing, >or any other use of this message, is strictly prohibited. In >such case, please destroy this message and notify the sender. > > > _______________________________________________ mythtv-users mailing list mythtv-users [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users NOTICE: Call cMemoObject.ReplyToSender() are not the intended recipient, be advised that disclosing, copying, distributing, or any other use of this message, is strictly prohibited. In such case, please destroy this message and notify the sender.
|