<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Ubuntu India Forums Topic: Configuring Huawei T1 ETS2288 WLL in Ubuntu 9.04 wubi install</title>
		<link>http://forum.ubuntu-in.info/topic/configuring-huawei-t1-ets2288-wll-in-ubuntu-904-wubi-install</link>
		<description>The Official Forums of the Ubuntu Indian Team</description>
		<language>en-US</language>
		<pubDate>Sat, 13 Mar 2010 04:03:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forum.ubuntu-in.info/search.php</link>
		</textInput>
		<atom:link href="http://forum.ubuntu-in.info/rss/topic/configuring-huawei-t1-ets2288-wll-in-ubuntu-904-wubi-install" rel="self" type="application/rss+xml" />

		<item>
			<title>virginbala on "Configuring Huawei T1 ETS2288 WLL in Ubuntu 9.04 wubi install"</title>
			<link>http://forum.ubuntu-in.info/topic/configuring-huawei-t1-ets2288-wll-in-ubuntu-904-wubi-install#post-119</link>
			<pubDate>Sat, 04 Jul 2009 13:12:49 +0000</pubDate>
			<dc:creator>virginbala</dc:creator>
			<guid isPermaLink="false">119@http://forum.ubuntu-in.info/</guid>
			<description>&#60;p&#62;i can't browse webpages.. i caoonected through terminal&#60;br /&#62;
&#60;strong&#62;wvdial huawei&#60;/strong&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>virginbala on "Configuring Huawei T1 ETS2288 WLL in Ubuntu 9.04 wubi install"</title>
			<link>http://forum.ubuntu-in.info/topic/configuring-huawei-t1-ets2288-wll-in-ubuntu-904-wubi-install#post-115</link>
			<pubDate>Thu, 02 Jul 2009 12:57:47 +0000</pubDate>
			<dc:creator>virginbala</dc:creator>
			<guid isPermaLink="false">115@http://forum.ubuntu-in.info/</guid>
			<description>&#60;p&#62;sorry bro i did all above ur step by step procedures.. sitll i can't browse web pages,&#60;/p&#62;
&#60;p&#62;always shown this error while i reconnecting internet via terminal&#60;br /&#62;
--&#38;gt; Cannot open /dev/ttyUSB0: Input/output error&#60;br /&#62;
--&#38;gt; Cannot open /dev/ttyUSB0: Input/output error
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alwaysraju on "Configuring Huawei T1 ETS2288 WLL in Ubuntu 9.04 wubi install"</title>
			<link>http://forum.ubuntu-in.info/topic/configuring-huawei-t1-ets2288-wll-in-ubuntu-904-wubi-install#post-102</link>
			<pubDate>Fri, 12 Jun 2009 09:04:54 +0000</pubDate>
			<dc:creator>alwaysraju</dc:creator>
			<guid isPermaLink="false">102@http://forum.ubuntu-in.info/</guid>
			<description>&#60;p&#62;I have managed to connect to the Net via Bsnl Tarang WLL. I did the following -&#60;br /&#62;
1. Installed wvdial along with dependencies using .deb packages.&#60;br /&#62;
2. Booted up my laptop. Plugged in the usb phone cable.&#60;br /&#62;
3. Used &#38;quot;sudo lsusb&#38;quot; on the Teminal.&#60;br /&#62;
4. My TI Usb was listed.&#60;br /&#62;
5. Used &#38;quot;dmesg -c&#38;quot; on the Terminal.&#60;br /&#62;
6. You most likely see the following lines -&#60;br /&#62;
''ti_usb_3410_5052 1-1:1.0: TI USB 3410 1 port adapter converter detected&#60;br /&#62;
  ti_usb_3410_5052: probe of 1-1:1.0 failed with error -5&#38;quot;&#60;br /&#62;
