<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/setserial/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/setserial/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 28 Jan 2011 23:23:41 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/setserial/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>PATCH setserial.8.in </title><link>https://sourceforge.net/p/setserial/bugs/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Patch for setserial.8.in from setserial-2.17.tar.gz dated 2000-02-09&lt;br /&gt;
This also is the source for Centos/RHEL 5.5&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 28 Jan 2011 23:23:41 -0000</pubDate><guid>https://sourceforge.netcfb51f4b0d6288d442e9692a0af54a1d0c81003b</guid></item><item><title>debian lenny setserial config causes e1000 network failure</title><link>https://sourceforge.net/p/setserial/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A customer reported an issue to the e1000 developers at &lt;a href="http://sourceforge.net/tracker/?func=detail&amp;amp;aid=2834797&amp;amp;group_id=42302&amp;amp;atid=447449"&gt;http://sourceforge.net/tracker/?func=detail&amp;amp;aid=2834797&amp;amp;group_id=42302&amp;amp;atid=447449&lt;/a&gt;, and we determined that root cause was that the setserial configuration for ttyS2 in var/lib/setserial/autoserial.conf , which specifies as IOPORT of 0xEC00:&lt;/p&gt;
&lt;p&gt;/dev/ttyS2 uart 16950/954 port 0xec00 irq 169 baud_base 115200 spd_normal&lt;/p&gt;
&lt;p&gt;The IOPORT address 0xec00 is, on this system, configured by the BIOS as the IOBar for the "INTEL Ethernet controller: ...Intel Corporation 82541GI...".&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;The result of this conflict was occassional lock up of the INTEL ethernet NIC. The problem was resolved by removing the ttyyS2 reference from var/lib/setserial/autoserial.conf.&lt;/p&gt;
&lt;p&gt;I am not sure whether setserial determines the autoserial.conf setting itself, or if they are provided by some other SW within the Debian distro, but in this case it was definiely invalid and caused the network failure. &lt;/p&gt;
&lt;p&gt;If this is not the the proper place to log this report,.then please advise me of where you think the issue lies and I'll move it elsewhere..&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Dave&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">david graham</dc:creator><pubDate>Tue, 13 Oct 2009 22:41:51 -0000</pubDate><guid>https://sourceforge.netaa44a6c54c438cc7c7bee360f04455e9d9918db9</guid></item><item><title>setserial /dev/ttyUSB0 (prolific 2303) -&gt; Cannot get serial </title><link>https://sourceforge.net/p/setserial/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Strange thing...&lt;/p&gt;
&lt;p&gt;$ setserial -v /dev/ttyUSB0 &lt;br /&gt;
Cannot get serial info: Invalid argument&lt;/p&gt;
&lt;p&gt;I'm using prolific USB-RS232 converter:&lt;br /&gt;
# lsmod | grep pl2303&lt;br /&gt;
pl2303                 16516  0 &lt;br /&gt;
usbserial              25632  1 pl2303&lt;br /&gt;
# uname -a&lt;br /&gt;
Linux coyote 2.6.25-gentoo-r7 #1 SMP Thu Jul 24 22:36:31 CEST 2008 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux&lt;/p&gt;
&lt;p&gt;the port is working fine, i can use minicom terminal, GPS software, serial port via WINE probably all but setserial&lt;/p&gt;
&lt;p&gt;Any ideas what can be wrong?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jakub Klawiter</dc:creator><pubDate>Wed, 06 Aug 2008 20:13:36 -0000</pubDate><guid>https://sourceforge.netbfc9b537189262b7f9af2407010d93fd7560ba21</guid></item><item><title>baud_base parameter required for &gt;2.6.12 for many ports</title><link>https://sourceforge.net/p/setserial/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;See&lt;/p&gt;
&lt;p&gt;&lt;a href="http://bugzilla.kernel.org/show_bug.cgi?id=8458" rel="nofollow"&gt;http://bugzilla.kernel.org/show_bug.cgi?id=8458&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;baud_base parameter is now required for ttyS4 and higher.&lt;/p&gt;
&lt;p&gt;Might be good if this defaulted correctly for these ports.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom Shield</dc:creator><pubDate>Mon, 03 Dec 2007 03:14:46 -0000</pubDate><guid>https://sourceforge.net3705e8c37385c9a276ccff46c5765b3f8a5fa178</guid></item><item><title>Man page delivered in a wrong directory</title><link>https://sourceforge.net/p/setserial/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The Makefile tries to install the man page into:&lt;br /&gt;
$(INSTALL_DATA) setserial.8 $(DESTDIR)/usr/man/man8&lt;br /&gt;
This can be ok if DESTDIR is set to "/", but it's wrong&lt;br /&gt;
in other cases.&lt;/p&gt;
&lt;p&gt;As a comparison, setserial binary is delivered under:&lt;br /&gt;
$(INSTALL_PROGRAM) setserial $(DESTDIR)/bin&lt;/p&gt;
&lt;p&gt;I attached a patch with a fix.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aurelien FORET</dc:creator><pubDate>Sun, 22 Feb 2004 14:40:43 -0000</pubDate><guid>https://sourceforge.net65d925aa983266c9e77e3691046c322a8049eee9</guid></item><item><title>The -G option does not show divisor</title><link>https://sourceforge.net/p/setserial/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The setserial -G option does not output the current&lt;br /&gt;
divisor value which is a pain if you use rc.serial's&lt;br /&gt;
auto save and restore capabilities as the cust_speed&lt;br /&gt;
option _is_ output.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Abbott</dc:creator><pubDate>Thu, 02 Aug 2001 15:59:59 -0000</pubDate><guid>https://sourceforge.netd8fed4b533d6f58cb34b323351d10f0116dccfb5</guid></item><item><title>Trivial output typo &amp;quot;infinte&amp;quot; (2.17)</title><link>https://sourceforge.net/p/setserial/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;setserial-2.17&lt;/p&gt;
&lt;p&gt;If the &amp;amp;quot;closing_wait infinite&amp;amp;quot; option has been used on&lt;br /&gt;
a serial line, then setserial's &amp;amp;quot;-a&amp;amp;quot; option is used to&lt;br /&gt;
display the settings, it is displayed as &amp;amp;quot;closing_wait:&lt;br /&gt;
infinte&amp;amp;quot; (sic). i.e. there's an &amp;amp;quot;i&amp;amp;quot; missing.&lt;/p&gt;
&lt;p&gt;I said it was trivial... :-)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Abbott</dc:creator><pubDate>Thu, 02 Aug 2001 15:53:38 -0000</pubDate><guid>https://sourceforge.netc96a92a888bb2d94796d9ae187e770094d47dade</guid></item></channel></rss>