<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>男单 618 &#187; 8310</title>
	<atom:link href="http://www.ai7.org/wp/html/tag/8310/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ai7.org/wp</link>
	<description>生活象筒装的卫生纸，开始的时候怎么扯都不觉得在转，后来转的越来越快。</description>
	<lastBuildDate>Wed, 14 Jul 2010 13:24:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>8310一周年</title>
		<link>http://www.ai7.org/wp/html/690.html</link>
		<comments>http://www.ai7.org/wp/html/690.html#comments</comments>
		<pubDate>Fri, 15 Jan 2010 12:52:02 +0000</pubDate>
		<dc:creator>amao</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[8310]]></category>
		<category><![CDATA[blackberry]]></category>

		<guid isPermaLink="false">http://www.ai7.org/wp/?p=690</guid>
		<description><![CDATA[准确的说是1月11日，那天还看了阿凡达。
作为手机，满意。作为PDA，远不如Palm系列。
]]></description>
			<content:encoded><![CDATA[<p>准确的说是1月11日，那天还看了阿凡达。</p>
<p>作为手机，满意。作为PDA，远不如Palm系列。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ai7.org/wp/html/690.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu下使用黑莓8310拨号上网</title>
		<link>http://www.ai7.org/wp/html/608.html</link>
		<comments>http://www.ai7.org/wp/html/608.html#comments</comments>
		<pubDate>Wed, 18 Nov 2009 15:50:30 +0000</pubDate>
		<dc:creator>amao</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[8310]]></category>

		<guid isPermaLink="false">http://www.ai7.org/wp/?p=608</guid>
		<description><![CDATA[参考页面：

http://bbs.maxpda.com/thread-327579-1-2.html
http://bbs.maxpda.com/viewthread.php?tid=240390&#38;page=1&#38;extra=page%3D1#pid4918836
http://forum.ubuntu.org.cn/viewtopic.php?f=116&#38;t=215635&#38;start=0
http://hi.baidu.com/icej/blog/item/b5061ffa5a30229e58ee9064.html

综合以上页面的信息，考虑到相关软件的更新以及不同用户的需求，再整理一下。
1、用到的软件就是Berry4All，原名叫BBtether。到http://www.berry4all.com/下载压缩包。软件是用Python写的，因此不需要编译，但是需要安装相关的依赖库。
sudo apt-get install python libusb-dev ppp python-usb
以上4个包是必须装的，如果希望使用GUI界面，就还要安装wxgtk的库文件：
sudo apt-get install python-wxgtk2.8
因为在我的机子上wxgtk这个包没有装过，需要额外的43M空间，就没有安装，事实证明也不需要，用命令行足够了。
2、安装好依赖包之后，将Berry4All解压缩，默认有一个bbtether目录。进入bbtether目录下的conf目录，编辑att-conf文件：
将wap.cingular替换为cmnet，其他内容保持不变。
3、停掉已有的网卡：
sudo ifconfig eth0 down
eth0是第一块网卡的编号。可以用ifconfig命令查看当前活动的网卡，确认全部网卡都已经停掉之后，再进行下一步。
4、回到bbtether目录，使用下面的命令拨号：
sudo python bbtether.py att
如果是使用GUI界面，则运行berry4all.sh即可，在菜单中选择att网络。
5、如果一切正常，拨号成功后，最后会显示当前的IP和DNS地址。现在就可以上网了！产生流量后，也会有相应显示。
=====================================
注：
这些天用Ubuntu远多于Vista，特别是用VirtualBox虚拟了个XP之后。但是外出时上网的问题一直没有解决。根据Vista下用BB拨号经验，前天尝试在虚拟的XP中安装DM并拨号，一直没有成功，每次的错误信息还都不一样，搞到2点多，最后还是放弃了。今天突然想到应该直接搜索一下Linux+BB上网的信息……爽！
]]></description>
			<content:encoded><![CDATA[<p>参考页面：</p>
<ol>
<li><a href="http://bbs.maxpda.com/thread-327579-1-2.html" target="_blank">http://bbs.maxpda.com/thread-327579-1-2.html</a></li>
<li><a href="http://bbs.maxpda.com/viewthread.php?tid=240390&amp;page=1&amp;extra=page%3D1#pid4918836" target="_blank">http://bbs.maxpda.com/viewthread.php?tid=240390&amp;page=1&amp;extra=page%3D1#pid4918836</a></li>
<li><a href="http://forum.ubuntu.org.cn/viewtopic.php?f=116&amp;t=215635&amp;start=0" target="_blank">http://forum.ubuntu.org.cn/viewtopic.php?f=116&amp;t=215635&amp;start=0</a></li>
<li><a href="http://hi.baidu.com/icej/blog/item/b5061ffa5a30229e58ee9064.html" target="_blank">http://hi.baidu.com/icej/blog/item/b5061ffa5a30229e58ee9064.html</a></li>
</ol>
<p>综合以上页面的信息，考虑到相关软件的更新以及不同用户的需求，再整理一下。</p>
<p>1、用到的软件就是Berry4All，原名叫BBtether。到<a href="http://www.berry4all.com/" target="_blank">http://www.berry4all.com/</a>下载<a href="http://www.colar.net/websvn/filedetails.php?repname=src&amp;path=%2Fbbtether%2Fbbtether.tgz" target="_blank">压缩包</a>。软件是用Python写的，因此不需要编译，但是需要安装相关的依赖库。</p>
<p>sudo apt-get install python libusb-dev ppp python-usb</p>
<p>以上4个包是必须装的，如果希望使用GUI界面，就还要安装wxgtk的库文件：</p>
<p>sudo apt-get install python-wxgtk2.8</p>
<p>因为在我的机子上wxgtk这个包没有装过，需要额外的43M空间，就没有安装，事实证明也不需要，用命令行足够了。</p>
<p>2、安装好依赖包之后，将Berry4All解压缩，默认有一个bbtether目录。进入bbtether目录下的conf目录，编辑att-conf文件：</p>
<p>将wap.cingular替换为cmnet，其他内容保持不变。</p>
<p>3、停掉已有的网卡：</p>
<p>sudo ifconfig eth0 down</p>
<p>eth0是第一块网卡的编号。可以用ifconfig命令查看当前活动的网卡，确认全部网卡都已经停掉之后，再进行下一步。</p>
<p>4、回到bbtether目录，使用下面的命令拨号：</p>
<p>sudo python bbtether.py att</p>
<p>如果是使用GUI界面，则运行berry4all.sh即可，在菜单中选择att网络。</p>
<p>5、如果一切正常，拨号成功后，最后会显示当前的IP和DNS地址。现在就可以上网了！产生流量后，也会有相应显示。</p>
<p>=====================================</p>
<p>注：</p>
<p>这些天用Ubuntu远多于Vista，特别是用VirtualBox虚拟了个XP之后。但是外出时上网的问题一直没有解决。根据Vista下用BB拨号经验，前天尝试在虚拟的XP中安装DM并拨号，一直没有成功，每次的错误信息还都不一样，搞到2点多，最后还是放弃了。今天突然想到应该直接搜索一下Linux+BB上网的信息……爽！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ai7.org/wp/html/608.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
