gentoo问题集

1.[S]无网络情况下apache启动不了
修改/etc/init.d/apache2,照如下改。
depend() {
need net.lo
use mysql dns logger netmount postgresql
after sshd
}
2.[S]OpenOffice和netscape-flash里中文表现为乱码(其实是方块)
把/etc/fonts/conf.d/49-sansserif.conf 改为 99-sansserif.conf
这个问题是字体的匹配顺序问题。
3.[S]在WEP ASCII加密的无线网络中接入不了
编辑/etc/conf.d/net,然后重启。

# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d.  To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
#config_eth0=("dhcp")
#config_wlan0=("dhcp")
config_TPLINKHQ=("dhcp")
modules=("iwconfig")
key_TPLINKHQ="[1] s:96833 key [1] enc open"
preferred_aps=("TPLINKHQ")
iwconfig_wlan0="mode managed"
associate_order_wlan0="forcepreferred"

Post a Comment

Your email is never shared. Required fields are marked *

*
*