View | Details | Raw Unified | Return to bug 123471
Collapse All | Expand All

(-)chapter.sgml (-5 / +5 lines)
Lines 339-347 Link Here
339
	      <listitem>
339
	      <listitem>
340
		<para>Identifies the device to which the modem is
340
		<para>Identifies the device to which the modem is
341
		  connected.  <devicename>COM1</devicename> is
341
		  connected.  <devicename>COM1</devicename> is
342
		  <filename>/dev/cuaa0</filename> and
342
		  <filename>/dev/cuaa0</filename> (or <filename>/dev/cuad0</filename> under &os;&nbsp;6.X) and
343
		  <devicename>COM2</devicename> is
343
		  <devicename>COM2</devicename> is
344
		  <filename>/dev/cuaa1</filename>.</para>
344
		  <filename>/dev/cuaa1</filename> (or <filename>/dev/cuad1</filename>).</para>
345
	      </listitem>
345
	      </listitem>
346
	    </varlistentry>
346
	    </varlistentry>
347
347
Lines 1758-1764 Link Here
1758
	  required to rebuild the kernel.
1758
	  required to rebuild the kernel.
1759
	  When matching up sio modem is on <devicename>sio1</devicename> or
1759
	  When matching up sio modem is on <devicename>sio1</devicename> or
1760
          <devicename>COM2</devicename> if you are in DOS, then your
1760
          <devicename>COM2</devicename> if you are in DOS, then your
1761
	  modem device would be <filename>/dev/cuaa1</filename>.</para>
1761
	  modem device would be <filename>/dev/cuaa1</filename> (or <filename>/dev/cuad1</filename> under &os;&nbsp;6.X).</para>
1762
    </sect2>
1762
    </sect2>
1763
1763
1764
    <sect2>
1764
    <sect2>
Lines 1782-1788 Link Here
1782
      <screen>ppp ON example&gt; <userinput>set device <filename>/dev/cuaa1</filename></userinput></screen>
1782
      <screen>ppp ON example&gt; <userinput>set device <filename>/dev/cuaa1</filename></userinput></screen>
1783
1783
1784
      <para>We set our modem device, in this case it is
1784
      <para>We set our modem device, in this case it is
1785
	<devicename>cuaa1</devicename>.</para>
1785
	<devicename>cuaa1</devicename> (or <devicename>cuad1</devicename> under &os;&nbsp;6.X).</para>
1786
1786
1787
      <screen>ppp ON example&gt; <userinput>set speed 115200</userinput></screen>
1787
      <screen>ppp ON example&gt; <userinput>set speed 115200</userinput></screen>
1788
1788
Lines 2415-2421 Link Here
2415
      <para>First, determine which serial port your modem is connected to.
2415
      <para>First, determine which serial port your modem is connected to.
2416
	Many people set up a symbolic link, such as
2416
	Many people set up a symbolic link, such as
2417
	<filename>/dev/modem</filename>, to point to the real device name,
2417
	<filename>/dev/modem</filename>, to point to the real device name,
2418
	<filename>/dev/cuaaN</filename> (or <filename>/dev/cuadN</filename> under &os;&nbsp;6.X).  This allows you to
2418
	<filename>/dev/cuaa<replaceable>N</replaceable></filename> (or <filename>/dev/cuad<replaceable>N</replaceable></filename> under &os;&nbsp;6.X).  This allows you to
2419
	abstract the actual device name should you ever need to move
2419
	abstract the actual device name should you ever need to move
2420
	the modem to a different port.  It can become quite cumbersome when you
2420
	the modem to a different port.  It can become quite cumbersome when you
2421
	need to fix a bunch of files in <filename>/etc</filename> and
2421
	need to fix a bunch of files in <filename>/etc</filename> and

Return to bug 123471