7. Use the following at the Terminal -&#60;br /&#62;
''sudo gedit /etc/udev/rules.d/026_ti_usb_3410.rules''&#60;br /&#62;
8. In the file that opens enter the following and save. -&#60;br /&#62;
#TI USB 3410&#60;br /&#62;
SUBSYSTEM==?usb_device? ACTION==?add? \&#60;br /&#62;
SYSFS{idVendor}==?0451?,SYSFS{idProduct}==?3410? \&#60;br /&#62;
SYSFS{bNumConfigurations}==?2? \&#60;br /&#62;
SYSFS{bConfigurationValue}==?1? \&#60;br /&#62;
RUN+=?/bin/sh -c ?echo 2 &#38;gt; /sys%p/device/bConfigurationValue??&#60;br /&#62;
9. Unplug and replug the modem usb cable and type &#38;quot;sudo dmesg -c&#38;quot; once again at the terminal. You will now see the following lines -&#60;br /&#62;
[  152.604585] ti_usb_3410_5052 2-2:2.0: TI USB 3410 1 port adapter converter detected&#60;br /&#62;
[  152.607216] usb 2-2: TI USB 3410 1 port adapter converter now attached to ttyUSB0&#60;br /&#62;
If so we should now have a new entry called ''/dev/ttyUSB0'&#60;br /&#62;
10. Now you need to configure the net connection -&#60;br /&#62;
Type &#38;quot;sudo gedit /etc/wvdial.conf&#38;quot; in the Terminal and copy the following into the file which opens and save it -&#60;br /&#62;
[Dialer Name_of_your_Provider]&#60;br /&#62;
Modem = /dev/ttyUSB0&#60;br /&#62;
Baud = 230400&#60;br /&#62;
Phone = #777&#60;br /&#62;
Init1 = ATZ&#60;br /&#62;
Stupid Mode = 1&#60;br /&#62;
Dial Command = ATDT&#60;br /&#62;
Username = ?Add_your_username_here?&#60;br /&#62;
Password = ?Add_your_password_here?&#60;br /&#62;
PPPD Options = lock noauth refuse-eap refuse-chap refuse-mschap nobsdcomp nodeflate&#60;br /&#62;
11. To connect to the net type the following in the Terminal -&#60;br /&#62;
sudo wvdial Name_of_your_Provider&#60;br /&#62;
12. You will get connected to the Net but you will not be able to browse.On the Terminal you will be able to see the Primary and Secondary DNS server numbers.&#60;br /&#62;
13. Create a resolv.conf file by typing the following in a new Terminal (do not close the earlier opened terminal)-&#60;br /&#62;
&#38;quot;sudo gedit etc/resolv.conf&#38;quot; and copy and paste the DNS servers into the file and save it.&#60;br /&#62;
14. Disconnect using Ctrl C.&#60;br /&#62;
Unplug the cable and replug it and reboot the laptop and connect to the net by using the following command at the terminal -&#60;br /&#62;
sudo wvdial Name_of_your_Provider&#38;quot; this time on you will get connected and can also browse the net.&#60;br /&#62;
I hope this post heps somebody.&#60;br /&#62;
Goodluck&#60;br /&#62;
I am from Kolkata, West Bengal, India&#60;/p&#62;
&#60;p&#62;In the file that opens, Copy and paste the nameservers that
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alwaysraju on "Configuring Huawei T1 ETS2288 WLL in Ubuntu 9.04 wubi install"</title>
			<link>http://forum.ubuntu-in.info/topic/configuring-huawei-t1-ets2288-wll-in-ubuntu-904-wubi-install#post-101</link>
			<pubDate>Wed, 10 Jun 2009 10:59:32 +0000</pubDate>
			<dc:creator>alwaysraju</dc:creator>
			<guid isPermaLink="false">101@http://forum.ubuntu-in.info/</guid>
			<description>&#60;p&#62;I am not new to ubuntu but i am no a techie. I have been trying to configure my dialup Internet connection via a Bsnl Tarang WLL Telephone. After scouring all the forums i tried setting up a connection using wvdial. I am able to momentarily connect using sudo wvdial bsnlwll command in the terminal. It immediately disconnects returning a pppd authentication error. Need help. Please keep it simple
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
