Well said Harry, my members in the retirement village just want things to work, the terminal would terrify most of them.  I have waited until I was confident of back-up for Ubuntu, which we now have, and will be introducing it when LTS version 10.04 arrives.<div>
<br></div><div>Regards,</div><div><br></div><div>Tony<br><br><div class="gmail_quote">On 30 March 2010 18:42, <a href="mailto:harry@ipunix.com">harry@ipunix.com</a> <span dir="ltr">&lt;<a href="mailto:harry@ipunix.com">harry@ipunix.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><font style="font-family:Arial, Helvetica, sans-serif;font-size:10pt">Hi Dale,<br>
<br>
Thanks for your input, much appreciated; however the point that I am making is that we must think along the lines of someone plugging in a device and it will work, like with searching for a printer. As long as this function is not complete we will not see much laptop/notebook users convert to Linux (Ubuntu).<br>

<br>
Using the terminal should only be for a Linux expert or a keen user that wants to learn and experiment.<br>
<br>
Regards,<br>
<br>
Harry Degenaar<br>
<br>
<div></div>
<br>
<br>
<span style="font-family:tahoma,arial,sans-serif;font-size:13px"><hr size="2" width="100%" align="center">
<strong>From</strong>: &quot;Dale&quot; &lt;<a href="mailto:quail.linux@gmail.com" target="_blank">quail.linux@gmail.com</a>&gt;<br>
<strong>Sent</strong>: Tuesday, March 30, 2010 10:39 AM<br>
<strong>To</strong>: <a href="mailto:harry@ipunix.com" target="_blank">harry@ipunix.com</a><br>
<strong>Subject</strong>: Re: Linux and Ubuntu on Laptops &amp; Notebooks</span><br>
<br>
On 29 March 2010 14:17, <a href="mailto:harry@ipunix.com" target="_blank">harry@ipunix.com</a>  wrote:<br>
<br>
.......<br>
&gt; Currently one item most important to the laptop/notebook user is the use of<br>
&gt; a Next &quot;G&quot; wireless broadband modem. Telstra, Virgin and all other providers<br>
&gt; that I know off give no support for Linux at all. There is support for<br>
&gt; wireless broadband modems in some of the implementations of Linux such as<br>
&gt; Ubuntu, however to get a device to actually work is a hit and miss exercise.<br>
&gt;<br>
&gt; I would like to know on any of you that have experience in getting a Next<br>
&gt; &quot;G&quot; wireless broadband modem to work on Ubuntu.<br>
&gt;<br>
<br>
Hi Harry,<br>
<br>
I have had no problems getting getting 3G to work under Linux with<br>
wvdial or pppd. I don&#39;t use network-manager (aka network-mangler) as<br>
it is just to problematic. Also the WICD[1] network manager has<br>
support planned for PPP, PPPoE, and Mobile Broadband for version 2.0<br>
which will be released in the late future.<br>
<br>
If you not mind using terminal, read on<br>
<br>
here is basically my pppd dial demand setup on firewall/gateway/router<br>
<br>
# cat /etc/ppp/peers/internode<br>
/dev/ttyUSB1<br>
460800<br>
crtscts<br>
modem<br>
noauth<br>
defaultroute<br>
noipdefault<br>
noccp<br>
nobsdcomp<br>
novj<br>
user &quot;&quot;<br>
password &quot;&quot;<br>
connect &quot;/usr/sbin/chat -f /etc/ppp/peers/chat-internode&quot;<br>
idle 300<br>
persist<br>
demand<br>
logfd 6<br>
<br>
<br>
# cat /etc/ppp/peers/chat-internode<br>
ABORT BUSY<br>
ABORT ERROR<br>
ABORT &#39;NO CARRIER&#39;<br>
REPORT CONNECT<br>
TIMEOUT 10<br>
&quot;&quot; &quot;ATZ&quot;<br>
OK AT+CGDCONT=1,&quot;ip&quot;,&quot;internode&quot;<br>
OK &quot;ATE1V1&amp;D2&amp;C1S0=0+IFC=2,2&quot;<br>
OK &quot;AT+IPR=115200&quot;<br>
OK &quot;ATE1&quot;<br>
TIMEOUT 60<br>
&quot;&quot; &quot;ATD*99***1#&quot;<br>
CONNECT &#39;\d\c&#39;<br>
<br>
And as root all you need to do is issue the commands for example,<br>
pon internode - connects to provider (internets)<br>
poff - disconnects for internets (provider)<br>
<br>
<br>
And for a wvdial setup you can refer to this post[1] and there a gui<br>
that can be used with wvdial called gnome-ppp.<br>
<br>
Regards<br>
Dale<br>
<br>
[1] <a href="http://wicd.sourceforge.net/" target="_blank">http://wicd.sourceforge.net/</a><br>
[2] <a href="http://quail.southernvaleslug.org/webblog/archives/136" target="_blank">http://quail.southernvaleslug.org/webblog/archives/136</a><br>
-- <br>
[WWW] <a href="http://quail.southernvaleslug.org/" target="_blank">http://quail.southernvaleslug.org/</a><br>
&quot;The significant problems we face cannot be solved at the same level<br>
of thinking we were at when we created them&quot; - Albert Einstein<br>
<br>
</font>
<br>--<br>
ubuntu-au mailing list<br>
<a href="mailto:ubuntu-au@lists.ubuntu.com">ubuntu-au@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-au" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-au</a><br>
<br></blockquote></div><br></div>