Hi Mark,<br><br>Not sure if this is of any help to you, however last night I successfully connected to the internet using Ubuntu 7.10 and my Samsung Next G mobile phone, via the USB cable.<br><br>Here's what I did:<br>
<br>* SU to root<br><br> user@pc:~$ su<br> password: xxxxxxx<br><br>* edit your wvdial.conf settings as follows<br><br> root@pc:/home/user# cd /etc<br> root@pc:/etc# nano wvdial.conf<br><br>* delete everything from the file except the 'Dialer Defaults' heading (if there is none add one enclosed with '[' and ']') and add the following (Username and Password will be different depending on provider)
<br><br> Modem = /dev/ttyACM0<br> Phone = *99#<br> Modem Type = USB Modem<br> Baud = 115200<br> Dial Attempts = 2<br> Username = vdata<br> Password = vdata<br><br>* Save the file by pressing CTRL-O (Output) and then CTRL-X to exit nano (I love nano to bits - just be careful for whitespace sensitive files, for those use VI)
<br><br>* Depending on your mobile phone you may need to set it to be a modem or internet connection. Plug in your USB data cable ( Phone must be on… snigger :D )<br><br>* Exec the following at any point, root or not to establish an internet connection.
<br><br> sudo wvdial<br><br>* Wait a while for a connection to take place - you can watch the output window ;)<br><br>* Enjoy surfing<br><br>Let me know if you have any luck with that!<br>Cheers<br>Blake Munro<br>VK6FBNZ
<br><br><div class="gmail_quote">On Jan 9, 2008 8:31 PM, Sridhar Dhanapalan <<a href="mailto:sridhar@dhanapalan.com">sridhar@dhanapalan.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, 9 Jan 2008, "Mark M Lambert" <<a href="mailto:mark+linux.ubuntu@marklambert.net">mark+linux.ubuntu@marklambert.net</a>><br>wrote:<br><div class="Ih2E3d">> Hi folks,<br>><br>> I have a friend that wants to dump Vista and try Ubuntu on her laptop.
<br>> She uses a Virgin Mobile Broadband USB modem (on the 3G network) and I<br>> can't find any easy ways of getting it to work in Linux. Has anyone on<br>> this list had any success with a similar device?<br>
<br></div>I vaguely recollect that there are some people in SLUG who were/are looking<br>for the same thing. I suggest that you check the archives on the main<br><a href="mailto:slug@slug.org.au">slug@slug.org.au</a> list, and if you don't find anything ask on that list.
<br><font color="#888888"><br><br>--<br>"Customers constantly evaluate other desktop platforms, [but] it would be so<br>much work to move over that they hope we just improve Windows rather than<br>force them to move. In short, without this exclusive franchise called the
<br>Windows API, we would have been dead a long time ago."<br> - Microsoft C++ General Manager Aaron Contorer, 1997<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>