<p dir="ltr">Well, crud. A programmable serial interface would be perfect but it sounds like the hardware combo doesn&#39;t support it.</p>
<div class="gmail_quote">On Nov 10, 2013 2:24 PM, &quot;Alex Carver&quot; &lt;<a href="mailto:agcarver%2Bale@acarver.net">agcarver+ale@acarver.net</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;ll do my best but given that this has apparently been an ongoing<br>
problem since 2007 across multiple distros it seems that no one has<br>
quite figured out how to resolve it.  It appears I can have IrDA -or-<br>
serial but not both in some systems.  In this case some digging suggests<br>
an IO memory mapping issue.  The IrDA port tries to grab two addresses<br>
(0x2f8 and 0x2e8) but there&#39;s already two ports in use by the serial<br>
module (0x3f8-physport and 0x2f8-modem).  So the IrDA modules does a<br>
power grab, shuffles addresses and IRQs around and poof, no more serial<br>
ports.  The toshsat1800-irdasetup program identifies the IrDA chip and<br>
sees three serial ports.  I&#39;m not sure why it sees three though but it<br>
doesn&#39;t appear that I can change the IO port addresses.<br>
<br>
On 11/10/2013 09:57, Jim Kinney wrote:<br>
&gt; Cool! If you find out why the IrDA causes a conflict be sure to add to this<br>
&gt; thread, please. Oddball kernel issues are weird.<br>
&gt; On Nov 10, 2013 12:25 PM, &quot;Alex Carver&quot; &lt;<a href="mailto:agcarver%2Bale@acarver.net">agcarver+ale@acarver.net</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Nope, it was completely clean and so was the cardbus socket (the wifi<br>
&gt;&gt; card works in both cardbus sockets).  Three hours of google searching<br>
&gt;&gt; led me to blacklist the smsc_ircc2 module which woke up the serial ports<br>
&gt;&gt; (both the on-board and the modem) and everything started working.<br>
&gt;&gt; Somehow that module (used by the IrDA module) causes issues with serial<br>
&gt;&gt; ports on many laptops.  I don&#39;t know why, that&#39;s probably more google<br>
&gt;&gt; searching.  I don&#39;t need IrDA support (though it would be fun to play<br>
&gt;&gt; with since I have several IrDA enabled devices) but it would be nice to<br>
&gt;&gt; find out why smsc_ircc2 messes things up.<br>
&gt;&gt;<br>
&gt;&gt; On 11/10/2013 05:33, Jim Kinney wrote:<br>
&gt;&gt;&gt; Sounds like the modem is dead or maybe has some crud on the board. Try an<br>
&gt;&gt;&gt; electric cleaner spray.<br>
&gt;&gt;&gt; On Nov 9, 2013 3:47 PM, &quot;Alex Carver&quot; &lt;<a href="mailto:agcarver%2Bale@acarver.net">agcarver+ale@acarver.net</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I&#39;m tinkering with a cardbus modem I found in one of my hardware piles<br>
&gt;&gt;&gt;&gt; (I&#39;m still missing the actual cable but I know I have it here<br>
&gt;&gt;&gt;&gt; somewhere).  Anyway, I&#39;m trying to figure out the best way to see if<br>
&gt;&gt;&gt;&gt; it&#39;s working (eg, responding to AT commands) but I can&#39;t quite seem to<br>
&gt;&gt;&gt;&gt; get minicom to talk to it.  It&#39;s not a winmodem as far as I know.<br>
&gt;&gt;&gt;&gt; According to dmesg, the pcmcia system sees the card, then serial_cs sees<br>
&gt;&gt;&gt;&gt; the card and identifies it as a 16550A sittign on IRQ 3 0x3e8.  It<br>
&gt;&gt;&gt;&gt; eventually gets assigned to /dev/ttyS2.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; So far nothing seems out of the ordinary but I just can&#39;t seem to get it<br>
&gt;&gt;&gt;&gt; to respond to any basic commands (not even plain AT for which I should<br>
&gt;&gt;&gt;&gt; see OK).  I know the cardbus system is working because I also have a<br>
&gt;&gt;&gt;&gt; wireless network card in there and that&#39;s working fine.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Ideas for probing and testing the modem?<br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div>