Add more information about Alcatel SpeedTouch USB

PR:		docs/50977
Submitted by:	Dominic Marks <dom@cus.org.uk>,
		Jason Mann <jason@b0rken.org>
This commit is contained in:
Murray Stokely 2003-05-04 13:29:52 +00:00
parent 0d2e08017f
commit 9e9e98f110
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16786

View file

@ -2141,6 +2141,43 @@ ppp_profile="name_of_service_provider"</programlisting>
linkend="ports">ports collection</link>. Install the
<filename role="package">net/pppoa</filename> port and follow the
instructions provided with it.</para>
<para>Like many USB devices, the Alcatel SpeedTouch USB needs to
download firmware from the host computer to operate properly.
It is possible to automate this process in &os; so that this
transfer takes place whenever the device is plugged into a USB
port. The following information can be added to the
<filename>/etc/usbd.conf</filename> file to enable this
automatic firmware transfer. This file must be edited as the
<username>root</username> user.
<programlisting>device "Alcatel SpeedTouch USB"
devname "ugen[0-9]+"
vendor 0x06b9
product 0x4061
attach "/usr/local/sbin/modem_run -f /usr/local/libdata/mgmt.o"</programlisting>
<para>To enable the USB daemon, <application>usbd</application>,
put the following the line into
<filename>/etc/rc.conf</filename>.</para>
<programlisting>usbd_enable="YES"</programlisting>
<para>It is also possible to set up
<application>PPP</application> to dial up at startup. To do
this add the following lines to
<filename>/etc/rc.conf</filename>. Again, for this procedure
you will need to be logged in as the <username>root</username>
user.</para>
<programlisting>ppp_enable="YES"
ppp_mode="ddial"
ppp_profile="adsl"</programlisting>
<para>For this to work correctly you will need to have used the
sample <filename>ppp.conf</filename> which is supplied with the
<filename role="package">net/pppoa</filename> port.</para>
</sect2>
<sect2>