<?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; ubuntu</title> <atom:link href="http://b.cpalm.org/tag/ubuntu/feed/" rel="self" type="application/rss+xml" /><link>http://b.cpalm.org</link> <description>馬魯酷+單車+Linux+PSP+3DS+PSVita</description> <lastBuildDate>Mon, 05 Dec 2011 08:34:51 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>在 ubuntu 下 修改 xorg.conf</title><link>http://b.cpalm.org/2011/05/%e5%9c%a8-ubuntu-%e4%b8%8b-%e4%bf%ae%e6%94%b9-xorg-conf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e5%259c%25a8-ubuntu-%25e4%25b8%258b-%25e4%25bf%25ae%25e6%2594%25b9-xorg-conf</link> <comments>http://b.cpalm.org/2011/05/%e5%9c%a8-ubuntu-%e4%b8%8b-%e4%bf%ae%e6%94%b9-xorg-conf/#comments</comments> <pubDate>Thu, 19 May 2011 00:10:32 +0000</pubDate> <dc:creator>マルク</dc:creator> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[VGA]]></category> <category><![CDATA[硬體]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RHEL 6]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[Xorg]]></category> <guid
isPermaLink="false">http://b.cpalm.org/?p=960</guid> <description><![CDATA[使用下面的命令來產生 xorg.org.new 的檔案: $ sudo Xorg -configure :1 或是 #Xorg -configure 產生 xorg.conf.new 後，再複製到 /etc/X11/xorg.conf 再進行編輯。 使用以下設定便可調整解析度到 1280x1024@60 $ gtf 1280 1024 60 -x # 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz Modeline "1280x1024_60.00"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync 再將上述兩行複製到 xorg.conf 裡的 Section "Monitor" 的區段裡即可。 [...]]]></description> <content:encoded><![CDATA[<p>使用下面的命令來產生 xorg.org.new 的檔案:</p><p>$ sudo Xorg -configure :1<br
/> 或是<br
/> #Xorg -configure</p><pre>產生 xorg.conf.new 後，再複製到 /etc/X11/xorg.conf 再進行編輯。
使用以下設定便可調整解析度到 1280x1024@60
$ gtf 1280 1024 60 -x</pre><pre># 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
 Modeline "1280x1024_60.00"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync
