|
如题。
应该不是硬件或内核的问题,不知道是否hald在首次启动时有些功能加载不全,应如何排查?
- # emerge --info
- Portage 2.1.7.16 (default/linux/x86/10.0, gcc-4.4.2, glibc-2.11-r1, 2.6.32-gentoo-r1 i686)
- =================================================================
- System uname: Linux-2.6.32-gentoo-r1-i686-Intel-R-_Atom-TM-_CPU_N280_@_1.66GHz-with-gentoo-2.0.1
- Timestamp of tree: Sat, 09 Jan 2010 07:30:01 +0000
- app-shells/bash: 4.0_p35
- dev-java/java-config: 2.1.10
- dev-lang/python: 2.6.4, 3.1.1-r1
- dev-util/cmake: 2.8.0
- sys-apps/baselayout: 2.0.1
- sys-apps/openrc: 0.6.0
- sys-apps/sandbox: 2.2
- sys-devel/autoconf: 2.13, 2.65
- sys-devel/automake: 1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1
- sys-devel/binutils: 2.20
- sys-devel/gcc-config: 1.4.1
- sys-devel/libtool: 2.2.6b
- virtual/os-headers: 2.6.30-r1
- ACCEPT_KEYWORDS="x86 ~x86"
- ACCEPT_LICENSE="*"
- CBUILD="i686-pc-linux-gnu"
- CFLAGS="-O2 -march=i686 -pipe"
- CHOST="i686-pc-linux-gnu"
- CONFIG_PROTECT="/etc /usr/share/X11/xkb"
- CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo"
- CXXFLAGS="-O2 -march=i686 -pipe"
- DISTDIR="/usr/portage/distfiles"
- FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sfperms strict unmerge-logs unmerge-orphans userfetch"
- GENTOO_MIRRORS="http://mirrors.163.com/gentoo/"
- LANG="zh_CN.UTF-8"
- LDFLAGS="-Wl,-O1"
- LINGUAS="zh_CN zh"
- PKGDIR="/usr/portage/packages"
- PORTAGE_CONFIGROOT="/"
- PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
- PORTAGE_TMPDIR="/var/tmp"
- PORTDIR="/usr/portage"
- PORTDIR_OVERLAY="/usr/local/portage/layman/gentoo-china"
- SYNC="rsync://rsync.gentoo.org/gentoo-portage"
- USE="X acl alsa automount berkdb bluetooth bzip2 cli consolekit cracklib crypt cups cxx dbus dri dvdr fortran fuse gdbm gnome gnome-keyring gpm gtk gtk2 hal iconv ipv6 modules mudflap ncurses networkmanager nls nptl nptlonly openmp pam pcre perl pppd python readline reflection samba session spl ssl sysfs tcpd unicode x86 xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="zh_CN zh" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="intel v4l"
- Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
复制代码
- # rc-update show
- festival | default
- termencoding | boot
- fsck | boot
- keymaps | boot
- net.lo | boot
- localmount | boot
- consolefont | boot
- hwclock | boot
- savecache | shutdown
- modules | boot
- hostname | boot
- hald | default
- root | boot
- mysql | default
- lvm | boot
- mtab | boot
- tomcat-6 | default
- device-mapper | boot
- acpid | default
- bootmisc | boot
- devfs | sysinit
- udev | sysinit
- vixie-cron | default
- procfs | boot
- mount-ro | shutdown
- dmesg | sysinit
- cupsd | default
- xdm | default
- NetworkManager | default
- sysctl | boot
- killprocs | shutdown
- alsasound | default
- local | nonetwork default
- swap | boot
- syslog-ng | default
- dhcdbd | default
- urandom | boot
- apache2 | default
复制代码 |
|