- 浏览: 87833 次
- 性别:
- 来自: 北京
最新评论
文章列表
vold.conf is missed in system.img .
rebuild system.img by mkyaffs2image ( ./out/host/linux-x86/bin/) will solve this issue.
But why vold.conf is missed during building?
Need to be investigate later
Method 1
#!/bin/sh
# for usb auto suspend , triggered by usb insert
stringK=$1
i=1
seg="1-1"
while [ -n "$seg" ]
do
if [ "$i" -eq "1" ]; then
stringU=$seg
else
stringU=$stringU"."$seg
fi
if [ -d /sys/bus/usb/devices/$stri ...
这个错误很可能是由于 kernel version 不一致导致的
http://www.cyberciti.biz/tips/compiling-linux-kernel-26.html
Step # 1 Get Latest Linux kernel code
Visit http://kernel.org/ and download the latest source code. File name would be linux-x.y.z.tar.bz2, where x.y.z is actual version number. For example file inux-2.6.25.tar.bz2 represents 2.6.25 kerne ...
http://reactivated.net/writing_udev_rules.html
http://www.lesswatts.org/projects/devices-power-management/usb.php
Exit from X to console
- 博客分类:
- Linux
/etc/init.d/gdm stop
to reback to X
/etc/init.d/gdm start
- 2009-11-27 23:42
- 浏览 759
- 评论(0)
gnome resolution config files are located in .gconf/desktop/gnome/screen/
it is used with higher priority than xorg after gdm login.
- 2009-11-27 23:41
- 浏览 671
- 评论(0)
http://ubuntuguide.org/wiki/Ubuntu:Feisty#Disable_the_touchpad_while_typing
https://help.ubuntu.com/community/SynapticsTouchpad#shmconfig
Touchpad
Disable the touchpad while typing
The utility syndaemon can be used to temporarily disable a Synaptic touchpad while typing.
First you must edit /etc/ ...
- 2009-11-27 19:35
- 浏览 1113
- 评论(0)
1. top ->'f' ->'v'
http://www.linuxforums.org/articles/using-top-more-efficiently_89.html.
Note: On 2.6.x, this field is always zero without unknown reason.
2.you can check the size of dirty pages by checking /proc/<pid>/smaps
http://www.linux.com/learn/tutorials/42048-uncover-the-mea ...
- 2009-11-24 15:44
- 浏览 950
- 评论(0)
CXXFLAGS多了一个参数-fvisibility-inlines-hidden的原因,这个参数是以前在望上看的能够加速编译的
- 2009-11-20 16:51
- 浏览 914
- 评论(0)
filename
The absolute path name of the input or output file. Windows users might need to use an E'' string and double backslashes used as path separators.
example:
copy bi_k1_q_net from E'd:\\1K.txt';
- 2009-10-10 15:15
- 浏览 1018
- 评论(0)
Please don't select "default" in locale when you are using no-English version windows, or you will the following error
> Problem running post-install step. Installation may not complete correctly
> Error reading file D:/Program/POSTGRESQL/8.4/data/postgresql.conf
You can select &qu ...
- 2009-10-03 21:36
- 浏览 2482
- 评论(0)