再將上述兩行複製到 xorg.conf 裡的 Section "Monitor" 的區段裡即可。
另外如果在 Display 的 SubSection 沒有 modes 參照下的參數，加入即可。<span id="more-960"></span></pre><p>SubSection "Display"<br
/> Depth		32<br
/> Modes		"1440&#215;900&#8243; "1280&#215;1024&#8243; "1280&#215;960&#8243; "1152&#215;864&#8243; "1024&#215;768&#8243; "832&#215;624&#8243; "800&#215;600&#8243; "720&#215;400&#8243; "640&#215;480&#8243;<br
/> EndSubSection</p><p>設好存檔之後，登出，再登入即可調整解析度。</p><p>另外附上我的 LCD 的 xorg.conf 檔案，供您參考。但，請不要直接拿去套用。出錯，我不負責。^_^</p> Note: There is a file embedded within this post, please visit this post to download the file.
]]></content:encoded> <wfw:commentRss>http://b.cpalm.org/2011/05/%e5%9c%a8-ubuntu-%e4%b8%8b-%e4%bf%ae%e6%94%b9-xorg-conf/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ubuntu Grub2 SaveDefault (Grub1 SaveDefault)</title><link>http://b.cpalm.org/2010/11/ubuntu-grub2-savedefault/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ubuntu-grub2-savedefault</link> <comments>http://b.cpalm.org/2010/11/ubuntu-grub2-savedefault/#comments</comments> <pubDate>Tue, 09 Nov 2010 22:42:20 +0000</pubDate> <dc:creator>マルク</dc:creator> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[軟體]]></category> <category><![CDATA[grub]]></category> <category><![CDATA[Linux Tips]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://b.cpalm.org/?p=663</guid> <description><![CDATA[Grub2 SaveDefault Alt+F2 -&#62; gksudo gedit /etc/default/grub 或 $sudo vim /etc/default/grub GRUB_DEFAULT="saved" GRUB_SAVEDEFAULT=true $sudo update-grub Grub 1 SaveDefault #vim /boot/grub/menu.lst 找到: dafault=0 改成: default=saved 找到: title Fedora (2.6.27.41-170.2.117.fc10.x86_64) root (hd0,0) kernel /vmlinuz-2.6.27.41-170.2.117.fc10.x86_64 ro root=/dev/VolGroup00/LogVol00 rhgb quiet numa=on initrd /initrd-2.6.27.41-170.2.117.fc10.x86_64.img 在 initrd 的下面加入 savedefault 如果 title 有3 個，那就要加 3 個 savedefault，這樣子該段落，才會有作用，當然像是 memory test 的就不用加了，不然重新開機就一直在做 memory testing [...]]]></description> <content:encoded><![CDATA[<p><span
style="font-size: x-large;">Grub2 SaveDefault</span></p><blockquote><p>Alt+F2 -&gt; gksudo gedit /etc/default/grub</p></blockquote><p>或</p><blockquote><p>$sudo vim /etc/default/grub</p></blockquote><p><br
class="spacer_" /></p><p>GRUB_DEFAULT="saved"<br
/> GRUB_SAVEDEFAULT=true</p><p><br
class="spacer_" /></p><blockquote><p>$sudo update-grub</p></blockquote><p><br
class="spacer_" /></p><p><span
style="font-size: x-large;">Grub 1 SaveDefault</span></p><p><br
class="spacer_" /></p><blockquote><p>#vim /boot/grub/menu.lst<span
id="more-663"></span></p></blockquote><p>找到:</p><blockquote><p>dafault=0</p></blockquote><p>改成:</p><blockquote><p>default=<strong><span
style="color: #ff0000;">saved</span></strong></p></blockquote><p>找到:</p><blockquote><p>title Fedora (2.6.27.41-170.2.117.fc10.x86_64)<br
/> root (hd0,0)<br
/> kernel /vmlinuz-2.6.27.41-170.2.117.fc10.x86_64 ro root=/dev/VolGroup00/LogVol00 rhgb quiet numa=on<br
/> initrd /initrd-2.6.27.41-170.2.117.fc10.x86_64.img</p></blockquote><p>在 initrd 的下面加入</p><blockquote><p><strong><span
style="color: #ff0000;">savedefault</span></strong></p></blockquote><p>如果 title 有3 個，那就要加 3 個 savedefault，這樣子該段落，才會有作用，當然像是 memory test 的就不用加了，不然重新開機就一直在做 memory testing 那不就瘋掉了~~ XD</p> ]]></content:encoded> <wfw:commentRss>http://b.cpalm.org/2010/11/ubuntu-grub2-savedefault/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>嘸啥味 ？ noseeing-12.tar.gz (設定備忘)</title><link>http://b.cpalm.org/2010/10/%e5%98%b8%e5%95%a5%e5%91%b3-%ef%bc%9f-noseeing-12-tar-gz-%e8%a8%ad%e5%ae%9a%e5%82%99%e5%bf%98/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e5%2598%25b8%25e5%2595%25a5%25e5%2591%25b3-%25ef%25bc%259f-noseeing-12-tar-gz-%25e8%25a8%25ad%25e5%25ae%259a%25e5%2582%2599%25e5%25bf%2598</link> <comments>http://b.cpalm.org/2010/10/%e5%98%b8%e5%95%a5%e5%91%b3-%ef%bc%9f-noseeing-12-tar-gz-%e8%a8%ad%e5%ae%9a%e5%82%99%e5%bf%98/#comments</comments> <pubDate>Sun, 17 Oct 2010 15:15:16 +0000</pubDate> <dc:creator>マルク</dc:creator> <category><![CDATA[iPhone]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[軟體]]></category> <category><![CDATA[gcin]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[嘸啥味]]></category> <category><![CDATA[嘸蝦米]]></category> <guid
isPermaLink="false">http://b.cpalm.org/?p=707</guid> <description><![CDATA[想要找 嘸啥味的 表格檔請用 Google 找 noseeing-12.tar.gz &#60;&#8211; 這串字關鍵字即可找到。 GCIN for Windows 請到下列網頁下載: http://hyperrate.com/dir.php?eid=215 先將 noseeing-12.tar.gz 解開，找到 .cin 的檔案，再用 C:\Program Files\gcin\bin\gcin2tab.exe  轉換成 .gtab  的表格 (可以直接把 noseeing.cin 拖曳到 gcin2tab.exe 的上面然後放開，自然就會在 .cin 的資料夾產生一個檔案為 noseeing.gtab 然後再複製到 table 的資料夾(C:\Program Files\gcin\table) 下即可。) 再到 C:\Program Files\gcin\table 下找一個檔案為 gtab.list 用 MadEdit (或別的編輯器) 來編輯即可，確認是否有一行 : 嘸啥味 9 noseeing.gtab noseeing.png &#60;&#8211; 如果沒有請自行加上，謝謝。 接下要把 Windows 的 Control [...]]]></description> <content:encoded><![CDATA[<p>想要找 嘸啥味的 表格檔請用 Google 找 noseeing-12.tar.gz &lt;&#8211; 這串字關鍵字即可找到。</p><p><br
class="spacer_" /></p><p><br
class="spacer_" /></p><p>GCIN for Windows 請到下列網頁下載:</p><p><a
href="http://hyperrate.com/dir.php?eid=215">http://hyperrate.com/dir.php?eid=215</a></p><p><span
id="more-707"></span></p><p>先將 noseeing-12.tar.gz 解開，找到 .cin 的檔案，再用 C:\Program Files\gcin\bin\gcin2tab.exe  轉換成 .gtab  的表格</p><p><br
class="spacer_" /></p><p>(可以直接把 noseeing.cin 拖曳到 gcin2tab.exe 的上面然後放開，自然就會在 .cin 的資料夾產生一個檔案為 noseeing.gtab 然後再複製到 table 的資料夾(C:\Program Files\gcin\table) 下即可。)</p><p><br
class="spacer_" /></p><p>再到 C:\Program Files\gcin\table 下找一個檔案為 gtab.list 用 MadEdit (或別的編輯器) 來編輯即可，確認是否有一行 : 嘸啥味 9 noseeing.gtab noseeing.png &lt;&#8211; 如果沒有請自行加上，謝謝。</p><p><br
class="spacer_" /></p><p>接下要把 Windows 的 Control + Shift 的按鍵設定取消。</p><p>在 WINDOWS 輸入法的圖示上按右鍵找到 設定值 -&gt; 進階按鍵組合 :</p><p><br
class="spacer_" /></p><p><a
href="http://b.cpalm.org/wp-content/uploads/2010/10/Adv_KB_Combind.png"><img
class="alignnone size-full wp-image-709" title="Adv_KB_Combind" src="http://b.cpalm.org/wp-content/uploads/2010/10/Adv_KB_Combind.png" alt="" width="431" height="457" /></a></p><p><br
class="spacer_" /></p><p>在點選上圖最下面的 <span
style="color: #0000ff;"><strong>變更按鍵順序</strong></span> ，按下圖設定即可。</p><p><br
class="spacer_" /></p><p><a
href="http://b.cpalm.org/wp-content/uploads/2010/10/Chg_KB_Order.png"><img
class="alignnone size-full wp-image-710" title="Chg_KB_Order" src="http://b.cpalm.org/wp-content/uploads/2010/10/Chg_KB_Order.png" alt="" width="423" height="193" /></a></p><p><br
class="spacer_" /></p><p>再來打開 gcin-setup 找到  內定輸入法／開關 再找到 嘸啥味 9 (確認為第一次內定的圓鈕有在)。</p><p><a
href="http://b.cpalm.org/wp-content/uploads/2010/10/default_input.png"><img
class="alignnone size-full wp-image-711" title="default_input" src="http://b.cpalm.org/wp-content/uploads/2010/10/default_input.png" alt="" width="590" height="439" /></a></p><p><br
class="spacer_" /></p><p>最後按下 OK 離開。</p><p><br
class="spacer_" /></p><p>再來按下 Ctrl + Shift + ESC 來開啟工作管理員，找到 gcin.exe 把他結束，然後在搜尋或可以編輯的地方點一下，讓游標停留著在編輯區域，再試著按 Ctrl + Space 看看是不是直接切換成 嘸啥味 ？</p><p>如果有，那就是搞定啦。</p><p><div
style="text-align:center;border:1px dashed #FF9A9A;padding:8px;margin:10px auto;color:#FF6666;">You must be <a
href="http://b.cpalm.org/wp-login.php?redirect_to=http%3A%2F%2Fb.cpalm.org%2F2010%2F10%2F%25e5%2598%25b8%25e5%2595%25a5%25e5%2591%25b3-%25ef%25bc%259f-noseeing-12-tar-gz-%25e8%25a8%25ad%25e5%25ae%259a%25e5%2582%2599%25e5%25bf%2598%2F">logged in</a> to view the hidden contents.</div></p> ]]></content:encoded> <wfw:commentRss>http://b.cpalm.org/2010/10/%e5%98%b8%e5%95%a5%e5%91%b3-%ef%bc%9f-noseeing-12-tar-gz-%e8%a8%ad%e5%ae%9a%e5%82%99%e5%bf%98/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>大新倉頡 for gcin</title><link>http://b.cpalm.org/2010/08/%e5%a4%a7%e6%96%b0%e5%80%89%e9%a0%a1-for-gcin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e5%25a4%25a7%25e6%2596%25b0%25e5%2580%2589%25e9%25a0%25a1-for-gcin</link> <comments>http://b.cpalm.org/2010/08/%e5%a4%a7%e6%96%b0%e5%80%89%e9%a0%a1-for-gcin/#comments</comments> <pubDate>Sat, 31 Jul 2010 16:10:41 +0000</pubDate> <dc:creator>マルク</dc:creator> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[軟體]]></category> <category><![CDATA[gcin]]></category> <category><![CDATA[newcj]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[輸入法]]></category> <guid
isPermaLink="false">http://w.cpalm.org/?p=273</guid> <description><![CDATA[$sudo apt-get remove scim
$sudo apt-get install gcin
請到下列網址下載 大新倉頡 的 字碼表:
http://cle.linux.org.tw/trac/wiki/FreeNewCJCin
$sudo wget http://www.calno.com/moto/gcin/cin/newcj.txt -O newcj.txt
$mv newcj.txt newcj.cin
重要符號單鍵
* 請修改 %endkey ` 那一行，加上 .,&#8217; 後再用 gcin2tab 轉檔即可。
%endkey `.,&#8217;
$sudo gcin2tab newcj.cin
$sudo mv newcj.gtab ~/.gcin/NewCJ.gtab
$sudo gedit /usr/share/gcin/table/gtab.list
把下列這行取代原本的倉五 2
大新倉頡 2 NewCJ.gtab newcj.png
存檔離開。
選擇 『結束 gcin』 ，他會自動重啟。
=====GCIN FOR WINDOWS========
GCIN 測試版下載頁面:
http://hyperrate.com/dir.php?eid=215
用ctrl+shift切換gcin for win32內建輸入法
http://hyperrate.com/thread.php?tid=15006]]></description> <content:encoded><![CDATA[<blockquote><p>$sudo apt-get remove scim<br
/> $sudo apt-get install gcin</p></blockquote><p>請到下列網址下載 大新倉頡 的 字碼表:<a
href="http://cle.linux.org.tw/trac/wiki/FreeNewCJCin" target="_blank"></p><p>http://cle.linux.org.tw/trac/wiki/FreeNewCJCin</a></p><blockquote><p>$sudo wget http://www.calno.com/moto/gcin/cin/newcj.txt -O newcj.txt<br
/> $mv newcj.txt newcj.cin</p></blockquote><p>重要符號單鍵</p><p>* 請修改 %endkey ` 那一行，加上 .,&#8217; 後再用 gcin2tab 轉檔即可。</p><p>%endkey `.,&#8217;</p><blockquote><p><span
id="more-273"></span></p><p>$sudo gcin2tab newcj.cin<br
/> $mv newcj.gtab ~/.gcin/NewCJ.gtab<br
/> $sudo gedit /usr/share/gcin/table/gtab.list</p><p>把下列這行取代原本的倉頡 1<br
/> 大新倉頡 1 NewCJ.gtab newcj.png<br
/> 存檔離開。</p></blockquote><p>選擇 "結束 gcin" ，他會自動重啟。</p><p>Ubuntu 10.04 Lucid 要改用 1.5.5~pre15-0~1 -&gt; $sudo apt-get install gcin=1.5.5~pre15-0~1</p><table
style="width: 356px; height: 116px;" border="1" cellpadding="2"><tbody><tr><td>splin@splin-2140:~/.gcin$ sudo apt-cache policy gcin<br
/> gcin:<br
/> 已安裝：1.5.5~pre15-0~1<br
/> 候選：1.5.5~pre15-0~1<br
/> 版本列表：<br
/> *** 1.5.5~pre15-0~1 0<br
/> 500 http://debian.luna.com.tw/lucid/ ./ Packages<br
/> 100 /var/lib/dpkg/status<br
/> 1.4.6-1ubuntu2 0<br
/> 500 http://free.nchc.org.tw/ubuntu/ lucid/universe Packages</p><p><br
class="spacer_" /></p><p><br
class="spacer_" /></p><p><br
class="spacer_" /></p><p><br
class="spacer_" /></p><p><br
class="spacer_" /></p></td></tr></tbody></table><p>若是 Ubuntu Lucid 的則為：</p><blockquote><table
style="width: 373px; height: 36px;" border="1" cellspacing="0" cellpadding="2"><tbody><tr><td
valign="top"><tt>deb http://debian.luna.com.tw/lucid ./<br
/> deb-src http://debian.luna.com.tw/lucid</tt><tt> ./<br
/> </tt></td></tr></tbody></table></blockquote><p>然後執行 <tt>apt-get update</tt> 後就能用 <tt>apt-get</tt> 安裝了。</p><p>再來執行 $sudo gcin-setup 來調整各項的設定。</p> ]]></content:encoded> <wfw:commentRss>http://b.cpalm.org/2010/08/%e5%a4%a7%e6%96%b0%e5%80%89%e9%a0%a1-for-gcin/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>佳世達甲蟲機(Qisda H21 3G USB 網卡) + Ubuntu 9.10/10.04 LTS/10.10/11.04</title><link>http://b.cpalm.org/2009/10/%e4%bd%b3%e4%b8%96%e9%81%94%e7%94%b2%e8%9f%b2%e6%a9%9fqisda-h21-3g-usb-%e7%b6%b2%e5%8d%a1-ubuntu-9-10-beta2-6-31-14/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e4%25bd%25b3%25e4%25b8%2596%25e9%2581%2594%25e7%2594%25b2%25e8%259f%25b2%25e6%25a9%259fqisda-h21-3g-usb-%25e7%25b6%25b2%25e5%258d%25a1-ubuntu-9-10-beta2-6-31-14</link> <comments>http://b.cpalm.org/2009/10/%e4%bd%b3%e4%b8%96%e9%81%94%e7%94%b2%e8%9f%b2%e6%a9%9fqisda-h21-3g-usb-%e7%b6%b2%e5%8d%a1-ubuntu-9-10-beta2-6-31-14/#comments</comments> <pubDate>Fri, 23 Oct 2009 16:59:06 +0000</pubDate> <dc:creator>マルク</dc:creator> <category><![CDATA[硬體]]></category> <category><![CDATA[軟體]]></category> <category><![CDATA[3G]]></category> <category><![CDATA[Qisda H21]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[ubuntu 10.04]]></category> <category><![CDATA[甲蟲機]]></category> <guid
isPermaLink="false">http://b.cpalm.org/?p=427</guid> <description><![CDATA[Qisda H21 install with Ubuntu 9.10 beta ( Kernel: 2.6.31-14)]]></description> <content:encoded><![CDATA[<p><strong><span
style="color: #ff0000;">適用OS版本: Ubuntu 9.10 / 10.04 LTS / 10.10 / 11.04<br
/> </span></strong></p><p>下載 Rules files &amp; switch (非官方版本) → Note: There is a file embedded within this post, please visit this post to download the file.  Qisda h21 for ubuntu 9.10/10.04 LTS (Tested.)</p><p>解壓縮:<br
/> #tar zxvf h21-ubuntu_9.10_beta_2.6.31-14.tar.gz<br
/> #cd h21-ubuntu_9.10_beta_2.6.31-14<br
/> #sh install.sh</p><p>安裝好 SWITCH &amp; RULES 檔案之後,如果 rules &amp; switch 有發生作用，<br
/> 你會看到甲蟲機的屁屁由紅變藍之後，就可以開始進行設定了。</p><p>打開網路連線管理員,開始進行下列的設定:</p><p>1. 打開網路連線 -&gt; 行動寬頻 -&gt; 加入</p><p><a
href="http://b.cpalm.org/wp-content/uploads/2009/10/1-Qisda-h21.png"><img
class="alignnone size-full wp-image-428" title="1-Qisda-h21" src="http://b.cpalm.org/wp-content/uploads/2009/10/1-Qisda-h21.png" alt="1-Qisda-h21" width="400" height="300" /></a><br
/> <span
id="more-427"></span></p><p>2.此時已經可以自動地抓到這個 QISDA H21 的甲蟲機了，按 「向前」即可。</p><p><a
href="http://b.cpalm.org/wp-content/uploads/2009/10/2-Qisda-h21.png"><img
class="alignnone size-full wp-image-429" title="2-Qisda-h21" src="http://b.cpalm.org/wp-content/uploads/2009/10/2-Qisda-h21.png" alt="2-Qisda-h21" width="616" height="428" /></a></p><p>3.在這裡我們當然選擇 「Taiwan」囉，繼續按 「向前」。</p><p><a
href="http://b.cpalm.org/wp-content/uploads/2009/10/3-Qisda-h21.png"><img
class="alignnone size-full wp-image-430" title="3-Qisda-h21" src="http://b.cpalm.org/wp-content/uploads/2009/10/3-Qisda-h21.png" alt="3-Qisda-h21" width="616" height="428" /></a></p><p>4.在這裡請選擇您的電信商的提供者: Chunghwa Telecom (emome) &#8211; 中華電信，<br
/> Far EasTone / KGT &#8211; 遠傳電信 ，TransAsia &#8211; 泛亞電信 ，<br
/> TW Mobile &#8211; 台灣大哥大， Vibo Telecom /Aurora &#8211; 威寶電信，<br
/> 選好之後，按「向前」往下一步邁進。</p><p><a
href="http://b.cpalm.org/wp-content/uploads/2009/10/4-Qisda-h21.png"><img
class="alignnone size-full wp-image-431" title="4-Qisda-h21" src="http://b.cpalm.org/wp-content/uploads/2009/10/4-Qisda-h21.png" alt="4-Qisda-h21" width="616" height="428" /></a></p><p>5.這裡主要選擇 APN ，中華電信的是 internet ，選好後，一樣點「向前」繼續。</p><p><a
href="http://b.cpalm.org/wp-content/uploads/2009/10/5-Qisda-h21.png"><img
class="alignnone size-full wp-image-432" title="5-Qisda-h21" src="http://b.cpalm.org/wp-content/uploads/2009/10/5-Qisda-h21.png" alt="5-Qisda-h21" width="616" height="428" /></a></p><p>6.再一次最後確認，您選擇的設定是否正確，如果是，請按「向前」繼續囉。</p><p><a
href="http://b.cpalm.org/wp-content/uploads/2009/10/6-Qisda-h21.png"><img
class="alignnone size-full wp-image-433" title="6-Qisda-h21" src="http://b.cpalm.org/wp-content/uploads/2009/10/6-Qisda-h21.png" alt="6-Qisda-h21" width="616" height="428" /></a></p><p>7. 請參照下圖，來進行設定，我懶得打了。:p 「以下的 設定 是給中華電信用的」。</p><p><a
href="http://b.cpalm.org/wp-content/uploads/2009/10/7-Qisda-h21.png"><img
class="alignnone size-full wp-image-434" title="7-Qisda-h21" src="http://b.cpalm.org/wp-content/uploads/2009/10/7-Qisda-h21.png" alt="7-Qisda-h21" width="578" height="510" /></a></p><p>7-1. 在 「ppp 設定值」這頁，按照原有的設定即可以，直接可以跳到 IPv4設定。</p><p><a
href="http://b.cpalm.org/wp-content/uploads/2009/10/7-1-Qisda-H21.png"><img
class="alignnone size-full wp-image-446" title="7-1-Qisda-H21" src="http://b.cpalm.org/wp-content/uploads/2009/10/7-1-Qisda-H21.png" alt="7-1-Qisda-H21" width="578" height="510" /></a></p><p>7-2. 方法:請選擇 只用自動 (ppp) 位址，DNS 伺服器: 168.95.1.1 ，然後你想要自動連線，請打勾，不想要自動連線，請不要勾選。沒有問題之後，按套用之後就會要你輸入密碼啦。</p><p><a
href="http://b.cpalm.org/wp-content/uploads/2009/10/7-2-Qisda-H21.png"><img
class="alignnone size-full wp-image-447" title="7-2-Qisda-H21" src="http://b.cpalm.org/wp-content/uploads/2009/10/7-2-Qisda-H21.png" alt="7-2-Qisda-H21" width="578" height="510" /></a></p><p>8.等你按下上一步的套用之後，就會要你輸入登入系統的密碼啦。</p><p><a
href="http://b.cpalm.org/wp-content/uploads/2009/10/8-Qisda-h21.png"><img
class="alignnone size-full wp-image-435" title="8-Qisda-h21" src="http://b.cpalm.org/wp-content/uploads/2009/10/8-Qisda-h21.png" alt="8-Qisda-h21" width="500" height="206" /></a></p><p>9. 如果連線成功，按下 連線資訊，就可以看到下列的資訊啦。</p><p><a
href="http://b.cpalm.org/wp-content/uploads/2009/10/9-Qisda-h21.png"><img
class="alignnone size-full wp-image-436" title="9-Qisda-h21" src="http://b.cpalm.org/wp-content/uploads/2009/10/9-Qisda-h21.png" alt="9-Qisda-h21" width="308" height="378" /></a></p><p>官網的FW 更新網址 : http://www.qisda.com.tw/page.aspx?uid=159</p> ]]></content:encoded> <wfw:commentRss>http://b.cpalm.org/2009/10/%e4%bd%b3%e4%b8%96%e9%81%94%e7%94%b2%e8%9f%b2%e6%a9%9fqisda-h21-3g-usb-%e7%b6%b2%e5%8d%a1-ubuntu-9-10-beta2-6-31-14/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>佳世達甲蟲機(Qisda H21 3G USB 網卡) + Ubuntu 9.04(2.6.28-13)</title><link>http://b.cpalm.org/2009/05/%e4%bd%b3%e4%b8%96%e9%81%94%e7%94%b2%e8%9f%b2%e6%a9%9fqisda-h21-3g-usb-%e7%b6%b2%e5%8d%a1-ubuntu-904/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e4%25bd%25b3%25e4%25b8%2596%25e9%2581%2594%25e7%2594%25b2%25e8%259f%25b2%25e6%25a9%259fqisda-h21-3g-usb-%25e7%25b6%25b2%25e5%258d%25a1-ubuntu-904</link> <comments>http://b.cpalm.org/2009/05/%e4%bd%b3%e4%b8%96%e9%81%94%e7%94%b2%e8%9f%b2%e6%a9%9fqisda-h21-3g-usb-%e7%b6%b2%e5%8d%a1-ubuntu-904/#comments</comments> <pubDate>Tue, 05 May 2009 13:36:14 +0000</pubDate> <dc:creator>マルク</dc:creator> <category><![CDATA[其它]]></category> <category><![CDATA[單車]]></category> <category><![CDATA[硬體]]></category> <category><![CDATA[軟體]]></category> <category><![CDATA[3G]]></category> <category><![CDATA[Driver]]></category> <category><![CDATA[Qisda H21]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[中華電信]]></category> <category><![CDATA[佳世達]]></category> <category><![CDATA[甲蟲機]]></category> <category><![CDATA[行動上網]]></category> <guid
isPermaLink="false">http://blog.cpalm.org/?p=236</guid> <description><![CDATA[佳世達 甲蟲機 (Qisda H21 3G/3.5G/HSUPA/HSDPA Modem) 安裝至 Ubuntu 9.04(核心: 2.6.27-11, 然後更新至 2.6.28-13-generic 已支援。) PS: Ubuntu 9.04 (2.6.28-11) 沒有包到 usbserial.ko , 如果一定要用就要自已手動 build, 現在可以升級到 2.6.28-13 的 核心開機。 勾選下圖的"非正式版本更新" 就可以更新到 2.6.28-13 的核心。 答案是 Ubuntu 9.04 [2.6.28-11] 沒有包到 usbserial.ko. 可用 find /lib/modules/ &#124;grep usbserial 你就會發現 只有 2.6.27-11 有 usbserial.ko 這個檔案。 0. 官方寄來的 switch 的 Qisda_H21_Switch_Source.tar.gz 1.開機先進入 9.04 (9.04 [...]]]></description> <content:encoded><![CDATA[<p>佳世達 甲蟲機 (Qisda H21 3G/3.5G/HSUPA/HSDPA Modem) 安裝至 Ubuntu 9.04(核心: 2.6.27-11, 然後更新至 2.6.28-13-generic 已支援。)</p><p>PS: Ubuntu 9.04 (2.6.28-11) 沒有包到 usbserial.ko , 如果一定要用就要自已手動 build, 現在可以升級到 2.6.28-13 的 核心開機。<br
/> 勾選下圖的"非正式版本更新" 就可以更新到 2.6.28-13 的核心。<br
/> <a
href="http://b.cpalm.org/wp-content/uploads/2009/06/jaunty_proposed.png"><img
class="alignnone size-full wp-image-256" title="jaunty_proposed" src="/wp-content/uploads/2009/06/jaunty_proposed.png" alt="jaunty_proposed" width="482" height="482" /></a></p><p><img
title="繼續閱讀…" src="/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p><p><span
id="more-236"></span></p><p><a
href="http://b.cpalm.org/wp-content/uploads/2009/06/e6ada3e59ca8e4b88be8bc89e5a597e4bbb6e6aa94e6a188.png"><img
class="alignnone size-full wp-image-258" title="e6ada3e59ca8e4b88be8bc89e5a597e4bbb6e6aa94e6a188" src="/wp-content/uploads/2009/06/e6ada3e59ca8e4b88be8bc89e5a597e4bbb6e6aa94e6a188.png" alt="e6ada3e59ca8e4b88be8bc89e5a597e4bbb6e6aa94e6a188" width="662" height="388" /></a></p><p>答案是 Ubuntu 9.04 [2.6.28-11] 沒有包到 usbserial.ko.<br
/> 可用 find /lib/modules/ |grep usbserial 你就會發現 只有 2.6.27-11 有 usbserial.ko 這個檔案。</p><p>0. 官方寄來的 switch 的 <a
href="http://b.cpalm.org/wp-content/uploads/2009/05/Qisda_H21_Switch_Source.tar1.gz">Qisda_H21_Switch_Source.tar.gz</a></p><p>1.開機先進入 9.04 (9.04 是 2.6.28-11-generic, 要升級到 <span
style="color: #3366ff;"><strong>2.6.28-13-generic</strong> </span>才有支援)。<br
/> 2.插入 佳世達甲蟲機 (H21) 的3G 網卡。<br
/> 3. tar zxvf <a
href="http://b.cpalm.org/wp-content/uploads/2009/05/Qisda_h21-ubuntu_9.04_2.6.28-13.tar.gz">Qisda_h21-ubuntu_9.04_2.6.28-13.tar.gz</a> &lt;&#8211;(點左邊的連結下載檔案) 的壓縮檔解開，cd h21-ubuntu_9.04_2.6.28-13<br
/> 3.1 (可略過，<a
href="http://b.cpalm.org/wp-content/uploads/2009/05/Qisda_H21_Switch_Source.tar.gz">Qisda_H21_Switch_Source.tar.gz</a>)<br
/> 4. ./install.sh (執行 switch &amp; 相關檔案 的安裝)<br
/> <span
style="text-decoration: line-through;">5.lsusb |grep -v "0000:0000&#8243; 然後尋找 1da5:4512 的 device id。(等一下會用到。)<br
/> 6.lsmod |grep -i usbserial (確認是否已載入 usbserial 的 driver)<br
/> 7.如果確認已有載入 usbserial 的 driver, 將它卸載 $sudo rmmod usbserial<br
/> 8.重新加載 usbserial ，$sudo modprobe usbserial vendor=0x1da5 product=0&#215;4512</span><br
/> 9.ls /dev/ttyUSB* -l (確認是否已有連結/載入 3G 的網卡,ex: /dev/ttyUSB1。)</p><p><span
style="text-decoration: line-through;">10. 把以下內容存成 Load_Qisda_H21.sh</span><br
/> <span
style="text-decoration: line-through;">#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> #!/bin/bash<br
/> #alias usb:v1DA5p4515d*dc*dsc*dp*ic*isc*ip* option<br
/> #alias usb:v1DA5p4512d*dc*dsc*dp*ic*isc*ip* option<br
/> #options vendor=0x1da5 product=0&#215;4512<br
/> sudo rmmod usbserial<br
/> sudo modprobe -v usbserial vendor=0x1da5 product=0&#215;4512 &gt; /dev/null<br
/> sleep 10<br
/> ls /dev/ttyUSB1<br
/> sleep 3<br
/> # 如果不用 wvdial 來撥號而改用 gnome-ppp 來撥號的話，可以把下面那行用 # 號註解掉。<br
/> #如果<span
style="color: #ff0000;">你的 PIN1 code 沒有停用(關閉)的話</span>，那麼就會 需要<span
style="color: #0000ff;"> wvdial + gnome-ppp 來一起幫忙撥號</span>。<br
/> wvdial&amp;<br
/> #&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</span></p><p><span
style="text-decoration: line-through;">11. chmod 755 Load_Qisda_H21.sh</span></p><p>===「 wvdial 的撥號程式的設定方法」===</p><p>下面電信商為中華電信-Qisda H21 的 wvdial 的撥號程式設定檔(wvdial.conf) 的內容:</p><blockquote><p>[Dialer Defaults]<br
/> Phone = *99#<br
/> APN = internet<br
/> Username = internet<br
/> Password = internet<br
/> Stupid Mode = 1<br
/> Dial Command = ATDT<br
/> Modem = /dev/ttyUSB1<br
/> Baud = 460800<br
/> Init2 = ATZ<br
/> Init3 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br
/> Init4 = AT+CGDCONT=1,"IP","internet"<br
/> ISDN = 0<br
/> Modem Type = Analog Modem<br
/> ;Init1 = AT+CPIN=0000</p></blockquote><p>Phone, APN, Username, password 請使用  Operator提供的設定<br
/> Modem 請指定為 /dev/ttyUSB1<br
/> Init1 可設定輸入 PIN1，如果  SIM card 的 PIN1 是開啟的狀態，請把 ;INIT1 前的 分號拿掉，把 0000 改成你的 pin1 code。<br
/> ps: 範例中的密碼為 0000 ，記得要把密碼改成你的 pin1 的密碼。在 linux 下只會用到一次，之後就可以註解掉。<br
/> 如果<span
style="color: #ff0000;">你的 PIN1 code 沒有停用(關閉)的話</span>，那麼就會 需要<span
style="color: #0000ff;"> wvdial +<span
style="text-decoration: line-through;"> gnome-ppp</span> 來一起幫忙撥號</span>。<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br
/> 把上面的設定參數內容存成 /etc/wvdial.conf 即可。<br
/> =========================================</p><blockquote><p>因為原本官方的 rules 檔的內容有問題: /etc/udev/rules.d/50-usb-h21.rules 的內容如下，<br
/> rules file : <a
href="http://b.cpalm.org/wp-content/uploads/2009/05/50-usb-h21.rules">點我下載 50-usb-h21</a> 解開放到 /etc/udev/rules.d/ 去覆蓋 50-usb-h21.rules 即可。</p><p>#只有下面這一行是官方的，其他都是我自己研究出來。<br
/> # Original code by Qisda as below.<br
/> SUBSYSTEM=="usb", SYSFS{idProduct}=="f000″, SYSFS{idVendor}=="1da5″, RUN+="/sbin/switch"</p><p># The following code is study &amp; research by Mark Lin(<span
class="mh-email">cpal<a
href='http://www.google.com/recaptcha/mailhide/d?k=01zOU_MR-vYyFeO-PuyAmCPw==&amp;c=93xef_rvHCG7bqK1Z66McvfNQZ0n5nsCZ5iOK-pYBos=' onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k=01zOU_MR-vYyFeO-PuyAmCPw==&amp;c=93xef_rvHCG7bqK1Z66McvfNQZ0n5nsCZ5iOK-pYBos=', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@gmail.com</span>).<br
/> SUBSYSTEM=="usb", SYSFS{idProduct}=="4512″, SYSFS{idVendor}=="1da5″, RUN+="/sbin/rmmod usbserial"<br
/> SUBSYSTEM=="usb", SYSFS{idProduct}=="4512″, SYSFS{idVendor}=="1da5″, RUN+="/sbin/modprobe usbserial vendor=0×1da5 product=0×4512″</p><p>#Following code is no need, but if you want use another dialer for 3G dial up may be you can use that.<br
/> #SUBSYSTEM=="usb", SYSFS{idProduct}=="4512″, SYSFS{idVendor}=="1da5″, RUN+="/bin/sleep 5″<br
/> #SUBSYSTEM=="usb", SYSFS{idProduct}=="4512″, SYSFS{idVendor}=="1da5″, RUN+="/bin/ln -s -f /dev/usb/ttyUSB /dev/modem"</p></blockquote><p>========================================<br
/> 如果<span
style="color: #ff0000;">你的 PIN1 code 沒有停用(關閉)的話</span>，那麼就會 需要<span
style="color: #0000ff;"> wvdial + <span
style="text-decoration: line-through;">gnome-ppp</span> 來一起幫忙撥號</span>。</p><p><span
style="text-decoration: line-through;">Gnome-PPP 撥號設定 圖解步驟:<br
/> 0. sudo apt-get install gnome-ppp -&gt; 安裝 gnome-ppp<br
/> 1.  在 username &amp; password 都輸入 internet ,<br
/> 勾選 Remember password , 然後點 setup ,請接著 第 2 步驟。<br
/> <a
href="http://b.cpalm.org/wp-content/uploads/2009/05/1-GNOME-PPP_1.png"><img
title="1-GNOME PPP_1" src="/wp-content/uploads/2009/05/1-GNOME-PPP_1.png" alt="1-GNOME PPP_1" width="323" height="195" /></a><br
/> 2. 點了 setup 進來這個畫面，按 Detect 。請看第3步驟。<br
/> <a
href="http://b.cpalm.org/wp-content/uploads/2009/05/2-Setup_0_Detect.png"><img
class="alignnone size-full wp-image-288" title="2-Setup_0_Detect" src="/wp-content/uploads/2009/05/2-Setup_0_Detect.png" alt="2-Setup_0_Detect" width="411" height="488" /></a><br
/> 3. 再把 speed 改成 460800 即可。<br
/> <a
href="http://b.cpalm.org/wp-content/uploads/2009/05/3-Setup_speed.png"><img
class="alignnone size-full wp-image-289" title="3-Setup_speed" src="/wp-content/uploads/2009/05/3-Setup_speed.png" alt="3-Setup_speed" width="411" height="488" /></a><br
/> 4. 輸入電話號碼: *99# , 再按 Close。<br
/> <a
href="http://b.cpalm.org/wp-content/uploads/2009/05/4-Phone-Numbers.png"><img
class="alignnone size-full wp-image-290" title="4-Phone Numbers" src="/wp-content/uploads/2009/05/4-Phone-Numbers.png" alt="4-Phone Numbers" width="326" height="194" /></a><br
/> 5. 然後再到 setup -&gt; Networking ，設定可以參照我的把 DNS 改成 opendns .<br
/> <a
href="http://b.cpalm.org/wp-content/uploads/2009/05/5-Setup-Networking.png"><img
class="alignnone size-full wp-image-291" title="5-Setup-Networking" src="/wp-content/uploads/2009/05/5-Setup-Networking.png" alt="5-Setup-Networking" width="411" height="488" /></a><br
/> 6.再到 setup -&gt; options 參照下圖勾一勾，選一選即可。(其實根本沒改。XD)<br
/> <a
href="http://b.cpalm.org/wp-content/uploads/2009/05/6-Setup-Options.png"><img
class="alignnone size-full wp-image-292" title="6-Setup-Options" src="/wp-content/uploads/2009/05/6-Setup-Options.png" alt="6-Setup-Options" width="411" height="488" /></a><br
/> 7. 參照下圖把 初始化字串輸入進去即可。<br
/> Init4 AT+CDGCONT=1,"IP", "internet" &lt;&#8211; 再加這一行。<br
/> <a
href="http://b.cpalm.org/wp-content/uploads/2009/05/7-Init-Strings-1.png"><img
class="alignnone size-full wp-image-293" title="7-Init Strings-1" src="/wp-content/uploads/2009/05/7-Init-Strings-1.png" alt="7-Init Strings-1" width="346" height="294" /></a><br
/> 8. 在連線成功後，在右上角會看到 gnome-ppp 的小圖示，<br
/> 在小圖示上按右鍵會看到 detail ，點下去就會看到類似下圖的資訊。<br
/> <a
href="http://b.cpalm.org/wp-content/uploads/2009/05/8-After-Connection-Details.png"><img
class="alignnone size-full wp-image-294" title="8-After-Connection-Details" src="/wp-content/uploads/2009/05/8-After-Connection-Details.png" alt="8-After-Connection-Details" width="306" height="360" /></a><br
/> 9. 在連線成功後，在右上角會看到 gnome-ppp 的小圖示，在小圖示上按右鍵會看到 Connection Log ，<br
/> 點下去就會看到類似下圖的資訊。<br
/> <a
href="http://b.cpalm.org/wp-content/uploads/2009/05/9-Connection-Log.png"><img
class="alignnone size-full wp-image-295" title="9-Connection Log" src="/wp-content/uploads/2009/05/9-Connection-Log.png" alt="9-Connection Log" width="578" height="440" /></a></span></p><p>10. 撥號步驟:<br
/> 先開啟終端機執行 sudo wvdial&amp; <span
style="text-decoration: line-through;">再執行 gnome-ppp</span> 即可。<br
/> 而 wvdial &amp; 可以加在<span
style="text-decoration: line-through;"> load_3g_driver.sh 合併執行</span>。<br
/> 如果沒有啟用 pin1 的話，用 sudo wvdial <span
style="text-decoration: line-through;">gnome-ppp</span> 即可撥號。</p><p>11. 在最上面的 panel 上按右鍵，選"加入面板" -&gt; 請依下面的參數進行設定 wvdial .<br
/> <a
href="http://b.cpalm.org/wp-content/uploads/2009/05/3GModem_Dialup-Properties.jpg"><img
class="alignnone size-full wp-image-308" title="3GModem_Dialup-Properties" src="/wp-content/uploads/2009/05/3GModem_Dialup-Properties.jpg" alt="3GModem_Dialup-Properties" width="401" height="202" /></a></p><p>搞定，收工。</p><p>========================================<br
/> ===================================<br
/> ======「Vodafone Mobile Connect 的」======</p><p>Vodafone Mobile Connect card driver for linux 的下載<br
/> Project Link: https://forge.vodafonebetavine.net/projects/vodafonemobilec/<br
/> Direct Link: https://forge.betavine.net/frs/?group_id=12&amp;release_id=244</p><p>Direct Link:<br
/> INSTALL.txt, ozerocdoff_0.4_i386.deb, usb-modeswitch_0.9.7_i386.deb, vodafone-mobile-connect_svn20090502_all.deb</p><p>https://forge.betavine.net/frs/download.php/429/INSTALL.txt</p><p>https://forge.betavine.net/frs/download.php/478/ozerocdoff_0.4_i386.deb (安裝說明裡有寫，這個可以不用下載。)</p><p>https://forge.betavine.net/frs/download.php/490/usb-modeswitch_0.9.7_i386.deb</p><p>https://forge.betavine.net/frs/download.php/503/vodafone-mobile-connect_svn20090502_all.deb</p><p>INSTALL.txt 的內容:<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br
/> VODAFONE MOBILE CONNECT INSTALLATION INSTRUCTIONS.<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> *你需要一個可用的網路連線(有線，無線皆可)。<br
/> 需要下載兩個 deb 的套件:<br
/> - usb-modeswitch<br
/> - vodafone-mobile-connect</p><p>*安裝它們，需要 terminal 的視窗來安裝下列兩個套件:<br
/> sudo dpkg -i usb-modeswitch_0.9.4-1_i386.deb<br
/> sudo dpkg -i vodafone-mobile-connect_1.99.17-8_all.deb</p><p>*在這個步驟之後，你有可能發生無法解析的套件關聯性的問題，解決的命令如下:<br
/> sudo apt-get -f install<br
/> 執行上述命令，會需要連上網路抓取相關的套件下來。</p><p>* 如果全部的設定都已完成，你可以插入 3G 的網卡，並執行下列的命令:<br
/> $vodafone-mobile-connect-card-driver-for-linux<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p><p>Vodafone Mobile connect card driver for linux 的設定方式:</p><p><a
href="http://b.cpalm.org/wp-content/uploads/2009/05/vodafone_1.png"><img
class="alignnone size-full wp-image-249" title="vodafone_1" src="/wp-content/uploads/2009/05/vodafone_1.png" alt="vodafone_1" width="380" height="409" /></a></p><p><a
href="http://b.cpalm.org/wp-content/uploads/2009/05/screenshot-vodafone-mobile-connect-card-driver-for-linux_0.png"><img
class="alignnone size-full wp-image-250" title="screenshot-vodafone-mobile-connect-card-driver-for-linux_0" src="/wp-content/uploads/2009/05/screenshot-vodafone-mobile-connect-card-driver-for-linux_0.png" alt="screenshot-vodafone-mobile-connect-card-driver-for-linux_0" width="600" height="500" /></a></p><p><a
href="http://b.cpalm.org/wp-content/uploads/2009/05/screenshot-vodafone-mobile-connect-card-driver-for-linux_1.png"><img
class="alignnone size-full wp-image-251" title="screenshot-vodafone-mobile-connect-card-driver-for-linux_1" src="/wp-content/uploads/2009/05/screenshot-vodafone-mobile-connect-card-driver-for-linux_1.png" alt="screenshot-vodafone-mobile-connect-card-driver-for-linux_1" width="600" height="500" /></a></p><p>以上參考:</p><p>https://forge.betavine.net/frs/?group_id=12&#038;release_id=244</p><p>http://yshsu168.blogspot.com/2008/02/ubuntu-710-e220-35g-ubs.html</p><p>/etc/usb_modeswitch.conf</p><p>http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?post_id=76211</p><div
id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 1897px; width: 1px; height: 1px;">先開啟終端機執行 wvdial&amp; 再執行 gnome-ppp。<br
/> 而 wvdial &amp; 可以加在 load_3g_driver.sh 合併執行</div> ]]></content:encoded> <wfw:commentRss>http://b.cpalm.org/2009/05/%e4%bd%b3%e4%b8%96%e9%81%94%e7%94%b2%e8%9f%b2%e6%a9%9fqisda-h21-3g-usb-%e7%b6%b2%e5%8d%a1-ubuntu-904/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>sudo &amp; gksudo</title><link>http://b.cpalm.org/2009/04/sudo-gksudo/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sudo-gksudo</link> <comments>http://b.cpalm.org/2009/04/sudo-gksudo/#comments</comments> <pubDate>Wed, 22 Apr 2009 11:19:44 +0000</pubDate> <dc:creator>マルク</dc:creator> <category><![CDATA[軟體]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://blog.cpalm.org/?p=231</guid> <description><![CDATA[sudo 是用於 gnome-terminal 下使用的。 gksudo 是用於 alt + F2 (等於 WINDOWS 的 執行），EX. gksudo gedit -&#62; 這様子開啟是 root 的檔案，才可以寫入檔案。 hotwire 是個不錯 SHELL 工具。]]></description> <content:encoded><![CDATA[<p>sudo 是用於 gnome-terminal 下使用的。</p><p>gksudo 是用於 alt + F2 (等於 WINDOWS 的 執行），EX. gksudo gedit -&gt; 這様子開啟是 root 的檔案，才可以寫入檔案。</p><p>hotwire 是個不錯 SHELL 工具。</p><p><br
class="spacer_" /></p> ]]></content:encoded> <wfw:commentRss>http://b.cpalm.org/2009/04/sudo-gksudo/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>kubuntu 9.04 beta 釋出。</title><link>http://b.cpalm.org/2009/04/kubuntu-904-beta-%e9%87%8b%e5%87%ba%e3%80%82/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=kubuntu-904-beta-%25e9%2587%258b%25e5%2587%25ba%25e3%2580%2582</link> <comments>http://b.cpalm.org/2009/04/kubuntu-904-beta-%e9%87%8b%e5%87%ba%e3%80%82/#comments</comments> <pubDate>Wed, 01 Apr 2009 03:51:59 +0000</pubDate> <dc:creator>マルク</dc:creator> <category><![CDATA[軟體]]></category> <category><![CDATA[kubuntu]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://blog.cpalm.org/?p=215</guid> <description><![CDATA[http://ftp.tcc.edu.tw/iso/Ubuntu/kubuntu/9.04/]]></description> <content:encoded><![CDATA[<p>http://ftp.tcc.edu.tw/iso/Ubuntu/kubuntu/9.04/</p> ]]></content:encoded> <wfw:commentRss>http://b.cpalm.org/2009/04/kubuntu-904-beta-%e9%87%8b%e5%87%ba%e3%80%82/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
