User Tools

Site Tools


linux:acer-install-gentoo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:acer-install-gentoo [2011/05/06 22:44] percylinux:acer-install-gentoo [2016/05/05 13:07] (current) – external edit 127.0.0.1
Line 44: Line 44:
 Then reboot,I can start net.wlan0 Then reboot,I can start net.wlan0
  
-How to enable net.wlan0 tips:+==== How to enable net.wlan0 tips ====
  
 1.Config /etc/conf.d/net 1.Config /etc/conf.d/net
Line 60: Line 60:
 3.Use rc-update add net.wlan0 3.Use rc-update add net.wlan0
   rc-update add net.wlan0 default   rc-update add net.wlan0 default
 +==== Use ndiswrapper ====
 +I also use indiswrapper to install the driver which is used for Windows.Of course it works ok:
  
-===== Chinese method input Fcitx =====+Install 
 +  ndiswrapper -i oem1.inf 
 +   
 +Uninstall (ls /etc/ndiswrapper) 
 +  ndiswrapper -i oem1 
 + 
 +===== Chinese input method Fcitx =====
 I always use fcitx as my input method.First I have the tips by fcitx,but I can't invoke it,though it has the config icon on the panel. I always use fcitx as my input method.First I have the tips by fcitx,but I can't invoke it,though it has the config icon on the panel.
  
 I remember it is related with the locale,because I use the en_US.UTF-8 as the locale. I remember it is related with the locale,because I use the en_US.UTF-8 as the locale.
  
-So need do modify the locale:+So need to modify the locale:
   vim /etc/profile.env   vim /etc/profile.env
-   
 Change LC_CTYPE Change LC_CTYPE
   export LC_CTYPE='zh_CN.UTF-8'   export LC_CTYPE='zh_CN.UTF-8'
 +
 +Then edit the locale.gen
 +  vim /etc/locale.gen
 +Add these:
 +  en_US ISO-8859-1
 +  en_US.UTF-8 UTF-8
 +  zh_CN.UTF-8 UTF-8
 +  zh_CN.GBK GBK
 +  zh_CN GB2312
 +  zh_CN.GB18030 GB18030
 +
 +
 The update env The update env
    env-update    env-update
Line 110: Line 129:
  
 </code>   </code>  
 +
 +Edit /etc/gtk-2.0/gtk.immodules,add en
 +  "xim" "X Input Method" "gtk20" "/usr/share/locale" "en:ko:ja:th:zh"
 +/etc/gtk-2.0/i686-pc-linux-gnu/gtk.immodules,add en
 +  "xim" "X Input Method" "gtk20" "/usr/share/locale" "en:ko:ja:th:zh"
 +
 +
 +
 +===== rc-update del net.eth0 is useless =====
 +Though I have deled net.eth0 from default,but I still will see the net.eth0 starting and timeout without wirledlines
 +
 +Edit /etc/conf.d/rc
 +  vim /etc/conf.d/rc
 +Change RC_PLUG_SERVICES like this:
 +  RC_PLUG_SERVICES="net.wlan0 !net.*"
 +  
 +  
 +
 +
 +
 +
 +
 +===== Sound alsamixer =====
 +First it doesn't have sound,though I have used Fn+Volumn up to adjust the sound level,but it useless.
 +
 +So need to use alsamixer to adjust it
 +  alsamixer
 +But after reboot laptop,it still no sound,it seems it can't store/restore the pre-settings.
 +
 +So add this to /etc/conf.d/local.start
 +  alsactl restore
 +
 +add this to /etc/conf.d/local.stop
 +  alsactl store
 +
 +
 +
        
  
/var/www/dokuwiki/wiki/data/attic/linux/acer-install-gentoo.1304693069.txt.gz · Last modified: 2016/05/05 13:06 (external edit)