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

(-)chapter.sgml (-3 / +37 lines)
Lines 2138-2146 ppp_profile="name_of_service_provider"</ Link Here
2138
	base system of FreeBSD.</para>
2138
	base system of FreeBSD.</para>
2139
2139
2140
      <para>To install the software, simply use the <link
2140
      <para>To install the software, simply use the <link
2141
	  linkend="ports">ports collection</link>. Install the
2141
        linkend="ports">ports collection</link>.  Install the
2142
	<filename role="package">net/pppoa</filename> port and follow the
2142
        <filename role="package">net/pppoa</filename> port and follow
2143
	instructions provided with it.</para>
2143
        instructions which come with it.</para>
2144
2145
      <para>Like many USB devices the Alcatel SpeedTouch USB needs to
2146
        download firmware from the host computer to be usable.  It is
2147
        possible to automate this process in &os; so that this is done
2148
        whenever the device is plugged into a USB port.  The following
2149
        information needs to be added to
2150
        <filename>/etc/usbd.conf</filename> and to do this you will need
2151
        to be logged in as the <username>root</username> user.
2152
2153
      <programlisting>device "Alcatel SpeedTouch USB"
2154
    devname "ugen[0-9]+"
2155
    vendor 0x06b9
2156
    product 0x4061
2157
    attach "/usr/local/sbin/modem_run -f /usr/local/libdata/mgmt.o"</programlisting>
2158
2159
     <para>To enable the USB daemon, <application>usbd</application> put
2160
       following line into <filename>/etc/rc.conf</filename>.</para>
2161
2162
     <programlisting>usbd_enable="YES"</programlisting>
2163
2164
     <para>It is also possible to set up <application>PPP</application>
2165
       to dial up at startup.  To do this add the following lines to
2166
       <filename>/etc/rc.conf</filename>, again for this procedure you
2167
       will need to be logged in as the <username>root</username>
2168
       user.</para>
2169
2170
     <programlisting>ppp_enable="YES"
2171
ppp_mode="ddial"
2172
ppp_profile="adsl"</programlisting>
2173
2174
     <para>For this to work correctly you will need to have used the
2175
       sample <filename>ppp.conf</filename> which is supplied with the
2176
       <filename role="package">net/pppoa</filename> port.</para>
2177
     
2144
    </sect2>
2178
    </sect2>
2145
2179
2146
    <sect2>
2180
    <sect2>

Return to bug 50977