<?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>Lubuntu &#8211; richliu&#039;s blog</title>
	<atom:link href="https://richliu.com/tag/lubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Sun, 30 Dec 2018 03:50:42 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>ASUS EeePC 701 4GSurf + lubuntu + Sierra AirCard 320U</title>
		<link>https://richliu.com/2013/10/30/1563/asus-eeepc-701-4gsurf-lubuntu-sierra-aircard-320u/</link>
					<comments>https://richliu.com/2013/10/30/1563/asus-eeepc-701-4gsurf-lubuntu-sierra-aircard-320u/#comments</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Wed, 30 Oct 2013 14:14:23 +0000</pubDate>
				<category><![CDATA[Computer/Technical]]></category>
		<category><![CDATA[LTE]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[AirCard 320u]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[lte]]></category>
		<category><![CDATA[Lubuntu]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://richliu.com/?p=1563</guid>

					<description><![CDATA[<p>頻道長輩因為 ASUS EeePC 的 4G SSD 有點問題, 就送出這一台 EeePC 701 4G Su [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2013/10/30/1563/asus-eeepc-701-4gsurf-lubuntu-sierra-aircard-320u/">ASUS EeePC 701 4GSurf + lubuntu + Sierra AirCard 320U</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://richliu.com/wp-content/uploads/2013/10/eeepc-701-aircard-320u_10573832015_o.jpg"><img fetchpriority="high" decoding="async" class="aligncenter size-large wp-image-3220" src="https://richliu.com/wp-content/uploads/2013/10/eeepc-701-aircard-320u_10573832015_o-1024x579.jpg" alt="" width="620" height="351" srcset="https://richliu.com/wp-content/uploads/2013/10/eeepc-701-aircard-320u_10573832015_o-1024x579.jpg 1024w, https://richliu.com/wp-content/uploads/2013/10/eeepc-701-aircard-320u_10573832015_o-300x170.jpg 300w, https://richliu.com/wp-content/uploads/2013/10/eeepc-701-aircard-320u_10573832015_o-768x434.jpg 768w" sizes="(max-width: 620px) 100vw, 620px" /></a></p>
<p>頻道長輩因為 ASUS EeePC 的 4G SSD 有點問題, 就送出這一台 EeePC 701 4G Sure.<br />
這一台沒有可以擴充的介面, 要改裝要拆機才可以改, 不是很方便.</p>
<p>還好還有一個 SD Card 插槽, 可以丟一張 8G SD Card 進去, 不過該 SD Card 插槽的介面速度真是悲劇.. 超慢的.<br />
<span id="more-1563"></span><br />
昨天拿到先灌了 Windows XP 進去, 看起來沒有大問題.<br />
(註: 隔天跑到一半還是爛掉, 原因不明, 但是 memory test 都是 pass 的).<br />
但是灌 Ubuntu Linux 就不是這麼容易, 這顆 CPU 不支援 PAE, 所以 Ubuntu 12.04 不能用, 如果使用安裝光碟, 會有 CPU 不支援的字樣.</p>
<p>網路上有人說用 mini ISO 可以灌成功, 不過我怎麼試都會在 Install Package 那邊失敗.<br />
還想要用舊版的 Ubuntu 8.04 灌完再升級, 不過還是失敗 (囧)</p>
<p>最後找到有文章(<a href="http://askubuntu.com/questions/19389/whats-the-meaning-of-pae-at-the-end-of-kernel-version" target="_blank" rel="noopener">What&#8217;s the meaning of “-pae” at the end of kernel version?</a>)提到 <a href="http://www.lubuntu.net/" target="_blank" rel="noopener">Lubuntu </a>仍然使用 non-PAE kernel 做為開機光碟, 去下載 Lubuntu 12.04, 果然可以順利解決這個問題.<br />
Lubuntu 預設使用 <a href="http://lxde.org/" target="_blank" rel="noopener">LXDE </a>桌面系統, 短小精悍, 而且果然適合 EeePC 這種超級老系統, 我也就懶得換 Desktop 了.<br />
缺點就是, Install Software 不是設計給 800&#215;480 這種解析度用的, 有點難操作.</p>
<p>裝完之後不知道為什麼, grub 沒有裝進去, 會開機失敗, 需要進救援模式<br />
# mount /dev/sdb1 /mnt<br />
# cd /mnt<br />
# mount &#8211;bind /proc proc<br />
# mount &#8211;bind /dev dev<br />
# mount &#8211;bind /sys sys<br />
# cd /<br />
# chroot /mnt<br />
# apt-get install grub2<br />
# grub-install /dev/sda<br />
grub2 不需要像 grub1.x 用 grub + command 模式設定(比較穩定?)<br />
似乎改善很多.</p>
<p>開進系統大概要二~三分鐘吧 (看在用 SD Card 的份上, 算了)</p>
<p><del datetime="2013-12-11T17:04:49+00:00">因為我是要拿來測 Sierra Wireless AirCard 320U 的.<br />
首先先按照這份文件(<a href="http://mycusthelpadmin.net/SIERRAWIRELESS/_cs/AnswerDetail.aspx?aid=44" target="_blank" rel="noopener">Can I use a Sierra Wireless Modem on Linux Machines (direct IP modems)?</a>)下載 Driver v3.2_1740 按照文內的方式安裝,</del></p>
<p>Ubuntu 12.04 內建 Driver, 插入就可以抓得到, 如果沒有出現 wwan0 interface , 可以重開機再試一下.</p>
<p>接下來就用 minicom 連到 /dev/ttyUSB3 介面, 下 at command (這真古老的命令, 以前玩 modem 的時候下很多)<br />
$ ati5<br />
$ at+cgdcont=1,”IP”,”Aeroflex.com”<br />
*註: 這是我的測試 SIM Card<br />
$ at!pcstate=1<br />
$ at!scact=1,1<br />
這樣兩個燈就會亮了, 表示己經連上 EPC. 但是這時還沒有拿到 IP.<br />
在 Linux Console 下,<br />
# dhclient wwan0</p>
<p>這樣我的 EeePC 就可以走 LTE 上網了&#8230;.</p>
<p>Update:</p>
<p>在 BIOS 將 OS Installed 選項改成 Finished 似乎會比較快?</p>
<p>另外我現在改用 wvdial 套件, 可以修改 /etc/wvdial.conf 改成如下的設定<br />
[TEXT]<br />
[Dialer Defaults]<br />
Init1 = at+cgdcont=1,&#8221;IP&#8221;,&#8221;Aeroflex.com&#8221;<br />
Init2 = at!pcstate=1<br />
Init3 = at!scact=1,1<br />
Baud = 115200<br />
; New PPPD = yes<br />
Modem = /dev/ttyUSB3<br />
ISDN = 0<br />
[/TEXT]</p>
<p>再執行<br />
# wvdial<br />
就可以連上了, 若是 USB LTE Dongle 上二個燈號都亮的時侯, 要手動啟動 wwan0 interface, 再手動執行 dhclient 抓 IP , 這樣就可以了.<br />
# ifconfig wwan0 up<br />
# dhclient wwan0</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2013/10/30/1563/asus-eeepc-701-4gsurf-lubuntu-sierra-aircard-320u/">ASUS EeePC 701 4GSurf + lubuntu + Sierra AirCard 320U</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://richliu.com/2013/10/30/1563/asus-eeepc-701-4gsurf-lubuntu-sierra-aircard-320u/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
