Dell 3560 wireless 顯卡 問題

WIFI

 
sudo gedit /etc/modprobe.d/iwlwifi.conf



Add a single line:



options iwlwifi 11n_disable=1

//********************************************************
 
 Catalyst Control Center
 
 http://askubuntu.com/questions/124292/what-is-the-correct-way-to-install-ati-catalyst-video-drivers-fglrx

 http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx

 

Dell 3560 Ubuntu 12.04 + win7

進BIOS 把SATA Operation 改成AHCI , 
Intel Rapid Start Technology 關掉.

 

Ubuntu 12.04 gcin

1.至軟體中心下載
 
2.下載  gcin-tables_2.7.9+eliu-5_all.deb  ==>解決大易出不來

下載點 http://www.csie.nctu.edu.tw/~cp76/gcin/download/debian/i386/

3. ICON 沒有顯示在狀態列上
terminal:
gsettings set com.canonical.Unity.Panel systray-whitelist "['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'gcin', 'shutter', 'dropbox', 'hp-systray']"
 

 

linux 所有檔案轉成 utf-8

enca -L zh_TW -x utf-8 *

Android 螢幕旋轉不執行create 的方法


AndroidManifest.xml
<activity 內加入
 
android:configChanges="orientation|keyboardHidden"

NDK - Ubuntu

新的 NDK R8 找不到build/host-setup.sh 檔案

直接寫入bashrc


jimmy@jimmyubuntu:~$ gedit ~/.bashrc


最後寫入

export NDK_HOME=/home/jimmy/android-sdk-linux/android-ndk-r8/
export PATH=$PATH:$NDK_HOME

存檔


jimmy@jimmyubuntu:~$ source ~/.bashrc

確認 

jimmy@jimmyubuntu:~$ ndk-build
Android NDK: Could not find application project directory !    
Android NDK: Please define the NDK_PROJECT_PATH variable to point to it.  

 

測試 make hello-jni
jimmy@jimmyubuntu:~$ ndk-build -C $NDK_HOME/samples/hello-jni

可以在libs 目錄內產生libhello-jni.so