July 15,2006
Ubuntu Linux 安裝 VMware Tools
參考:
http://apt.nc.hcc.edu.tw/docs/debian_X/09_VMwareTools/VMwareTools.htm
環境:
Ubuntu Linux 6.06-386
VMware 5.5.1 build-19175
- 安裝基本套件:
# su -
# uname -r
2.6.15-25-386
# apt-get install gcc make linux-headers-2.6.15-25-386
- 調整光碟機設定:
在VMware 的選單
VM > Settings > Hardware > CD-ROM > Connection
Use physical drive: Auto detect
如果設定不是如上,請把ubuntu linux 關機後,做設定
沒做此設定安裝VMware Tools的虛擬光碟不會正常出現 ...繼續閱讀
http://apt.nc.hcc.edu.tw/docs/debian_X/09_VMwareTools/VMwareTools.htm
環境:
Ubuntu Linux 6.06-386
VMware 5.5.1 build-19175
- 安裝基本套件:
# su -
# uname -r
2.6.15-25-386
# apt-get install gcc make linux-headers-2.6.15-25-386
- 調整光碟機設定:
在VMware 的選單
VM > Settings > Hardware > CD-ROM > Connection
Use physical drive: Auto detect
如果設定不是如上,請把ubuntu linux 關機後,做設定
沒做此設定安裝VMware Tools的虛擬光碟不會正常出現 ...繼續閱讀
July 14,2006
Ubuntu Linux 6.06 使用藍芽耳機
小弟是ubuntu的初學者,在古狗大神的協助下,花了三四天藍芽耳機才終於有聲音了
(可惜立體聲藍芽耳機居然傳來的是斷斷續續的聲音,單音就超大聲XD)
主要參考:
http://bluetooth-alsa.sourceforge.net/
http://www.52cg.com/Training/system/Linux/200601/47428.html
次要參考:
http://cha.homeip.net/blog/archives/2005/08/gnome_bluetooth.html
http://www.chinaunix.net/jh/4/232267.html
藍芽耳機主要的兩種Profiles,單音:Headset Profile;立體音:Advanced Audio Distribution Profile
目前Linux下Bluetooth Stack主要為Affix 和 Bluez,以下使用Bluez
...繼續閱讀
(可惜立體聲藍芽耳機居然傳來的是斷斷續續的聲音,單音就超大聲XD)
主要參考:
http://bluetooth-alsa.sourceforge.net/
http://www.52cg.com/Training/system/Linux/200601/47428.html
次要參考:
http://cha.homeip.net/blog/archives/2005/08/gnome_bluetooth.html
http://www.chinaunix.net/jh/4/232267.html
藍芽耳機主要的兩種Profiles,單音:Headset Profile;立體音:Advanced Audio Distribution Profile
目前Linux下Bluetooth Stack主要為Affix 和 Bluez,以下使用Bluez
...繼續閱讀