<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>LAVA FAQ</title>
	<link>http://www.lavalink.com/dev/faq</link>
	<description>LAVA Computer MFG</description>
	<pubDate>Tue, 06 Nov 2007 17:00:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>
	<language>en</language>
			<item>
		<title>SERIAL PORT DRIVER REPLACEMENT UTILITY FOR CARDS WITH &#8220;TWIST&#8221; UART</title>
		<link>http://www.lavalink.com/dev/faq/archives/93</link>
		<comments>http://www.lavalink.com/dev/faq/archives/93#comments</comments>
		<pubDate>Thu, 01 Nov 2007 18:08:06 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>DSerial-PCI</category>

		<category>Octopus-550</category>

		<category>Quattro-PCI</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq/archives/93</guid>
		<description><![CDATA[Who should use this utility: Users with cards having serial ports that use a version of UART chip manufactured by Twist, and who are experiencing lockup during accesses on the serial port.
Operating systems: Windows 2000, Windows XP, Windows Vista.
Function: This utility will first test your system for devices that have the component in question. If [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Who should use this utility: </strong>Users with cards having serial ports that use a version of UART chip manufactured by Twist, and who are experiencing lockup during accesses on the serial port.</p>
<p><strong>Operating systems: </strong>Windows 2000, Windows XP, Windows Vista.<br />
Function: This utility will first test your system for devices that have the component in question. If necessary, the utility will then replace the driver currently in use with a new one for the device(s) involved. If your system does not need a driver replacement, nothing will be changed. A message will appear indicating the completion of the replacement.</p>
<p><strong>Use:</strong> Download the utility and extract it. Run the “checkuart” executable file. The process is automatic.<br />
<strong><br />
NOTE 1:</strong> You will need to reboot your system for the new driver to take effect.</p>
<p><strong>NOTE 2: </strong>Users with Windows 2000 will need to wait while the operating system configures devices, owing to the nature of this particular operating system. Please be patient and wait for the system to finish and the replacement utility to supply the completion message.</p>
<p><em><a href="http://www.lavalink.com/dev/fileadmin/drivers/utility/setup1.exe">DOWNLOAD UTILITY (400K)</a></em>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/93/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Understanding Parallel Port Addressing</title>
		<link>http://www.lavalink.com/dev/faq/archives/91</link>
		<comments>http://www.lavalink.com/dev/faq/archives/91#comments</comments>
		<pubDate>Tue, 21 Nov 2006 19:30:30 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-550</category>

		<category>Parallel Bi-directional</category>

		<category>Parallel-ECP/EPP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=91</guid>
		<description><![CDATA[A brief essay describing how to configure parallel ports
There are three hexadecimal addresses commonly used for parallel ports: 03BC, 0378, 0278 (hex). These are absolute addresses, fixed in memory.
They can be distinguished from them &#8220;logical&#8221; addresses accessed by users and many programs: LPT 1, LPT 2, LPT 3,&#8230;. These logical addresses can be interpreted as [...]]]></description>
			<content:encoded><![CDATA[<p>A brief essay describing how to configure parallel ports</p>
<p>There are three hexadecimal addresses commonly used for parallel ports: 03BC, 0378, 0278 (hex). These are absolute addresses, fixed in memory.</p>
<p>They can be distinguished from them &#8220;logical&#8221; addresses accessed by users and many programs: LPT 1, LPT 2, LPT 3,&#8230;. These logical addresses can be interpreted as &#8220;1st Line Printer, 2nd Line Printer, 3rd Line Printer,&#8230;&#8221;</p>
<p>Consequently, one cannot have a &#8220;2nd Line Printer,&#8221; without having a &#8220;1st Line Printer.&#8221; - ie: You can&#8217;t get a LPT 2, unless you already have a LPT 1.</p>
<p>At boot-time, the system&#8217;s BIOS automatically checks the three FIXED HEXADECIMAL ADDRESSES mentioned above, and arbitrarily assigns the LOGICAL ADDRESS of LPT 1, LPT 2, LPT 3, if parallel port(s) are found at any of those addresses.</p>
<p>The FIXED HEXADECIMAL ADDRESSES are checked in descending order, ie 03BC is checked first, 0378 is checked second, and 0278 is check third.</p>
<p>If port(s) is/are installed at the following addresses:</p>
<p>FIXED HEXADECIMAL ADDRESSES</p>
<p>0278h only</p>
<p>0378h only</p>
<p>03BCh only</p>
<p>0378h, 0278h</p>
<p>03BCh, 0278h</p>
<p>03BCh, 0378h</p>
<p>03BCh, 0378h, 0278h</p>
<p>LOGICAL ASSIGNMENT</p>
<p>LPT 1</p>
<p>LPT 1</p>
<p>LPT 1</p>
<p>LPT 1, LPT 2 respectively</p>
<p>LPT 1, LPT 2 respectively</p>
<p>LPT 1, LPT 2 respectively</p>
<p>LPT 1, LPT 2, LPT 3 respectively</p>
<p>Since logical addressing is arbitrary, particular operating systems will deal with the addressing schemes in different manners. For instance, some versions of UNIX will assign logical addresses LPT 0, LPT 1, LPT 2.</p>
<p>DOS/Windows 3.1x will usually conform to the outline above.</p>
<p>Win-95, Win NT will usually conform to the outline above, BUT if a parallel port of a higher FIXED HEXADECIMAL ADDRESS is added to an existing system, Windows might assign the new port the next logical address, rather than re-assign established logical addresses. - Eg Jane has a computer with Windows 95 installed and a built-in parallel port residing at 0378 hex. She buys a LAVA Parallel Bi-Directional card at the local computer shop, configures it for 03BC hex, and slips it into her system. When she runs the Windows-95 Add New Hardware Wizard, it automatically detects the LAVA port configured as 03BC hex and assigns it the logical address LPT 2.</p>
<p>However, since the assignments are arbitrary, Windows might not perform as expected. It is always best to adjust any settings (via DEVICE MANAGER) to conform with the table, above.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/91/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows Operating System Support for USB 2.0</title>
		<link>http://www.lavalink.com/dev/faq/archives/90</link>
		<comments>http://www.lavalink.com/dev/faq/archives/90#comments</comments>
		<pubDate>Tue, 21 Nov 2006 19:27:56 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>Kazan</category>

		<category>USB 2.0 Host Adapter</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=90</guid>
		<description><![CDATA[At present, Microsoft has no USB 2.0 support in Windows 95, Windows 98SE, Windows ME, and Windows NT 4.0.


]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt">At present, Microsoft has no USB 2.0 support in Windows 95, Windows 98SE, Windows ME, and Windows NT 4.0.</p>
<p style="margin: 0pt">
<p style="margin: 0pt">
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/90/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Unix Support</title>
		<link>http://www.lavalink.com/dev/faq/archives/89</link>
		<comments>http://www.lavalink.com/dev/faq/archives/89#comments</comments>
		<pubDate>Tue, 21 Nov 2006 19:27:07 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>2SP-550</category>

		<category>DSerial-550</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-ISA</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-PnP</category>

		<category>LavaPort-Quad</category>

		<category>Octopus-550</category>

		<category>Parallel Bi-directional</category>

		<category>Parallel-ECP/EPP</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>Quattro-PCI</category>

		<category>RS422-550</category>

		<category>SP-PCI</category>

		<category>SSerial-550</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<category>RS422 SS-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=89</guid>
		<description><![CDATA[ 
LAVA does not provide drivers or support for UNIX. SCO UNIX has a command called mkdev serial that can install the port in UNIX. Consult the documentation for your version of UNIX to see if this is the correct command for you and the appropriate switches.
 
 
]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt">LAVA does not provide drivers or support for UNIX. SCO UNIX has a command called mkdev serial that can install the port in UNIX. Consult the documentation for your version of UNIX to see if this is the correct command for you and the appropriate switches.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/89/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Troubleshooting the Parallel-ECP/EPP</title>
		<link>http://www.lavalink.com/dev/faq/archives/88</link>
		<comments>http://www.lavalink.com/dev/faq/archives/88#comments</comments>
		<pubDate>Tue, 21 Nov 2006 19:26:18 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>Parallel-ECP/EPP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=88</guid>
		<description><![CDATA[ 
 
To ensure that Lava ECP/EPP card installs correctly the following issues must be resolved.
 
1) Conflict with Onboard Parallel Port.
To ensure that the LAVA card does not conflict with the onboard parallel port card enter
your CMOS setup and make sure that the settings set for the LAVA card differ from those
for the on-board card.
 
2) Settings on [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To ensure that Lava ECP/EPP card installs correctly the following issues must be resolved.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Conflict with Onboard Parallel Port.</p>
<p style="margin: 0pt">To ensure that the LAVA card does not conflict with the onboard parallel port card enter</p>
<p style="margin: 0pt">your CMOS setup and make sure that the settings set for the LAVA card differ from those</p>
<p style="margin: 0pt">for the on-board card.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Settings on LAVA card differ from those set in Device Manager.</p>
<p style="margin: 0pt">In Device Manager Enter Ports (COM and LPT) and double-click the port that has been assigned</p>
<p style="margin: 0pt">for the LavaPort. Check that the Resources for that port match what has been set</p>
<p style="margin: 0pt">by jumpers on the Lava card.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Resource Conflict with LAVA card</p>
<p style="margin: 0pt">To ensure that there are not any conflicts with the LAVA card enter Device Manager.</p>
<p style="margin: 0pt">Double-click Computer. Ensure that no other device has claimed the IRQ I/0 range or</p>
<p style="margin: 0pt">DMA channel that the LAVA card has been set to by jumpers. Make sure to check the DMA</p>
<p style="margin: 0pt">channel in here. If 1 and 3 are listed in here our card must be installed without a</p>
<p style="margin: 0pt">DMA channel. To do this make sure the jumpers are set OFF for DMA. Do this by having</p>
<p style="margin: 0pt">the DMA jumpers hanging off one pin.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Problems with Printer Cable.</p>
<p style="margin: 0pt">Make sure that you have a 25 Conductor (or Fully Loaded) Printer Cable.</p>
<p style="margin: 0pt">Some cables may have all the pins on the connectors but they are not wired within</p>
<p style="margin: 0pt">the cable. Generally, a cable is fully loaded if the connectors</p>
<p style="margin: 0pt">are molded. If not, then it likely is 18 conductor.</p>
<p style="margin: 0pt">Make sure that the length is less than 40&#8242; long. Most printers will not work correctly</p>
<p style="margin: 0pt">at more than 40&#8242;. Make sure that the printer cable is fully uncoiled. The magnetic</p>
<p style="margin: 0pt">field created by a coiled cable could cause garbled output.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you have an IEEE printer you must have an IEEE printer cable.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Installation/Reinstallation Instructions:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Remove the existing ECP port from Device Manager if it exists (the one with the problem).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Set the jumpers on the LAVA card to the correct LPT IRQ and DMA channel, then put the card into an ISA slot (with the power off.)</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Go to Add New Hardware and don&#8217;t let it detect the card.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Choose Ports COM and LPT and then ECP Printer Port. If you are installing the card without a</p>
<p style="margin: 0pt">DMA channel then choose Printer Port. Note what kind of Printer Port you have chosen</p>
<p style="margin: 0pt">for the steps below.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) When it asks to Reboot, DON&#8217;T!!!!! (Click no).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">6) Go to Start - Settings - Control Panel - System - and enter the Device Manager tab.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">7) Double-click the Printer port with the exclamation mark and enter Resources.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">8) If you have chosen ECP Printer Port, uncheck Use Automatic Settings, then choose Basic</p>
<p style="margin: 0pt">Configuration 4 and configure the LavaPort to the correct I/O address, IRQ, and DMA channel.</p>
<p style="margin: 0pt">If you have chosen Printer Port uncheck Use Automatic Settings, choose Basic Configuration 3</p>
<p style="margin: 0pt">and configure the LavaPort to correct I/O address and IRQ.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">9) Click Ok and Ok and let Windows restart.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">10) If you are installing a scanner, ZIP drive, or some other device, run the installation again</p>
<p style="margin: 0pt">while the device is attached to our card. (In the case of the Iomega ZIP drive run the</p>
<p style="margin: 0pt">Parallel Port accelerator program and if that doesn&#8217;t work uninstall the ZIP drive and run</p>
<p style="margin: 0pt">the setup again and then run the Parallel Port accelerator program.)</p>
<p style="margin: 0pt">After you re-enter Windows you will have a fully functional ECP/EPP printer port.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/88/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a SSerial-PCI(/LP) in QNX</title>
		<link>http://www.lavalink.com/dev/faq/archives/87</link>
		<comments>http://www.lavalink.com/dev/faq/archives/87#comments</comments>
		<pubDate>Tue, 21 Nov 2006 19:25:33 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>SP-PCI</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=87</guid>
		<description><![CDATA[Installation
1. With the power turned off, insert the SSerial-PCI card into any free PCI slot in your PC. Make sure the card is well seated. Turn your PC on and start QNX 6.
NOTE: If you are using an AGP video card you may find that QNX will not boot with the card in the PCI [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Installation</strong></p>
<p>1. With the power turned off, insert the SSerial-PCI card into any free PCI slot in your PC. Make sure the card is well seated. Turn your PC on and start QNX 6.</p>
<p>NOTE: If you are using an AGP video card you may find that QNX will not boot with the card in the PCI slot immediately following the AGP slot.</p>
<p>Simply place the card in the second slot to alleviate this problem.</p>
<p>2. QNX will automatically detect the presence of the SSerial-PCI card and create a serial device in the folder /etc/dev/ called Ser[x] (where x is the next available serial device number determined by QNX while enumerating the PCI bus at boot-up).</p>
<p>3. To verify that the card has been installed you can check in either the /etc/dev/ folder, or in QNX&#8217;s System Information (Launch>Utilities>System Information). Within the System Information listing you will find a process named &#8220;devc-ser8250&#8243;. By selecting this process you will have access to several different information tabs. Selecting the Arguments tab (Args) will provide you with the exact arguments that were passed to the devcser8250 process at boot-up. From here you can easily determine which port is assigned to which serial device by referring to the card&#8217;s resources.</p>
<p>For example, given the process command &#8220;devc-ser8250 -u1 3F8,3 -u2 2F8,4 -u3 a000,5&#8243; we can see that Com1 and Com2 were mapped to devices Ser1 and Ser2 respectively and our serial port at a000 was mapped to device Ser3.</p>
<p><strong>Card Resources</strong></p>
<p>You can easily determine the IO address and IRQ resources of the card&#8217;s serial port by running the PCI command &#8220;pci -v&#8221;. This command will display all the information for each of the PCI devices on the system bus. To find the physical address and IRQ of the card, simply scan through the output of this command for a section beginning with &#8220;Vendor ID = 1407h, Lava Computer MFG Inc&#8221;. Both the IO address and IRQ of the card can be found in this section under &#8220;PCI IO Address&#8221; and &#8220;Interrupt Line&#8221;, respectively.</p>
<p><strong>Testing</strong></p>
<p>Testing the card&#8217;s functionality can be done by using QNX&#8217;s own terminal program, Qtalk, and a loopback connector. To test a port, attach the loopback connector and open up a Qtalk session by executing the command &#8220;qtalk -m /dev/ser3 -b 115200,8,n,1&#8243; on the port. While the loopback connector is attached any characters entered in Qtalk should be echoed back to the screen. Removing the loopback connector should prevent character echoing from occurring.</p>
<p><strong>Troubleshooting</strong></p>
<p>If for some reason the card was not picked up by QNX at boot-up, but the card can be found in the PCI listing, you may choose to manually add the port by using the devc-ser8250 command.</p>
<p>Example: Say we have a serial port residing at physical address=a000 and IRQ=5 which wasn&#8217;t allocated a serial device in the /etc/dev/ folder. If we have determined that Ser1 and Ser2 already exist in the /etc/dev/ folder (this is done by inspecting the folder /etc/dev/ for all serial devices), we can add a new serial device by running the command: devc-ser8250 -u3 a000,5</p>
<p>This is a very simple example of adding a new serial device using the devc-ser8250 command. Full documentation of all the options associated with this command can be found in the QNX 6 RTOS Utilities Reference Manual.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/87/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing an SSerial-PCI or SSerial-PCI/LP in Linux</title>
		<link>http://www.lavalink.com/dev/faq/archives/86</link>
		<comments>http://www.lavalink.com/dev/faq/archives/86#comments</comments>
		<pubDate>Tue, 21 Nov 2006 19:24:48 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>SP-PCI</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=86</guid>
		<description><![CDATA[ 
Installation
 
On install during the bootup process, the Linux hardware discovery utility detects the SSerial-PCI and installs it as ttyS4. This setting will change depending on how many serial ports you have and how they are configured.
 
To verify proper installation you must first find out the port information (I/O range, IRQ) for each serial port. To [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Installation</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">On install during the bootup process, the Linux hardware discovery utility detects the SSerial-PCI and installs it as ttyS4. This setting will change depending on how many serial ports you have and how they are configured.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To verify proper installation you must first find out the port information (I/O range, IRQ) for each serial port. To retrieve that information type at the command line:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">lspci -v</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">You will then see an entry for a &#8220;Serial Controller: Lava Computer MFG&#8221;. Below it will be an IRQ number and an I/O port. Write down that information (for example, IRQ 12, e400).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">First you must verify that the card was installed correctly. To do this at the command line type:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">setserial -a /dev/ttyS4</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>Note: ttyS4 is the first default PCI serial port (This may change depending on how many serial ports you may have).</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If the card was correctly configured by Linux you will see the following information:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/dev/tty4, Line 4, UART 16550A, Port: 0xe400, IRQ: 12</p>
<p style="margin: 0pt">Baud_base: 115200, close_delay: 256, divisor: 0</p>
<p style="margin: 0pt">closing_wait: 15360</p>
<p style="margin: 0pt">Flags: spd_normal skip_test</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Your port and IRQ should match the information collected earlier.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you find that the information displayed does not match the above (port and IRQ should match your information), then carry on to the next step below. If the data is correct then the installation is complete.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To set the serial port to the correct settings, edit the file:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/etc/rc.d/rc.local</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Add the following line at the end of the file:</p>
<p style="margin: 0pt">setserial /dev/ttyS4 port 0xe400 irq 12 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The example above uses the information gained from the lspci -v command. The details of your information may be different. Be sure to save the added changes. On reboot all of the ports should be operational.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/86/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a SSerial-550 in QNX</title>
		<link>http://www.lavalink.com/dev/faq/archives/84</link>
		<comments>http://www.lavalink.com/dev/faq/archives/84#comments</comments>
		<pubDate>Tue, 21 Nov 2006 19:11:18 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>SSerial-550</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=84</guid>
		<description><![CDATA[ 
Installation
 
Before installing the card into the system you must check for available resources. To get a general idea of the IRQ and COM port addresses in use you will have to check several different locations:
 
Existing COM port addresses and IRQs can be found by executing the command &#8220;sin ar&#124;grep devc-ser8250&#8243; which returns the arguments of [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"><strong>Installation</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Before installing the card into the system you must check for available resources. To get a general idea of the IRQ and COM port addresses in use you will have to check several different locations:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Existing COM port addresses and IRQs can be found by executing the command &#8220;sin ar|grep devc-ser8250&#8243; which returns the arguments of process devc-ser8250 (eg. devc-ser8250 -u1 3F8,3 ?u2 2F8,4 - which tells us that IRQs 3 and 4 are in use as are IO addresses 3F8 and 2F8.)</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">In addition certain IRQs may be reserved by the PCI system bus. Executing the command &#8220;pci -v |grep Interrupt&#8221; will return a list of all the interrupt line values.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Set the jumpers on the card to any IRQ and COM port addresses NOT found in the previous step.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>NOTE: The SSerial-550 is shipped with factory default jumper settings of COM1 and IRQ 4.</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">With the power turned off, insert the SSerial-550 card into any free ISA slot in your PC. Make sure the card is well seated. Turn your PC on and start QNX 6.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If jumpered correctly QNX will automatically detect the presence of the SSerial-550 card and create a device in the folder /etc/dev/ called Ser[x] (where x will be the first available COM port while enumerating at boot-up).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To verify that the card has been installed you may check in either the /etc/dev/ folder, or in QNX&#8217;s System Information (Launch>Utilities>System Information). Within the System Information listing you will find a process named &#8220;devc-ser8250&#8243;. By selecting this process you will have access to several different information tabs. Selecting the Arguments tab (Args) will provide you with the exact arguments that were passed to the devc-ser8250 process at boot-up. From here you can easily determine which port is assigned to which serial device by referring to the card&#8217;s resources.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">For example, given the process command &#8220;devc-ser8250 -u1 3F8,3 -u2 2F8,4 -u3 a000,5&#8243; we can see that Com1 and Com2 were mapped to devices Ser1 and Ser2 respectively and our serial port at a000 was mapped to device Ser3.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Testing</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Testing the card?s functionality can be done by using QNX&#8217;s own terminal program, Qtalk, and a loopback connector. To test a port, attach the loopback connector and open up a Qtalk session by executing the command &#8220;qtalk -m /dev/ser3 -b 115200,8,n,1&#8243; on the port. While the loopback connector is attached any characters entered in Qtalk should be echoed back to the screen. Removing the loopback connector should prevent character echoing from occurring.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Troubleshooting</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If for some reason the card was not picked up by QNX at boot-up you can manually add the port by using the devc-ser8250 command.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Example: </strong>Say we have a serial port residing at physical address=3e8 and IRQ=5 which wasn&#8217;t allocated a serial device in the /etc/dev/ folder. If we have determined that Ser1 and Ser2 already exist in the /etc/dev/ folder (this is done by inspecting the folder /etc/dev/ for all serial devices), we can add a new serial device by running the command:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">devc-ser8250 -u3 3e8,5</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">This is a very simple example of adding a new serial device using the devc-ser8250 command. Full documentation of all the options associated with this command can be found in the QNX 6 RTOS Utilities Reference Manual.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/84/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing an SSerial-550 in Linux</title>
		<link>http://www.lavalink.com/dev/faq/archives/83</link>
		<comments>http://www.lavalink.com/dev/faq/archives/83#comments</comments>
		<pubDate>Tue, 21 Nov 2006 19:10:32 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>SSerial-550</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=83</guid>
		<description><![CDATA[
Installation

On install during the bootup process, Linux detects the SSerial-550 and sets the configuration for ttyS2. To verify proper installation you must remember the I/O range (see table below) and IRQ each serial port was jumpered to.

ttyS0 = 0&#215;03f8; irq = 4
ttyS1 = 0&#215;02f8; irq = 3
ttyS2 = 0&#215;03e8; irq = 4
ttyS3 = 0&#215;02e8; irq [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt">
<p style="margin: 0pt"><strong>Installation</strong></p>
<p style="margin: 0pt">
<p style="margin: 0pt">On install during the bootup process, Linux detects the SSerial-550 and sets the configuration for ttyS2. To verify proper installation you must remember the I/O range (see table below) and IRQ each serial port was jumpered to.</p>
<p style="margin: 0pt">
<p style="margin: 0pt">ttyS0 = 0&#215;03f8; irq = 4</p>
<p style="margin: 0pt">ttyS1 = 0&#215;02f8; irq = 3</p>
<p style="margin: 0pt">ttyS2 = 0&#215;03e8; irq = 4</p>
<p style="margin: 0pt">ttyS3 = 0&#215;02e8; irq = 3</p>
<p style="margin: 0pt">
<p style="margin: 0pt">First you must verify that the card was installed correctly. To do this at the command line type:</p>
<p style="margin: 0pt">
<p style="margin: 0pt">setserial -a /dev/ttyS2</p>
<p style="margin: 0pt">
<p style="margin: 0pt"><em>Note: ttyS2 refers to Com3. This setting may change depending on how the jumpers are configured on the card.</em></p>
<p style="margin: 0pt">
<p style="margin: 0pt">If the card is correctly configured in Linux you will see the following information:</p>
<p style="margin: 0pt">
<p style="margin: 0pt">/dev/tty2, Line 2, UART 16550A, Port: 0&#215;03e8, IRQ: 4</p>
<p style="margin: 0pt">Baud_base: 115200, close_delay: 256, divisor: 0</p>
<p style="margin: 0pt">closing_wait: 15360</p>
<p style="margin: 0pt">
<p style="margin: 0pt">Flags: spd_normal skip_test</p>
<p style="margin: 0pt">
<p style="margin: 0pt">Your port and IRQ should conform to the jumper settings on the card.</p>
<p style="margin: 0pt">
<p style="margin: 0pt">If you find that the information displayed does not match the above (port and IRQ should match your jumper settings), then carry on to the next step below. If the data is correct then the installation is complete.</p>
<p style="margin: 0pt">
<p style="margin: 0pt">To set the serial port to the correct settings, edit the file:</p>
<p style="margin: 0pt">
<p style="margin: 0pt">/etc/rc.d/rc.local</p>
<p style="margin: 0pt">
<p style="margin: 0pt">Add the following line at the end of the file:</p>
<p style="margin: 0pt">
<p style="margin: 0pt">setserial /dev/ttyS2 port 0&#215;03e8 irq 4 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt">
<p style="margin: 0pt">Your port/IRQ may be different depending on the jumper settings on the card. Be sure to save the added changes. On reboot all of the ports should be operational.</p>
<p style="margin: 0pt">
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/83/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reinstalling Cards in Windows 2000</title>
		<link>http://www.lavalink.com/dev/faq/archives/82</link>
		<comments>http://www.lavalink.com/dev/faq/archives/82#comments</comments>
		<pubDate>Tue, 21 Nov 2006 19:09:19 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>2SP-550</category>

		<category>DSerial-550</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-ISA</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-PnP</category>

		<category>LavaPort-Quad</category>

		<category>Octopus-550</category>

		<category>Parallel Bi-directional</category>

		<category>Parallel-ECP/EPP</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>RS422-550</category>

		<category>SP-PCI</category>

		<category>SSerial-550</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=82</guid>
		<description><![CDATA[ 
LAVA PCI cards do not install in Win2000 using a setup utility. They install when New Hardware is found at boot up of Windows. Windows searches your hard and floppy drives for an .inf file that includes the setup information for our card. This is a plain text file that contains the setup information for [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt">LAVA PCI cards do not install in Win2000 using a setup utility. They install when New Hardware is found at boot up of Windows. Windows searches your hard and floppy drives for an .inf file that includes the setup information for our card. This is a plain text file that contains the setup information for our card. Sometimes, it does not find this file so it is necessary to have our card reinstall.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>The following procedure will reinstall our card:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Right Click on My Computer from the desktop and enter Properties and then Device Manager. Enter the section called Other Devices or Unknown Devices.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Remove the reference to either PCI card or PCI Serial Controller or PCI parallel controller by right-clicking on it and entering Uninstall.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Shut down your computer normally and ensure that our card is seated properly in the PCI slot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Upon entering Windows, when New Hardware is found direct it to the LAVA Win2000 .inf file.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Let Windows search for our installation file and reinstall our card correctly.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>WINDOWS 2000 FEATURES</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">In Windows 95/98/Me we provide a utility for redirecting the COM port assignment that Windows assigns our ports. This utility is not necessary in later versions of Windows. The following is the procedure to redirect our port in Windows 2000.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Go to Device Manager by right-clicking on My Computer from the Desktop and entering Properties.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Open up Ports (COM &#038; LPT) by clicking the + sign to the left.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Double-click the port you wish to redirect and enter the Port Settings Tab.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Click the Advanced Button.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) In the Window that appears you can redirect the port assignment.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>SPECIAL WINDOWS 2000 FEATURE</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Parallel Port LPT assignments can be redirected. Currently the choice for redirection is LPT1 LPT2 or LPT3.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>CLEANING UP OUR INF FILE</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you are updating the .inf file from a previous version of this file it is necessary to remove the old version. You must go to the Windows\inf folder. If you don&#8217;t see the inf folder then your folder options are set to hide that folder. To see that folder go to View|Folder Options|View</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">In there make sure that the show all files option is set. Our .inf file is found under the name oemX.inf, where X is some integer. You must edit using notepad.exe each oemX.inf file and look for a reference to LAVA. If there is a reference to LAVA then remove that file. Also, remove the associated oemX.pnf that is located here as well.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/82/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upgrading a System with Lava Cards to a Newer Version of Windows</title>
		<link>http://www.lavalink.com/dev/faq/archives/81</link>
		<comments>http://www.lavalink.com/dev/faq/archives/81#comments</comments>
		<pubDate>Tue, 21 Nov 2006 19:07:28 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>2SP-550</category>

		<category>DSerial-550</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-ISA</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-PnP</category>

		<category>LavaPort-Quad</category>

		<category>Octopus-550</category>

		<category>Parallel Bi-directional</category>

		<category>Parallel-ECP/EPP</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>Quattro-PCI</category>

		<category>RS422-550</category>

		<category>SP-PCI</category>

		<category>SSerial-550</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=81</guid>
		<description><![CDATA[ 
Question:
 
I have upgraded my system to a newer version of Windows. I left my LAVA card in the system during the upgrade. Now in Device Manager my card is showing up in Other Devices as PCI Parallel Card or PCI Serial Card. The peripheral attached to it (modem, printer, Zip drive) won&#8217;t work. What do [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Question:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">I have upgraded my system to a newer version of Windows. I left my LAVA card in the system during the upgrade. Now in Device Manager my card is showing up in Other Devices as PCI Parallel Card or PCI Serial Card. The peripheral attached to it (modem, printer, Zip drive) won&#8217;t work. What do I do now?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Answer: </strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">During the installation of the upgrade, Windows was looking for the drivers on the Windows upgrade CD. The card&#8217;s drivers are not located on the CD so the installation routine couldn&#8217;t install the card properly. The following procedure will reinstall the card properly:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Go to Device Manager by right-clicking on My Computer from the Desktop and entering Properties. Then click the Device Manager tab.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) In Device Manager remove the PCI Parallel Card or PCI Serial Card with the exclamation (!) mark by clicking it and hitting delete on the keyboard.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Close all open windows and reboot the system by using Start|Restart.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Upon booting into Windows the New Hardware Found wizard will appear. Direct this wizard to the LAVA Installation disk, following the procedure described in the LAVA Installation manual for installing the card in Windows.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/81/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows Me: Upgrading a System with Lava Cards</title>
		<link>http://www.lavalink.com/dev/faq/archives/80</link>
		<comments>http://www.lavalink.com/dev/faq/archives/80#comments</comments>
		<pubDate>Tue, 21 Nov 2006 19:06:06 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>2SP-550</category>

		<category>DSerial-550</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-ISA</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-PnP</category>

		<category>LavaPort-Quad</category>

		<category>Octopus-550</category>

		<category>Parallel Bi-directional</category>

		<category>Parallel-ECP/EPP</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>Quattro-PCI</category>

		<category>SP-PCI</category>

		<category>SSerial-550</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=80</guid>
		<description><![CDATA[Question:
 
I have upgraded my system to Windows system to Windows ME (Millenium Edition). I left my LAVA card in the system during the upgrade. Now in Device Manager my card is showing up in Other Devices as PCI Parallel Card or PCI Serial card. The peripheral attached to it (modem, printer, zip drive) won&#8217;t work. [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"><span class="fineprintbold"><strong>Question:</strong></span></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">I have upgraded my system to Windows system to Windows ME (Millenium Edition). I left my LAVA card in the system during the upgrade. Now in Device Manager my card is showing up in Other Devices as PCI Parallel Card or PCI Serial card. The peripheral attached to it (modem, printer, zip drive) won&#8217;t work. What do I do now?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><span class="fineprintbold"><strong>Answer: </strong></span></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">During the installation of the upgrade, Windows was looking for the drivers on the Windows ME upgrade CD. Our drivers are not located on the CD so it couldn&#8217;t install it properly. The following procedure will have our card reinstall properly:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Go to Device Manager by Right Clicking on My Computer from the Desktop and entering Properties. Then click the Device Manager tab.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) In Device Manager remove the PCI Parallel Card or PCI Serial Card with the exclamation (!) mark by clicking it and hitting delete on the keyboard.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Close all open Windows and reboot the system by using Start - Shutdown.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Upon the boot into Windows you will see the New Hardware found wizard. Direct this wizard to our disk, following the procedure illustrated in the LAVA Installation manual for installing the card in Windows 95/98.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/80/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Method Windows 95/98/Me/2000 Assigns PCI Serial Ports</title>
		<link>http://www.lavalink.com/dev/faq/archives/79</link>
		<comments>http://www.lavalink.com/dev/faq/archives/79#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:59:38 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>Octopus-550</category>

		<category>Quattro-PCI</category>

		<category>SP-PCI</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<category>RS422 SS-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=79</guid>
		<description><![CDATA[This note is useful in understanding configuration when software might require a specific Com port below Com 5.
 
Windows 95/98/Me/2000 cannot enumerate PCI serial ports starting at COM2 or COM3.
 
The way the Windows serial port enumerator (serenum.vxd) works is:
 
It first checks the I/O address of the serial port.
If the I/O address is 3f8 then it assigns [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt">This note is useful in understanding configuration when software might require a specific Com port below Com 5.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Windows 95/98/Me/2000 cannot enumerate PCI serial ports starting at COM2 or COM3.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The way the Windows serial port enumerator (serenum.vxd) works is:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">It first checks the I/O address of the serial port.</p>
<p style="margin: 0pt">If the I/O address is 3f8 then it assigns that serial port COM1.</p>
<p style="margin: 0pt">If the I/O address is 2f8 then it assigns that serial port COM2.</p>
<p style="margin: 0pt">If the I/O address is 3e8 then it assigns that serial port COM3.</p>
<p style="margin: 0pt">If the I/O address is 2e8 then it assigns that serial port COM4.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If the port has an I/O address other than what is shown above, then Windows enumerates the ports</p>
<p style="margin: 0pt">starting at COM5.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">PCI cards are completely configured by the system. The system cannot configure PCI cards with the I/O addresses shown above. Those are reserved for ISA devices so Windows will always enumerate our PCI ports starting at COM5.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you wish to reassign serial ports, use the LAVA redirect software.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/79/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reinstalling PCI Cards in Windows 2000</title>
		<link>http://www.lavalink.com/dev/faq/archives/78</link>
		<comments>http://www.lavalink.com/dev/faq/archives/78#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:57:41 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-Quad</category>

		<category>Octopus-550</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>Quattro-PCI</category>

		<category>SP-PCI</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<category>RS422 SS-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=78</guid>
		<description><![CDATA[LAVA PCI cards do not install in Win2000 using a setup utility. They install when New Hardware is found at boot up of Windows. Windows searches your hard and floppy drives for an .inf file that includes the setup information for our card. This is a plain text file that contains the setup information for [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt">LAVA PCI cards do not install in Win2000 using a setup utility. They install when New Hardware is found at boot up of Windows. Windows searches your hard and floppy drives for an .inf file that includes the setup information for our card. This is a plain text file that contains the setup information for our card. Sometimes, it does not find this file so it is necessary to have our card reinstall.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The following procedure will reinstall our card:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Right Click on My Computer from the desktop and enter Properties and then Device Manager. Enter the section called Other Devices or Unknown Devices.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Remove the reference to either PCI card or PCI Serial Controller or PCI parallel controller by right-clicking on it and entering Uninstall.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Shut down your computer normally and ensure that our card is seated properly in the PCI slot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Upon entering Windows, when New Hardware is found direct it to the LAVA Win2000 .inf file.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Let Windows search for our installation file and reinstall our card correctly.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>WINDOWS 2000 FEATURES</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">In Windows 95/98/Me we provide a utility for redirecting the COM port assignment that Windows assigns our ports. This utility is not necessary in later versions of Windows. The following is the procedure to redirect our port in Windows 2000.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Go to Device Manager by right-clicking on My Computer from the Desktop and entering Properties.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Open up Ports (COM &#038; LPT) by clicking the + sign to the left.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Double-click the port you wish to redirect and enter the Port Settings Tab.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Click the Advanced Button.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) In the Window that appears you can redirect the port assignment.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>SPECIAL WINDOWS 2000 FEATURE</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Parallel Port LPT assignments can be redirected. Currently the choice for redirection is LPT1 LPT2 or LPT3.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>CLEANING UP YOUR INF FILE</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you are updating the .inf file from a previous version of this file it is necessary to remove the old version. You must go to the Windows\inf folder. If you don&#8217;t see the inf folder then your folder options are set to hide that folder. To see that folder go to View|Folder Options|View</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">In there make sure that the show all files option is set. Our .inf file is found under the name oemX.inf, where X is some integer. You must edit using notepad.exe each oemX.inf file and look for a reference to LAVA. If there is a reference to LAVA then remove that file. Also, remove the associated oemX.pnf that is located here as well.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/78/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing Windows XP Drivers for the Lava USB 2.0 Host Adapter</title>
		<link>http://www.lavalink.com/dev/faq/archives/77</link>
		<comments>http://www.lavalink.com/dev/faq/archives/77#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:49:39 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>USB 2.0 Host Adapter</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=77</guid>
		<description><![CDATA[1. When the system is started with the USB 2.0 Host Adapter installed, Windows XP will detect the new hardware.
2. Choosing to install the hardware will cause Windows XP to install whatever drivers it can locate.
3. When finished, Windows XP will display a message about a missing driver.
4. Looking in Windows Device Manager indicates the [...]]]></description>
			<content:encoded><![CDATA[<p>1. When the system is started with the USB 2.0 Host Adapter installed, Windows XP will detect the new hardware.<br />
2. Choosing to install the hardware will cause Windows XP to install whatever drivers it can locate.<br />
3. When finished, Windows XP will display a message about a missing driver.<br />
4. Looking in Windows Device Manager indicates the specific driver that has been detected as missing.<br />
5. At this point, open your web browser and navigate to the Microsoft Windows Update site.<br />
You will need to do this with the USB 2.0 host adapter installed in your system and with Windows XP as your currently running operating system, as Windows Update will automatically proceed to install the new drivers later in the process.<br />
6. Before you can download anything, Windows update will ask permission to install its Windows<br />
Update Control, software that will detect what updates you might need.<br />
7. The specific update you need for the USB 2.0 Host Adapter is the Microsoft USB Driver.<br />
8. The installation routine will next ask you to accept a licensing agreement.<br />
9. After accepting the terms of the license, the download will begin. Once Microsoft Update has finished, it will automatically install the drivers on your system.<br />
10. After the installation is complete, you will be able to see the &#8220;NEC PCI to USB Enhanced Host Controller B1&#8243; in the Windows Device Manager.<br />
11. For reference, right-clicking on the &#8220;NEC PCI to USB Enhanced Host Controller B1&#8243; entry in the Device manager will allow you to inspect the names of the installed drivers as shown below.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/77/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing Cards with Windows NT 4.0 Small Business Server</title>
		<link>http://www.lavalink.com/dev/faq/archives/76</link>
		<comments>http://www.lavalink.com/dev/faq/archives/76#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:44:48 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>LavaPort-650</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=76</guid>
		<description><![CDATA[ 
Question:
 
I am installing the LavaPort 650 into a Windows NT4.0 Small Business Server. I have tried everything and the card refuses to install. What can I do?
 
Answer:
 
There are security issues with Windows NT Small Business Server that refuse to let the LavaPort 650 driver start up. These drivers need to be updated to reflect this. [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"><strong>Question:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">I am installing the LavaPort 650 into a Windows NT4.0 Small Business Server. I have tried everything and the card refuses to install. What can I do?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Answer:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">There are security issues with Windows NT Small Business Server that refuse to let the LavaPort 650 driver start up. These drivers need to be updated to reflect this. What is necessary is the installation of our older drivers that enable us to install regardless of the security in the Winnt registry. The following are the necessary steps.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Download the LavaPort PnP driver. The driver for the LavaPort PnP is found in Tech Support Drivers located on <a class="linkExt" href="http://www.lavalink.com/" target="_blank"><img height="8" src="http://www.lavalink.com/typo3conf/ext/dh_linklayout/res/link_ext.gif" width="8" border="0" /> www.lavalink.com</a>.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Uninstall our old driver</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Remove the following files from your hard drive:</p>
<p style="margin: 0pt">detectlava.sys and seriallava.sys from</p>
<p style="margin: 0pt">winnt.sbs\system32\drivers</p>
<p style="margin: 0pt">lavaport.cpl from</p>
<p style="margin: 0pt">winnt.sbs\system32\</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2)Clean registry</p>
<p style="margin: 0pt">Use Regedt32 because regedit doesn&#8217;t let you change security privileges.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Go to :</strong></p>
<p style="margin: 0pt">HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\Root</p>
<p style="margin: 0pt">Change Security Privileges to Full Access for LEGACY_DETECTLAVA and LEGACY_SERIALLAVA by going to the Security Menu and then Permissions and set Type of Access to Full Control while each folder and subfolder is highlighted.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">After this is done remove LEGACY_DETECTLAVA and LEGACY_SERIALLAVA</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Go to:</strong></p>
<p style="margin: 0pt">HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services</p>
<p style="margin: 0pt">Remove DetectLava and SerialLava Folders. You do not have to change security privileges for these folders because they are already set at Full Control.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3)</p>
<p style="margin: 0pt">a) unzip the file you downloaded (preferably to a floppy disk because the copy command reflects that).</p>
<p style="margin: 0pt">b) Make a DOS boot disk.</p>
<p style="margin: 0pt">c) Copy lavaconf.exe to that boot disk.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Shut down and boot from the DOS boot disk you created.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Run lavaconf from that boot disk and write down the I/O addresses and IRQ reported by lavaconf.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">6) Boot into NT and create an install.bat file so that all the folders are correct:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">*** copy command should reflect where you have the files located.***</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">copy a:\NT4.0\*.sys c:\winnt.sbs\system32\drivers</p>
<p style="margin: 0pt">copy a:\NT4.0\*.cpl c:\winnt.sbs\system32</p>
<p style="margin: 0pt">c:</p>
<p style="margin: 0pt">cd \winnt.sbs\system32</p>
<p style="margin: 0pt">rundll32.exe shell32.dll,Control_RunDLL Link650.cpl</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">7) Go to Control Panel Ports and add click add Make sure that you modify the I/O address and IRQ so that they match what you have written down in step 5 above. Our I/O addresses will not be found in the drop down list so you have to type them in manually.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>DON&#8217;T RESTART WHEN IT PROMPTS YOU TO!!</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">8) Run the install.bat</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">9) Go to Control Panel and LAVA Link650 Ports and go to settings and then advanced for the each of the ports that you have added and modify the UART type to Link-650.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>REBOOT ONLY AFTER YOU HAVE MODIFIED THE SECOND PORT!!</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">10) When you get back into NT go back to Control Panel LAVA Link 650 ports and you should have two fully functional LAVA Link650 ports!!!</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/76/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Interrupts and Scanners, Orb, OnStream, Zip and SyQuest Devices</title>
		<link>http://www.lavalink.com/dev/faq/archives/75</link>
		<comments>http://www.lavalink.com/dev/faq/archives/75#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:28:49 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-Plus</category>

		<category>Parallel Bi-directional</category>

		<category>Parallel-ECP/EPP</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>SP-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=75</guid>
		<description><![CDATA[ 
Some printer port devices only look for Interrupt requests that are edge driven. PCI cards are level driven. It is possible that your scanner is looking for interrupt requests that edge driven. Unfortunately, we cannot change how the scanner detects the mode. If it does not detect our EPP mode you obtain updated drivers and [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Some printer port devices only look for Interrupt requests that are edge driven. PCI cards are level driven. It is possible that your scanner is looking for interrupt requests that edge driven. Unfortunately, we cannot change how the scanner detects the mode. If it does not detect our EPP mode you obtain updated drivers and installation utilities from the scanner manufacturer.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Some scanners that use Shuttle technology have the capability of the disabling the interrupt detection completely. These scanners install a device under SCSI controllers in Device Manager. The name varies depending on scanner manufacturer. Many times it has a reference to Shuttle. In this device you can change settings in the Settings tab under Adapter settings.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Under Windows 95</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/w95 /di</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Under Windows 98</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/di</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/75/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Configuration Settings for ISA Cards</title>
		<link>http://www.lavalink.com/dev/faq/archives/74</link>
		<comments>http://www.lavalink.com/dev/faq/archives/74#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:27:12 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-550</category>

		<category>DSerial-550</category>

		<category>LavaPort-ISA</category>

		<category>LavaPort-PnP</category>

		<category>Parallel Bi-directional</category>

		<category>Parallel-ECP/EPP</category>

		<category>RS422-550</category>

		<category>SSerial-550</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=74</guid>
		<description><![CDATA[
Standard Microsoft Basic Configurations for Communications Ports

COM BASIC CONF RESOURCE
COM1 0 03F8-03FF: IRQ 4
1 03F8-03FF: Any IRQ
COM2 2 02F8-02FF: IRQ3
3 02F8-02FF: Any IRQ
COM3 4 03E8-03EF: IRQ4
5 03E8-03EF: Any IRQ
COM4 6 02E8-02EF: IRQ3
7 02E8-02EF: Any IRQ
COMX 8 Any I/O range: Any IRQ

Standard Microsoft Basic Configurations for Parallel Ports

Printer Port
BASIC CONF RESOURCE
0 03BC-03BE
0378-037A
0278-027A
NO IRQ
1 03BC-03BE
0378-037A
0278-027A
Any IRQ
2 ANY [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul">
<p style="margin: 0pt"><strong>Standard Microsoft Basic Configurations for Communications Ports</strong></p>
<p style="margin: 0pt">
<p style="margin: 0pt">COM BASIC CONF RESOURCE</p>
<p style="margin: 0pt">COM1 0 03F8-03FF: IRQ 4</p>
<p style="margin: 0pt">1 03F8-03FF: Any IRQ</p>
<p style="margin: 0pt">COM2 2 02F8-02FF: IRQ3</p>
<p style="margin: 0pt">3 02F8-02FF: Any IRQ</p>
<p style="margin: 0pt">COM3 4 03E8-03EF: IRQ4</p>
<p style="margin: 0pt">5 03E8-03EF: Any IRQ</p>
<p style="margin: 0pt">COM4 6 02E8-02EF: IRQ3</p>
<p style="margin: 0pt">7 02E8-02EF: Any IRQ</p>
<p style="margin: 0pt">COMX 8 Any I/O range: Any IRQ</p>
<p style="margin: 0pt">
<p style="margin: 0pt"><strong>Standard Microsoft Basic Configurations for Parallel Ports</strong></p>
<p style="margin: 0pt">
<p style="margin: 0pt">Printer Port</p>
<p style="margin: 0pt">BASIC CONF RESOURCE</p>
<p style="margin: 0pt">0 03BC-03BE</p>
<p style="margin: 0pt">0378-037A</p>
<p style="margin: 0pt">0278-027A</p>
<p style="margin: 0pt">NO IRQ</p>
<p style="margin: 0pt">1 03BC-03BE</p>
<p style="margin: 0pt">0378-037A</p>
<p style="margin: 0pt">0278-027A</p>
<p style="margin: 0pt">Any IRQ</p>
<p style="margin: 0pt">2 ANY I/O Range</p>
<p style="margin: 0pt">No IRQ</p>
<p style="margin: 0pt">3 Any I/O Range</p>
<p style="margin: 0pt">Any IRQ</p>
<p style="margin: 0pt">4 Any I/O Range</p>
<p style="margin: 0pt">Any IRQ</p>
<p style="margin: 0pt">Any DMA</p>
<p style="margin: 0pt">ECP Printer Port</p>
<p style="margin: 0pt">BASIC CONF RESOURCE</p>
<p style="margin: 0pt">0 03BC-03BE</p>
<p style="margin: 0pt">0378-037A</p>
<p style="margin: 0pt">0278-027A</p>
<p style="margin: 0pt">NO IRQ</p>
<p style="margin: 0pt">1 03BC-03BE</p>
<p style="margin: 0pt">0378-037A</p>
<p style="margin: 0pt">0278-027A</p>
<p style="margin: 0pt">Any IRQ</p>
<p style="margin: 0pt">2 03BC-03BE</p>
<p style="margin: 0pt">0378-037A</p>
<p style="margin: 0pt">0278-027A</p>
<p style="margin: 0pt">Any IRQ</p>
<p style="margin: 0pt">Any DMA</p>
<p style="margin: 0pt">3 ANY I/O Range</p>
<p style="margin: 0pt">No IRQ</p>
<p style="margin: 0pt">4 Any I/O Range</p>
<p style="margin: 0pt">Any IRQ</p>
<p style="margin: 0pt">Any DMA</p>
<p style="margin: 0pt">
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/74/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Setting Bios for Jumpered Cards</title>
		<link>http://www.lavalink.com/dev/faq/archives/73</link>
		<comments>http://www.lavalink.com/dev/faq/archives/73#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:21:46 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>2SP-550</category>

		<category>DSerial-550</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-ISA</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-PnP</category>

		<category>LavaPort-Quad</category>

		<category>Octopus-550</category>

		<category>Parallel Bi-directional</category>

		<category>Parallel-ECP/EPP</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>Quattro-PCI</category>

		<category>RS422-550</category>

		<category>SP-PCI</category>

		<category>SSerial-550</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=73</guid>
		<description><![CDATA[Question:
 
I have installed my LAVA card that has jumpers into my operating system correctly. However, when I try to use the card the OS reports that the card is not functioning properly. What should I do?
 
Answer:
 
The answer to this question applies to all LAVA cards that have IRQ jumper settings. To correct this situation it [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"><strong>Question:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">I have installed my LAVA card that has jumpers into my operating system correctly. However, when I try to use the card the OS reports that the card is not functioning properly. What should I do?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Answer:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The answer to this question applies to all LAVA cards that have IRQ jumper settings. To correct this situation it is necessary to make some BIOS setting changes. The following description applies to an Award BIOS version 4.51 PG. Consult your motherboard manual to find equivalent setting changes and how to enter your BIOS setup.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Enter PNP CONFIGURATION SETUP.</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Change RESOURCES CONTROLLED BY from AUTO to MANUAL.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Scroll down to the IRQ(s) assigned to our card and change that IRQ from PCI/ISA PnP to Legacy ISA.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/73/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing the DSerial-550 or SSerial-550 in Win NT 4.0</title>
		<link>http://www.lavalink.com/dev/faq/archives/72</link>
		<comments>http://www.lavalink.com/dev/faq/archives/72#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:19:32 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>DSerial-550</category>

		<category>SSerial-550</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=72</guid>
		<description><![CDATA[ 
1) Boot into NT without the DSERIAL-550 installed in the computer.
 
2) Check for available IRQs. Go to Start&#124;Programs&#124;Administrative Tools&#124; Windows NT Diagnostics and enter the Resources Tab. Check for a free IRQ in here. NT does not show the IRQ for parallel ports. By default the motherboard Parallel Port uses IRQ7,so, assume IRQ7 is not [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt">1) Boot into NT without the DSERIAL-550 installed in the computer.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Check for available IRQs. Go to Start|Programs|Administrative Tools| Windows NT Diagnostics and enter the Resources Tab. Check for a free IRQ in here. NT does not show the IRQ for parallel ports. By default the motherboard Parallel Port uses IRQ7,so, assume IRQ7 is not free. Also our card has IRQ 9 printed as IRQ 2. So if IRQ 9 is available then set our card&#8217;s jumper to IRQ2.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Find out which Input/Output Address the OnBoard Serial port is using.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Go to Start|Programs|Administrative Tools| Windows NT Diagnostics and enter the Resources Tab, then Click the Devices button. Double-click the Serial device. This shows your motherboard&#8217;s serial port address. Do not set our card to this address. Set our card to the next address. For example:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">COM1 = 3f8</p>
<p style="margin: 0pt">COM2 = 2f8</p>
<p style="margin: 0pt">COM3 = 3e8</p>
<p style="margin: 0pt">COM4 = 2e8</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Therefore, if you see 3f8 and 2f8 then set our card to 3e8 and 2e8 (COM3 and COM4 respectively).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Shut down and put our card in the ISA slot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Reserve the IRQ in the BIOS setup. The steps described here apply to all LAVA cards that have IRQ jumper settings. To correct this situation it is necessary to make some BIOS settings changes. The following steps apply to an Award BIOS version 4.51 PG. Consult your motherboard manual to find similar settings changes and how to enter your BIOS setup.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Enter PNP CONFIGURATION SETUP. Change RESOURCES CONTROLLED BY from AUTO to MANUAL. Scroll down to the IRQ assigned to our card and change that IRQ from PCI/ISA PnP to Legacy ISA.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">6) Boot back into NT and verify that our card has installed. Go to Control Panel Ports. Ensure that the ports that were added are set to the correct IRQ and I/O addresses. If not then set them to the correct settings then reboot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Go to Start|Programs|Administrative Tools| Windows NT Diagnostics and enter the Resources Tab, then Click the Devices button. Double-click the Serial device.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you see an additional set of input output ranges then you have successfully installed our card.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/72/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing an RS422-550 in Linux</title>
		<link>http://www.lavalink.com/dev/faq/archives/71</link>
		<comments>http://www.lavalink.com/dev/faq/archives/71#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:18:51 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>RS422-550</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=71</guid>
		<description><![CDATA[ 
Installation
 
On install during the bootup process, Linux detects the RS422-550 and sets the configuration for ttyS2 and ttyS3. To verify proper installation you must remember the I/O range (see table below) and IRQ each serial port was jumpered to.
 
ttyS0 = 0&#215;03f8; irq = 4
ttyS1 = 0&#215;02f8; irq = 3
ttyS2 = 0&#215;03e8; irq = 4
ttyS3 = [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"><strong>Installation</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">On install during the bootup process, Linux detects the RS422-550 and sets the configuration for ttyS2 and ttyS3. To verify proper installation you must remember the I/O range (see table below) and IRQ each serial port was jumpered to.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">ttyS0 = 0&#215;03f8; irq = 4</p>
<p style="margin: 0pt">ttyS1 = 0&#215;02f8; irq = 3</p>
<p style="margin: 0pt">ttyS2 = 0&#215;03e8; irq = 4</p>
<p style="margin: 0pt">ttyS3 = 0&#215;02e8; irq = 3</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">First you must verify that the card was installed correctly. To do this at the command line type:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">setserial -a /dev/ttyS2</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>Note: ttyS2 refers to Com3. This setting may change depending on how the jumpers are configured on the card.</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If the card is correctly configured in Linux you will see the following information:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/dev/tty2, Line 2, UART 16550A, Port: 0&#215;03e8, IRQ: 4</p>
<p style="margin: 0pt">Baud_base: 115200, close_delay: 256, divisor: 0</p>
<p style="margin: 0pt">closing_wait: 15360</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Flags: spd_normal skip_test</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Your port and IRQ should conform to the jumper settings on the card.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you find that the information displayed does not match the above (port and IRQ should match your jumper settings), then carry on to the next step below. If the data is correct then the installation is complete.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To set the serial port to the correct settings, edit the file:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/etc/rc.d/rc.local</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Add the following lines at the end of the file:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">setserial /dev/ttyS2 port 0&#215;03e8 irq 4 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">setserial /dev/ttyS3 port 0&#215;02e8 irq 3 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Your port/IRQ may be different depending on the jumper settings on the card. Be sure to save the added changes. On reboot all of the ports should be operational.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/71/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reinstall Parallel &#038; Serial Cards Improperly Installed in Win 95/98/Me/2000</title>
		<link>http://www.lavalink.com/dev/faq/archives/70</link>
		<comments>http://www.lavalink.com/dev/faq/archives/70#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:18:06 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>2SP-550</category>

		<category>DSerial-550</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-ISA</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-Quad</category>

		<category>Parallel Bi-directional</category>

		<category>Parallel-ECP/EPP</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>Quattro-PCI</category>

		<category>SP-PCI</category>

		<category>SSerial-550</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<category>RS422 SS-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=70</guid>
		<description><![CDATA[ 
Note: LAVA PCI cards do not use a setup utility to install in Windows 95/98/Me/2000. They install when New Hardware is found at boot up of Windows. Windows searches your hard and floppy drives for an .inf file that includes the setup information for our card. Sometimes, it does not find this file so it [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"><em>Note: LAVA PCI cards do not use a setup utility to install in Windows 95/98/Me/2000. They install when New Hardware is found at boot up of Windows. Windows searches your hard and floppy drives for an .inf file that includes the setup information for our card. Sometimes, it does not find this file so it is necessary to reinstall the card.</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>The following procedure will reinstall the card: </strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Right-click on My Computer from the desktop and enter Properties and then Device Manager. Enter the section called Other Devices or Unknown Devices.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Remove the reference to either PCI card or PCI Serial Controller.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Shut down your computer normally and ensure that the card is seated properly in the PCI slot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Upon re-entering Windows and when New Hardware is found, place the LAVA Installation and Utilities disk into the drive.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Let Windows search for our installation file to reinstall our card correctly.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Also:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">In Windows 95 B OSR2 a patch must be run in order for PCI devices to function properly. In Device Manager check if there is an Other Devices Section. In there you might see a PCI bridge device and a Universal Serial Bus controller both with question marks (?). If this is the case then you must run the Windows patch that comes on a floppy or CD ROM with the motherboard while our card is NOT in the system. The file is usually called piix4.exe or something similar. Consult the readme files on the disk to find out what the file is exactly named in your case.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Also:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If your card is a generic version of a LAVA card, it will require drivers written specifically for that card. Consult Technical Support to obtain generic drivers.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If reinstalling the card doesn&#8217;t work, check the following:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">A) Ensure that the card is seated in the slot properly.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">B) See that the slot that the card is in has no problem. Try the card in a different slot ensuring that it is properly seated in the slot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">C) Some computers give errors with our card if the card is placed in a dedicated PCI slot if there are shared PCI / ISA slots in that computer. Try the card in one of the shared PCI ISA slots.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">D) Ensure that the card itself has no problems. If it does, replace it through the reseller of your card. If they are not willing to replace it then we can.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/70/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a Quattro-PCI in QNX</title>
		<link>http://www.lavalink.com/dev/faq/archives/69</link>
		<comments>http://www.lavalink.com/dev/faq/archives/69#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:16:37 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>Quattro-PCI</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=69</guid>
		<description><![CDATA[Installation
1. With the power turned off, insert the Quattro-PCI card into any free PCI slot in your PC. Make sure the card is well seated. Turn your PC on and start QNX 6.
NOTE: If you are using an AGP video card you may find that QNX will not boot with the card in the PCI [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Installation</strong></p>
<p>1. With the power turned off, insert the Quattro-PCI card into any free PCI slot in your PC. Make sure the card is well seated. Turn your PC on and start QNX 6.</p>
<p>NOTE: If you are using an AGP video card you may find that QNX will not boot with the card in the PCI slot immediately following the AGP slot. Simply place the card in the second slot to alleviate this problem.</p>
<p>2. Since the Quattro-PCI card has multiple ports sharing a single Device ID, QNX will only be able auto-detect the presence of the first port of each Device ID (Port A and Port C).</p>
<p>3. Obtain the Lava Serial Driver and follow the directions in the Readme.1st file. You will need to modify the Port Addresses in the Lava.include file to match the actual IO addresses in the PCI listings on your own system.</p>
<p>4. Reboot your system. If you have correctly configured your system you should find that QNX will set up all four serial ports at start-up.</p>
<p>NOTE: The Lava.include driver may need to be reconfigured if the profile of your system is modified (i.e. by adding or removing any PCI cards). If you find that you are having problems with all of the ports on your Lava card you may want to double check that the IO addresses in the PCI listing match the values set in the Lava.include file.</p>
<p>5. To verify that the card has been installed you may check in either the /etc/dev/ folder, or in QNX&#8217;s System Information (Launch>Utilities>System Information). Within the System Information listing you will find a process named “devc-ser8250”. By selecting this process you will have access to several different information tabs. Selecting the Arguments tab (Args) will provide you with the exact arguments that were passed to the devcser8250 process at boot-up. From here you can easily determine which port is assigned to which serial device by referring to the card&#8217;s resources.</p>
<p>For example, given the process command &#8220;devc-ser8250 -u1 3F8,3 -u2 2F8,4 -u3 a000,5&#8243; we can see that Com1 and Com2 were mapped to devices Ser1 and Ser2 respectively and our serial port at a000 was mapped to device Ser3.</p>
<p><strong>Card Resources</strong></p>
<p>You can easily determine the physical address and IRQ resources of the card&#8217;s serial port by displaying the PCI listing “pci -v”. This command will display all the information for each of the PCI devices on the system bus. To find the IO address and IRQ of the card, simply scan through the output of this command for a section beginning with &#8220;Vendor ID = 1407h, LAVA Computer MFG Inc.&#8221;, of which there should be two sections, one for each port.</p>
<p>NOTE: QNX will always enumerate ports in sequential order. Therefore, when reading the PCI listing from top to bottom the address of Port A will be displayed first, followed immediately by the address of Port B. The ordering same can be applied to Device IDs.</p>
<p><strong>Testing</strong></p>
<p>Testing the card&#8217;s functionality can be done by using QNX&#8217;s own terminal program, Qtalk, and a loopback connector. To test a port, attach the loopback connector and open up a Qtalk session by executing the command &#8220;qtalk -m /dev/ser3 -b 115200,8,n,1&#8243; on the port. While the loopback connector is attached any characters entered in Qtalk should be echoed back to the screen. Removing the loopback connector should prevent character echoing from occurring.</p>
<p>Troubleshooting</p>
<p>If for some reason the card was not picked up by QNX at boot-up, but the card is displayed in the PCI listing, you may manually add the port by using the devc-ser8250 command.</p>
<p>Example: Say we have four serial ports residing at physical addresses=a000, a400, a800 and ac00, all sharing IRQ=5 and none of which is allocated a serial device in the /etc/dev/ folder. If we have determined that Ser1 and Ser2 already exist in the /etc/dev/ folder (this is done by inspecting the folder /etc/dev/ for all serial devices), we can add four new serial devices by running the command: devc-ser8250 -u3 a000,5 -u4 a400,5 -u5 a800,5 -u6 ac00,5</p>
<p>This is a very simple example of adding four new serial devices by using the devc-ser8250 command. Full documentation of all the options associated with this command can be found in the QNX 6 RTOS Utilities Reference Manual.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/69/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a Quattro-PCI in Linux</title>
		<link>http://www.lavalink.com/dev/faq/archives/68</link>
		<comments>http://www.lavalink.com/dev/faq/archives/68#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:15:55 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>Quattro-PCI</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=68</guid>
		<description><![CDATA[ 
Installation
 
On install during the bootup process, the Linux hardware discovery utility detects the Quattro-PCI and installs it as ttyS4 ,ttyS5, ttyS6, and ttyS7. These settings will change depending on how many serial ports you have and how they are configured.
 
However, on installation the card will be configured incorrectly. To configure the card correctly, first find [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"><strong>Installation</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">On install during the bootup process, the Linux hardware discovery utility detects the Quattro-PCI and installs it as ttyS4 ,ttyS5, ttyS6, and ttyS7. These settings will change depending on how many serial ports you have and how they are configured.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">However, on installation the card will be configured incorrectly. To configure the card correctly, first find out the port information (I/O range and IRQ) for each serial port. To retrieve that information type at the command line:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">lspci -v</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">You will then see two separate entries for a &#8220;Serial Controller: Lava Computer MFG&#8221;. Below each will be a IRQ number and two I/O ports. Write down that information for all ports (for example, IRQ 12, d400, d800, IRQ 12, dc00, e000).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Then edit the file:</p>
<p style="margin: 0pt">/etc/rc.d/rc.local</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Add the following lines at the end of the file:</p>
<p style="margin: 0pt">setserial /dev/ttyS4 port 0xd400 irq 12 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt">setserial /dev/ttyS5 port 0xd800 irq 12 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt">setserial /dev/ttyS6 port 0xdc00 irq 12 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt">setserial /dev/ttyS7 port 0xe000 irq 12 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The example above uses the information gained from the lspci -v command. The details of your information may be different. Be sure to save the added changes. On reboot all of the ports should be operational.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/68/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Preventing the launch of the &#8220;New Hardware Found&#8221; Wizard with HP Printers</title>
		<link>http://www.lavalink.com/dev/faq/archives/67</link>
		<comments>http://www.lavalink.com/dev/faq/archives/67#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:15:11 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>Dual Parallel-PCI</category>

		<category>Parallel Bi-directional</category>

		<category>Parallel-ECP/EPP</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=67</guid>
		<description><![CDATA[ 
Introduction
 
This document discusses the appearance of the Update Device Wizard or the New Hardware Found windows. If one of the two following problems occur, then you need to complete the &#8220;Update Device Wizard&#8221; to prevent it from re-appearing:
 
The Update Device Wizard or New Hardware Found window appears with the HP license agreement, when installing an [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"><strong>Introduction</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">This document discusses the appearance of the Update Device Wizard or the New Hardware Found windows. If one of the two following problems occur, then you need to complete the &#8220;Update Device Wizard&#8221; to prevent it from re-appearing:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The Update Device Wizard or New Hardware Found window appears with the HP license agreement, when installing an HP DeskJet printer driver through the Add Printer icon in Windows 95 or 98.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">OR</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The Update Device Wizard, New Hardware Found or Add New Hardware Wizard window appears every time Windows 95 or 98 is started and prompts you to install the HP DeskJet printer.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Instructions</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To prevent the Windows Plug and Play feature (Update Device Wizard, New Hardware Found, or Add New Hardware Wizard) from opening each time that the computer is restarted, use the following steps.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Update Device Wizard</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To complete the Update Device Wizard, do the following:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1.If there are any disks in the floppy drive or the CD-ROM drive, remove them.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2.Click Next when the Update Device window appears.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3.Click Finish to the message indicating a new driver could not be found. The Update Device window will not appear again for this printer.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4.If the HP DeskJet printer driver is being installed, click Agree to License to continue with the HP printer driver installation.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>New Hardware Found</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To prevent the New Hardware Found window from appearing, do the following:</p>
<p style="margin: 0pt">In the Windows 95/98/Me Plug and Play screen, select &#8220;Do not install a printer driver and Windows will not prompt you again.&#8221; Then select OK. This will stop the Plug and Play feature from opening each time that the computer is restarted.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If the previous steps do not work:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Contact the computer manufacturer to ensure that the computer&#8217;s BIOS (CMOS) port settings are configured to a bidirectional mode such as ECP, EPP, or BIDI.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The LPT port settings in the computer&#8217;s CMOS and in the Windows Device Manager need to be compatible. If the LPT port in the Windows Device Manager is configured for a bidirectional mode (for example, ECP Printer Port LPT1), the computer&#8217;s CMOS setting for the LPT port must also be configured for a bidirectional mode. Otherwise, Window&#8217;s Plug and Play will try to reinstall the HP DeskJet printer driver every time Windows is booted.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/67/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DOS Limitations on Port Addressing for PCI Serial Cards</title>
		<link>http://www.lavalink.com/dev/faq/archives/66</link>
		<comments>http://www.lavalink.com/dev/faq/archives/66#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:13:54 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=66</guid>
		<description><![CDATA[These limitations may particularly affect those users setting up Point of Sale (POS) systems.
 
PCI serial cards do not generally work with most DOS POS systems. Those systems are looking for ports on 3f8 2f8 3e8 or 2e8.
 
LAVA PCI serial ports cannot install there nor can you change things from Windows so that things might work [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt">These limitations may particularly affect those users setting up Point of Sale (POS) systems.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">PCI serial cards do not generally work with most DOS POS systems. Those systems are looking for ports on 3f8 2f8 3e8 or 2e8.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">LAVA PCI serial ports cannot install there nor can you change things from Windows so that things might work from a DOS window. Lava does currently have 2 DOS based utilities for manually changing a card&#8217;s resources to work as standard DOS legacý; however, due to BIOS limitations, these utilities do not work with 100% of systems. Contact technical support via email or phone for more information on the use of these utilities. To download these utilities, go to the support/driver page for your particular product, scroll down to the bottom and choose &#8220;Utilities&#8221;, then download the file on the &#8221;LAVA SETADDR.EXE and SETIRQ.EXE&#8221; link.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Also, on the other hand, some POS software lets you configure the serial port within the application to specific IO addresses and IRQs. If you have this capability, then run lavaconf.exe (located on the LAVA Installation and Utilities disk) and set the serial port settings in your POS software to what lavaconf.exe reports.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you do not have this capability in your POS software then these cards will not work for you and you must use an ISA card instead.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/66/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pinouts for RS-232 DB9, DB25 and RJ45 Connectors</title>
		<link>http://www.lavalink.com/dev/faq/archives/65</link>
		<comments>http://www.lavalink.com/dev/faq/archives/65#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:09:51 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>2SP-550</category>

		<category>DSerial-550</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-ISA</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-PnP</category>

		<category>LavaPort-Quad</category>

		<category>Octopus-550</category>

		<category>Quattro-PCI</category>

		<category>SP-PCI</category>

		<category>SSerial-550</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<category>DataTap-IP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<category>Ether-Serial Link 1-232-DB9</category>

		<category>Ether-Serial Link 2-232-DB9</category>

		<category>Ether-Serial Link 4-232-DB9</category>

		<category>Ether-Serial Link 4-232-DB9-CBL</category>

		<category>Ether-Serial Link 8-232-DB9-CBL</category>

		<category>Ether-Serial Link 1-232-RJ45</category>

		<category>Ether-Serial Link 2-232-RJ45</category>

		<category>Ether-Serial Link 4-232-RJ45</category>

		<category>Ether-Serial Link 8-232-RJ45</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=65</guid>
		<description><![CDATA[RS232 DB9 Connector


DB-9M
Function
Abbreviation


Pin #1
Data Carrier Detect
CD


Pin #2
Receive Data
RD or RX or RXD


Pin #3
Transmitted Data
TD or TX or TXD


Pin #4
Data Terminal Ready
DTR


Pin #5
Signal Ground
GND


Pin #6
Data Set Ready
DSR


Pin #7
Request To Send
RTS


Pin #8
Clear To Send
CTS


Pin #9
Ring Indicator
RI


-
RS-232 Serial PC Port Connector DB-25


DB-25M
Function
Abbreviation


Pin #1
Chassis/Frame Ground
GND


Pin #2
Transmitted Data
TD


Pin #3
Receive Data
RD


Pin #4
Request To Send
RTS


Pin #5
Clear To Send
CTS


Pin #6
Data Set Ready
DSR


Pin #7
Signal [...]]]></description>
			<content:encoded><![CDATA[<p><strong>RS232 DB9 Connector</strong></p>
<table cellspacing="1" cellpadding="10" border="1">
<tr>
<td style="width: 100px"><strong>DB-9M</strong></td>
<td><strong>Function</strong></td>
<td><strong>Abbreviation</strong></td>
</tr>
<tr>
<td>Pin #1</td>
<td>Data Carrier Detect</td>
<td>CD</td>
</tr>
<tr>
<td>Pin #2</td>
<td>Receive Data</td>
<td>RD or RX or RXD</td>
</tr>
<tr>
<td>Pin #3</td>
<td>Transmitted Data</td>
<td>TD or TX or TXD</td>
</tr>
<tr>
<td>Pin #4</td>
<td>Data Terminal Ready</td>
<td>DTR</td>
</tr>
<tr>
<td>Pin #5</td>
<td>Signal Ground</td>
<td>GND</td>
</tr>
<tr>
<td>Pin #6</td>
<td>Data Set Ready</td>
<td>DSR</td>
</tr>
<tr>
<td>Pin #7</td>
<td>Request To Send</td>
<td>RTS</td>
</tr>
<tr>
<td>Pin #8</td>
<td>Clear To Send</td>
<td>CTS</td>
</tr>
<tr>
<td>Pin #9</td>
<td>Ring Indicator</td>
<td>RI</td>
</tr>
</table>
<p>-</p>
<p><strong>RS-232 Serial PC Port Connector DB-25</strong></p>
<table cellspacing="1" cellpadding="10" border="1">
<tr>
<td style="width: 100px"><strong>DB-25M</strong></td>
<td><strong>Function</strong></td>
<td><strong>Abbreviation</strong></td>
</tr>
<tr>
<td>Pin #1</td>
<td>Chassis/Frame Ground</td>
<td>GND</td>
</tr>
<tr>
<td>Pin #2</td>
<td>Transmitted Data</td>
<td>TD</td>
</tr>
<tr>
<td>Pin #3</td>
<td>Receive Data</td>
<td>RD</td>
</tr>
<tr>
<td>Pin #4</td>
<td>Request To Send</td>
<td>RTS</td>
</tr>
<tr>
<td>Pin #5</td>
<td>Clear To Send</td>
<td>CTS</td>
</tr>
<tr>
<td>Pin #6</td>
<td>Data Set Ready</td>
<td>DSR</td>
</tr>
<tr>
<td>Pin #7</td>
<td>Signal Ground</td>
<td>GND</td>
</tr>
<tr>
<td>Pin #8</td>
<td>Data Carrier Detect</td>
<td>DCD or CD</td>
</tr>
<tr>
<td>Pin #9</td>
<td>Transmit + (Current Loop)</td>
<td>TD+</td>
</tr>
<tr>
<td>Pin #11</td>
<td>Transmit - (Current Loop)</td>
<td>TD-</td>
</tr>
<tr>
<td>Pin #18</td>
<td>Receive + (Current Loop)</td>
<td>RD+</td>
</tr>
<tr>
<td>Pin #20</td>
<td>Data Terminal Ready</td>
<td>DTR</td>
</tr>
<tr>
<td>Pin #22</td>
<td>Ring Indicator</td>
<td>RI</td>
</tr>
<tr>
<td>Pin #25</td>
<td>Receive - (Current Loop)</td>
<td>RD-</td>
</tr>
</table>
<p>-</p>
<p><strong>RS232 RJ45 Connector</strong></p>
<table cellspacing="1" cellpadding="10" border="1">
<tr>
<td style="width: 100px"><strong>RJ-45</strong></td>
<td><strong>Function</strong></td>
<td><strong>Abbreviation</strong></td>
</tr>
<tr>
<td>Pin #1</td>
<td>Ring Indicator</td>
<td>RI-</td>
</tr>
<tr>
<td>Pin #2</td>
<td>Clear to Send</td>
<td>CTS+</td>
</tr>
<tr>
<td>Pin #3</td>
<td>Clear to Send</td>
<td>CTS-</td>
</tr>
<tr>
<td>Pin #4</td>
<td>Transmit Data</td>
<td>TD+</td>
</tr>
<tr>
<td>Pin #5</td>
<td>Transmit Data</td>
<td>TD-</td>
</tr>
<tr>
<td>Pin #6</td>
<td>Receive Data</td>
<td>RD+</td>
</tr>
<tr>
<td>Pin #7</td>
<td>Receive Data</td>
<td>RD-</td>
</tr>
<tr>
<td>Pin #8</td>
<td>Signal Ground/Common</td>
<td>GND</td>
</tr>
<tr>
<td>Pin #9</td>
<td>Ring Indicator</td>
<td>RI+</td>
</tr>
<tr>
<td>Pin #10</td>
<td>DC Power I/O</td>
<td>jumper select</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/65/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a PCI Card in Windows XP</title>
		<link>http://www.lavalink.com/dev/faq/archives/64</link>
		<comments>http://www.lavalink.com/dev/faq/archives/64#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:03:46 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-Quad</category>

		<category>Octopus-550</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>Quattro-PCI</category>

		<category>SP-PCI</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<category>RS422 SS-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=64</guid>
		<description><![CDATA[ 
NOTE: The following instructions apply to PCI-bus serial 16550 UART ports and to PCI-bus parallel ports.
 
LAVA PCI cards take drivers native to Windows XP as well as LAVA drivers. When installing PCI cards, Windows XP asks for a driver disk. After searching the LAVA Installation Disk, Windows will also use drivers taken from the Windows [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"><em>NOTE: The following instructions apply to PCI-bus serial 16550 UART ports and to PCI-bus parallel ports.</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">LAVA PCI cards take drivers native to Windows XP as well as LAVA drivers. When installing PCI cards, Windows XP asks for a driver disk. After searching the LAVA Installation Disk, Windows will also use drivers taken from the Windows XP Operating System.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">When installing, a generic message may appear indicating a driver has not been submitted to Microsoft for approval. Continue with the install.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>To change parallel port settings:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you wish to change the LPT designation given to a port, go to the Device Manager, select the &#8220;Ports&#8221; menu, and select the port you want to change. Go to the &#8220;Properties&#8221; for that port, and select &#8220;Port settings.&#8221; Use the drop-down menu to change the LPT number as needed.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>To change serial port settings:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you wish to change the COM designation given to a port, go to the Device Manager, select the &#8220;Ports&#8221; menu, and select the port you want to change. Go to the &#8220;Properties&#8221; for that port, and select &#8220;Port settings.&#8221; Select &#8220;Advanced&#8221; and then use the drop-down menu to change the COM number as needed.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/64/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing Lava 16550 UART Serial Cards in Windows NT 3.51</title>
		<link>http://www.lavalink.com/dev/faq/archives/63</link>
		<comments>http://www.lavalink.com/dev/faq/archives/63#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:02:45 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>Quattro-PCI</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<category>RS422 SS-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=63</guid>
		<description><![CDATA[

1) Create a DOS boot diskette on a non-NT system (DOS, WIN9x, or Win3.11) using the following command:
 
format a: /s
 
2) Copy lavaconf.exe (our LAVA PCI card detection routine) to that installation diskette.
 
3) Insert the LAVA PCI 16550 PCI card into an available PCI slot.
 
4) Boot to the DOS boot diskette.
 
5) Run lavaconf.exe from that diskette.
 
6) [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"><font face="verdana" size="3"><strong><br />
</strong></font></p>
<p style="margin: 0pt">1) Create a DOS boot diskette on a non-NT system (DOS, WIN9x, or Win3.11) using the following command:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">format a: /s</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Copy lavaconf.exe (our LAVA PCI card detection routine) to that installation diskette.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Insert the LAVA PCI 16550 PCI card into an available PCI slot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Boot to the DOS boot diskette.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Run lavaconf.exe from that diskette.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">6) Record what Lavaconf reports.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">7) Restart the computer and boot to NT3.51</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">8) Go to Control Panel and Click Ports.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">9) Click Add and then click the Properties for the port that was added.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">10) Go to Settings and then Advanced.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">11) Configure the IO address and IRQ to what you recorded in step 6. (NOTE: the IO address will not be a choice in the list. You must type over what is in the list.)</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">12) Repeat steps 9-11 for all the Lava Serial ports you are adding.</p>
<p style="margin: 0pt">13) Reboot after all the ports have been added.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/63/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a Serial 16550 UART PCI Port in Windows XP</title>
		<link>http://www.lavalink.com/dev/faq/archives/62</link>
		<comments>http://www.lavalink.com/dev/faq/archives/62#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:02:06 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>Octopus-550</category>

		<category>Quattro-PCI</category>

		<category>SP-PCI</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=62</guid>
		<description><![CDATA[

NOTE: The following instructions apply to PCI-bus serial 16550 UART ports.
 
LAVA PCI serial ports take drivers native to Windows XP as well as LAVA drivers. When installing PCI serial ports, Windows XP asks for a driver disk. After searching the LAVA Installation Disk, Windows will also use drivers taken from the Windows XP Operating System.
 
When [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"><font face="verdana" size="3"><strong><br />
</strong></font></p>
<p style="margin: 0pt"><em>NOTE: The following instructions apply to PCI-bus serial 16550 UART ports.</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">LAVA PCI serial ports take drivers native to Windows XP as well as LAVA drivers. When installing PCI serial ports, Windows XP asks for a driver disk. After searching the LAVA Installation Disk, Windows will also use drivers taken from the Windows XP Operating System.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">When installing, a generic message may appear indicating a driver has not been submitted to Microsoft for approval. Continue with the install.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To change serial port settings:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you wish to change the COM designation given to a port, go to the Device Manager, select the &#8220;Ports&#8221; menu, and select the port you want to change. Go to the &#8220;Properties&#8221; for that port, and select &#8220;Port settings.&#8221; Select &#8220;Advanced&#8221; and then use the drop-down menu to change the COM number as needed.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/62/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a Parallel PCI Port in Windows XP</title>
		<link>http://www.lavalink.com/dev/faq/archives/61</link>
		<comments>http://www.lavalink.com/dev/faq/archives/61#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:01:20 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>Dual Parallel-PCI</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>SP-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=61</guid>
		<description><![CDATA[ 
 
NOTE: The following instructions apply to PCI-bus parallel ports.
 
LAVA PCI parallel ports take drivers native to Windows XP as well as LAVA drivers. When installing PCI parallel ports, Windows XP asks for a driver disk. After searching the LAVA Installation Disk, Windows will also use drivers taken from the Windows XP Operating System.
 
When installing, a [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>NOTE: The following instructions apply to PCI-bus parallel ports.</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">LAVA PCI parallel ports take drivers native to Windows XP as well as LAVA drivers. When installing PCI parallel ports, Windows XP asks for a driver disk. After searching the LAVA Installation Disk, Windows will also use drivers taken from the Windows XP Operating System.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">When installing, a generic message may appear indicating a driver has not been submitted to Microsoft for approval. Continue with the install.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To change parallel port settings:</p>
<p style="margin: 0pt">If you wish to change the LPT designation given to a port, go to the Device Manager, select the &#8220;Ports&#8221; menu, and select the port you want to change. Go to the &#8220;Properties&#8221; for that port, and select &#8220;Port settings.&#8221; Use the drop-down menu to change the LPT number as needed.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/61/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Manually Renaming Com Ports - Windows 9X/ME</title>
		<link>http://www.lavalink.com/dev/faq/archives/60</link>
		<comments>http://www.lavalink.com/dev/faq/archives/60#comments</comments>
		<pubDate>Tue, 21 Nov 2006 18:00:31 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-Quad</category>

		<category>Octopus-550</category>

		<category>Quattro-PCI</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<category>RS422 SS-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=60</guid>
		<description><![CDATA[ 
Application: All LAVA PCI Serial Cards
 
Question:
 
I am running the final release of Windows 98 and when I run your ModemSpeed or Redirect utility with your PCI serial card it does not recognize the port. What&#8217;s going on?
 
Answer:
 
The fix for redirecting the card to lower COM port settings is the following:
 
 
1) Go to Start&#124;Run and type [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt">Application: <strong>All LAVA PCI Serial Cards</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Question:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">I am running the final release of Windows 98 and when I run your ModemSpeed or Redirect utility with your PCI serial card it does not recognize the port. What&#8217;s going on?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Answer:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The fix for redirecting the card to lower COM port settings is the following:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Go to Start|Run and type regedit and then click OK.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Go to the following place in the registry.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">[HKEY_LOCAL_MACHINE\Enum\MF\CHILD0000\PCI&#038;VEN_1407&#038;DEV_0200&#038;BUS_00&#038;DEV_09&#038;FUNC_00]</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Modify the following string values by double-clicking the tab to the left of that String name. Change COM# to a value that is not already being used. i.e. COM3 or COM4. Verify this by checking ports in Device Manager.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">&#8220;DeviceDesc&#8221;=&#8221;LavaPort 650 PCI (COM5)&#8221;</p>
<p style="margin: 0pt">&#8220;PORTNAME&#8221;=&#8221;COM5&#8243;</p>
<p style="margin: 0pt">&#8220;FRIENDLYNAME&#8221;=&#8221;LavaPort 650 PCI (COM5)&#8221;</p>
<p style="margin: 0pt">Leave the following strings alone.</p>
<p style="margin: 0pt">&#8220;HardwareID&#8221;=&#8221;PORT650PCI,MF\\CHILD0000&#8243;</p>
<p style="margin: 0pt">&#8220;Class&#8221;=&#8221;Ports&#8221;</p>
<p style="margin: 0pt">&#8220;Driver&#8221;=&#8221;Ports\\0001&#8243;</p>
<p style="margin: 0pt">&#8220;Mfg&#8221;=&#8221;Lava Computer MFG. Inc.&#8221;</p>
<p style="margin: 0pt">&#8220;ConfigFlags&#8221;=hex:00,00,00,00</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Repeat Step 3 for the other port of the card(if it has one) found in the following place in the Registry.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">[HKEY_LOCAL_MACHINE\Enum\MF\CHILD0001\PCI&#038;VEN_1407&#038;DEV_0200&#038;BUS_00&#038;DEV_09&#038;FUNC_00]</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em /></p>
<p style="margin: 0pt"><em>NOTE: LAVA&#8217;s Vendor ID for our PCI cards is 1407 and the Device number for the specific card varies (for example, the LavaPort 650 PCI is 0200). They will be the same on every machine. However, the &#038;BUS_00&#038;DEV_09&#038;FUNC_00 may change depending upon how your system configures our card.</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/60/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reinstalling Parallel &#038; Serial Cards That Don&#8217;t Install Win 95/98/Me</title>
		<link>http://www.lavalink.com/dev/faq/archives/59</link>
		<comments>http://www.lavalink.com/dev/faq/archives/59#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:59:16 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-550</category>

		<category>DSerial-550</category>

		<category>LavaPort-ISA</category>

		<category>Parallel Bi-directional</category>

		<category>Parallel-ECP/EPP</category>

		<category>RS422-550</category>

		<category>SSerial-550</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=59</guid>
		<description><![CDATA[INSTRUCTIONS ON SETTING BIOS FOR JUMPERED CARDS
Question:
I have installed my LAVA card that has jumpers into my
operating system correctly. However, when I try to use
the card the OS reports that the card is not functioning
properly. What should I do?
Answer:
The answer to this question applies to all LAVA cards
that have IRQ jumper settings. To correct this [...]]]></description>
			<content:encoded><![CDATA[<p>INSTRUCTIONS ON SETTING BIOS FOR JUMPERED CARDS</p>
<p>Question:</p>
<p>I have installed my LAVA card that has jumpers into my<br />
operating system correctly. However, when I try to use<br />
the card the OS reports that the card is not functioning<br />
properly. What should I do?</p>
<p>Answer:</p>
<p>The answer to this question applies to all LAVA cards<br />
that have IRQ jumper settings. To correct this situation<br />
it is necessary to make some BIOS setting changes. The<br />
following description applies to an Award BIOS<br />
version 4.51 PG. Consult your motherboard manual to find<br />
equivalent setting changes and how to enter your BIOS setup.</p>
<p>Enter PNP CONFIGURATION SETUP.</p>
<p>Change RESOURCES CONTROLLED BY from AUTO to MANUAL.</p>
<p>Scroll down to the IRQ(s) assigned to our card and change<br />
that IRQ from PCI/ISA PnP to Legacy ISA.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/59/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a Parallel Port in Linux</title>
		<link>http://www.lavalink.com/dev/faq/archives/58</link>
		<comments>http://www.lavalink.com/dev/faq/archives/58#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:57:25 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>2SP-550</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-Plus</category>

		<category>Parallel Bi-directional</category>

		<category>Parallel-ECP/EPP</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>SP-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=58</guid>
		<description><![CDATA[ 
(A) OBTAINING RESOURCE ASSIGNMENT OF PARALLEL CARD
 
ISA CARD
 
If you are installing an ISA card the resource assignments are configured by the jumpers. Consult the documentation for that card to obtain the resource assignments associated with the jumper settings.
 
PCI CARD
 
Linux reports the resource assignments of PCI cards.
The following instruction will report the resource assignment of all [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>(A) OBTAINING RESOURCE ASSIGNMENT OF PARALLEL CARD</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>ISA CARD</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you are installing an ISA card the resource assignments are configured by the jumpers. Consult the documentation for that card to obtain the resource assignments associated with the jumper settings.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>PCI CARD</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Linux reports the resource assignments of PCI cards.</p>
<p style="margin: 0pt">The following instruction will report the resource assignment of all the PCI cards.</p>
<p style="margin: 0pt">lspci -v</p>
<p style="margin: 0pt">The output lists the PCI devices on the system. The following are examples of our card in that output.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>LAVA Parallel PCI</strong></p>
<p style="margin: 0pt">00:0a.0 Parallel controller: Lava Computer mfg Inc Lava Parallel (prog-if 01 [BiDir])</p>
<p style="margin: 0pt">Flags: slow devsel, IRQ 12</p>
<p style="margin: 0pt">I/O ports at 6100</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>LAVA Dual Parallel PCI port A</strong></p>
<p style="margin: 0pt">00:0b.0 Parallel controller: Lava Computer mfg Inc Lava Dual Parallel port A (prog-if 01 [BiDir])</p>
<p style="margin: 0pt">Flags: slow devsel, IRQ 12</p>
<p style="margin: 0pt">I/O ports at 6400</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>LAVA Dual Parallel PCI port B</strong></p>
<p style="margin: 0pt">00:0b.1 Parallel controller: Lava Computer mfg Inc Lava Dual Parallel port B (prog-if 01 [BiDir])</p>
<p style="margin: 0pt">Flags: slow devsel, IRQ 12</p>
<p style="margin: 0pt">I/O ports at 6500</p>
<p style="margin: 0pt">On this system there is a single LAVA Parallel-PCI at port address 0&#215;6100 and IRQ 12, and a LAVA Dual Parallel-PCI port A at port address 0&#215;6400 and IRQ 12 and port B at port address 0&#215;6500 and IRQ 12.</p>
<p style="margin: 0pt">The 0x signifies that this port address is in hexadecimal.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>(B) ASSIGNING RESOURCE ASSIGNMENTS OF PARALLEL PORT TO LINUX</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Linux does hold resource assignments of the parallel ports in the system. These resource assignments are held in the file as well as resource assignments of other cards such as network cards. The file is</p>
<p style="margin: 0pt">/etc/conf.modules</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The following is an example of the parallel port assignments in that file.</p>
<p style="margin: 0pt">alias parport_lowlevel parport_pc</p>
<p style="margin: 0pt">options parport_pc io=0&#215;378 irq=7</p>
<p style="margin: 0pt">where io=0&#215;378 is the IO assignment of the first (onboard) parallel port.</p>
<p style="margin: 0pt">where irq=7 is the IRQ assignments of the first parallel port.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Initially, the LAVA resource assignments will not be in this file. It is necessary to manually edit this file to add the resource assignments obtained from step (A) above.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The following is an example the dual parallel PCI&#8217;s resource assignments added to this file.</p>
<p style="margin: 0pt">alias parport_lowlevel parport_pc</p>
<p style="margin: 0pt">options parport_pc io=0&#215;378,0&#215;6400,0&#215;6500 irq=7,auto,auto</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">where io=0&#215;378,0&#215;6400,0&#215;6500 are the IO assignments of the first, second and third parallel port respectively. These IO assignments are obtained from step (A) above.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The second and third parallel port being the Port A and B of the dual parallel PCI respectively.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">where irq=7,auto,auto are the IRQ assignments of the first, second and third parallel port respectively. These IRQ assignments are obtained from step (A) above. The second and third parallel port being the Port A and B of the dual parallel PCI respectively or auto can be used instead.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">At this point the parallel ports are enabled and are ready to be used.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Below are notes for adding the fourth + parallel port in Linux.</p>
<p style="margin: 0pt">Linux already has support for lp0 lp1 and lp2</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Creating the devices in /dev:</p>
<p style="margin: 0pt">/mknod -m 666 /dev/lp3 c 6 3</p>
<p style="margin: 0pt">-m= mode; 666 is read write for every one</p>
<p style="margin: 0pt">/dev/lp3 = fourth lpt</p>
<p style="margin: 0pt">c = character device</p>
<p style="margin: 0pt">6 = Major; stands for what kind of device it is.</p>
<p style="margin: 0pt">3 = Minor; lp #; so if lp3 then this is 3, lp4 then this is 4 etc.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Changing it to Daemon</p>
<p style="margin: 0pt">chgrp daemon /dev/lp3</p>
<p style="margin: 0pt">This enables this device we added as a daemon. A daemon is a program that runs in the background to perform critical system tasks. In our case parallel port functions.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Repeat these steps (1,2) for each parallel that needs to be added incrementing the lp and the Minor as each port is added.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Add the IO port assignments and IRQs to Linux as instructed in step (A) above.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">At this point the parallel ports are enabled and are ready to be used.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/58/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a Zip Drive on a PCI Parallel Port</title>
		<link>http://www.lavalink.com/dev/faq/archives/57</link>
		<comments>http://www.lavalink.com/dev/faq/archives/57#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:46:05 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-Plus</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>SP-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=57</guid>
		<description><![CDATA[Question:
 
I have a LAVA Parallel-PCI card and I am trying to attach an Iomega Zip drive. What should I do to get it to install?
 
Answer: 
 
The Iomega Zip drive cannot install on the initial address range that the LAVA Parallel-PCI is assigned to. When the Iomega Zip drive is attached to the LAVA Parallel-PCI  it [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"><strong>Question:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">I have a LAVA Parallel-PCI card and I am trying to attach an Iomega Zip drive. What should I do to get it to install?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Answer: </strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The Iomega Zip drive cannot install on the initial address range that the LAVA Parallel-PCI is assigned to. When the Iomega Zip drive is attached to the LAVA Parallel-PCI  it can install on one of the following three IO address ranges.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">0378 - 037F</p>
<p style="margin: 0pt">0278 - 027F</p>
<p style="margin: 0pt">0288 - 028F older ZIP drives.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">It is necessary to verify which IO address your on-board parallel port is assigned to before changing the LAVA Parallel-PCI&#8217;s address range. If the on-board parallel port is set to 0378 - 037F (default setting) then the LAVA Parallel-PCI must set to 0278 - 027F or 0288 - 028F. Do this with the following method:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Go to Start|Settings|Control Panel|System Click the Device Manager tab.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Enter the properties then resources for the LAVA Parallel-PCI .</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Uncheck Use Automatic Settings and double-click the word Output in the Input/Output Range and enter the address range you have chosen for the LAVA Parallel-PCI .</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Click Ok and then Ok again and reboot Windows.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Run the setup program provided by IOmega and it should find the Iomega ZIP drive and assign it a drive letter.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">6) Put the following settings in the Iomega Parallel Port Interface and Settings:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/mode:eppecr /port:xxx /speed:6</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">where xxx is the I/O address the LAVA Card is on i.e. 378</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>KNOWN ISSUES WITH LAVA PARALLEL-PCI AND THE 278 ADDRESS RANGE</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Sometimes when switching the LAVA Parallel-PCI to 0278 - 027F it conflicts with some sound cards. If this occurs try using the 0288 - 028F address range.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If that does not work then it is necessary to reinstall the on-board parallel port as the 3bc port and modify the LAVA Parallel-PCI port as the 0378 - 037F port.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Do this as follows:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">a) Go to the LAVA Parallel-PCI  in Device Manager. Go to Resources and recheck Automatic Settings. Click OK and then click refresh.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">b) Remove the LAVA Parallel-PCI  from Device Manager and the LPT1.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">c) Shut Down your computer and reboot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">d) As you are booting up enter your CMOS setup by hitting F1 or DEL or the appropriate key for your motherboard.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">e) Enter the menu for configuring your on-board parallel to 3bc address.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">f) Save this new setting and exit. NOTE: Consult your motherboard manual for steps d), e), and f).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">g) Boot into Windows let the ports reinstall.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">h) Reconfigure the LAVA Parallel-PCI to 0378-037F by going to the Resources tab. Uncheck Use Automatic Settings and then double-click Input/Output Range.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/57/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Parallel-PCI Technotes</title>
		<link>http://www.lavalink.com/dev/faq/archives/56</link>
		<comments>http://www.lavalink.com/dev/faq/archives/56#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:45:29 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-Plus</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>SP-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=56</guid>
		<description><![CDATA[ 
1. Installing the LAVA Parallel-PCI adapter under DOS and Windows(r) 3.x
2. Troubleshooting Common Difficulties
3. Approvals and Certifications
4. Specifications

 
1. Installing the LAVA Parallel-PCI adapter under DOS and Windows(r) 3.x
Take these steps to install the driver for the LAVA Parallel-PCI adapter if your computer is running DOS or Microsoft(r) Windows(r) 3.x:
 
a. Turn on the PC and boot [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"><strong>1. Installing the LAVA Parallel-PCI adapter under DOS and Windows(r) 3.x</strong></p>
<p style="margin: 0pt"><strong>2. Troubleshooting Common Difficulties</strong></p>
<p style="margin: 0pt"><strong>3. Approvals and Certifications</strong></p>
<p style="margin: 0pt"><strong>4. Specifications</strong></p>
<p style="margin: 0pt"><strong /></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1. Installing the LAVA Parallel-PCI adapter under DOS and Windows(r) 3.x</p>
<p style="margin: 0pt">Take these steps to install the driver for the LAVA Parallel-PCI adapter if your computer is running DOS or Microsoft(r) Windows(r) 3.x:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">a. Turn on the PC and boot into DOS.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">b. Insert the adapter&#8217;s driver diskette in the PC&#8217;s floppy drive.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">c. Copy the SETADDR.SYS driver from the floppy onto your hard drive. (It doesn&#8217;t matter where on the hard drive you put it, but you might for example create a &#8220;LAVA&#8221; directory on drive c:).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">d. Add this line to your CONFIG.SYS file above the lines for all other devices to be loaded, including the lines for HIMEM and EMM386 (or, if you are running DOS under Windows(r) 95/98, to your CONFIG.DOS file):</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">device=[pathname]\setaddr.sys [ioaddr]</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">In this line, &#8220;[pathname]&#8221; represents the pathname of the directory in which you installed SETADDR.SYS in step c, and &#8220;[ioaddr]&#8221; represents the hexadecimal I/O address you want the adapter to use. So, if you installed the driver in the &#8220;LAVA&#8221; directory on hard drive c:, and assigned the adapter the I/O address 278 hex, the line would read &#8220;device=c:\LAVA\setaddr.sys 278&#8243;.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Although 278 is probably the base address most compatible with DOS and Windows(r) 3.x software (if you don&#8217;t already have another parallel port or parallel card in your system), you can use the other standard parallel-port base address, 378, or nonstandard addresses such as 238, 288, 2B8, or 388. (Do not use the address 3BC-this could cause your PC to have video problems.) If your applications can support it, you can even omit the &#8220;[ioaddr]&#8221; parameter from the &#8220;device&#8221; line and let the PC auto-assign the adapter a standard PCI address (usually in the 5000 to 6000 hex range).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">e. Reboot into DOS. During the boot procedure, SETADDR.SYS should cause the PC to display the IRQ and I/O address assigned to the adapter. If these match the settings you have chosen, your Parallel-PCI adapter should be ready for continuous operation.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2. Troubleshooting Common Difficulties</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Q: Why doesn&#8217;t my Parallel-PCI adapter show in my computer&#8217;s BIOS settings at start-up?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">A: Because the adapter uses PCI rather than ISA I/O address ranges, it will never be seen by your BIOS at boot-up as a standard parallel port occupying 0278 hex or 0378 hex, even if you&#8217;ve selected one of these addresses for it in Windows(r) using the procedure described in the Installation Guide. This is normal, and does not indicate a fault in your adapter.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Q: Why doesn&#8217;t my Parallel-PCI card work in the slot in which it is installed when it is set to address 0278 hex or 0378 hex ?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">A: The adapter will not work at address 0278 hex or 0378 hex if it is installed in a PCI slot that is behind a PCI-to-PCI bridge. If you have trouble installing the adapter, try seating it in a different slot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Q: I have installed my LAVA Parallel-PCI on a machine with Windows(r) 95/98 and everything appears to be fine in Device Manager. However, when I configure my printer to the LAVA Parallel-PCI the computer responds with an error trying to connect with the printer! What am I doing wrong?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">A: On some systems the Operating System is installing the Parallel-PCI adapter on an address range that differs from what the PCI bus recognizes. The best solution to this problem involves removing the existing address information from Windows(r) 95/98 Device Manager, running the LAVACONF.EXE utility included on the Parallel-PCI installation diskette to obtain the correct addressing, manually entering this information into Windows(r) 95/98 Device Manager, and checking the result. This process is as follows:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Remove the existing address information from Windows(r) 95/98 Device Manager.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Go the Start | Settings | Control Panel | System and enter the Device Manager tab. Remove the Lava Parallel-PCI from ports COM and LPT by high-lighting it in each place and clicking Remove.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Run the LAVACONF.EXE utility included on the Parallel-PCI installation diskette to obtain the correct addressing.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Shut down the computer. Then restart, and while the computer is booting tap the F8 key to enter the Windows startup menu. From there, choose &#8220;Safe Mode Command Prompt Only.&#8221;</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">You can now run the LAVACONF.EXE utility located in the &#8220;OTHER&#8221; directory on your Parallel-PCI installation diskette. The following DOS commands will get you there:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">a:</p>
<p style="margin: 0pt">cd other</p>
<p style="margin: 0pt">lavaconf</p>
<p style="margin: 0pt">3) Manually enter the new addressing information into Windows(r) 95/98 Device Manager.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Write down the address and the IRQ that LAVACONF.EXE shows have been assigned to the Parallel-PCI adapter. If LAVACONF.EXE reports an address that ends with &#8220;0&#8243;, then the ending address of the Input-Output Range displayed in Windows Device Manager must end in &#8220;7&#8243;. If LAVACONF.EXE reports an address that ends with &#8220;8&#8243;, then the ending address of the Input-Output Range displayed in Windows(r) 95/98 Device Manager must end in &#8220;F&#8221;.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">For example, if LAVACONF reports &#8220;10F0&#8243;, then enter &#8220;10F0-10F7&#8243; for the Input-Output Range in Windows(r) 95/98 Device Manager. Similarly, if LAVACONF reports &#8220;10F8&#8243;, then enter &#8220;10F8-10FF&#8221; for the Input-Output Range in Windows(r) 95/98 Device Manager.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>Note: On some computers LAVACONF.EXE reports the IRQ as &#8220;255&#8243;. A printer may fail the communication test if this occurs. The system will report this if the &#8220;Plug and Play Operating System&#8221; parameter is set to &#8220;YES&#8221; or &#8220;Win95/98/2000&#8243; in the BIOS setup. Change this setting to &#8220;NO&#8221; or &#8220;OTHER&#8221;. Consult the manual for your computer or contact the computer manufacturer for instructions on how to enter the BIOS setup and where to find this setting.</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Reboot Windows(r) 95/98 and let the Lava Parallel-PCI card reinstall itself as before.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Check the result.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">After you re-enter Windows(r) 95/98, enter the Device Manager and go to the Resources for the Parallel-PCI adapter and ensure that the Address and IRQ match what you have written in Step 3. If not, then uncheck &#8220;Use Automatic Settings&#8221; and manually configure the Address and/or IRQ to match.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3. Approvals and Certifications</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">For Europe: CE</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">This device is in conformity with the EMC directive.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Tested to comply with FCC standards. FOR HOME OR OFFICE USE.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">This device complies with Part 15 of the FCC rules. Operation is subject to the following two conditions: 1) This device may not cause harmful interference, and 2) This device must accept any interference received, including interference that may cause undesired operation.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Federal Communications Commission (FCC) Statement</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules. Those limits are designed to provide reasonable protection against harmful interference in a residential installation. This equipment generates, uses, and can radiate radio frequency energy and, if not installed and used in accordance with the instructions, may cause harmful interference to radio communications. However, there is no guarantee that interference will not occur in a particular installation. If this equipment does cause harmful interference to radio or television reception, which can be determined by turning the equipment off and on, the user is encouraged to try to correct the interference by one or more of the following measures:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Reorient or relocate the receiving antennas.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Increase the separation between the equipment and the receiver.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Connect the equipment into an outlet on a circuit different from that to which the receiver is connected.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Consult the dealer or an experienced radio/TV technician for help.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4. Specifications</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">System Hardware Required: IBM PC compatible computer with at least one available PCI slot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Operating System Required: DOS, Microsoft(r) Windows(r) 3.x, Windows(r) 95, Windows(r) 98, or Windows(r) NT4. Under Windows(r) 2000, printers are supported; other devices may be supported.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Bus Used: PCI.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Port Used: None (does not occupy any COM or LPT port).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Other Hardware Used: Plug-and-Play compatible; automatically self-configures interrupt, I/O address, BIOS address, etc.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Compliance: CE, FCC Part 15, Subpart J, Class B; DOC Class/ MDC classe B.</p>
<p style="margin: 0pt">Standard: PCI 2.1.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Interface: IEEE 1284 EPP (Enhanced Parallel Port).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Data Rate: Up to 7.2 Mbps (~900 Kcps).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Clock Skew: +/- 2 ns.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Maximum Distance: 20 ft. (6.1 m) from adapter to device.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">User Controls: Software drivers (included).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Connector: (1) DB25 female.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Power: From the PC&#8217;s PCI bus: input 5 +/-0.25 VDC at 15 mA max.; consumption 75 mW maximum.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Temperature Tolerance: Operating 32 degrees to 158 degrees F (0 degrees to 70 degrees C); storage -85 degrees to 300 degrees F (-65 degrees to 150 degrees C). Note: The electronic circuitry in the Parallel-PCI adapter is capable of withstanding these temperatures, but many of your PC&#8217;s other components will probably fail if you try to operate or store the host PC at temperatures at the extremes of the adapter&#8217;s tolerance range.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Humidity Tolerance: Up to 90% non-condensing at standard temperature and pressure.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Size: Three-quarter card height at tallest points-seated (including goldfingers but not bracket) 2.9&#8243; (7.4 cm); unseated (including goldfingers but not bracket) 2.9&#8243; (7.4 cm); total (including bracket) 4.7&#8243; (12 cm). Three-quarter card width-0.8&#8243; (2 cm). Three-quarter card depth-not including bracket 4.7&#8243; (12 cm); including bracket 5&#8243; (12.6 cm).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Weight: Net 2.1 oz (60 g); shipping 3.9 oz. (112 g).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/56/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a Sparq Drive on a PCI Parallel Port</title>
		<link>http://www.lavalink.com/dev/faq/archives/55</link>
		<comments>http://www.lavalink.com/dev/faq/archives/55#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:43:57 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-Plus</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>SP-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=55</guid>
		<description><![CDATA[ 
 
Question:
 
I have a LAVA Parallel-PCI card and I am trying to attach a SyQuest SPARQ drive. What should I do to get it to install?
 
Answer:
 
The SyQuest SPARQ drive cannot install on the initial address range that the LAVA Parallel-PCI is assigned to. When the SyQuest SPARQ drive is attached to the LAVA Parallel-PCI it can [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Question:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">I have a LAVA Parallel-PCI card and I am trying to attach a SyQuest SPARQ drive. What should I do to get it to install?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Answer:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The SyQuest SPARQ drive cannot install on the initial address range that the LAVA Parallel-PCI is assigned to. When the SyQuest SPARQ drive is attached to the LAVA Parallel-PCI it can install on one the following two IO address ranges.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">0378 - 037F</p>
<p style="margin: 0pt">0278 - 027F</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">It is necessary to verify which I/O address your on-board parallel port is assigned to before changing the LAVA Parallel-PCI&#8217;s address range. If the on-board parallel port is set to 0378 - 037F (default setting) then the LAVA Parallel-PCI must be set to 0278 - 027F.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Do this with the following method:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Go to Start|Settings|Control Panel|System Click the Device Manager tab.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Enter the properties then resources for the LAVA Parallel-PCI.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Uncheck Use Automatic Settings and double-click the word Output in the Input/Output Range and enter the address range you have chosen for the LAVA Parallel-PCI.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Click Ok and then Ok again and reboot Windows.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Run the setup program provided by SyQuest SPARQ and it should find the SyQuest SPARQ drive and assign it a drive letter.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">6) The SyQuest SPARQ needs a switch to function with LAVA Parallel-PCI. Go to Start|Settings| Control Panel and System and enter the Device Manager Tab.</p>
<p style="margin: 0pt">Go to SCSI adapters and Enter the SyQuest SPARQ parallel Port Interface and Settings.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Ensure the following is in the Adapter Settings.</p>
<p style="margin: 0pt">/di</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>KNOWN ISSUES WITH LAVA PARALLEL-PCI AND THE 278 ADDRESS RANGE </strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Sometimes when switching the LAVA Parallel-PCI to 0278 - 027F it conflicts with SPARQ drives. If this occurs try using the 0288 - 028F address range.</p>
<p style="margin: 0pt">If that does not work then it is necessary to reinstall the OnBoard Parallel Port as the 3bc port and modify the LAVA Parallel-PCI parallel port as the 0378 - 037F port.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Do this as follows: </strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">a) Go to the LAVA Parallel-PCI in Device Manager. Go to Resources and recheck Automatic Settings. Click OK and then click refresh.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">b) Remove the LAVA Parallel-PCI from Device Manager and the LPT1.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">c) Shut Down your computer and reboot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">d) As you are booting up enter your CMOS setup by hitting F1 or DEL or the appropriate key for your motherboard.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">e) Enter the menu for configuring your on-board parallel to 3bc address.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">f) Save this new setting and exit.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>NOTE: Consult your motherboard manual for steps d), e), and f).</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">g) Boot into Windows let the ports reinstall.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">h) Reconfigure the LAVA Parallel-PCI to 0378-037F by going to the Resources tab. Uncheck Use Automatic Settings and then double-click Input/Output Range.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/55/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a Scanner on a PCI Parallel Port</title>
		<link>http://www.lavalink.com/dev/faq/archives/54</link>
		<comments>http://www.lavalink.com/dev/faq/archives/54#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:42:13 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-Plus</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>SP-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=54</guid>
		<description><![CDATA[ 
 
Question:
 
I have a LAVA Parallel-PCI card and I am trying to attach a scanner. What should I do to get it to install?
 
Answer: 
 
Some scanners cannot install on the initial address range that the LAVA parallel port is assigned to. When the scanner is attached to the LAVA PCI parallel port it can install on [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Question:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">I have a LAVA Parallel-PCI card and I am trying to attach a scanner. What should I do to get it to install?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Answer: </strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Some scanners cannot install on the initial address range that the LAVA parallel port is assigned to. When the scanner is attached to the LAVA PCI parallel port it can install on one of the following three IO address ranges.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">0378 - 037F</p>
<p style="margin: 0pt">0278 - 027F</p>
<p style="margin: 0pt">0288 - 028F</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">It is necessary to verify which IO address your on-board parallel port is assigned to before changing the LAVA PCI parallel port&#8217;s address range. If the on-board parallel port is set to 0378 - 037F (default setting) then the LAVA parallel port must be set to 0278 - 027F or 0288 - 028F. Do this with the following method:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Go to Start|Settings|Control Panel|System. Click the Device Manager tab.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Enter the properties then resources for the LAVA PCI parallel port.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Uncheck Use Automatic Settings and double-click the word Output in the Input/Output Range and enter the address range you have chosen for the LAVA Parallel-PCI. In some cases Windows will give an error message to the effect that &#8220;Windows cannot modify this resource.&#8221; If you are unable to access the settings for changing system resources, reboot the system in Safe Mode to make changes to resource settings. (To enter Safe Mode, press the F8 key while the system is rebooting).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Click Ok and then Ok again and reboot Windows.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Run the setup program provided by the scanner and it should find the scanner.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">6) Some scanners have the ability to configure settings in Device Manager in SCSI Controllers.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Try one of the following settings in the Device Manager&#8217;s Settings tab:</p>
<p style="margin: 0pt">/w95</p>
<p style="margin: 0pt">or</p>
<p style="margin: 0pt">/w95 /di</p>
<p style="margin: 0pt">or</p>
<p style="margin: 0pt">/di</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">IN WINDOWS 98 ONLY &#8212; If these settings are not added the system may not boot normally! (currently only for Microtek Scanners; however, may work with others)</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/n /v /s/f=30</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>KNOWN ISSUES WITH LAVA PCI PARALLEL PORTS AND THE 278 ADDRESS RANGE</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Sometimes when switching a LAVA PCI parallel port to 0278 - 027F it conflicts with some scanners. If this occurs try using the 0288 - 028F address range.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If that does not work then it is necessary to reinstall the on-board parallel port as the 3BC port and to modify the LAVA PCI parallel port as the 0378 - 037F port.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Do this as follows:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">a) Go to the LAVA Parallel-PCI in Device Manager. Go to Resources and recheck Automatic Settings. Click OK and then click refresh.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">b) Remove the LAVA Parallel-PCI from Device Manager and LPT1.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">c) Shut Down your computer and reboot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">d) As you are booting up enter your CMOS setup by hitting F1 or DEL or the appropriate key for your motherboard.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">e) Enter the menu for configuring your on-board parallel port to the 3BC address.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">f) Save this new setting and exit.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>NOTE: Consult your motherboard manual for steps d), e), </em><em>and f).</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">g) Boot into Windows and let the ports reinstall.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">h) Reconfigure the LAVA PCI parallel port to 0378-037F by going to the Resources tab. Uncheck Use Automatic Settings and then double-click Input/Output Range.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/54/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Uninstalling the Drivers and Applet in Windows NT 4.0</title>
		<link>http://www.lavalink.com/dev/faq/archives/53</link>
		<comments>http://www.lavalink.com/dev/faq/archives/53#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:39:53 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-Quad</category>

		<category>Octopus-550</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>Quattro-PCI</category>

		<category>SP-PCI</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<category>RS422 SS-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=53</guid>
		<description><![CDATA[

Uninstalling the drivers and applet in Windows NT4.0 is generally not necessary. They will remain dormant until the time comes that you install another LAVA PCI card. The following procedure is provided in case that you do need to uninstall these drivers.
 
A) Removing Files
Remove the following files from your hard drive:
detlava.sys and seriallava.sys from winnt\system32\drivers
lavaport.cpl [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"><font face="verdana" size="3"><strong><br />
</strong></font></p>
<p style="margin: 0pt">Uninstalling the drivers and applet in Windows NT4.0 is generally not necessary. They will remain dormant until the time comes that you install another LAVA PCI card. The following procedure is provided in case that you do need to uninstall these drivers.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">A) Removing Files</p>
<p style="margin: 0pt">Remove the following files from your hard drive:</p>
<p style="margin: 0pt">detlava.sys and seriallava.sys from winnt\system32\drivers</p>
<p style="margin: 0pt">lavaport.cpl from winnt\system32\</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">B) Cleaning Registry</p>
<p style="margin: 0pt"><em>NOTE: To run the registry editor go to Start|Run, type &#8220;regedt32&#8243; and then click OK.</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Go to:</p>
<p style="margin: 0pt">HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\Root</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Highlight the LEGACY_SERIALLAVA</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Go to the Security menu and click the Permissions tab.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Check the box for Replace permissions on existing subkeys.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Change type of access from Read to Full Control.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Highlight the LEGACY_DETECTLAVA</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">6) Go to the Security menu and click the Permissions tab.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">7) Check the box for Replace permissions on existing subkeys.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">8) Change type of access from Read to Full Control.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">9) Remove the LEGACY_DETECTLAVA and LEGACY_SERIALLAVA keys.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">10) Go to:</p>
<p style="margin: 0pt">HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">11) Remove the DetectLava and SerialLava keys. You do not have to change security privileges for these folders because they are already set at Full Control.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/53/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Manually Attaching a Modem to a PCI Serial Port</title>
		<link>http://www.lavalink.com/dev/faq/archives/52</link>
		<comments>http://www.lavalink.com/dev/faq/archives/52#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:36:47 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>2SP-550</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-ISA</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-PnP</category>

		<category>LavaPort-Quad</category>

		<category>Octopus-550</category>

		<category>Quattro-PCI</category>

		<category>SP-PCI</category>

		<category>SSerial-550</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=52</guid>
		<description><![CDATA[ 
Question
 
I have installed my LAVA PCI serial card and then my Modem was installed by Plug and Play. I then looked in Control Panel&#124;Modems and tried to click the properties, but nothing happened.
 
Answer
 
When a modem installs in the PnP (Plug and play) manner (at boot-up), the modem installs in Control Panel&#124;Modems but when you click [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Question</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">I have installed my LAVA PCI serial card and then my Modem was installed by Plug and Play. I then looked in Control Panel|Modems and tried to click the properties, but nothing happened.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Answer</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">When a modem installs in the PnP (Plug and play) manner (at boot-up), the modem installs in Control Panel|Modems but when you click the properties button nothing happens. This is a known problem for which we are endeavouring to find a solution. The solution is:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Go to regedit by entering regedit from Start|Run.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Open up</p>
<p style="margin: 0pt">HKEY_LOCAL_MACHINE System CurrentControlSet Services Class Modem.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Inside there may be several numbers, i.e. 0000,0001,00002&#8230;.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Open up each of those and look for DriverDesc such as: 3ComImpactIQ or the name of the modem that you are using.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">That is the folder that will need the string added to it.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To add the string the following method is followed:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Go to the Edit menu then New and String Value.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Change the name of that new string to the following exactly: AttachedTo</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Change the value to COMx where x is the com port number to which the modem is attached. (i.e. COM3) by double-clicking it.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/52/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Making a LAVA PCI Parallel Port LPT1 in Windows 9X/ME</title>
		<link>http://www.lavalink.com/dev/faq/archives/51</link>
		<comments>http://www.lavalink.com/dev/faq/archives/51#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:35:20 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>LavaPort-Plus</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>SP-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=51</guid>
		<description><![CDATA[

There is no automatic way to get the LAVA Parallel-PCI installed as LPT1. The only way to have the LAVA Parallel-PCI stay as LPT1 is a direct manipulation of the Registry.
 
The following method manipulates the LAVA Parallel-PCI to LPT1.
 
1) Enter the registry editor by typing regedit from Start&#124;Run.
 
2) Look in this portion of the registry.
 
[HKEY_LOCAL_MACHINE\Enum\PCI\VEN_1407&#038;DEV_8000\BUS_00&#038;DEV_0A&#038;FUNC_00]
 
Change the following registry values [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"><font face="verdana" size="3"><strong><br />
</strong></font></p>
<p style="margin: 0pt">There is no automatic way to get the LAVA Parallel-PCI installed as LPT1. The only way to have the LAVA Parallel-PCI stay as LPT1 is a direct manipulation of the Registry.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The following method manipulates the LAVA Parallel-PCI to LPT1.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Enter the registry editor by typing regedit from Start|Run.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Look in this portion of the registry.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">[HKEY_LOCAL_MACHINE\Enum\PCI\VEN_1407&#038;DEV_8000\BUS_00&#038;DEV_0A&#038;FUNC_00]</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Change the following registry values from LPT2 to LPT1 by double-clicking the tab icon to the left of their names.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">&#8220;DeviceDesc&#8221;=&#8221;Lava Parallel PCI (LPT2)&#8221;</p>
<p style="margin: 0pt">&#8220;PORTNAME&#8221;=&#8221;LPT2&#8243;</p>
<p style="margin: 0pt">&#8220;FRIENDLYNAME&#8221;=&#8221;Lava Parallel PCI (LPT2)&#8221;</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">When complete they should look like this:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">&#8220;DeviceDesc&#8221;=&#8221;Lava Parallel PCI (LPT1)&#8221;</p>
<p style="margin: 0pt">&#8220;PORTNAME&#8221;=&#8221;LPT1&#8243;</p>
<p style="margin: 0pt">&#8220;FRIENDLYNAME&#8221;=&#8221;Lava Parallel PCI (LPT1)&#8221;</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) This changes your on-board parallel port to LPT2.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Look in this portion of the registry.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">[HKEY_LOCAL_MACHINE\Enum\BIOS\*PNP0400\0B]</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>Note: your system may have a different key name at the end (0B) depending upon how your motherboard identifies its printer port.</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Change the following registry values from LPT1 to LPT2 by double-clicking the tab icon to the left of their names.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">&#8220;DeviceDesc&#8221;=&#8221;Printer Port (LPT1)&#8221;</p>
<p style="margin: 0pt">&#8220;PORTNAME&#8221;=&#8221;LPT1&#8243;</p>
<p style="margin: 0pt">&#8220;FRIENDLYNAME&#8221;Printer Port (LPT1)&#8221;</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">When complete they should look like this:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">&#8220;DeviceDesc&#8221;=&#8221;Printer Port (LPT2)&#8221;</p>
<p style="margin: 0pt">&#8220;PORTNAME&#8221;=&#8221;LPT2&#8243;</p>
<p style="margin: 0pt">&#8220;FRIENDLYNAME&#8221;Printer Port (LPT2)&#8221;</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Exit the registry editor and restart Windows.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Verify the LPT settings for your Printer Ports in Device Manager for Ports (COM and LPT).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/51/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Notes on PCI Parallel Card .INF Files</title>
		<link>http://www.lavalink.com/dev/faq/archives/50</link>
		<comments>http://www.lavalink.com/dev/faq/archives/50#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:34:31 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-Plus</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>SP-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=50</guid>
		<description><![CDATA[ 
 
LAVA does not provide device drivers for the PCI Parallel cards. It uses the file lptenum.vxd to enumerate the ports and the file lpt.vxd for the port functionality. These files are preinstalled by Windows and are also used by the motherboard parallel ports on your system.
 
LAVA cannot update these files as they are written by [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">LAVA does not provide device drivers for the PCI Parallel cards. It uses the file lptenum.vxd to enumerate the ports and the file lpt.vxd for the port functionality. These files are preinstalled by Windows and are also used by the motherboard parallel ports on your system.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">LAVA cannot update these files as they are written by Microsoft and can only be updated by them. What LAVA does provide is an .inf file (parallel.inf or lavaosp.inf) that is a setup information file. This file contains the setup information for our card, specifically the Device ID and Vendor ID and that the card is an EPP parallel port.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">When New Hardware is found at boot-up it searches for an .inf file that has the same Vendor ID and Device ID as that read from our card. There is nothing to update in this file.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you wish updates to the lpt.vxd and lptenum.vxd files, try searching the Microsoft web site for updates.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/50/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a Video Camera on a PCI Parallel Port in Windows 9X/ME</title>
		<link>http://www.lavalink.com/dev/faq/archives/49</link>
		<comments>http://www.lavalink.com/dev/faq/archives/49#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:32:43 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-Plus</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>SP-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=49</guid>
		<description><![CDATA[ 
Question:
 
I have a LAVA Parallel-PCI LAVA Parallel-PCI card and I am trying to attach a Video Cam device. What should I do to get it to install?
 
Answer:
 
Video Cam devices cannot install on the initial address range that the LAVA Parallel-PCI is assigned to. When attached to the LAVA Parallel-PCI a video cam can install on one the following three [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"><strong>Question:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">I have a LAVA Parallel-PCI LAVA Parallel-PCI card and I am trying to attach a Video Cam device. What should I do to get it to install?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Answer:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Video Cam devices cannot install on the initial address range that the LAVA Parallel-PCI is assigned to. When attached to the LAVA Parallel-PCI a video cam can install on one the following three IO address ranges.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">0378 - 037F</p>
<p style="margin: 0pt">0278 - 027F</p>
<p style="margin: 0pt">0288 - 028F</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">It is necessary to verify which I/O address your on-board parallel port is assigned to before changing the LAVA Parallel-PCI&#8217;s address range. If the on-board parallel port is set to 0378 - 037F (default setting) then the LAVA Parallel-PCI must set to 0278 - 027F or 0288 - 028F. Do this with the following method:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Go to Start|Settings|Control Panel|System. Click the Device Manager tab.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Enter the Properties then Resources for the LAVA Parallel-PCI.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Uncheck Use Automatic Settings and double-click the word Output in the Input/Output Range and enter the address range you have chosen for the LAVA Parallel-PCI.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Click Ok and then Ok again and reboot Windows.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Run the setup program provided by the Video Cam and it should find it and configure the camera appropriately. If the Video Cam installation software has already been installed it may be necessary to uninstall it first so it can re-detect the port it is attached to.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>KNOWN ISSUES WITH LAVA PARALLEL-PCI AND THE 278 ADDRESS RANGE</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Sometimes when switching the LAVA Parallel-PCI to 0278 - 027F it conflicts with some video cams. If this occurs try using the 0288 - 028F address range.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If that does not work then it is necessary to reinstall the on-board parallel port as the 3BC port and modify the LAVA PCI parallel port as the 0378 - 037F port.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Do this as follows:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">a) Go to the LAVA Parallel-PCI in Device Manager. Go to Resources and recheck Automatic Settings. Click OK and then click refresh.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">b) Remove the LAVA Parallel-PCI from Device Manager and the LPT1.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">c) Shut Down your computer and reboot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">d) As you are booting up enter your CMOS setup by hitting F1 or DEL or the appropriate key for your motherboard.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">e) Enter the menu for configuring your OnBoard parallel to 3bc address.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">f) save this new setting and exit.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>NOTE: Consult your motherboard manual for steps d), e), and f).</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">g) Boot into Windows let the ports reinstall.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">h) Reconfigure the LAVA Parallel-PCI to 0378-037F by going to the Resources tab. Uncheck Use Automatic Settings and then double-click Input/Output Range.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/49/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Known Issues with LAVA Parallel-PCI and the 278 Address Range</title>
		<link>http://www.lavalink.com/dev/faq/archives/48</link>
		<comments>http://www.lavalink.com/dev/faq/archives/48#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:31:42 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-550</category>

		<category>Parallel Bi-directional</category>

		<category>Parallel-ECP/EPP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=48</guid>
		<description><![CDATA[

Sometimes when switching the LAVA Parallel-PCI to 0278 - 027F it conflicts with some sound cards. If this occurs try using the 0288 - 028F address range.
 
If that does not work then it is necessary to reinstall the on-board parallel port as the 3bc port and modify the LAVA PCI parallel port as the 0378 - [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"><font face="verdana" size="3"><strong><br />
</strong></font></p>
<p style="margin: 0pt">Sometimes when switching the LAVA Parallel-PCI to 0278 - 027F it conflicts with some sound cards. If this occurs try using the 0288 - 028F address range.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If that does not work then it is necessary to reinstall the on-board parallel port as the 3bc port and modify the LAVA PCI parallel port as the 0378 - 037F port.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Do this as follows:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">a) Go to the LAVA Parallel-PCI in Device Manager. Go to Resources and recheck Automatic Settings. Click OK and then click refresh.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">b) Remove the LAVA Parallel-PCI from Device Manager and the LPT1.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">c) Shut Down your computer and reboot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">d) As you are booting up enter your CMOS setup by hitting F1 or DEL or the appropriate key for your motherboard.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">e) Enter the menu for configuring your on-board parallel to 3bc address.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">f) Save this new setting and exit. NOTE: Consult your motherboard manual for steps d), e), and f).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">g) Boot into Windows let the ports reinstall.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">h) Reconfigure the LAVA Parallel-PCI to 0378-037F by going to the Resources tab. Uncheck Use Automatic Settings and then double-click Input/Output Range.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/48/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Address Changing for PCI Parallel Cards in Windows 9X/ME</title>
		<link>http://www.lavalink.com/dev/faq/archives/47</link>
		<comments>http://www.lavalink.com/dev/faq/archives/47#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:30:48 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-Plus</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>SP-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=47</guid>
		<description><![CDATA[ 
Question:
 
I have installed my LAVA Parallel-PCI in my machine with Windows 95/98/Me and everything appears to be fine in Device Manager. However, when I configure my printer to the LAVA Parallel-PCI it responds with an error trying to connect to the printer! What am I doing wrong?
 
Answer:
 
On some systems the Operating System is installing our card on [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Question:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">I have installed my LAVA Parallel-PCI in my machine with Windows 95/98/Me and everything appears to be fine in Device Manager. However, when I configure my printer to the LAVA Parallel-PCI it responds with an error trying to connect to the printer! What am I doing wrong?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Answer:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">On some systems the Operating System is installing our card on an address range that it in fact is not really set to. We are endeavouring to isolate the cause of this situation. The solution to this problem is:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Go to Start - Settings - Control Panel - System - and enter the Device Manager tab. Remove the LAVA Parallel-PCI from Ports COM &#038; LPT by highlighting it and clicking Remove.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Install our DOS driver in the following method.</p>
<p style="margin: 0pt">Go to MS-DOS prompt by going to Start Programs MS-DOS Prompt.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Copy the LAVA DOS driver (setaddr.sys) to your Root directory (C:\) using the following command:</p>
<p style="margin: 0pt">copy a:\DOS\setaddr.sys c:\setaddr.sys</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Enter the MS-DOS editor to edit your config.sys using the following command:</p>
<p style="margin: 0pt">edit c:\config.sys</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Add the following line to the last line of your config.sys file.</p>
<p style="margin: 0pt">DEVICE=C:\setaddr.sys</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Save the changes by hitting ALT once and then cursor down to exit and when it prompts to save enter yes.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Type exit to exit MS-DOS prompt.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Shut down. Enter Command Prompt by clicking F8 before you enter Win95/98/Me.</p>
<p style="margin: 0pt">Write down the address and IRQ assigned to our card.</p>
<p style="margin: 0pt">If this reports an address that ends with 0 then the ending address will end in 7.</p>
<p style="margin: 0pt">If this reports an address that ends with 8 then the ending address will end in F.</p>
<p style="margin: 0pt">i.e. setaddr reports: 10F0</p>
<p style="margin: 0pt">then in the OS put 10F0-10F7 for the Input/Output Range.</p>
<p style="margin: 0pt">i.e. setaddr reports: 10F8</p>
<p style="margin: 0pt">then in the OS put 10F8-10FF for the Input/Output Range.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Reboot Windows and let the LAVA Parallel-PCI reinstall itself as before.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) After you reenter Windows enter Device Manager and go to the Resources for our card and ensure that the Address and IRQ match what you have written in step 3. If not then uncheck Use Automatic Settings. Configure the Address and or IRQ to match.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>NOTE: Some systems do not allow changing the IRQ in Device Manager. On those systems simply changing the I/O address to the correct I/O address and rebooting will place the card on the correct IRQ.</em></p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/47/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing the Parallel Bi-Directional card in Windows NT 4.0</title>
		<link>http://www.lavalink.com/dev/faq/archives/46</link>
		<comments>http://www.lavalink.com/dev/faq/archives/46#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:30:01 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>Parallel Bi-directional</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=46</guid>
		<description><![CDATA[ 
 
1) Boot into WINDOWS NT without the Parallel BiDirectional card installed in the computer.
 
2) Check for available IRQs. Go to Start &#124; Programs &#124; Administrative Tools &#124; Windows NT Diagnostics and enter the Resources Tab. Check for a free IRQ there. NT does not show the IRQ for parallel ports. By default the motherboard parallel port uses [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Boot into WINDOWS NT without the Parallel BiDirectional card installed in the computer.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Check for available IRQs. Go to Start | Programs | Administrative Tools | Windows NT Diagnostics and enter the Resources Tab. Check for a free IRQ there. NT does not show the IRQ for parallel ports. By default the motherboard parallel port uses IRQ7, so assume IRQ7 is not free. If IRQ5 is used then remove the IRQ jumpers completely.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Find out which Input/Output Address the on-board parallel port is using. Go to Start | Programs | Administrative Tools | Windows NT Diagnostics and enter the Resources Tab. Then Click the Devices button. Double-click the ParPort device.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">This shows your existing parallel port addresses. Do not set our card to any of these addresses. Set our card to the next address. For example:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">on LAVA card</p>
<p style="margin: 0pt">LPT0=3bc</p>
<p style="margin: 0pt">LPT1=378</p>
<p style="margin: 0pt">LPT2=278</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">so if you see 378 then set the LAVA card to LPT2 to make it LPT2.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5)Shut down and put our card in the ISA slot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">6) Boot back into Windows NT and verify that our card has installed. Go to Start | Programs | Administrative Tools | Windows NT Diagnostics and enter the Resources Tab. Then Click the Devices button. Double-click the ParPort device.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you see an additional set of input/output ranges then you have successfully installed our card.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/46/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing the Parallel Bi-Directional ISA Card in Windows 95/98/Me/2000</title>
		<link>http://www.lavalink.com/dev/faq/archives/45</link>
		<comments>http://www.lavalink.com/dev/faq/archives/45#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:29:24 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>Parallel Bi-directional</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=45</guid>
		<description><![CDATA[A) Setting Jumpers on LAVA Card
 
Enter Device Manager by RIGHT-clicking on My Computer from the desktop, going to properties and then clicking the Device Manager Tab.
 
I Input Output Range
 
Open up Ports COM and LPT by clicking on the plus to the left of it once.
Double-click the LPT1 and enter the Resources tab.
If the Input/Output Range [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"><strong>A) Setting Jumpers on LAVA Card</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Enter Device Manager by RIGHT-clicking on My Computer from the desktop, going to properties and then clicking the Device Manager Tab.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>I Input Output Range</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Open up Ports COM and LPT by clicking on the plus to the left of it once.</p>
<p style="margin: 0pt">Double-click the LPT1 and enter the Resources tab.</p>
<p style="margin: 0pt">If the Input/Output Range is set to 0378-037A then set the jumper on for Input/Output Range on the LAVA Card to LPT2 (278/F). If the Input/Output Range is set to 03bc-03be then set the jumper on for Input/Output Range on the LAVA Card to LPT1 (378/F).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>II Interrupt Request (IRQ)</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Enter Device Manager By RIGHT-clicking on My Computer from the desktop, going to properties and then clicking the Device Manager Tab.</p>
<p style="margin: 0pt">Double-click computer in Device Manager.</p>
<p style="margin: 0pt">Find a number between missing in here between 0 and 15. If IRQs 5 and 7 are both being used then you must install our card without an IRQ (polled mode) so remove the IRQ jumper from the card completely.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>B) Install the LAVA Parallel BIDIR card as follows.</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Set the jumpers on our card to the correct LPT and IRQ, then put our card into an ISA slot (with the power off.)(STEP A ABOVE)</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) If you are installing the LAVA card without an IRQ (polled mode) then go to Add New HardWare from Control Panel and let it detect the card and you are finished after the system reboots your computer (skip steps); otherwise, go to Add New HardWare from the Control Panel and don&#8217;t let it detect the card.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) In the window where it says Select the type of hardware you want to install Choose Ports (COM &#038; LPT) and then click Next.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) In the next window for Manufacturers choose (Standard port types) and choose Printer Port for Port Types.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Click Next and then Finish. When it asks to Reboot, DON&#8217;T!!!!! (Click no).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">6) Go to Start | Settings | Control Panel | System and enter the Device Manager tab.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">7) Double-click the Printer port with the exclamation mark and enter Resources.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">8) Choose Basic Configuration 1 and configure the LAVA port to the correct I/O address (by highlighting Input/Output Range and clicking Change Setting and then scrolling up to the resource you set our card to by jumpers). Configure the IRQ (by highlighting Interrupt Request and clicking Change Setting and then scrolling up to the resource you set our card to by jumpers).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">9) Click Ok and Ok and let Windows restart.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">10) Verify that our port has installed by going to Device Manager and clicking Ports (COM &#038; LPT) and if you have LPT1 and LPT2 then you successfully installed our card!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/45/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Parent Child Mismatch Problem Windows 98</title>
		<link>http://www.lavalink.com/dev/faq/archives/44</link>
		<comments>http://www.lavalink.com/dev/faq/archives/44#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:28:47 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>DSerial-PCI</category>

		<category>LavaPort-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=44</guid>
		<description><![CDATA[ 
 
This note applies only to older versions of the LAVA DSerial-PCI and LavaPort-PCI.
 
Newer versions of these products have a chip with the LAVA logo silkscreened on.
 
Problem 
Neither port works, and the port settings shown under &#8220;Multifunction Adapters&#8221; do not match those shown under &#8220;Ports.&#8221;
 
This &#8220;Parent Child Mismatch&#8221; problem is handled as follows:
 
Go to Device manager [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">This note applies only to older versions of the LAVA DSerial-PCI and LavaPort-PCI.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Newer versions of these products have a chip with the LAVA logo silkscreened on.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Problem </strong></p>
<p style="margin: 0pt">Neither port works, and the port settings shown under &#8220;Multifunction Adapters&#8221; do not match those shown under &#8220;Ports.&#8221;</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">This &#8220;Parent Child Mismatch&#8221; problem is handled as follows:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Go to Device manager and write down the addresses for COM5, 6,7 and 8 by double clicking each port in Ports and then going to Resources.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Then go to Multifunction Adapters in Device Manager and double-click the first port entry and enter resources.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Then uncheck Automatic Settings and put in the addresses you wrote down for COM 5 and 6 in there. Click OK and OK again. Go to the next port in Multifunction Adapters and put COM 7 and COM 8 in there.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/44/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing the LAVA Card in Non-Windows Systems (Unix)</title>
		<link>http://www.lavalink.com/dev/faq/archives/43</link>
		<comments>http://www.lavalink.com/dev/faq/archives/43#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:27:58 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-Quad</category>

		<category>Octopus-550</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>Quattro-PCI</category>

		<category>SP-PCI</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<category>RS422 SS-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=43</guid>
		<description><![CDATA[ 
 
Question
 
I am trying to install the LAVA PCI card in an OS other than DOS, Win3.11, Win95/98/Me, NT4.0, or Windows 2000. I have commands or a utility that can configure my port. However, I have no way of knowing how the PCI bus on my system has configured the card. What can I do?
 
Answer 
LAVA [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Question</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">I am trying to install the LAVA PCI card in an OS other than DOS, Win3.11, Win95/98/Me, NT4.0, or Windows 2000. I have commands or a utility that can configure my port. However, I have no way of knowing how the PCI bus on my system has configured the card. What can I do?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Answer </strong></p>
<p style="margin: 0pt">LAVA provides a utility that reports the I/O address and IRQ assigned by the PCI bus on your system. This utility MUST be run from DOS level.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">This utility can be run from a DOS boot disk to report the I/O address range and IRQ that the PCI bus on your system has configured our card to.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Use this utility if you wish to configure a parallel port in an OS other than DOS, Win3.11, Win95/98/Me, NT4.0, or Windows 2000. For example SCO UNIX, Linux&#8230; i.e. using the makedev parallel command. Consult the Man Pages or documentation for the OS for the appropriate commands.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Create a DOS boot disk in DOS compatible system (not NT4.0) with the following command:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">format a: /s</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Copy Lavaconf.exe to that diskette.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">(Can be downloaded from the Utilities portion of our web site for your PCI card <a class="linkExt" href="http://www.lavalink.com/" target="_blank"><img height="8" src="http://www.lavalink.com/typo3conf/ext/dh_linklayout/res/link_ext.gif" width="8" border="0" /> www.lavalink.com</a> or can be found in the Win3.11 directory on the LAVA Installation and Utilities disk).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Restart the machine that you wish to install the LAVA Parallel-PCI in and boot from that boot disk you created.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Run the Lavaconf.exe program.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If this software reports an address that ends with 0, then the ending address will end in 7.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If this software reports an address that ends with 8, then the ending address will end in F.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">i.e. Lavaconf reports:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">10F0</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">then in the OS put 10F0-10F7 for the Input/Output Range.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">i.e. Lavaconf reports:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">10F8</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">then in the OS put 10F8-10FF for the Input/Output Range.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/43/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing an Octopus-550 in QNX</title>
		<link>http://www.lavalink.com/dev/faq/archives/42</link>
		<comments>http://www.lavalink.com/dev/faq/archives/42#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:26:15 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>Octopus-550</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=42</guid>
		<description><![CDATA[Installation
1. With the power turned off, insert the Octopus-550 card into any free PCI slot in your PC. Make sure the card is well seated. Turn your PC on and start QNX 6.
NOTE: If you are using an AGP video card you may find that QNX will not boot with the card in the PCI [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Installation</strong></p>
<p>1. With the power turned off, insert the Octopus-550 card into any free PCI slot in your PC. Make sure the card is well seated. Turn your PC on and start QNX 6.</p>
<p>NOTE: If you are using an AGP video card you may find that QNX will not boot with the card in the PCI slot immediately following the AGP slot.</p>
<p>Simply place the card in the second slot to alleviate this problem.</p>
<p>2. Since the Octopus-550 card has multiple ports sharing a single Device ID, QNX will only be able automatically detect the presence of the first port of each Device ID (Port A and Port E).</p>
<p>3. Obtain the LAVA Serial Driver and follow the directions in the Readme.1st file. You will need to modify the port addresses in the Lava.include file to match the actual I/O addresses in the PCI listings on your own system.</p>
<p>4. Reboot your system. If you have correctly configured your system you should find that QNX will set up all eight serial ports at startup.</p>
<p>NOTE: The Lava.include driver may need to be reconfigured if the profile of your system is modified (i.e. by adding or removing any PCI cards). If you find that you are having problems with all of the ports on your LAVA card you may want to double check that the I/O addresses in the PCI listing match the values set in the Lava.include file.</p>
<p>5. To verify that the card has been installed you may check in either the /etc/dev/ folder, or in QNX&#8217;s System Information (Launch>Utilities>System Information). Within the System Information listing you will find a process named &#8220;devc-ser8250&#8243;. By selecting this process you will have access to several different information tabs. Selecting the Arguments tab (Args) will provide you with the exact arguments that were passed to the devcser8250 process at boot-up. From here you can easily determine which port is assigned to which serial device by referring to the card&#8217;s resources.</p>
<p>For example, given the process command &#8220;devc-ser8250 -u1 3F8,3 -u2 2F8,4 -u3 a000,5&#8243; we can see that Com1 and Com2 were mapped to devices Ser1 and Ser2 respectively and our serial port at a000 was mapped to device Ser3.</p>
<p><strong>Card Resources</strong></p>
<p>You can easily determine the physical address and IRQ resources of the card&#8217;s serial port by displaying the PCI listing &#8220;pci -v&#8221;. This command will display all the information for each of the PCI devices on the system bus. To find the I/O address and IRQ of the card, simply scan through the output of this command for a section beginning with &#8220;Vendor ID = 1407h, Lava Computer MFG Inc.&#8221;, of which there should be two sections, one for each port.</p>
<p>NOTE: QNX will always enumerate ports in sequential order. Therefore, when reading the PCI listing from top to bottom the address of Port A will be displayed first followed immediately by the address Port B. The same ordering can be applied to Device IDs.</p>
<p><strong>Testing</strong></p>
<p>Testing the card&#8217;s functionality can be done by using QNX&#8217;s own terminal program, Qtalk, and a loopback connector. To test a port, attach the loopback connector and open up a Qtalk session by executing the command &#8220;qtalk -m /dev/ser3 -b 115200,8,n,1&#8243; on the port. While the loopback connector is attached any characters entered in Qtalk should be echoed back to the screen. Removing the loopback connector should prevent character echoing from occurring.</p>
<p><strong>Troubleshooting</strong></p>
<p>If for some reason the card was not picked up by QNX at boot-up, but the card is displayed in the PCI listing, you may manually add the port by using the devc-ser8250 command.</p>
<p>Example: Say we have eight serial ports residing at physical addresses=a000, a400, a800, ac00, b000, b400, b800 and bc00 all sharing IRQ=5 and none of which is allocated a serial device in the /etc/dev/ folder. If we have determined that Ser1 and Ser2 already exist in the /etc/dev/ folder (this is done by inspecting the folder /etc/dev/ for all serial devices), we can add eight new serial devices by running the command: devc-ser8250 -u3 a000,5 -u4 a400,5 -u5 a800,5 -u6 ac00,5 -u7 b000,5 -u8 b400,5 -u9 b800,5 -u10 bc00,5</p>
<p>This is a very simple example of adding eight new serial devices by using the devc-ser8250 command. Full documentation of all the options associated with this command can be found in the QNX 6 RTOS Utilities Reference Manual.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/42/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing an Octopus-550 in Linux</title>
		<link>http://www.lavalink.com/dev/faq/archives/41</link>
		<comments>http://www.lavalink.com/dev/faq/archives/41#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:25:26 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>Octopus-550</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=41</guid>
		<description><![CDATA[Installation
 
On install during the bootup process, the Linux hardware discovery utility detects the Octopus-550 and installs it as ttyS4 ,ttyS5, ttyS6, ttyS7, ttyS8, ttyS9, ttyS10, and ttyS11. These settings will change depending on how many serial ports you have and how they are configured.
 
However, on installation the card will be configured incorrectly. To configure the [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"><strong>Installation</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">On install during the bootup process, the Linux hardware discovery utility detects the Octopus-550 and installs it as ttyS4 ,ttyS5, ttyS6, ttyS7, ttyS8, ttyS9, ttyS10, and ttyS11. These settings will change depending on how many serial ports you have and how they are configured.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">However, on installation the card will be configured incorrectly. To configure the card correctly, first find out the port information (I/O range and IRQ) for each serial port. To retrieve that information type at the command line:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">lspci -v</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">You will then see two separate entries for a &#8220;Serial Controller: Lava Computer MFG&#8221;. Below each entry will be a IRQ number and four I/O ports. Write down that information for all ports (for example, IRQ 12, a400, a800, ac00, b000 IRQ 12, b400, b800, bc00, c000).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Then edit the file:</p>
<p style="margin: 0pt">/etc/rc.d/rc.local</p>
<p style="margin: 0pt">Add the following lines at the end of the file:</p>
<p style="margin: 0pt">setserial /dev/ttyS4 port 0xa400 irq 12 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt">setserial /dev/ttyS5 port 0xa800 irq 12 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt">setserial /dev/ttyS6 port 0xac00 irq 12 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt">setserial /dev/ttyS7 port 0xb000 irq 12 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt">setserial /dev/ttyS8 port 0xb400 irq 12 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt">setserial /dev/ttyS9 port 0xb800 irq 12 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt">setserial /dev/ttyS10 port 0xbc00 irq 12 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt">setserial /dev/ttyS11 port 0xc000 irq 12 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The example above uses the information gained from the lspci -v command. The details of your information may be different. Be sure to save the added changes. On reboot all of the ports should be operational.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/41/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Octopus-550 installation causes Windows to hang</title>
		<link>http://www.lavalink.com/dev/faq/archives/40</link>
		<comments>http://www.lavalink.com/dev/faq/archives/40#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:24:15 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>Octopus-550</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=40</guid>
		<description><![CDATA[

ALTERNATIVE INSTALLATION METHODS
TO USE WHEN INSTALLING THE OCTOPUS-550
CAUSES THE COMPUTER TO &#8220;HANG&#8221;
 
Applies to Microsoft Windows 95/98/Me/NT/2000/XP; QNX;
other operating systems that employ a change detection
interrupt in their installation routines.
=================================================================
 
Problem:
Occasionally a combination of operating system and hardware will
cause a computer to appear to &#8220;lock up&#8221; when an Octopus-550 board
is being installed. This problem is caused by interaction [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"><font face="verdana" size="3"><strong><br />
</strong></font></p>
<p style="margin: 0pt"><strong>ALTERNATIVE INSTALLATION METHODS</strong></p>
<p style="margin: 0pt"><strong>TO USE WHEN INSTALLING THE OCTOPUS-550</strong></p>
<p style="margin: 0pt"><strong>CAUSES THE COMPUTER TO &#8220;HANG&#8221;</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Applies to Microsoft Windows 95/98/Me/NT/2000/XP; QNX;</p>
<p style="margin: 0pt">other operating systems that employ a change detection</p>
<p style="margin: 0pt">interrupt in their installation routines.</p>
<p style="margin: 0pt">=================================================================</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Problem:</strong></p>
<p style="margin: 0pt">Occasionally a combination of operating system and hardware will</p>
<p style="margin: 0pt">cause a computer to appear to &#8220;lock up&#8221; when an Octopus-550 board</p>
<p style="margin: 0pt">is being installed. This problem is caused by interaction between</p>
<p style="margin: 0pt">the operating system&#8217;s installation routine and specific componentry</p>
<p style="margin: 0pt">on some builds of the Octopus-550. Basically, during installation</p>
<p style="margin: 0pt">a system interrupt is created that is not subsequently cleared,</p>
<p style="margin: 0pt">and the computer&#8217;s CPU receives no real time to service application</p>
<p style="margin: 0pt">programs, as it is dedicated to perpetually servicing the interrupt</p>
<p style="margin: 0pt">request.</p>
<p style="margin: 0pt">=================================================================</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Solution:</strong></p>
<p style="margin: 0pt">A number of solutions exist.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Retry the installation by rebooting the computer. This</p>
<p style="margin: 0pt">action may be sufficient to resolve the issue, which generally</p>
<p style="margin: 0pt">will not then recur.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) If the solution in 1) does not lead to a successful</p>
<p style="margin: 0pt">installation, retry the installation with the Octopus-550&#8217;s</p>
<p style="margin: 0pt">cable attached to the board. This should resolve the problem in</p>
<p style="margin: 0pt">the large majority of cases where solution 1) does not work.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Alternatively, the interrupt can be cleared while the</p>
<p style="margin: 0pt">computer is locked up by momentarily shorting pins 1 and 4 on</p>
<p style="margin: 0pt">the port connector while the computer is locked up. A paper clip</p>
<p style="margin: 0pt">will do nicely for this job. The port typically responsible is</p>
<p style="margin: 0pt">port 7. This action will resolve the issue, which generally will</p>
<p style="margin: 0pt">not then recur when the board is operating after installation is</p>
<p style="margin: 0pt">completed.</p>
<p style="margin: 0pt">Connecting pins other than 1 and 4 while shorting these two pins</p>
<p style="margin: 0pt">will not result in harm to the system.</p>
<p style="margin: 0pt">The numbering of the pins can be determined by looking closely</p>
<p style="margin: 0pt">into the DB-9 connector, where small numbers are molded into</p>
<p style="margin: 0pt">the plastic beside the pins themselves.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Finally, the interrupt can be cleared by attaching a</p>
<p style="margin: 0pt">serial device to the line in question, and then rebooting the</p>
<p style="margin: 0pt">system.</p>
<p style="margin: 0pt">System builders and others installing large numbers of Octopus-550</p>
<p style="margin: 0pt">boards should contact LAVA Technical Support for more details.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/40/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Removing a User Configuration and Restoring Windows NT Default Config</title>
		<link>http://www.lavalink.com/dev/faq/archives/39</link>
		<comments>http://www.lavalink.com/dev/faq/archives/39#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:22:50 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-Plus</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>SP-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=39</guid>
		<description><![CDATA[ 
 
These instructions occur with systems such as the Dell Optiplex, and some other systems with integrated devices on the motherboard.
 
The problem here may have been that your system has installed our board after the bridge. The PCI bridge enables multiple PCI buses. If the PCI slot is on a PCI bus greater than 0 then [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">These instructions occur with systems such as the Dell Optiplex, and some other systems with integrated devices on the motherboard.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The problem here may have been that your system has installed our board after the bridge. The PCI bridge enables multiple PCI buses. If the PCI slot is on a PCI bus greater than 0 then it will not allow an address change to the legacy address of 278. The port will show up in the LavaPort applet in Control Panel with an exclamation mark (!) to say that the port is not enumerated. The bus number that our card is on is listed in the event viewer under the detectlava message.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Unfortunately, if this is the case on your system then you cannot change the address of the LAVA Parallel-PCI.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To set the LAVA Parallel-PCI back to default:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Boot into NT4.0 without the card installed</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Go to Start|Run and type:</p>
<p style="margin: 0pt">regedit</p>
<p style="margin: 0pt">and click ok.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Go to:</p>
<p style="margin: 0pt">HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DetectLava\UserSetings</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Remove the subkey (folder) in here by deleting it (but NOT the UserSettings KEY!!).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Shut down and place the card back into the PCI slot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">6) Boot back into Windows NT.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/39/feed/</wfw:commentRss>
		</item>
		<item>
		<title>No LPT Port Assigned to Parallel-PCI in Windows 9X/ME</title>
		<link>http://www.lavalink.com/dev/faq/archives/38</link>
		<comments>http://www.lavalink.com/dev/faq/archives/38#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:21:05 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>Dual Parallel-PCI</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>SP-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=38</guid>
		<description><![CDATA[

Question:
 
I have a LAVA Parallel-PCI card that installs correctly but when I look at it through Device Manager there is no LPT assigned to it. I am trying to install a Printer to it and it is not showing up in the Details for the Printer. What should I do?
 
Answer: 
 
The solution at the moment is [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"><font face="verdana" size="3"><strong><br />
</strong></font></p>
<p style="margin: 0pt"><strong>Question:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">I have a LAVA Parallel-PCI card that installs correctly but when I look at it through Device Manager there is no LPT assigned to it. I am trying to install a Printer to it and it is not showing up in the Details for the Printer. What should I do?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Answer: </strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The solution at the moment is a direct manipulation of the registry. The following shows how our portion of the registry looks when it is correctly installed.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To edit the registry go to Start|Run and type:</p>
<p style="margin: 0pt">regedit</p>
<p style="margin: 0pt">and then Click Ok.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Look in this portion of the registry:</p>
<p style="margin: 0pt">[HKEY_LOCAL_MACHINE\Enum\PCI\VEN_1407&#038;DEV_8000\BUS_00&#038;DEV_0A&#038;FUNC_00]</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Append (LPT2) to the end of this string value:</p>
<p style="margin: 0pt">&#8220;DeviceDesc&#8221;=&#8221;Lava Parallel PCI (LPT2)&#8221;</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The following strings and values are to be left alone:</p>
<p style="margin: 0pt">&#8220;HWRevision&#8221;=&#8221;000&#8243;</p>
<p style="margin: 0pt">&#8220;CompatibleIDs&#8221;=&#8221;PCI\CC_070101,PCI\CC_0701&#8243;</p>
<p style="margin: 0pt">&#8220;HardwareID&#8221;=&#8221;PCI\VEN_1407&#038;DEV_8000&#038;SUBSYS</p>
<p style="margin: 0pt">_00000000&#038;REV_00,PCI\VEN_1407&#038;DEV_8000&#038;SUBSYS_00000000,</p>
<p style="margin: 0pt">PCI\VEN_1407&#038;DEV_8000&#038;REV_00,PCI\VEN_1407&#038;DEV_8000&#8243;</p>
<p style="margin: 0pt">&#8220;Class&#8221;=&#8221;Ports&#8221;</p>
<p style="margin: 0pt">&#8220;Driver&#8221;=&#8221;Ports\0008&#8243;</p>
<p style="margin: 0pt">&#8220;Mfg&#8221;=&#8221;Lava Computer MFG Inc.&#8221;</p>
<p style="margin: 0pt">&#8220;ConfigFlags&#8221;=hex:00,00,00,00</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Add the following string values by going to the Edit Menu and then enter New then String Value. To the left of the equal sign is the Name of the String. To the right of the equal sign is the value. The value and name are case sensitive. To edit the string value double click the ab icon to the left of the name.</p>
<p style="margin: 0pt">&#8220;PORTNAME&#8221;=&#8221;LPT2&#8243;</p>
<p style="margin: 0pt">&#8220;FRIENDLYNAME&#8221;=&#8221;Lava Parallel PCI (LPT2)&#8221;</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/38/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Configuring Linux (Redhat 6.2) for LAVA Serial Cards</title>
		<link>http://www.lavalink.com/dev/faq/archives/37</link>
		<comments>http://www.lavalink.com/dev/faq/archives/37#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:20:15 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>2SP-550</category>

		<category>DSerial-550</category>

		<category>DSerial-PCI</category>

		<category>SP-PCI</category>

		<category>SSerial-550</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=37</guid>
		<description><![CDATA[

The following was done using Redhat Linux 6.2
 
- setserial that comes with the package is version 2.15
- download latest version of setserial
- copy the rc.serial that came in the archive into the /etc/ directory (read the readme that comes in the archive)
- by default there are 4 serials ie. /dev/ttyS(x)
- setserial -g /dev/ttyS* shows what [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"><font face="verdana" size="3"><strong><br />
</strong></font></p>
<p style="margin: 0pt">The following was done using Redhat Linux 6.2</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><!--StartFragment -->- setserial that comes with the package is version 2.15</p>
<p style="margin: 0pt">- download latest version of setserial</p>
<p style="margin: 0pt">- copy the rc.serial that came in the archive into the /etc/ directory (read the readme that comes in the archive)</p>
<p style="margin: 0pt">- by default there are 4 serials ie. /dev/ttyS(x)</p>
<p style="margin: 0pt">- setserial -g /dev/ttyS* shows what devices are existing</p>
<p style="margin: 0pt">- to add additional ports use the following commands</p>
<p style="margin: 0pt">- mknod -m 666 /dev/ttyS(x) c 4 64 (where x is the port number)</p>
<p style="margin: 0pt">- cd /dev</p>
<p style="margin: 0pt">./MAKEDEV ttyS(x)</p>
<p style="margin: 0pt">- if you have an ISA card, use setserial /dev/ttyS(x) port 0x(address) irq (y) uart 16650V2 or 16550A (where y is the interrupt you jumpered the card for, address is the I/O you set the jumper for and 16550A and 16650V2 is the type of uart on the serial card)</p>
<p style="margin: 0pt">- examples for ISA: setserial /dev/ttyS2 port 0&#215;02f8 irq 10 uart 16650V2 for Com 3</p>
<p style="margin: 0pt">- setserial /dev/ttyS3 port 0&#215;02f8 irq 11 uart 16550A for Com 4</p>
<p style="margin: 0pt">* the above example was for a DSerial 550</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">- if you have a PCI serial card the lspci -v will report what resources the serial card is using</p>
<p style="margin: 0pt">- use the same &#8217;setserial /dev/ttyS(x) port 0x(address) irq (y) uart 16650V2 or 16550A&#8217; command to configure the serial device</p>
<p style="margin: 0pt">- examples for PCI: setserial /dev/ttyS4 port 0&#215;6100 irq 12 uart 16650V2 for Com 5</p>
<p style="margin: 0pt">- setserial /dev/ttyS5 port 0&#215;6200 irq 12 uart 16650V2 for Com 6</p>
<p style="margin: 0pt">* the above example was for a Lava Port PCI</p>
<p style="margin: 0pt">- the serial ports&#8217; configurations can be found in /etc/serial.conf</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/37/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a LavaPort-Quad in Linux</title>
		<link>http://www.lavalink.com/dev/faq/archives/36</link>
		<comments>http://www.lavalink.com/dev/faq/archives/36#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:18:34 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>LavaPort-Quad</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=36</guid>
		<description><![CDATA[
Installation

On install during the bootup process, the Linux hardware discovery utility detects the LavaPort-Quad and installs it as ttyS4 ,ttyS5, ttyS6, and ttyS7. These settings will change depending on how many serial ports you have and how they are configured.

However, on installation the card will be configured incorrectly. To configure the card correctly, first find [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt">
<p style="margin: 0pt"><strong>Installation</strong></p>
<p style="margin: 0pt">
<p style="margin: 0pt">On install during the bootup process, the Linux hardware discovery utility detects the LavaPort-Quad and installs it as ttyS4 ,ttyS5, ttyS6, and ttyS7. These settings will change depending on how many serial ports you have and how they are configured.</p>
<p style="margin: 0pt">
<p style="margin: 0pt">However, on installation the card will be configured incorrectly. To configure the card correctly, first find out the port information (I/O range and IRQ) for each serial port. To retrieve that information type at the command line:</p>
<p style="margin: 0pt">
<p style="margin: 0pt">lspci -v</p>
<p style="margin: 0pt">
<p style="margin: 0pt">You will then see two separate entries for a &#8220;Serial Controller: Lava Computer MFG&#8221;. Below each will be a IRQ number and two I/O ports. Write down that information for all ports (for example, IRQ 12, d400, d800, IRQ 12, dc00, e000).</p>
<p style="margin: 0pt">
<p style="margin: 0pt">Then edit the file:</p>
<p style="margin: 0pt">
<p style="margin: 0pt">/etc/rc.d/rc.local</p>
<p style="margin: 0pt">
<p style="margin: 0pt">Add the following lines at the end of the file:</p>
<p style="margin: 0pt">
<p style="margin: 0pt">setserial /dev/ttyS4 port 0xd400 irq 12 uart 16650v2 baud_base 460800 ^fourport</p>
<p style="margin: 0pt">setserial /dev/ttyS5 port 0xd800 irq 12 uart 16650v2 baud_base 460800 ^fourport</p>
<p style="margin: 0pt">setserial /dev/ttyS6 port 0xdc00 irq 12 uart 16650v2 baud_base 460800 ^fourport</p>
<p style="margin: 0pt">setserial /dev/ttyS7 port 0xe000 irq 12 uart 16650v2 baud_base 460800 ^fourport</p>
<p style="margin: 0pt">
<p style="margin: 0pt">The example above uses the information gained from the lspci -v command. The details of your information may be different. Be sure to save the added changes. On reboot all of the ports should be operational.</p>
<p style="margin: 0pt">
<p style="margin: 0pt">
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/36/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BIOS Settings for the LavaPort-PnP</title>
		<link>http://www.lavalink.com/dev/faq/archives/35</link>
		<comments>http://www.lavalink.com/dev/faq/archives/35#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:18:00 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>LavaPort-PnP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=35</guid>
		<description><![CDATA[ 
 
Question: 
I am having trouble installing the LavaPort 650 PnP.
What are the best BIOS settings for the card?
 
Answer:
The optimum settings in the BIOS for the LavaPort 650 PnP are as follows:
 
If you are using the Win95 OS make sure that PnP OS is enabled.
 
If you are using NT or Windows 3.X then make sure it [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Question: </strong></p>
<p style="margin: 0pt">I am having trouble installing the LavaPort 650 PnP.</p>
<p style="margin: 0pt">What are the best BIOS settings for the card?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Answer:</strong></p>
<p style="margin: 0pt">The optimum settings in the BIOS for the LavaPort 650 PnP are as follows:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you are using the Win95 OS make sure that PnP OS is enabled.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you are using NT or Windows 3.X then make sure it is disabled. Make sure that your on-board serial ports are NOT set to AUTO. Make sure that they are set to Strict addresses like 3f8 COM1 and 2f8 COM2.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>IMPORTANT!! </strong>Before you make these BIOS settings changes for the on-board serial ports make sure that you remove all the serial ports from Device Manager (Win95) or from Control Panel Ports (NT). Then boot up in the OS WITHOUT the LavaPort installed. After the OS installs your on-board serial ports, shut down the system again and install the LavaPort as specified in the manual provided.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/35/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Uninstalling the LavaPort-PCI in Windows 95/98/Me</title>
		<link>http://www.lavalink.com/dev/faq/archives/34</link>
		<comments>http://www.lavalink.com/dev/faq/archives/34#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:17:21 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>LavaPort-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=34</guid>
		<description><![CDATA[1) Remove files from hard drive
a) in Windows System folder:
 
L650ui.dll
link650.vxd
or
lavasp.inf
lavamf.inf
 
b) in Windows inf folder:
 
LavaPCI.inf
LavaMF.inf
 
c) in Windows inf other folder:
the file with our Manufacturing name (Lava Computer MFG Inc.) as its name.
 
2) Cleaning Registry
HKLM = HKEY_LOCAL_MACHINE
In HKLM Enum MF Child0000 remove the key that has PCI&#038;VEN_1407&#038;DEV_0200&#8230; as its name
In HKLM Enum MF Child0001
remove the key that [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul">1) Remove files from hard drive</p>
<p style="margin: 0pt">a) in Windows System folder:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">L650ui.dll</p>
<p style="margin: 0pt">link650.vxd</p>
<p style="margin: 0pt">or</p>
<p style="margin: 0pt">lavasp.inf</p>
<p style="margin: 0pt">lavamf.inf</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">b) in Windows inf folder:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">LavaPCI.inf</p>
<p style="margin: 0pt">LavaMF.inf</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">c) in Windows inf other folder:</p>
<p style="margin: 0pt">the file with our Manufacturing name (Lava Computer MFG Inc.) as its name.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Cleaning Registry</p>
<p style="margin: 0pt">HKLM = HKEY_LOCAL_MACHINE</p>
<p style="margin: 0pt">In HKLM Enum MF Child0000 remove the key that has PCI&#038;VEN_1407&#038;DEV_0200&#8230; as its name</p>
<p style="margin: 0pt">In HKLM Enum MF Child0001</p>
<p style="margin: 0pt">remove the key that has PCI&#038;VEN_1407&#038;DEV_0200&#8230; as its name</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">In HKLM Enum PCI</p>
<p style="margin: 0pt">remove the key that has VEN_1407&#038;DEV_0200&#8230; as its name</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">In HKLM System CurrentControlSet Control InstalledFiles</p>
<p style="margin: 0pt">remove the items that have names:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">L650ui.dll</p>
<p style="margin: 0pt">link650.vxd</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">In HKLM System CurrentControlSet Services Class MultiFunction. Open up all the subkeys in here and check for a reference to LAVA and remove that key.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">In HKLM System CurrentControlSet Services Class Ports Open up all the subkeys in here and check for a reference to LAVA and remove that key.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/34/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a LavaPort-PCI in Linux</title>
		<link>http://www.lavalink.com/dev/faq/archives/33</link>
		<comments>http://www.lavalink.com/dev/faq/archives/33#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:16:49 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>LavaPort-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=33</guid>
		<description><![CDATA[ 
 
Installation
 
On install during the bootup process, the Linux hardware discovery utility detects the LavaPort-PCI correctly and installs it as ttyS4 and ttyS5. This setting will change depending on how many serial ports you have and how they are configured.
 
To verify proper installation you must first find out the port information (I/O range, IRQ) for each [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Installation</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">On install during the bootup process, the Linux hardware discovery utility detects the LavaPort-PCI correctly and installs it as ttyS4 and ttyS5. This setting will change depending on how many serial ports you have and how they are configured.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To verify proper installation you must first find out the port information (I/O range, IRQ) for each serial port. To retrieve that information type at the command line:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">lspci -v</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">You will then see two separate entries for a &#8220;Serial Controller: Lava Computer MFG&#8221;. Below each will be a IRQ number and an I/O port. Write down that information for all ports (for example, IRQ 12, e400, IRQ 12, e800).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">First you must verify that the card was installed correctly. To do this at the command line type:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">setserial -a /dev/ttyS4</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>Note: ttyS4 is the first default PCI serial port. This setting may change depending on how many serial ports you have.</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If the card was correctly configured by Linux you will see the following information:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/dev/tty4, Line 4, UART 16650V2, Port: 0xe400, IRQ: 12</p>
<p style="margin: 0pt">Baud_base: 460800, close_delay: 256, divisor: 0</p>
<p style="margin: 0pt">closing_wait: 15360</p>
<p style="margin: 0pt">Flags: spd_normal skip_test</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Your port and IRQ should match the information collected earlier.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you find that the information displayed does not match the above (port and IRQ should match your information), then carry on to the next step below. If the data is correct then the installation is complete.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To set the serial port to the correct settings, edit the file:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/etc/rc.d/rc.local</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Add the following lines at the end of the file:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">setserial /dev/ttyS4 port 0xe400 irq 12 uart 16650v2 baud_base 460800 ^fourport</p>
<p style="margin: 0pt">setserial /dev/ttyS5 port 0xe800 irq 12 uart 16650v2 baud_base 460800 ^fourport</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The example above uses the information gained from the lspci -v command. The details of your information may be different. Be sure to save the added changes. On reboot all of the ports should be operational.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/33/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reinstalling Serial Ports and the LavaPort-ISA in Windows 95/98/Me</title>
		<link>http://www.lavalink.com/dev/faq/archives/32</link>
		<comments>http://www.lavalink.com/dev/faq/archives/32#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:16:23 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>LavaPort-ISA</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=32</guid>
		<description><![CDATA[ 
 
Note: LAVA PCI cards do not use a set-up utility to install in Windows 95/98/Me. They install when New Hardware is found at boot up of Windows. Windows searches your hard and floppy drives for an .inf file that includes the setup information for our card. Sometimes, it does not find this file so it [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>Note: LAVA PCI cards do not use a set-up utility to install in Windows 95/98/Me. They install when New Hardware is found at boot up of Windows. Windows searches your hard and floppy drives for an .inf file that includes the setup information for our card. Sometimes, it does not find this file so it is necessary to reinstall the card.</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>The following procedure will reinstall the card: </strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Right-click on My Computer from the desktop and enter Properties and then Device Manager. Enter the section called Other Devices or Unknown Devices.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Remove the reference to either PCI card or PCI Serial Controller.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Shut down your computer normally and ensure that the card is seated properly in the PCI slot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Upon re-entering Windows and when New Hardware is found, place the LAVA Installation and Utilities disk into the computer.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Let Windows search for our installation file to reinstall our card correctly.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Also:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">In Windows 95B OSR2 a patch must be run in order for PCI devices to function properly. In Device Manager check if there is an Other Devices Section. In there you might see a PCI bridge device and a Universal Serial Bus controller both with question marks (?). If this is the case then you must run the Windows patch that comes on a floppy or CD ROM with the motherboard while our card is NOT in the system. The file is usually called piix4.exe or something similar. Consult the readme files on the disk to find out what the file is exactly named in your case.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Also:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If your card is a generic version of a LAVA card, it will require drivers written specifically for that card. Consult LAVA Technical Support to obtain generic drivers.</p>
<p style="margin: 0pt">If reinstalling the card doesn&#8217;t work, check the following:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">A) Ensure that the card is seated in the slot properly.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">B) See that the slot that the card is in has no problem. Try the card in a different slot ensuring that it is properly seated in the slot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">C) Some computers give errors with our card if the card is placed in a dedicated PCI slot if there are shared PCI / ISA slots in that computer. Try the card in one of the shared PCI ISA slots.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">D) Ensure that the card itself has no problems. If it does, replace it through the reseller of your card. If they are not willing to replace it then we can.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/32/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a LavaPort-ISA in Linux</title>
		<link>http://www.lavalink.com/dev/faq/archives/31</link>
		<comments>http://www.lavalink.com/dev/faq/archives/31#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:15:50 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>LavaPort-ISA</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=31</guid>
		<description><![CDATA[ 
Installation
 
On install during the bootup process, Linux detects the LavaPort-ISA and sets the configuration for ttyS2. To verify proper installation you must remember the I/O range (see table below) and IRQ each serial port was jumpered to.
 
ttyS0 = 0&#215;03f8; irq = 4
ttyS1 = 0&#215;02f8; irq = 3
ttyS2 = 0&#215;03e8; irq = 4
ttyS3 = 0&#215;02e8; irq [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Installation</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">On install during the bootup process, Linux detects the LavaPort-ISA and sets the configuration for ttyS2. To verify proper installation you must remember the I/O range (see table below) and IRQ each serial port was jumpered to.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">ttyS0 = 0&#215;03f8; irq = 4</p>
<p style="margin: 0pt">ttyS1 = 0&#215;02f8; irq = 3</p>
<p style="margin: 0pt">ttyS2 = 0&#215;03e8; irq = 4</p>
<p style="margin: 0pt">ttyS3 = 0&#215;02e8; irq = 3</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">First you must verify that the card was installed correctly. To do this at the command line type:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">setserial -a /dev/ttyS2</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>Note: ttyS2 refers to Com3. This setting may change depending on how the jumpers are configured on the card.</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If the card is correctly configured in Linux you will see the following information:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/dev/tty2, Line 2, UART 16650V2, Port: 0&#215;03e8, IRQ: 4</p>
<p style="margin: 0pt">Baud_base: 460800, close_delay: 256, divisor: 0</p>
<p style="margin: 0pt">closing_wait: 15360</p>
<p style="margin: 0pt">Flags: spd_normal skip_test</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Your port and IRQ should conform to the jumper settings on the card.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you find that the information displayed does not match the above (port and IRQ should match your jumper settings), then carry on to the next step below. If the data is correct then the installation is complete.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To set the serial port to the correct settings, edit the file:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/etc/rc.d/rc.local</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Add the following line at the end of the file:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">setserial /dev/ttyS2 port 0&#215;03e8 irq 4 uart 16650v2 baud_base 460800 ^fourport</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Your port/IRQ may be different depending on the jumper settings on the card. Be sure to save the added changes. On reboot all of the ports should be operational.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/31/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How Do I Really Get 128 Kbps Out of My ISDN Terminal Adapter?</title>
		<link>http://www.lavalink.com/dev/faq/archives/30</link>
		<comments>http://www.lavalink.com/dev/faq/archives/30#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:15:08 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-ISA</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-PnP</category>

		<category>LavaPort-Quad</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=30</guid>
		<description><![CDATA[ 
Okay. So I wanted to be the fastest kid on the block. I went out and bought a Motorola BitSurfr Pro (or US Robotics Courier I-modem, or Adtran Express XR/XRT, or 3COMImpact IQ, etc.). I rewired my house for ISDN, which cost me a small fortune, and now I&#8217;m ready to Surf the Web at [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Okay. So I wanted to be the fastest kid on the block. I went out and bought a Motorola BitSurfr Pro (or US Robotics Courier I-modem, or Adtran Express XR/XRT, or 3COMImpact IQ, etc.). I rewired my house for ISDN, which cost me a small fortune, and now I&#8217;m ready to Surf the Web at blazing speeds! There&#8217;s just one problem. According to the packaging and all the advertising, ISDN is supposed to give me 128 KBps digital transmit rates - &#8220;over 4 times faster than the fastest analogue modem&#8221;. But all I can get right now is barely 80 kbps. My phone company says that I have two 64 kbps &#8220;B&#8221; (bearer/data) channels and one D (service) channel as part of my basic rate interface (BRI). I should be able to link the two B channels together and achieve 128 kbps. But I can&#8217;t even get close to that!</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Is there a solution?</strong></p>
<p style="margin: 0pt"><strong>Yes! The LavaPort Communications Accelerators.</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>So what exactly is the Problem?</strong></p>
<p style="margin: 0pt"><strong>Simple. Your serial port isn&#8217;t fast enough for ISDN.</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The documentation for my external ISDN terminal adapter recommends a 16550 UART serial port (which I have). Supposedly, this type of port supports a maximum data rate of 115 200 bits/second.</p>
<p style="margin: 0pt">That&#8217;s true. The problem is, that 115.2 kbps is a theoretical maximum. If you&#8217;re communicating using Windows, 115.2 kbps is often difficult to achieve.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Why?</strong></p>
<p style="margin: 0pt">Using an analogue modem in DOS (or other single-tasking environment), most users should not have a problem achieving very close that rate over a decent phone line. Windows however, throws another variable into the loop: a Graphical User Interface (GUI) which requires an exorbitant amount of CPU time, and therefore tends to slow everything down.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Furthermore Windows handles the 16550 UART very inefficiently. Because the buffer of the 16550 is relatively small (16-bytes), Windows &#8220;tells&#8221; the serial port to interrupt the CPU and request service after each byte transferred . Effectively, this causes the whole system to slow down during data transfer.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>What&#8217;s the solution?</strong></p>
<p style="margin: 0pt">The LavaPorts incorporate 32-byte FIFO buffers (the 16650 UART has twice the buffer of a 16550 UART). In addition, LavaPorts ship with Windows device drivers for Windows 3.1x &#038;, Win95/98/Me/NT/2000/XP which allow the user to configure buffer triggers for most efficient operation. In this way, the port is triggered to interrupt the CPU only when really necessary, leaving the CPU free to perform other tasks. Since the LavaPorts incorporate a large buffer, the CPU can send &#038; retrieve large chunks of data each time it services the port, rather than having to be interrupted for each byte sent or received. For transmission, the size of this &#8220;chunk&#8221; can actually be configured by the user using the Tx Blk (burst) function of the LAVA driver.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Unlike the 16550 UART, where the CPU must verify the status of the buffer after each byte sent to the serial port, LavaPorts allow the CPU to send a burst of data to the port without fear of error.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Well that&#8217;s great, but it still doesn&#8217;t get me beyond 115.2 kbps - it just makes me more efficient at the same, slow rate. How can I achieve 128 kbps?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">You&#8217;ll notice that newer ISDN terminal adapters support 3 high-speed DTE rates: 115.2, 230.4, and 460.8 kbps. Now remember, we&#8217;re talking about serial port rates between the computer and terminal adapter - not between terminal adapter and telephone company. The outgoing (to the telephone line) rates can be 56, 64, 112, or 128 kbps - with the last two being key to this discussion. Think of it this way: if your TA is going to be transmitting out through the telephone system at 128 kbps (and probably compressing that data at least a little), shouldn&#8217;t you be feeding that transmission at a higher rate? That&#8217;s where LavaPorts become key. They support a maximum DTE rate of 460.8 kbps and can also fall back to rates of 230.4, and 115.2 kbps.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>How do you do it, when others can&#8217;t?</strong></p>
<p style="margin: 0pt">The LavaPorts incorporate an onboard high-speed clock, which allows for DTE speeds faster than 115.2 kbps. Because the standard 16550 UART runs with an 1.8432 MHz clock-crystal, its mathematical maximum baud rate is 115.2 kbps. LavaPorts use a faster onboard clock-crystal (7.3728 MHz) and can therefore generate a faster baud rate. Combined with the its 32-byte buffer and Windows drivers, the Lavaport family breaks the 115.2 kbps barrier, efficiently and reliably.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>A final question: </strong>One of the big headaches of ISDN is synchronizing flow control between the terminal adapter and serial port. How do LavaPorts handle this?</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">One of the main features of LavaPorts are their onboard flow control. First, let&#8217;s look at how flow control is handled by a 16550 serial port. The 16550 UART is basically a dumb device: it performs only two instructions: a) send what&#8217;s in the buffer, and b) if there&#8217;s a problem tell the CPU about it.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If the 16550 UART receives a signal from the ISDN adapter to stop sending data (in the form of either a toggling of the RTS/CTS line - hardware flow control - or in the form of an Xoff character - software), it will send this message to the CPU, but will continue sending the data which is in its buffer. Since the ISDN adapter can no longer receive this data, an error occurs and the CPU must find what bytes were not received and retry the transmission. In contrast, LavaPorts handle all flow control functions without intervention from the CPU. If a LavaPort receives a signal to stop transmission (either through hardware or through software flow control), it stops. The CPU is not interrupted needlessly, and no retry is ever required. When the signal to resume transmission is received, the LavaPort resumes, and only notifies the CPU when the data in its buffer has been depleted to the appropriate trigger level.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>So if I get a LavaPort, I can use BONDING to actually achieve 128 kbps with my ISDN terminal adapter?</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Now let&#8217;s get our terminology straight. LavaPorts are not synchronous DTE interfaces. It will not allow you to do what is technically called BONDING. LavaPorts will however support true 128 kbps operation - in asynchronous mode. You may therefore use both Asynchronous Inverse Multiplexing (AIMux) and Multi-Link PPP protocols to &#8220;bond&#8221; both 64 kbps B-Channels together to achieve 128 kbps. With Multi-Link PPP, you&#8217;ll be able to switch from 128 kbps to 64 kbps data + Voice and back seamlessly. Most importantly, a LavaPort will allow you to achieve the data rates which you paid for when you bought your ISDN terminal adapter: 128 kbps direct to your desktop.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/30/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a LavaPort-650 in Linux</title>
		<link>http://www.lavalink.com/dev/faq/archives/29</link>
		<comments>http://www.lavalink.com/dev/faq/archives/29#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:14:23 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>LavaPort-650</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=29</guid>
		<description><![CDATA[ 
Installation
 
On install during the bootup process, the Linux hardware discovery utility detects the LavaPort-650 and installs it as ttyS4. This setting will change depending on how many serial ports you have and how they are configured.
 
To verify proper installation you must first find out the port information (I/O range, IRQ) for each serial port. To [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Installation</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">On install during the bootup process, the Linux hardware discovery utility detects the LavaPort-650 and installs it as ttyS4. This setting will change depending on how many serial ports you have and how they are configured.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To verify proper installation you must first find out the port information (I/O range, IRQ) for each serial port. To retrieve that information type at the command line:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">lspci -v</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">You will then see an entry for a &#8220;Serial Controller: Lava Computer MFG&#8221;. Below it will be an IRQ number and an I/O port. Write down that information (for example, IRQ 12, e400).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">First you must verify that the card was installed correctly. To do this at the command line type:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">setserial -a /dev/ttyS4</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>Note: ttyS4 is the first default PCI serial port (This may change depending on how many serial ports you may have).</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If the card was correctly configured by Linux you will see the following information:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/dev/tty4, Line 4, UART 16650V2, Port: 0xe400, IRQ: 12</p>
<p style="margin: 0pt">Baud_base: 460800, close_delay: 256, divisor: 0</p>
<p style="margin: 0pt">closing_wait: 15360</p>
<p style="margin: 0pt">Flags: spd_normal skip_test</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Your port and IRQ should match the information collected earlier.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you find that the information displayed does not match the above (port and IRQ should match your information), then carry on to the next step below. If the data is correct then the installation is complete.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To set the serial port to the correct settings, edit the file:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/etc/rc.d/rc.local</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Add the following line at the end of the file:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">setserial /dev/ttyS4 port 0xe400 irq 12 uart 16650v2 baud_base 460800 ^fourport</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The example above uses the information gained from the lspci -v command. The details of your information may be different. Be sure to save the added changes. On reboot all of the ports should be operational.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/29/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing the Kazan USB 2.0 Drive Enclosure in Windows 98SE</title>
		<link>http://www.lavalink.com/dev/faq/archives/28</link>
		<comments>http://www.lavalink.com/dev/faq/archives/28#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:13:51 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>Kazan</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=28</guid>
		<description><![CDATA[ 
To use the Kazan USB 2.0 Drive Enclosure with a Windows 98SE system, run the tppinst.exe file which can be downloaded from this site. Once this file is run, you will be able to connect and install the Kazan USB 2.0 Drive Enclosure using the LAVA driver disk when prompted by Windows. This will enable [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To use the Kazan USB 2.0 Drive Enclosure with a Windows 98SE system, run the tppinst.exe file which can be downloaded from this site. Once this file is run, you will be able to connect and install the Kazan USB 2.0 Drive Enclosure using the LAVA driver disk when prompted by Windows. This will enable the Kazan to operate as a USB 1.1 external device.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/28/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Hard Drives in Kazan Drive Enclosures</title>
		<link>http://www.lavalink.com/dev/faq/archives/27</link>
		<comments>http://www.lavalink.com/dev/faq/archives/27#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:13:09 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>Kazan</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=27</guid>
		<description><![CDATA[ 
 
1. Setting Hard Drives as Master Drives
 
Hard drives must be set as Master drives when used in a Kazan drive enclosure. In some hard cases this involves moving a jumper on the drive. In other cases (such as older Western Digital drives), this requires removing a jumper located on the hard drive. Hard drives typically [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>1. Setting Hard Drives as Master Drives</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Hard drives must be set as Master drives when used in a Kazan drive enclosure. In some hard cases this involves moving a jumper on the drive. In other cases (such as older Western Digital drives), this requires removing a jumper located on the hard drive. Hard drives typically are marked with instructions on setting them as Master or Slave drives; follow the instructions provided by your drive&#8217;s manufacturer.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>2. Formatting Drives</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">LAVA Technical Support recommends installing an already-formatted hard drive into the Kazan Drive Enclosure. New drives may already be formatted by the manufacturer. FAT or FAT32 formatted drives are the easiest to troubleshoot. Some NTFS-partitioned drives occasionally may not work.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To externally format a hard drive in Windows, attach the drive to a motherboard connector and format it with FDISK.EXE before installing it into the external drive enclosure.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If it is not possible to format the hard drive before installing it into the drive enclosure (in the case of notebook computers, for instance), it is possible to format the hard drive inside the enclosure when using Windows 2000 or XP.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Windows 2000/XP formatting instructions:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Go to &#8220;My Computer | Control Panel | Administrative Tools | Computer Management | Storage | Disk Management.&#8221;</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) The &#8220;Write Signature and Upgrade Disk&#8221; wizard will appear. If your drive was previously formatted, go to step 6.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) PREVIOUSLY UNFORMATTED DRIVES: In the &#8220;Select Disk to Upgrade&#8221; window, choose the disk installed in the Lava IDE drive enclosure.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) PREVIOUSLY UNFORMATTED DRIVES: In the &#8220;Completing the Write Signature and Upgrade Disk&#8221; wizard click &#8220;Finish&#8221;.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) PREVIOUSLY UNFORMATTED DRIVES: The disk signature will be identified as &#8220;Dynamic.&#8221; Right-click on &#8220;Revert to Basic Disk&#8221;.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">6) Right-click on the disk you have just created. Choose &#8220;Create Partition.&#8221;</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">7) In the &#8220;Create Partition&#8221; wizard specify the partition type, partition size and, if requested, assign a drive letter/path for the drive.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">8) Choose &#8220;Format Partition&#8221; and select the File System to use. Choose the &#8220;Perform Quick Format&#8221; option.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">9) In the &#8220;Completing the Create Partition&#8221; wizard window, click &#8220;Finish&#8221;.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>3. Windows Error Messages</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">At times Windows&#8217; Device Manager or the Properties dialog box of the drive&#8217;s System Tray icon will give a &#8220;This device cannot start (Code 10)&#8221; error message or a &#8220;This device is either not present, not working properly, or does not have all the drivers installed (Code 28&#8243; error message when attempting to access a drive in a Kazan.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">First ensure that the power, data, and IDE cables are all correctly and snugly attached. Check the power supply&#8217;s LED indicator is green to verify it is operating. If the problem persists, ensure that the hard drive has been formatted as described above.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>4. Drive Data Capacity</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The limit on drive size for the IDE drive enclosure is set by the limit of addressability in the industry-standard ATA specification for hard drives generally. In the case of the ATA interface implemented in the drive enclosure, 28 bits are given to the sector number interface between the operating system, the BIOS, and the hard disk. A hard disk can therefore have at most 2^28 or 268,435,456 sectors of 512 bytes. The ATA interface, and the drive enclosure as a result, has a maximum capacity of approximately 137.4 GB.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>5. Western Digital drives</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Some new Western Digital drives do not work in the Kazan enclosure. Western Digital drives manufactured after November 15, 2001 should NOT have this problem. An exception to this general rule is the WD CaviarWD1200 MDL:WD1200BB-00CAA1 (Date 06 Nov 2002).</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/27/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing an ISA Serial Card in Windows XP</title>
		<link>http://www.lavalink.com/dev/faq/archives/26</link>
		<comments>http://www.lavalink.com/dev/faq/archives/26#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:10:47 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-550</category>

		<category>DSerial-550</category>

		<category>LavaPort-ISA</category>

		<category>LavaPort-PnP</category>

		<category>RS422-550</category>

		<category>SSerial-550</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=26</guid>
		<description><![CDATA[ 
To properly install an ISA serial port, you need a free IRQ and I/O address on your computer for the LAVA card to use.
 
Shut down your computer
To check for free resources, shut down your computer. If the card is in your computer, remove it now. Next, restart your computer.
 
Set the I/O address
Once your computer has [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt">To properly install an ISA serial port, you need a free IRQ and I/O address on your computer for the LAVA card to use.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Shut down your computer</strong></p>
<p style="margin: 0pt">To check for free resources, shut down your computer. If the card is in your computer, remove it now. Next, restart your computer.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Set the I/O address</strong></p>
<p style="margin: 0pt">Once your computer has restarted without the card, go into Windows Device Manager, and select &#8220;Ports&#8221;. Choose a COM port, select &#8220;Properties&#8221;, and write down the I/O address.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">After you&#8217;ve done this for all COM ports, set the addressing jumpers on your card to an address NOT ALREADY USED by Windows. For example, if you found that COM1 had an address of 03F8, you would configure your card to use the next available address of 02F8.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Set the IRQ</strong></p>
<p style="margin: 0pt">Next, return to Device Manager, select &#8220;View&#8221;, and choose &#8220;Resources by type&#8221;. This will give you a list of all IRQs that are currently being used by the computer. Write down all numbers from 1 to 15 that DO NOT appear in that list. Any IRQ that you have written down can be used as a free IRQ for the port you are installing.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Set IRQ jumper on the card to one of the free IRQs in your computer. Once you&#8217;ve done this, you are ready to shut down the computer, and install the card.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Restart your computer</strong></p>
<p style="margin: 0pt">Once the card is installed in the computer, reboot your system. After the Operating System is fully loaded, go to Control Panel, and select &#8220;Printers and Other Hardware&#8221;. In that Window you should see an option to &#8220;Add Hardware&#8221;. Windows will then search for hardware, and ask you if the hardware is currently connected to the computer. Select &#8220;Yes, I have already connected the hardware&#8221;. You will then see a Window where you are prompted to select the type of device you have installed. Select &#8220;Add a New Hardware Device&#8221;, which should appear as the last entry on the list.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Windows will then prompt you to either automatically or manually install the device. At this point select &#8220;Install the hardware that I manually select from a list&#8221;. You should then be able to select &#8220;Ports&#8221;, then choose &#8220;Standard&#8221; and &#8220;Communications port&#8221;.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Prior to finishing the installation, select &#8220;View or Change Resources for this Hardware (Advanced)&#8221;. This option will allow you to configure Windows to recognize the resources you have selected for your card. Once you select this option, the &#8220;Add New Hardware Property&#8221; window should appear. Now select &#8220;Set Configuration Manually.&#8221; Under &#8220;Settings Based On&#8221;, choose &#8220;Basic Configuration 0008&#8243;. This option will allow you to specify the settings for your card. You should now be able to double-click the I/O range and the IRQ and enter the resources to reflect how you set the jumpers on your card.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Once this is done, select Finish, and restart your computer.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Check your settings</strong></p>
<p style="margin: 0pt">Once your computer has restarted, you should go back to Device Manager, and ensure that the resources the computer has given to the card match what you specified earlier. At this point, you may find your port has defaulted to become something other than what you specified. If you wish to change this setting, double-click the port listing and go to the &#8220;Port-Settings&#8221; tab. Choose &#8220;Advanced&#8221;.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Change the COM number to what you desire.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Once these changes are made, you should be able to use your ISA serial port.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/26/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing an ISA Parallel Card in Windows XP</title>
		<link>http://www.lavalink.com/dev/faq/archives/25</link>
		<comments>http://www.lavalink.com/dev/faq/archives/25#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:08:30 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-550</category>

		<category>LavaPort-ISA</category>

		<category>Parallel Bi-directional</category>

		<category>Parallel-ECP/EPP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=25</guid>
		<description><![CDATA[To properly install an ISA parallel card, you need a free IRQ and I/O address on your computer for the LAVA card to use.
 
Shut down your computer
 
To check for free resources, shut down your computer. If the card is in your computer, remove it now. Next, restart your computer.
 
Set the I/O address
 
Once your computer has [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt">To properly install an ISA parallel card, you need a free IRQ and I/O address on your computer for the LAVA card to use.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Shut down your computer</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To check for free resources, shut down your computer. If the card is in your computer, remove it now. Next, restart your computer.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Set the I/O address</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Once your computer has restarted without the card, go into Windows Device Manager, and select &#8220;Ports&#8221;. Choose an LPT port, select &#8220;Properties&#8221;, and write down the I/O address.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">After you&#8217;ve done this for all LPT ports, set the addressing jumpers on your card to an address NOT ALREADY USED by Windows. For example, if you found that LPT1 had an address of 0378 037F, you would configure your card to use the next available address of 0278.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Set the IRQ</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Next, return to Device Manager, select &#8220;View&#8221;, and choose &#8220;Resources by type&#8221;. This will give you a list of all IRQs that are currently being used by the computer. Write down all numbers from 1 to 15 that DO NOT appear in that list. Any IRQ that you have written down can be used as a free IRQ for the card you are installing.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Set IRQ jumper on the card to one of the free IRQs in your computer. Once you&#8217;ve done this, you are ready to shut down the computer, and install the card.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">NOTE FOR PARALLEL-ECP/EPP CARD USERS:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Set the DMA address</p>
<p style="margin: 0pt">In addition to determining a free IRQ and I/O address, you may need to assign a DMA address. First, find out what parallel mode your device uses. It will probably be EPP or ECP. If not specified otherwise, treat your device as an EPP device. If you are using EPP mode, set the jumpers for DMA addressing to &#8216;none&#8217;.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you are configuring your card as an ECP port, you must determine what DMA addresses you have free in your system. Return to Device Manager, select &#8220;View&#8221;, and choose &#8220;Resources by type&#8221;. Now select &#8220;DMA&#8221; to find available DMA resources.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Restart your computer</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Once the card is installed in the computer, reboot your system. After the Operating System is fully loaded, go to Control Panel, and select &#8220;Printers and Other Hardware&#8221;. In that Window you should see an option to &#8220;Add Hardware&#8221;. Windows will then search for hardware, and ask you if the hardware is currently connected to the computer. Select &#8220;Yes, I have already connected the hardware&#8221;. You will then see a Window where you are prompted to select the type of device you have installed. Select &#8220;Add a New Hardware Device&#8221;, which should appear as the last entry on the list.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Windows will then prompt you to either automatically or manually install the device. At this point select &#8220;Install the hardware that I manually select from a list&#8221;. You should then be able to select &#8220;Ports&#8221;, then choose &#8220;Standard&#8221; and &#8220;Printer port&#8221;.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Prior to finishing the installation, select &#8220;View or Change Resources for this Hardware (Advanced)&#8221;. This option will allow you to configure Windows to recognize the resources you have selected for your card. Once you select this option, the &#8220;Add New Hardware Property&#8221; window should appear. Now select &#8220;Set Configuration Manually.&#8221; Under &#8220;Settings Based On&#8221;, choose&#8221;Basic Configuration 0001&#8243;. This option will allow you to specify the settings for your card. You should now be able to double-click the I/O range and the IRQ and enter the resources to reflect how you set the jumpers on your card.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Once this is done, select Finish, and restart your computer.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Check your settings</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Once your computer has restarted, you should go back to Device Manager, and ensure that the resources the computer has given to the card match what you specified earlier. At this point, you may find your port has defaulted to become something other than what you specified. If you wish to change this setting, double-click the port listing and go to the &#8220;Port-Settings&#8221; tab. Make the following two changes here:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1. Change the &#8220;Filter Resource Method&#8221; from &#8220;Never use an Interrupt&#8221; to &#8220;Use any Interrupt Assigned to the Port&#8221;.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2. Change the LPT number to what you desire. Once these changes are made, you should be able to use your ISA printer port.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/25/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Hard Drives in FireDrive® Enclosures</title>
		<link>http://www.lavalink.com/dev/faq/archives/24</link>
		<comments>http://www.lavalink.com/dev/faq/archives/24#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:05:42 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>FireDrive</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=24</guid>
		<description><![CDATA[ 
1. Setting Hard Drives as Master Drives
Hard drives must be set as Master drives when used in a FireDrive drive enclosure. In some hard cases this involves moving a jumper on the drive. In other cases (such as older Western Digital drives), this requires removing a jumper located on the hard drive. Hard drives typically [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"><strong>1. Setting Hard Drives as Master Drives</strong></p>
<p style="margin: 0pt">Hard drives must be set as Master drives when used in a FireDrive drive enclosure. In some hard cases this involves moving a jumper on the drive. In other cases (such as older Western Digital drives), this requires removing a jumper located on the hard drive. Hard drives typically are marked with instructions on setting them as Master or Slave drives; follow the instructions provided by your drive&#8217;s manufacturer.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>2. Formatting Drives</strong></p>
<p style="margin: 0pt">LAVA Technical Support recommends installing an already-formatted hard drive into the FireDrive/Kazan Drive Enclosure. New drives may already be formatted by the manufacturer. FAT or FAT32 formatted drives are the easiest to troubleshoot. Some NTFS-partitioned drives occasionally may not work.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To externally format a hard drive in Windows, attach the drive to a motherboard connector and format it with FDISK.EXE before installing it into the external drive enclosure.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If it is not possible to format the hard drive before installing it into the drive enclosure (in the case of notebook computers, for instance), it is possible to format the hard drive inside the enclosure when using Windows 2000 or XP.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Windows 2000/XP formatting instructions:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Go to &#8220;My Computer | Control Panel | Administrative Tools | Computer Management |</p>
<p style="margin: 0pt">Storage | Disk Management.&#8221;</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) The &#8220;Write Signature and Upgrade Disk&#8221; wizard will appear. If your drive was previously formatted, go to step 6.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) PREVIOUSLY UNFORMATTED DRIVES: In the &#8220;Select Disk to Upgrade&#8221; window, choose the disk installed in the LAVA IDE drive enclosure.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) PREVIOUSLY UNFORMATTED DRIVES: In the &#8220;Completing the Write Signature and Upgrade Disk&#8221; wizard click &#8220;Finish&#8221;.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) PREVIOUSLY UNFORMATTED DRIVES: The disk signature will be identified as &#8220;Dynamic.&#8221; Right-click on &#8220;Revert to Basic Disk&#8221;.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">6) Right-click on the disk you have just created. Choose &#8220;Create Partition.&#8221;</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">7) In the &#8220;Create Partition&#8221; wizard specify the partition type, partition size and, if requested, assign a drive letter/path for the drive.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">8) Choose &#8220;Format Partition&#8221; and select the File System to use. Choose the &#8220;Perform Quick Format&#8221; option.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">9) In the &#8220;Completing the Create Partition&#8221; wizard window, click &#8220;Finish&#8221;.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>3. Windows Error Messages</strong></p>
<p style="margin: 0pt">At times Windows&#8217; Device Manager or the Properties dialog box of the drive&#8217;s System Tray icon will give a &#8220;This device cannot start (Code 10)&#8221; error message or a &#8220;This device is either not present, not working properly, or does not have all the drivers installed (Code 28&#8243; error message when attempting to access a drive in a FireDrive.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">First ensure that the power, data, and IDE cables are all correctly and snugly attached. Check the power supply&#8217;s LED indicator is green to verify it is operating. If the problem persists, ensure that the hard drive has been formatted as described above.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>4. Drive Data Capacity </strong></p>
<p style="margin: 0pt">The limit on drive size for the IDE drive enclosure is set by the limit of addressability in the industry-standard ATA specification for hard drives generally. In the case of the ATA interface implemented in the drive enclosure, 28 bits are given to the sector number interface between the operating system, the BIOS, and the hard disk. A hard disk can therefore have at most 2^28 or 268,435,456 sectors of 512 bytes. The ATA interface, and the drive enclosure as a result, has a maximum capacity of approximately 137.4 GB.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>5. Western Digital drives</strong></p>
<p style="margin: 0pt">Some new Western Digital drives do not work in the FireDrive enclosure. Western Digital drives manufactured after November 15, 2001 should NOT have this problem.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>6. Windows 98SE Patch for IEEE 1394 Operation</strong></p>
<p style="margin: 0pt">Users of Windows 98SE can download the following patch to the operating system from Microsoft: Windows 98 Second Edition 1394 Storage Supplement <a class="linkExt" href="http://www.microsoft.com/windows98/downloads/contents/wurecommended/s_wufeatured/1394/Default.asp" target="_blank"><img height="8" src="http://www.lavalink.com/typo3conf/ext/dh_linklayout/res/link_ext.gif" width="8" border="0" />? http://www.microsoft.com/windows98/downloads/contents/wurecommended/s_wufeatured/1394/Default.asp</a></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Microsoft says: </strong></p>
<p style="margin: 0pt">The update installs a Safe Removal utility that allows you to safely stop a Plug and Play storage device prior to physically unplugging the device. This component also includes an update for 1394 drivers to resolve issues related to the surprise removal of peripheral devices. Large performance improvements, in the order of 300%, have been made over the implementation of 1394 storage drivers in Windows 98 Second Edition.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/24/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Configuring the FireDrive® for Macintosh OS 8 and 9</title>
		<link>http://www.lavalink.com/dev/faq/archives/23</link>
		<comments>http://www.lavalink.com/dev/faq/archives/23#comments</comments>
		<pubDate>Tue, 21 Nov 2006 17:04:40 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>FireDrive</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=23</guid>
		<description><![CDATA[ 
Problem: 
 
The Mac does not detect the FireDrive.
 
Cause:
 
The Mac OS does not install mass storage device support during the OS install.
 
Solution:
 
This solution only applies to Mac OS 8 &#038; 9 (There is no current support for OS X).
 
1) Download the &#8220;firewire_extensions.sit&#8221; file by clicking here.
2) Unstuff it and transfer the files to your extensions folder.
3) [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Problem: </strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The Mac does not detect the FireDrive.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Cause:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The Mac OS does not install mass storage device support during the OS install.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Solution:</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">This solution only applies to Mac OS 8 &#038; 9 (There is no current support for OS X).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Download the &#8220;firewire_extensions.sit&#8221; file by clicking <a class="linkInt" href="http://www.lavalink.com/fileadmin/utils/firewire_extensions.sit"><strong>here</strong>.</a></p>
<p style="margin: 0pt">2) Unstuff it and transfer the files to your extensions folder.</p>
<p style="margin: 0pt">3) Plug in and turn on the FireDrive.</p>
<p style="margin: 0pt">4) Restart your Macintosh. The FireDrive should come online.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/23/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Configuring the FireDrive® in Windows</title>
		<link>http://www.lavalink.com/dev/faq/archives/22</link>
		<comments>http://www.lavalink.com/dev/faq/archives/22#comments</comments>
		<pubDate>Tue, 21 Nov 2006 16:56:47 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>FireDrive</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=22</guid>
		<description><![CDATA[LAVA&#8217;s FireDrive is an IEEE 1394 device. In systems with native IEEE 1394 support it is easy to install - just plug it in and it configures with drivers shipped with Windows.
Step 1: Plug in the FireDrive. The following screen will appear. Hit OK.

The next screen that appears asks you to specify the location of [...]]]></description>
			<content:encoded><![CDATA[<p>LAVA&#8217;s FireDrive is an IEEE 1394 device. In systems with native IEEE 1394 support it is easy to install - just plug it in and it configures with drivers shipped with Windows.<br />
Step 1: Plug in the FireDrive. The following screen will appear. Hit OK.</p>
<p><img src="http://www.lavalink.com/fileadmin/images/fr001.gif" /></p>
<p>The next screen that appears asks you to specify the location of the device drivers on the Windows installation CD. Specify the location, then Hit OK and Windows will install drivers for a 1394 storage device (SBP2 serial bus protocol 2).</p>
<p><img src="http://www.lavalink.com/fileadmin/images/fr002.gif" /></p>
<p>To check that your FireDrive in configured in Windows, you should see the following entries in Windows Device Manager.</p>
<p>Under the entry &#8220;Disk Drives&#8221; in Windows 98SE and Windows ME, the FireDrive will appear as the make and model of the hard drive you have placed in the FireDrive enclosure.</p>
<p><img src="http://www.lavalink.com/fileadmin/images/fr003.gif" /></p>
<p>In Windows 2000 the FireDrive will appear as below.</p>
<p><img src="http://www.lavalink.com/fileadmin/images/fr004.gif" /><br />
Congratulations: you&#8217;re finished.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/22/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing the Parallel-ECP/EPP in Windows NT 4.0</title>
		<link>http://www.lavalink.com/dev/faq/archives/21</link>
		<comments>http://www.lavalink.com/dev/faq/archives/21#comments</comments>
		<pubDate>Tue, 21 Nov 2006 16:55:49 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>Parallel-ECP/EPP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=21</guid>
		<description><![CDATA[ 
 
1) Boot into NT without the Parallel-ECP/EPP installed in the computer.
 
2) Check for available IRQs. Go to Start &#124; Programs &#124; Administrative Tools &#124; Windows NT Diagnostics and enter the Resources Tab. Check for a free IRQ in here. NT does not show the IRQ for parallel ports. By default the motherboard parallel port uses IRQ7, so [...]]]></description>
			<content:encoded><![CDATA[<p class="bodytytul"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Boot into NT without the Parallel-ECP/EPP installed in the computer.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Check for available IRQs. Go to Start | Programs | Administrative Tools | Windows NT Diagnostics and enter the Resources Tab. Check for a free IRQ in here. NT does not show the IRQ for parallel ports. By default the motherboard parallel port uses IRQ7, so assume IRQ7 is not free. Find a number missing in here between 0 and 15. If 9 is missing then set the IRQ jumper to 2. If all the IRQs are being used then you must install our card without an IRQ.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Remove the DMA jumpers. NT4.0 does not support ECP. ECP mode is enabled by enabling a DMA channel.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Find out which Input/Output Address the on-board parallel port is using. Go to Start | Programs | Administrative Tools | Windows NT Diagnostics and enter the Resources Tab and then Click the Devices button. Double-click the ParPort device. This shows your existing parallel port addresses. Do not set the card to any of these addresses. Set the card to the next address.</p>
<p style="margin: 0pt">For example on LAVA Card:</p>
<p style="margin: 0pt">
<table cellspacing="2" cellpadding="0" border="0">
<tr>
<td valign="top"><img hspace="4" src="http://www.lavalink.com/media/bullets/dot.gif" vspace="4" /></td>
<td valign="top">LPT1=3bc</td>
</tr>
<tr>
<td valign="top"><img hspace="4" src="http://www.lavalink.com/media/bullets/dot.gif" vspace="4" /></td>
<td valign="top">LPT2=378</td>
</tr>
<tr>
<td valign="top"><img hspace="4" src="http://www.lavalink.com/media/bullets/dot.gif" vspace="4" /></td>
<td valign="top">LPT3=278</td>
</tr>
</table>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>Note NT4.0 cannot detect the non-standard addresses (LPT4 and up) so do not choose one of those addresses.</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you see 378 then set the LAVA Card to LPT3 278 to make it LPT2.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5)Shut down and put the card in the ISA slot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">6) Boot back into NT and verify that our card has installed. Go to Start | Programs | Administrative Tools | Windows NT Diagnostics and enter the Resources Tab and then Click the Devices button. Double-click the ParPort device. If you see an additional set of input/output ranges then you have successfully installed our card.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/21/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing the Parallel-ECP/EPP in Windows 95/98/Me/2000/XP</title>
		<link>http://www.lavalink.com/dev/faq/archives/20</link>
		<comments>http://www.lavalink.com/dev/faq/archives/20#comments</comments>
		<pubDate>Tue, 21 Nov 2006 16:46:41 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>Parallel-ECP/EPP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=20</guid>
		<description><![CDATA[Setting Jumpers on LAVA Card
 
Enter Device Manager by RIGHT-clicking on My Computer from the desktop, going to properties and then clicking the Device Manager Tab.
 
1) Input/Output Range
 
Open up Ports COM and LPT by clicking on the plus to the left of it once.
Double-click the LPT1 and enter the Resources tab.
If the Input/Output Range is set to [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"><strong>Setting Jumpers on LAVA Card</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Enter Device Manager by RIGHT-clicking on My Computer from the desktop, going to properties and then clicking the Device Manager Tab.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>1) Input/Output Range</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Open up Ports COM and LPT by clicking on the plus to the left of it once.</p>
<p style="margin: 0pt">Double-click the LPT1 and enter the Resources tab.</p>
<p style="margin: 0pt">If the Input/Output Range is set to 0378-037A then set the jumper on for Input/Output Range on the LAVA card to LPT3 278/F. If the Input/Output Range is set to 03bc-03be then set the jumper on for Input/Output Range on the LAVA card to LPT2 378/F.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>2) Interrupt Request (IRQ)</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Enter Device Manager By RIGHT-clicking on My Computer from the desktop, going to properties and then clicking the Device Manager Tab.</p>
<p style="margin: 0pt">Double-click computer in Device Manager.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Find a number between missing in here between 0 and 15. If 9 is missing then set the IRQ jumper to 2. If all the IRQs are being used then you must install our card without an IRQ or DMA (polled mode) so remove the IRQ and DMA jumpers from the card completely and skip part III Direct Memory Access (DMA).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Reserve the IRQ in the BIOS setup. This description applies to all LAVA Cards that have IRQ jumper settings. To correct this situation it is necessary to make some BIOS setting changes. The following steps apply to an Award BIOS version 4.51 PG. Consult your motherboard manual to find similar setting changes and how to enter your BIOS setup.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Enter PNP CONFIGURATION SETUP. Change RESOURCES CONTROLLED BY from AUTO to MANUAL. Scroll down to the IRQ assigned to our card and change that IRQ from PCI/ISA PnP to Legacy ISA.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>3) Direct Memory Access (DMA)</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Enter Device Manager By RIGHT-clicking on My Computer from the desktop, going to properties and then clicking the Device Manager Tab.</p>
<p style="margin: 0pt">Double-click computer in Device Manager. Click the Circle for Direct Memory Access (DMA) to view DMA resources.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If 1 is not listed then set both jumpers for DMA (DMA ACK. and DMA REQ.) to 1. If 3 is not listed then set both jumpers for DMA (DMA ACK. and DMA REQ.) to 3. If both DMA 1 and 3 are used then you cannot enable ECP mode for this card: just remove both DMA jumpers completely. This will enable our card in EPP mode (if you have chosen a free IRQ for our card.)</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Reserve the DMA channel in the BIOS setup. This description applies to all LAVA Cards that have DMA jumper settings. To correct this situation it is necessary to make some BIOS setting changes. The following applies to an Award BIOS version 4.51 PG. Consult your motherboard manual to find similar setting changes and how to enter your BIOS setup.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Enter PNP CONFIGURATION SETUP. Change RESOURCES CONTROLLED BY from AUTO to MANUAL. Scroll down to the DMA channel assigned to our card and change that DMA channel from PCI/ISA PnP to Legacy ISA.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>NOTE: The BIOS (CMOS) changes above for both IRQ and DMA are not always necessary. However, it is better to do them to prevent problems in the future.</em></p>
<p style="margin: 0pt"><em /></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Install the LAVA Parallel-ECP/EPP card with this method.</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Set the jumpers on our card to the correct LPT IRQ and DMA channel, then put our card into an ISA slot (with the power off.)(STEP A ABOVE)</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) If you are installing the LAVA card without an IRQ or DMA (polled mode) then go to Add New HardWare from Control Panel and let it detect the card and you are finished after the system reboots your computer (skip steps): otherwise, go to Add New HardWare from the Control Panel and don&#8217;t let it detect the card.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) In the Window where it says Select the type of hardware you want to install Choose Ports (COM &#038; LPT) and then then click Next.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) In the next window for Manufacturers choose (Standard port types). If you are installing the card WITHOUT a DMA channel then choose Printer Port or if you are installing it WITH a DMA channel then choose ECP Printer Port for Port Types. Note what kind of Printer Port you have chosen for step <img src='http://www.lavalink.com/dev/faq/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' />  below.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Click Next and then Finish. When the system asks to Reboot, DON&#8217;T!!!!! (Click no).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">6) Go to Start | Settings | Control Panel | System and enter the Device Manager tab.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">7) Double-click the Printer port with the exclamation mark and enter Resources.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">8) If you have chosen ECP Printer Port, uncheck Use Automatic Settings, then choose Basic Configuration 2 and configure the card to the correct I/O address (by highlighting Input Output Range and clicking Change Setting and then scrolling up to the resource you set the card to by jumpers). Configure the IRQ (by highlighting Interrupt Request and clicking Change Setting and then scrolling up to the resource you set our card to by jumpers NOTE: If you have set our card to IRQ 2 by jumpers then choose 9 in here (IRQ2 is a cascade to 9) and DMA channel (by highlighting Direct Memory Access DMA) and clicking Change Setting and then scrolling up to the resource you set our card to by jumpers).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you have chosen Printer Port uncheck Use Automatic Settings and choose Basic Configuration 1 and configure the card to the correct I/O address (by highlighting Input/Output Range and clicking Change Setting and then scrolling up to the resource you set our card to by jumpers), and IRQ (by highlighting Interrupt Request and clicking Change Setting and then scrolling up to resource you set our card to by jumpers NOTE: If you have set our card to IRQ 2 by the jumper then choose 9 in here (IRQ2 is a cascade to 9).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">9) Click Ok and Ok and let Windows restart.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">10) Verify that our port has installed by going to Device Manager and clicking Ports (COM &#038; LPT). If you have LPT1 and LPT2 then you have successfully installed our card.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a DSerial-PCI in QNX</title>
		<link>http://www.lavalink.com/dev/faq/archives/19</link>
		<comments>http://www.lavalink.com/dev/faq/archives/19#comments</comments>
		<pubDate>Tue, 21 Nov 2006 16:45:58 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=19</guid>
		<description><![CDATA[

 
Installation
 
With the power turned off, insert the DSerial-PCI card into any free PCI slot in your PC. Make sure the card is well seated. Turn your PC on and start QNX 6.
 
NOTE: If you are using an AGP video card you may find that QNX will not boot with the card in the PCI slot [...]]]></description>
			<content:encoded><![CDATA[<p><font face="verdana" size="3"><strong><br />
</strong></font></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Installation</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">With the power turned off, insert the DSerial-PCI card into any free PCI slot in your PC. Make sure the card is well seated. Turn your PC on and start QNX 6.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">NOTE: If you are using an AGP video card you may find that QNX will not boot with the card in the PCI slot immediately following the AGP slot. Simply place the card in the second slot to alleviate this problem.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">QNX will automatically detect the presence of the DSerial-PCI card and create two devices in the folder /etc/dev/ called Ser[x] and Ser[x+1] (where x is the next available serial device number determined by QNX while enumerating the PCI bus at boot-up).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">NOTE: QNX will always enumerate Port A before Port B (i.e. Ser[x] will always refer to Port A and Ser[x+1] will always refer to Port B).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To verify that the card has been installed you may check in either the /etc/dev/ folder, or in QNX&#8217;s System Information (Launch>Utilities>System Information). Within the System Information listing you will find a process named &#8220;devc-ser8250&#8243;. By selecting this process you will have access to several different information tabs. Selecting the Arguments tab (Args) will provide you with the exact arguments that were passed to the devc-ser8250 process at boot-up. From here you can easily determine which port is assigned to which serial device by referring to the card?s resources.</p>
<p style="margin: 0pt">For example, given the process command &#8220;devc-ser8250 -u1 3F8,3 -u2 2F8,4 -u3 a000,5&#8243; we can see that Com1 and Com2 were mapped to devices Ser1 and Ser2 respectively and our serial port at a000 was mapped to device Ser3.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Card Resources</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">You can easily determine the physical address and IRQ resources of the card?s serial port by displaying the PCI listing &#8220;pci -v&#8221;. This command will display all the information for each of the PCI devices on the system bus. To find the IO address and IRQ of the card, simply scan through the output of this command for a section beginning with &#8220;Vendor ID = 1407h, Lava Computer MFG Inc.&#8221;, of which there should be two sections, one for each port.</p>
<p style="margin: 0pt">NOTE: QNX will always enumerate Port A before Port B. Therefore, when reading the PCI listing from top to bottom Port A will be displayed first followed immediately by Port B.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Testing</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Testing the card&#8217;s functionality can be done by using QNX&#8217;s own terminal program, Qtalk, and a loopback connector. To test a port, attach the loopback connector and open up a Qtalk session by executing the command &#8220;qtalk -m /dev/ser3 -b 115200,8,n,1&#8243; on the port. While the loopback connector is attached any characters entered in Qtalk should be echoed back to the screen. Removing the loopback connector should prevent character echoing from occurring.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Troubleshooting</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If for some reason the card was not picked up by QNX at boot-up, but the card is displayed in the PCI listing, you may manually add the port by using the devc-ser8250 command.</p>
<p style="margin: 0pt">Example: Say we have two serial ports residing at physical addresses=a000 and a400, sharing IRQ=5 and neither of which is allocated a serial device in the /etc/dev/ folder. If we have determined that Ser1 and Ser2 already exist in the /etc/dev/ folder (this is done by inspecting the folder /etc/dev/ for all serial devices), we can add two new serial devices by running the command:</p>
<p style="margin: 0pt">devc-ser8250 -u3 a000,5 -u4 a400,5</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">This is a very simple example of adding two new serial devices by using the devc-ser8250 command. Full documentation of all the options associated with this command can be found in the QNX 6 RTOS Utilities Reference Manual.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/19/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a DSerial-PCI (DSerial-PCI/LP, DSerial-PCI 3.3V, DSerial-PCI Powered) in Linux</title>
		<link>http://www.lavalink.com/dev/faq/archives/18</link>
		<comments>http://www.lavalink.com/dev/faq/archives/18#comments</comments>
		<pubDate>Tue, 21 Nov 2006 16:45:12 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=18</guid>
		<description><![CDATA[ 
Installation
 
On install during the bootup process, the Linux hardware discovery utility detects the DSerial-PCI correctly and installs it as ttyS4 and ttyS5. This setting will change depending on how many serial ports you have and how they are configured.
 
To verify proper installation you must first find out the port information (I/O range, IRQ) for each serial [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Installation</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">On install during the bootup process, the Linux hardware discovery utility detects the DSerial-PCI correctly and installs it as ttyS4 and ttyS5. This setting will change depending on how many serial ports you have and how they are configured.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To verify proper installation you must first find out the port information (I/O range, IRQ) for each serial port. To retrieve that information type at the command line:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">lspci -v</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">You will then see two separate entries for a &#8220;Serial Controller: Lava Computer MFG&#8221;. Below each will be a IRQ number and an I/O port. Write down that information for all ports (for example, IRQ 12, e400, IRQ 12, e800).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">First you must verify that the card was installed correctly. To do this at the command line type:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">setserial -a /dev/ttyS4</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>Note: ttyS4 is the first default PCI serial port. This setting may change depending on how many serial ports you have.</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If the card was correctly configured by Linux you will see the following information:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/dev/tty4, Line 4, UART 16550A, Port: 0xe400, IRQ: 12</p>
<p style="margin: 0pt">Baud_base: 115200, close_delay: 256, divisor: 0</p>
<p style="margin: 0pt">closing_wait: 15360</p>
<p style="margin: 0pt">Flags: spd_normal skip_test</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Your port and IRQ should match the information collected earlier.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you find that the information displayed does not match the above (port and IRQ should match your information), then carry on to the next step below. If the data is correct then the installation is complete.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To set the serial port to the correct settings, edit the file:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/etc/rc.d/rc.local</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Add the following lines at the end of the file:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">setserial /dev/ttyS4 port 0xe400 irq 12 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt">setserial /dev/ttyS5 port 0xe800 irq 12 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">The example above uses the information gained from the lspci -v command. The details of your information may be different. Be sure to save the added changes. On reboot all of the ports should be operational.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/18/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Serial Port Installation for jumpered cards in Windows 95/98/Me/2000/XP</title>
		<link>http://www.lavalink.com/dev/faq/archives/16</link>
		<comments>http://www.lavalink.com/dev/faq/archives/16#comments</comments>
		<pubDate>Tue, 21 Nov 2006 16:43:53 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-550</category>

		<category>DSerial-550</category>

		<category>LavaPort-ISA</category>

		<category>RS422-550</category>

		<category>SSerial-550</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=16</guid>
		<description><![CDATA[ 
These instructions are framed for the LAVA DSerial-550, but can be used for any jumpered LAVA card.
 
1) Check for available resources. Enter Device Manager By RIGHT clicking on My Computer from the desktop going to properties and then clicking the Device Manager Tab.
Double-click computer in Device Manager.
Find a number missing in here between 0 and [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"> </p>
<p style="margin: 0pt">These instructions are framed for the LAVA DSerial-550, but can be used for any jumpered LAVA card.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">1) Check for available resources. Enter Device Manager By RIGHT clicking on My Computer from the desktop going to properties and then clicking the Device Manager Tab.</p>
<p style="margin: 0pt">Double-click computer in Device Manager.</p>
<p style="margin: 0pt">Find a number missing in here between 0 and 15. If 9 is missing then set the IRQ jumper to 2. If all the IRQs are being used then you must disable a device to free up an interrupt for our card.</p>
<p style="margin: 0pt">In Device Manager open up ports COM and LPT. Record which COMs are in there. In Device Manager open up Modems. Double-click your internal modem (if you have one). Go to the Modem tab. Record the COM it is using. Set the COM jumper NOT to what you have currently recorded.</p>
<p style="margin: 0pt">I.e. if you have recorded COM1 COM2 COM3 jumper our card for COM4.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">2) Shut down your computer and place our card back in the slot.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">3) Boot into the BIOS setup. Reserve the IRQ in the BIOS setup.</p>
<p style="margin: 0pt">These instructions apply to all LAVA Cards that have IRQ jumper settings. The following steps apply to an Award BIOS version 4.51 PG. Consult your motherboard manual to find equivalent settings and how to enter your BIOS setup.</p>
<p style="margin: 0pt">Enter PNP CONFIGURATION SETUP. Change RESOURCES CONTROLLED BY from AUTO to MANUAL. Scroll down to the IRQ assigned to our card and change that IRQ from PCI/ISA PnP to Legacy ISA. Save Settings and exit.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">4) Boot back into Windows.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">5) Run Add New Hardware and let it detect our card.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">6) Go to device manager and double click the new COM port. Go to Resources and make sure that the interrupt request matches what you have set our card to.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">7) Repeat Steps 1)-6) for the second serial port.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/16/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a DSerial-550 in QNX</title>
		<link>http://www.lavalink.com/dev/faq/archives/15</link>
		<comments>http://www.lavalink.com/dev/faq/archives/15#comments</comments>
		<pubDate>Tue, 21 Nov 2006 16:43:28 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>DSerial-550</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=15</guid>
		<description><![CDATA[

 
Installation
 
Before installing the card into the system you must check for available resources. To get a general idea of the IRQ and COM port addresses in use you can you will have to check several different locations:
COM port addresses and IRQs in use can be found by executing the command &#8220;sin ar&#124;grep devc-ser8250&#8243; which will [...]]]></description>
			<content:encoded><![CDATA[<p><font face="verdana" size="3"><strong><br />
</strong></font></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Installation</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Before installing the card into the system you must check for available resources. To get a general idea of the IRQ and COM port addresses in use you can you will have to check several different locations:</p>
<p style="margin: 0pt">COM port addresses and IRQs in use can be found by executing the command &#8220;sin ar|grep devc-ser8250&#8243; which will return the arguments of process devc-ser8250 (eg. devc-ser8250 -u1 3F8,3 -u2 2F8,4 - which tells us that IRQs 3 and 4 are in use as are IO addresses 3F8 and 2F8).</p>
<p style="margin: 0pt">In addition certain IRQs may be reserved by the PCI system bus. Executing the command &#8220;pci -v |grep Interrupt&#8221; will return a listing of all the interrupt line values.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Set the jumpers on the card to any IRQ and COM port addresses NOT found in the previous step.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">NOTE: The DSerial-550 is shipped with factory default jumper settings of COM1/IRQ 3 for Port A and COM2/IRQ 4 for Port B.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">With the power turned off, insert the DSerial-550 card into any free ISA slot in your PC. Make sure the card is well seated. Turn your PC on and start QNX 6.</p>
<p style="margin: 0pt">If jumpered correctly QNX will automatically detect the presence of the DSerial-ISA card and create two devices in the folder /etc/dev/ called Ser[x] and Ser[x+1] (where x will be the first available COM port while enumerating at boot-up).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">NOTE: QNX will always enumerate Port A before Port B (i.e. Ser[x] will always refer to Port A and Ser[x+1] will always refer to Port B).</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To verify that the card has been installed you may check in either the /etc/dev/ folder, or in QNX&#8217;s System Information (Launch>Utilities>System Information). Within the System Information listing you will find a process named &#8220;devc-ser8250&#8243;. By selecting this process you will have access to several different information tabs. Selecting the Arguments tab (Args) will provide you with the exact arguments that were passed to the devc-ser8250 process at boot-up. From here you can easily determine which port is assigned to which serial device by referring to the card&#8217;s resources.</p>
<p style="margin: 0pt">For example, given the process command &#8220;devc-ser8250 -u1 3F8,3 -u2 2F8,4 -u3 a000,5&#8243; we can see that Com1 and Com2 were mapped to devices Ser1 and Ser2 respectively and our serial port at a000 was mapped to device Ser3.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Testing</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Testing the card&#8217;s functionality can be done by using QNX&#8217;s own terminal program, Qtalk, and a loopback connector. To test a port, attach the loopback connector and open up a Qtalk session by executing the command &#8220;qtalk -m /dev/ser3 -b 115200,8,n,1&#8243; on the port. While the loopback connector is attached any characters entered in Qtalk should be echoed back to the screen. Removing the loopback connector should prevent character echoing from occurring.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Troubleshooting</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If for some reason the card was not picked up by QNX at boot-up you can manually add the port by using the devc-ser8250 command.</p>
<p style="margin: 0pt">Example: Say we have two serial ports residing at physical addresses=3e8 and 2f8, using IRQ=5 and 10, respectively, and neither of which is allocated a serial device in the /etc/dev/ folder. If we have determined that Ser1 and Ser2 already exist in the /etc/dev/ folder (this is done by inspecting the folder /etc/dev/ for all serial devices), we can add two new serial devices by running the command:</p>
<p style="margin: 0pt">devc-ser8250 -u3 3e8,5 -u4 2f8,10</p>
<p style="margin: 0pt">This is a very simple example of adding two new serial devices using the devc-ser8250 command. Full documentation of all the options associated with this command can be found in the QNX 6 RTOS Utilities Reference.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/15/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing a DSerial-550 in Linux</title>
		<link>http://www.lavalink.com/dev/faq/archives/14</link>
		<comments>http://www.lavalink.com/dev/faq/archives/14#comments</comments>
		<pubDate>Tue, 21 Nov 2006 16:42:47 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>DSerial-550</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=14</guid>
		<description><![CDATA[ 
Installation
 
On install during the bootup process, Linux detects the DSerial-550 and sets the configuration for ttyS2 and ttyS3. To verify proper installation you must remember the I/O range (see table below) and IRQ each serial port was jumpered to.
 
ttyS0 = 0&#215;03f8; irq = 4
ttyS1 = 0&#215;02f8; irq = 3
ttyS2 = 0&#215;03e8; irq = 4
ttyS3 = [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><strong>Installation</strong></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">On install during the bootup process, Linux detects the DSerial-550 and sets the configuration for ttyS2 and ttyS3. To verify proper installation you must remember the I/O range (see table below) and IRQ each serial port was jumpered to.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">ttyS0 = 0&#215;03f8; irq = 4</p>
<p style="margin: 0pt">ttyS1 = 0&#215;02f8; irq = 3</p>
<p style="margin: 0pt">ttyS2 = 0&#215;03e8; irq = 4</p>
<p style="margin: 0pt">ttyS3 = 0&#215;02e8; irq = 3</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">First you must verify that the card was installed correctly. To do this at the command line type:</p>
<p style="margin: 0pt">setserial -a /dev/ttyS2</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt"><em>Note: ttyS2 refers to Com3. This may change depending on how the jumpers are configured on the card.</em></p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If the card is correctly configured in Linux you will see the following information:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/dev/tty2, Line 2, UART 16550A, Port: 0&#215;03e8, IRQ: 4</p>
<p style="margin: 0pt">Baud_base: 115200, close_delay: 256, divisor: 0</p>
<p style="margin: 0pt">closing_wait: 15360</p>
<p style="margin: 0pt">Flags: spd_normal skip_test</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Your port and IRQ should conform to the jumper settings on the card.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">If you find that the information displayed does not match the above (port and IRQ should match your jumper settings), then carry on to the next step below. If the data is correct then the installation is complete.</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">To set the serial port to the correct settings, edit the file:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">/etc/rc.d/rc.local</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Add the following lines at the end of the file:</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">setserial /dev/ttyS2 port 0&#215;03e8 irq 4 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt">setserial /dev/ttyS3 port 0&#215;02e8 irq 3 uart 16550a baud_base 115200 ^fourport</p>
<p style="margin: 0pt"> </p>
<p style="margin: 0pt">Your port/IRQ may be different depending on the jumper settings on the card. Be sure to save the added changes. On reboot all of the ports should be operational.</p>
<p style="margin: 0pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/14/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Setting Up Dial-up Networking in Windows 95/98/Me</title>
		<link>http://www.lavalink.com/dev/faq/archives/12</link>
		<comments>http://www.lavalink.com/dev/faq/archives/12#comments</comments>
		<pubDate>Tue, 21 Nov 2006 16:28:08 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>2SP-550</category>

		<category>DSerial-550</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-ISA</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-PnP</category>

		<category>LavaPort-Quad</category>

		<category>Octopus-550</category>

		<category>Quattro-PCI</category>

		<category>SP-PCI</category>

		<category>SSerial-550</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=12</guid>
		<description><![CDATA[Introduction 
Dial-up Networking Requirements: 
Windows CD
 
DNS server IP addresses (primary and secondary) from ISP:
Domain Name from ISP
Telephone number to ISP
User name for ISP
 
If dial-up networking is already installed with dial-up adapter and TCP/IP protocol then go straight to configuration.
 
 
Installation: 
 
Verify if Dial-up Networking is installed:
Check Start, Settings, Control Panel, Add Remove Programs, Windows Setup
Then check [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0px"><strong>Introduction </strong></p>
<p style="margin: 0px"><strong>Dial-up Networking Requirements: </strong></p>
<p style="margin: 0px">Windows CD</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>DNS server IP addresses (primary and secondary) from ISP:</strong></p>
<p style="margin: 0px">Domain Name from ISP</p>
<p style="margin: 0px">Telephone number to ISP</p>
<p style="margin: 0px">User name for ISP</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>If dial-up networking is already installed with dial-up adapter and TCP/IP protocol then go straight to configuration.</strong></p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>Installation: </strong></p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>Verify if Dial-up Networking is installed:</strong></p>
<p style="margin: 0px">Check Start, Settings, Control Panel, Add Remove Programs, Windows Setup</p>
<p style="margin: 0px">Then check in Communications, Details</p>
<p style="margin: 0px">If Dial-up Networking is selected, then it is installed.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>Verify if Dial-up Adapter and TCP/IP protocol is installed:</strong></p>
<p style="margin: 0px">Check Start, Settings, Control Panel, Network, Configuration</p>
<p style="margin: 0px">If Dial-up Adapter, TCP/IP protocol, and Client for Microsoft Networks is selected then they are installed.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>Installation of Network Components: </strong></p>
<p style="margin: 0px">In Start, Settings, Control Panel, Networks</p>
<p style="margin: 0px">Client for Microsoft Networks</p>
<p style="margin: 0px">Click Add Dbl Click Client</p>
<p style="margin: 0px">Choose Microsoft then Client for Microsoft Networks</p>
<p style="margin: 0px">Click OK</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>Dial-up Adapter: </strong></p>
<p style="margin: 0px">Click Add , double-click Adapter</p>
<p style="margin: 0px">Choose Microsoft then Dial-up Adapter</p>
<p style="margin: 0px">Click OK</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>TCP/IP Stack: </strong></p>
<p style="margin: 0px">Click Add, double-click Protocol</p>
<p style="margin: 0px">Choose Microsoft</p>
<p style="margin: 0px">Choose TCP/IP</p>
<p style="margin: 0px">Click OK</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>Click OK from configuration and Restart System</strong></p>
<p style="margin: 0px"> </p>
<p><strong>Configuration of TCP/IP: </strong></p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>In Start, Settings, Control Panel, Networks, TCP/IP properties the following settings are selected: </strong></p>
<p style="margin: 0px">IP Address: Obtain an IP address Automatically</p>
<p style="margin: 0px">WINS configuration: Use DHCP for WINS Resolution</p>
<p style="margin: 0px">Gateway: Leave blank</p>
<p style="margin: 0px">Bindings: Select Client for Microsoft Networks</p>
<p style="margin: 0px">Advanced: Leave with Defaults</p>
<p style="margin: 0px">DNS Configuration: Enable DNS</p>
<p style="margin: 0px">DNS Configuration: Host (username)</p>
<p style="margin: 0px">Domain Name: (domain name)</p>
<p style="margin: 0px">DNS server search order: (Primary DNS Server)(Secondary DNS Server)</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>Setup of Connection Icon: </strong></p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>Double Click My Computer, Dial-up Networking, and Make New Connection Icons </strong></p>
<p style="margin: 0px">Give Icon a name like the name of the ISP</p>
<p style="margin: 0px">If modem not displayed select modem from modem area</p>
<p style="margin: 0px">Select the highest modem speed</p>
<p style="margin: 0px">Make sure that Only Connect at this Speed is NOT selected</p>
<p style="margin: 0px">Click OK</p>
<p style="margin: 0px">Click NEXT in Make New Connection Wizard</p>
<p style="margin: 0px">Enter phone number to ISP</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>Setup of Dial-up Properties: </strong></p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>Click on the New Connection Icon just created </strong></p>
<p style="margin: 0px">Click Server Type, Pick Dial-up Server: Choose PPP as Server Type</p>
<p style="margin: 0px">In Advanced Options: Enable Software Compression Checked</p>
<p style="margin: 0px">Log On to Server: Not Checked</p>
<p style="margin: 0px">Require Encrypted password: Not Checked</p>
<p style="margin: 0px">TCP/IP: (only Protocol enabled)</p>
<p style="margin: 0px">(disable IPX &#038; NetBEUI)</p>
<p style="margin: 0px">TCP/IP settings: Make sure Server assigned IP address and Specify Name Server address are selected</p>
<p style="margin: 0px">Add Primary and Secondary Server IP addresses</p>
<p style="margin: 0px">For Primary and secondary WINS Configuration: Leave at 0.0.0.0</p>
<p style="margin: 0px">Check use IP header Compression and use Default Gateway on Remote Network</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/12/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FireDrive®: Fix for Delayed Write Errors under Windows XP/2000</title>
		<link>http://www.lavalink.com/dev/faq/archives/11</link>
		<comments>http://www.lavalink.com/dev/faq/archives/11#comments</comments>
		<pubDate>Tue, 21 Nov 2006 16:27:26 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>FireDrive</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=11</guid>
		<description><![CDATA[ 
At times when using the FireDrive with Windows 2000 or Windows XP a &#8220;Delayed write error&#8221; will appear. This message may also be accompanied by corrupted or cross-linked files on the FireDrive&#8217;s hard disk. To fix this problem, follow the steps below:
 
1) Enter the disk management utility which is located under Control Panel >Administrative Tools [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0px"> </p>
<p style="margin: 0px">At times when using the FireDrive with Windows 2000 or Windows XP a &#8220;Delayed write error&#8221; will appear. This message may also be accompanied by corrupted or cross-linked files on the FireDrive&#8217;s hard disk. To fix this problem, follow the steps below:</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">1) Enter the disk management utility which is located under Control Panel >Administrative Tools > Computer Management.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">2) In the right hand window, each of the drives in your system will be listed. For each one, right click on the drive and select &#8220;Change Drive Letter and Path.&#8221;</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">3) In the window that appears, highlight the drive again and select &#8220;Edit&#8221; (or &#8220;Change&#8221; in XP). Leave the settings as they are and select OK (or Cancel in XP as the OK button is grayed out).</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">4) Below the listing of drives will be a graphical interpretation of the partition table. For each device (ie. Zip Drives, CD-RW, etc.) right-click and again choose &#8220;Change Drive Letter and Path&#8221; and then exit the window.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">5) Reboot your computer and attempt a file transfer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/11/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Configuring a Backpack CD-RW Drive with non-ECP Parallel cards</title>
		<link>http://www.lavalink.com/dev/faq/archives/10</link>
		<comments>http://www.lavalink.com/dev/faq/archives/10#comments</comments>
		<pubDate>Tue, 21 Nov 2006 16:26:48 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>2SP-550</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-Plus</category>

		<category>Parallel Bi-directional</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>SP-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=10</guid>
		<description><![CDATA[Backpack Type: Backpack CD-RW Drive
Backpack Software Version: Any software
Operating System: Windows 95/98/Me/2000
Other Related Hardware: LAVA PCI Parallel Port add-on card
 
Issue Details: 
Backpack Not Found or Read Errors when connected to a LAVA PCI parallel port add-on card.
 
Resolution:
Limitations of the EPP Capabilities of the LAVA PCI parallel port card require that it be used in EPP-byte [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0px">Backpack Type: Backpack CD-RW Drive</p>
<p style="margin: 0px">Backpack Software Version: Any software</p>
<p style="margin: 0px">Operating System: Windows 95/98/Me/2000</p>
<p style="margin: 0px">Other Related Hardware: LAVA PCI Parallel Port add-on card</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>Issue Details: </strong></p>
<p style="margin: 0px">Backpack Not Found or Read Errors when connected to a LAVA PCI parallel port add-on card.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>Resolution:</strong></p>
<p style="margin: 0px">Limitations of the EPP Capabilities of the LAVA PCI parallel port card require that it be used in EPP-byte mode. To achieve this with Backpack Plug and Play software for Windows, access the Backpack Finder utility in Control Panel and under the &#8220;Finder Settings&#8221; tab, uncheck the EPP (DWORD) and EPP (WORD) options. After making the change, unplug the Backpack data cable or eject the Backpack PC Card, then plug it back in. Backpack&#8217;s &#8220;Data Transfer Mode&#8221; (under the Devices tab) should appear as EPP (BYTE).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Changing Parallel Port Addresses in Windows Safe Mode</title>
		<link>http://www.lavalink.com/dev/faq/archives/9</link>
		<comments>http://www.lavalink.com/dev/faq/archives/9#comments</comments>
		<pubDate>Tue, 21 Nov 2006 16:26:02 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-Plus</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>SP-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=9</guid>
		<description><![CDATA[On some systems that have Windows 95/98/Me preinstalled on them there are policies set that disable the capability to change resources in Device Manager. You can however change these resources from Safe Mode. The following steps will help you with that:
 
1) Shut down the computer.
 
2) Upon boot-up tap the F8 key or hold down the [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0px">On some systems that have Windows 95/98/Me preinstalled on them there are policies set that disable the capability to change resources in Device Manager. You can however change these resources from Safe Mode. The following steps will help you with that:</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">1) Shut down the computer.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">2) Upon boot-up tap the F8 key or hold down the CTRL key. This will take you to the Windows Startup Menu.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">3) Choose Safe Mode.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">4) In safe mode go to Device Manager by right-clicking on My Computer and entering Properties.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">5) In Ports COM and LPT double-click the LAVA PCI parallel card and enter the Resources tab.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">6) Uncheck Use Automatic Settings and change the port to the appropriate address from there.</p>
<p style="margin: 0px"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/9/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Changing Parallel-PCI Port Address Range to 378</title>
		<link>http://www.lavalink.com/dev/faq/archives/8</link>
		<comments>http://www.lavalink.com/dev/faq/archives/8#comments</comments>
		<pubDate>Tue, 21 Nov 2006 16:23:53 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-Plus</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>SP-PCI</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=8</guid>
		<description><![CDATA[Useful for scanners, etc.  (Applies to Windows 95/98/Me)
1) Go to Control Panel &#124; Add Remove Programs and uninstall everything related to your scanner and printer from here.
2) Shut down and reboot into the BIOS setup on your computer. Enter the Integrated Peripheral menu and change your computer&#8217;s parallel port address to 3bc or 278. Save [...]]]></description>
			<content:encoded><![CDATA[<p>Useful for scanners, etc.  (Applies to Windows 95/98/Me)</p>
<p>1) Go to Control Panel | Add Remove Programs and uninstall everything related to your scanner and printer from here.</p>
<p>2) Shut down and reboot into the BIOS setup on your computer. Enter the Integrated Peripheral menu and change your computer&#8217;s parallel port address to 3bc or 278. Save these new settings and exit the BIOS and boot into Windows. Consult your motherboard&#8217;s manual for instructions how to enter the BIOS setup and where to find the setting for your motherboard&#8217;s parallel port address.</p>
<p>3) As you are booting up (In Windows 98, before you see the Windows 98 Splash Screen), tap the F8 key. This will take you to the Windows Startup Menu. If you do not see the Startup Menu before the splash screen, then you missed it and you must boot back into Windows, then reboot normally and tap that F8 key until you get to the Windows Startup Menu by tapping the F8 key.</p>
<p>4) Choose Safe Mode (number 3) and boot into Windows Safe Mode.</p>
<p>5) Once you are in Safe Mode go to Device Manager by right-clicking on My Computer then Properties then click the Device Manager tab.</p>
<p>6) In Ports COM and LPT, double-click the LAVA Parallel-PCI and enter resources. Click Set Configuration Manually and then uncheck Use Automatic Settings.</p>
<p>7) Double-click the words Input Output Range and delete the settings in there and type the following settings in there instead: 0378-037F</p>
<p>then click OK.</p>
<p>8) Double-click the words Interrupt Request and type in 10. Click OK.</p>
<p>9) Click OK for the LAVA Parallel-PCI.</p>
<p>10) If there is more than one reference to the LAVA Parallel-PCI in Ports COM and LPT then perform steps 6-9 for the other references to the LAVA Parallel-PCI also.</p>
<p>11) Exit out of Device Manager and let Windows reboot in Normal mode.</p>
<p>12) Once you are back into Windows reinstall the software for your scanner and printer.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/8/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Solving Boot Problems with IBM 300 GL Systems</title>
		<link>http://www.lavalink.com/dev/faq/archives/7</link>
		<comments>http://www.lavalink.com/dev/faq/archives/7#comments</comments>
		<pubDate>Mon, 20 Nov 2006 21:28:19 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-Quad</category>

		<category>Octopus-550</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>Quattro-PCI</category>

		<category>SP-PCI</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=7</guid>
		<description><![CDATA[I am running an IBM 300 GL computer that has a LAVA PCI card in it. When I boot up I get a Parity error! Is there a BIOS setup setting that I can modify to get the system to boot normally?
This problem occurs on certain IBM machines. There is a BIOS setting that can [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0px">I am running an IBM 300 GL computer that has a LAVA PCI card in it. When I boot up I get a Parity error! Is there a BIOS setup setting that I can modify to get the system to boot normally?</p>
<p style="margin: 0px">This problem occurs on certain IBM machines. There is a BIOS setting that can ensure that the system boots up normally while the card is in the system.</p>
<p style="margin: 0px">In your BIOS setup go to: Advanced Setup | PCI control and set PCI Parity Control to Disabled.</p>
<p style="margin: 0px"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Solving PCI Boot Problems with Various IBM &#038; Compaq Systems</title>
		<link>http://www.lavalink.com/dev/faq/archives/6</link>
		<comments>http://www.lavalink.com/dev/faq/archives/6#comments</comments>
		<pubDate>Mon, 20 Nov 2006 21:26:58 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-PCI</category>

		<category>DSerial-PCI</category>

		<category>DSerial-PCI/LP</category>

		<category>Dual Parallel-PCI</category>

		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-Quad</category>

		<category>Octopus-550</category>

		<category>Parallel-PCI</category>

		<category>Parallel-PCI 3.3V</category>

		<category>Parallel-PCI/LP</category>

		<category>Quattro-PCI</category>

		<category>SP-PCI</category>

		<category>SSerial-PCI</category>

		<category>SSerial-PCI/LP</category>

		<category>DSerial-PCI 3.3V</category>

		<category>DSerial-PCI Powered</category>

		<category>Quattro-PCI Powered</category>

		<category>Quattro-PCI 3.3V</category>

		<category>Quattro-PCI/LP</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=6</guid>
		<description><![CDATA[On some IBM and COMPAQ machines some BIOS (CMOS) setup settings could cause the machine not to boot up completely.
Change BIOS settings without the card in the system.
 
NOTE: Not all systems have all these settings. Included are a few of the settings that have caused problems on various IBM and COMPAQ machines. Consult your IBM [...]]]></description>
			<content:encoded><![CDATA[<p>On some IBM and COMPAQ machines some BIOS (CMOS) setup settings could cause the machine not to boot up completely.</p>
<p style="margin: 0px">Change BIOS settings without the card in the system.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>NOTE: </strong>Not all systems have all these settings. Included are a few of the settings that have caused problems on various IBM and COMPAQ machines. Consult your IBM or COMPAQ manual for instructions on how to enter the setup and where to find these settings.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">Enter the BIOS and go to Advanced and then BUS Options.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">Verify that:</p>
<p style="margin: 0px">Plug and Play OS Installed is set to NO or DISABLED.</p>
<p style="margin: 0px">PCI Parity is set to Disabled.</p>
<p style="margin: 0px">PCI Bus Mastering is set to Enabled.</p>
<p style="margin: 0px">PCI Adapter Reset is set to Disabled.</p>
<p style="margin: 0px">PCI Adapter Reset on Warm Boot.</p>
<p style="margin: 0px"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installation Instructions for 2SP-ISA [2SP-550]</title>
		<link>http://www.lavalink.com/dev/faq/archives/5</link>
		<comments>http://www.lavalink.com/dev/faq/archives/5#comments</comments>
		<pubDate>Mon, 20 Nov 2006 21:24:35 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-550</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=5</guid>
		<description><![CDATA[ 
 
SERIAL PORTS
 
 
1) Check for available resources. Enter Device Manager By RIGHT clicking on My Computer from the desktop, going to properties and then clicking the Device Manager Tab.
Double-click computer in Device Manager.
Find a number missing in here between 0 and 15. If 9 is missing then set the IRQ jumper to 2. If all the [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>SERIAL PORTS</strong></p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">1) Check for available resources. Enter Device Manager By RIGHT clicking on My Computer from the desktop, going to properties and then clicking the Device Manager Tab.</p>
<p style="margin: 0px">Double-click computer in Device Manager.</p>
<p style="margin: 0px">Find a number missing in here between 0 and 15. If 9 is missing then set the IRQ jumper to 2. If all the IRQs are being used then you must disable a device to free up an interrupt for our card.</p>
<p style="margin: 0px">In Device Manager open up ports COM and LPT. Record which COMs are</p>
<p style="margin: 0px">in there. In device Manager open up Modems. Double-click the your internal</p>
<p style="margin: 0px">modem (if you have one). Go to the Modem tab. Record the COM it is using.</p>
<p style="margin: 0px">Set the COM jumper NOT to what you have currently recorded.</p>
<p style="margin: 0px">I.E. if you have recorded COM1 COM2 COM3 jumper our card for COM4</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">2) Shut down your computer and place our card back in the slot.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">3) Boot into the BIOS setup. Reserve the IRQ in the BIOS setup.</p>
<p style="margin: 0px">The following sequence applies to all LAVA cards that have IRQ jumper settings. It describes the steps with an Award BIOS version 4.51 PG. Consult your motherboard manual to find similar settings changes and how to enter your BIOS setup.</p>
<p style="margin: 0px">Enter PNP CONFIGURATION SETUP. Change RESOURCES CONTROLLED BY from AUTO to MANUAL. Scroll down to the IRQ assigned to our card and change that IRQ from PCI/ISA PnP to Legacy ISA. Save Settings and exit.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">4) Boot back into Windows.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">5) Run Add New Hardware and let it detect our card.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">6) Go to Device Manager and double click the new COM port. Go to Resources and make sure that the Interrupt Request matches what you have set our card to.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">7) Repeat Steps 1)-6) for the second serial port.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>PARALLEL PORT</strong></p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>PART 1 </strong>&#8211; DETERMINE SETUP</p>
<p style="margin: 0px">INSTALLATION PROCEDURE FOR LAVA PARALLEL BIDIR ISA CARD</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">Setting Jumpers on LAVA card</p>
<p style="margin: 0px">Enter Device Manager By RIGHT clicking on My Computer from the desktop, going to properties and then clicking the Device Manager Tab.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">1) Input Output Range</p>
<p style="margin: 0px">Open up Ports COM and LPT by clicking on the plus to the left of it once.</p>
<p style="margin: 0px">Double-click the LPT1 and enter the Resources tab.</p>
<p style="margin: 0px">If the Input Output Range is set to 0378-037A then set the jumper on for Input Output Range on the LAVA card to LPT2 278/F. If the Input Output Range is set to 03bc-03be then set the jumper</p>
<p style="margin: 0px">on for Input Output Range on the LAVA card to LPT1 378/F.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">2) Interrupt Request (IRQ)</p>
<p style="margin: 0px">Enter Device Manager By RIGHT clicking on My Computer from the</p>
<p style="margin: 0px">desktop, going to properties and then clicking the Device Manager Tab.</p>
<p style="margin: 0px">Double-click computer in Device Manager.</p>
<p style="margin: 0px">Find a number between missing in here between 0 and 15. If IRQs 5 and 7 are both being used then you must install our card without an IRQ (polled mode) so remove the IRQ jumper from the card completely.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>PART 2 </strong>&#8211; JUMPER THE CARD</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">Install the LAVA Parallel BIDIR card with this method.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">1) Set the jumpers on our card to the correct LPT and IRQ, then put our card into an ISA slot (with the power off.)(STEP A ABOVE)</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">2) If you are installing the LAVA card without an IRQ (polled mode) then go to Add New HardWare from Control Panel and let it detect the card and you are finished after the system reboots your computer (skip steps); otherwise, then go to Add New HardWare from Control Panel and don&#8217;t let it detect the card.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">3) In the Window where it says Select the type of hardware you want to install Choose Ports (COM &#038; LPT) and then click Next.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">4) In this next window for Manufacturers choose (Standard port types) and choose Printer Port for Port Types.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">5) Click Next and then Finish. When it asks to Reboot, DON&#8217;T!!!!! (Click no)</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">6) Go to Start - Settings - Control Panel - System - and enter the Device Manager tab.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">7) Double-click the Printer port with the exclamation mark and enter Resources.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">8) Choose Basic Configuration 1 and configure the card to the correct I/O address (by highlighting Input Output Range and clicking Change Setting and then scrolling up to resource you set our card to by jumpers), and IRQ (by highlighting Interrupt Request and clicking Change Setting and then scrolling up to resource you set our card to by jumpers.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">9) Click Ok and Ok and let Windows restart.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">10) Verify that our port has installed by going to device manager and clicking Ports (COM &#038; LPT) and if you have LPT1 and LPT2 then you successfully installed our card!</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting 230K in Dialup Networking</title>
		<link>http://www.lavalink.com/dev/faq/archives/4</link>
		<comments>http://www.lavalink.com/dev/faq/archives/4#comments</comments>
		<pubDate>Mon, 20 Nov 2006 21:23:20 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>LavaPort-650</category>

		<category>LavaPort-PCI</category>

		<category>LavaPort-ISA</category>

		<category>LavaPort-Plus</category>

		<category>LavaPort-PnP</category>

		<category>LavaPort-Quad</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=4</guid>
		<description><![CDATA[ 
 
 
Question:
 
 
I have my TA installed on a LavaPort with Windows NT 4.0 and my TA configured and installed using its 230400 modem installation file but Dial Up Networking does not have that 230400 setting. I tried editing the Connection to no avail. What should I do?
 
 
Answer:
 
 
 
Dial up Networking takes its initial speed setting from the [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>Question:</strong></p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">I have my TA installed on a LavaPort with Windows NT 4.0 and my TA configured and installed using its 230400 modem installation file but Dial Up Networking does not have that 230400 setting. I tried editing the Connection to no avail. What should I do?</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>Answer:</strong></p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">Dial up Networking takes its initial speed setting from the maximum setting set in Control Panel modems. To make sure that Dial Up Networking has that 230400 setting in it, make sure that you configure the modem to 230400 in Control Panel modems and then add the New Dial Up Networking Connection. If you have already added that connection and it only has that 115200 setting then delete that connection, configure the modem and add a New Dial Up Networking Connection.</p>
<p><strong>Question:</strong></p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">My Terminal Adapter needs to have an AT command sent to it to configure it to 230400. After I send it that command I can&#8217;t get a response in my terminal application. What should I do?</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>Answer:</strong></p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">Many terminal adapters can only autobaud up to 115200 after that they have to be set to a fixed rate of 230400 that is why you have to send it that AT command. The response you are getting when it does not respond in your terminal application is normal. Don&#8217;t worry about it. Simply disconnect or hangup after sending that AT command. Configure your baud rate in your application to 230400 and then connect again. At this point you will be getting a response from your TA and you can complete your installation.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Setting BIOS for Jumpered Cards</title>
		<link>http://www.lavalink.com/dev/faq/archives/3</link>
		<comments>http://www.lavalink.com/dev/faq/archives/3#comments</comments>
		<pubDate>Mon, 20 Nov 2006 20:57:10 +0000</pubDate>
		<dc:creator>webfrge</dc:creator>
		
		<category>2SP-550</category>

		<category>DSerial-550</category>

		<category>LavaPort-ISA</category>

		<category>Parallel Bi-directional</category>

		<category>Parallel-ECP/EPP</category>

		<category>RS422-550</category>

		<category>SSerial-550</category>

		<guid isPermaLink="false">http://www.lavalink.com/dev/faq//?p=3</guid>
		<description><![CDATA[I have installed my LAVA card that has jumpers into my Operating System correctly. However, when I try to use the card the OS reports that the card is not functioning properly. What should I do?
 
Answer:
 
The answer to this question applies to all LAVA cards that have IRQ jumper settings. To correct this situation it [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0px">I have installed my LAVA card that has jumpers into my Operating System correctly. However, when I try to use the card the OS reports that the card is not functioning properly. What should I do?</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px"><strong>Answer:</strong></p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">The answer to this question applies to all LAVA cards that have IRQ jumper settings. To correct this situation it is necessary to make some BIOS setting changes. The following description applies to an Award BIOS version 4.51 PG. Consult your motherboard manual to find equivalent setting changes and how to enter your BIOS setup.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">Enter PNP CONFIGURATION SETUP.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">Change RESOURCES CONTROLLED BY from AUTO to MANUAL.</p>
<p style="margin: 0px"> </p>
<p style="margin: 0px">Scroll down to the IRQ(s) assigned to our card and change that IRQ from PCI/ISA PnP to Legacy ISA.</p>
<p style="margin: 0px"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lavalink.com/dev/faq/archives/3/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
