<?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>我们都很疯 &#187; 7231</title>
	<atom:link href="http://www.ssbbcc.com/tag/7231/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ssbbcc.com</link>
	<description>做自己该做的，不会做的就去学</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:37:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>BELKIN 7231-4p运行openwrt要点</title>
		<link>http://www.ssbbcc.com/883.html</link>
		<comments>http://www.ssbbcc.com/883.html#comments</comments>
		<pubDate>Wed, 10 Feb 2010 13:53:19 +0000</pubDate>
		<dc:creator>疯疯</dc:creator>
				<category><![CDATA[计算机与网络]]></category>
		<category><![CDATA[4p]]></category>
		<category><![CDATA[7231]]></category>
		<category><![CDATA[7231-4p]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[openwrt]]></category>
		<category><![CDATA[vlan]]></category>
		<category><![CDATA[wan]]></category>

		<guid isPermaLink="false">http://www.ssbbcc.com/?p=883</guid>
		<description><![CDATA[openwrt默认的wan端口不是面板上面的wan端口，这样你是拨不上号的（因为你进来的网线实际上是没有接在真正的wan口的。）需要改一下： 编辑/etc/config/network文件，修改其中config switch eth0 一节的 vlan0、vlan1的设置： option vlan0 &#8220;0 1 2 3 5*&#8221; option vlan1 &#8220;4 5&#8243; 至于PPPOE拨号，是这样的。 config interface wan option ifname eth0.1 option proto pppoe &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; option username &#8220;username&#8221; &#8212;-主要是这三行哦 option password &#8220;password&#8221; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;]]></description>
		<wfw:commentRss>http://www.ssbbcc.com/883.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY自己的3G无线路由器</title>
		<link>http://www.ssbbcc.com/869.html</link>
		<comments>http://www.ssbbcc.com/869.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 00:23:48 +0000</pubDate>
		<dc:creator>疯疯</dc:creator>
				<category><![CDATA[计算机与网络]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[3g无线路由]]></category>
		<category><![CDATA[3g路由器]]></category>
		<category><![CDATA[7231]]></category>
		<category><![CDATA[7231-4p]]></category>
		<category><![CDATA[edge]]></category>
		<category><![CDATA[ET128]]></category>
		<category><![CDATA[G3]]></category>
		<category><![CDATA[GPRS]]></category>
		<category><![CDATA[huawei]]></category>
		<category><![CDATA[td]]></category>
		<category><![CDATA[td-scdma]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[华为]]></category>
		<category><![CDATA[移动3G]]></category>

		<guid isPermaLink="false">http://www.ssbbcc.com/?p=869</guid>
		<description><![CDATA[家里的路由器已经很多了，7231-4p两台\WRH54G两台\G108一台\FON2100一台。但在自己的二环路外的家里，因为没有宽带，收到的无线信号都是奇差无比的，但好在移动公司的TD-SCDMA 3G信号还是有的，在二楼就可以正常收到，并上网，速度还是可以达到50KB/S左右，虽然比不上市区的10M电信宽带，但总比用移动的GPRS上网好，EDGE的速度也就20K左右，而且奇不稳定。 上网到baidu与google搜了下 3g 路由器，售价不便宜，跟3G上网卡有得一拼了。 主要自己没睡在楼上，要不然也不用折腾这个东东，现在的想法是买个3G路由器，接TD3G无线上网卡。在楼下无线共享路由器的信号。 上淘宝搜了下，3G路由器都不便宜，主要是功能单一，硬件性能不强，无奈，就自己搜索了些资料，正好找到了用openwrt来搭建3G无线路由器，而且电信的CDMA网络已经有人弄成功了。 正好手上还有多余的7231-4P，也有USB口，正好可以接3G无线上网卡。 准备好路由与电脑，开始一步一步弄了，过程会发在这。 试了华为ET128配合7231－4P与OPENWRT，模式转换没有成功，原因不明，看来只有单一功能的卡可以用了，改天用中兴U210来试试。 上网看了下，TT番茄已经成功驱动ET128了，可以TD无线上网。 方式如下：（未测试成功） 第一步，先把路由开机 第二步;把ET128插上 第三步：TELNET到路由后在ETC目录下建了一个usb_modeswitch.conf文件内容如下: ###################################### # Huawei ET128 # # Contributor: Dale Lane DefaultVendor= 0x12d1； DefaultProduct= 0x1da1 # choose one of these: DetachStorageOnly=0 HuaweiMode=1 ###################################### 接下来运行如下指令: #usb_modeswitch -W]]></description>
		<wfw:commentRss>http://www.ssbbcc.com/869.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

