十一 26

From: http://lxr.post-tech.com/source//arch/arm/configs/s3c6400_defconfig?v=linux-smdk6400

It is difficult to find Linux BSP for S3C6400. Here just some information on it. Not verified at all.

s3c6400_defconfig configue file.

Continue reading »

Tagged with:
09

Want to give Google Android a try, but don’t feel like buying a T-Mobile G1/G2/G3? LiveAndroid lets you download a LiveCD disc image of the Google Android operating system. Just burn the image to a disc, stick it in a CD-ROM drive, and reboot your computer and you can check out Android without installing it or affecting any files on your PC.

You can also use the disc image in a virtualization application like VirtualBox, VMWare or Microsoft Virtual PC if you want to try the operating system without even rebooting your computer.

Continue reading »

Tagged with:
22

参见:http://www.ibm.com/developerworks/cn/linux/management/package/rpm/part1/

Tagged with:
27

URL: http://www.bluesoleil.com/products/index.asp?topic=bluesoleillinux

Continue reading »

Tagged with:
23

我的新做的wordpress skeme在Windows IE下和Firefox显示不一样,背景缺失。我觉得是应该让它一致才对。所以,搭建一个Linux Web服务有必要。下面是步骤,参考了不少资料:

Continue reading »

Tagged with:
23

有的时候查找中文资料的时候,只能挪到我的windows系统上来搜索资料。今天下决心在Ubuntu上安装中文输入法。查找了一下,总的来说安装比较的顺利。感觉不错,下面是安装过程。

我安装的是fcitx,安装命令如下:

sudo apt-get install im-switch fcitx
im-switch -s fcitx -z default  #设置为缺省

安装结束后我重启了系统,实质上只需要logoff便可以了。但我的系统显示是英文界面,所以,启动后我发现出现的界面出现方块。于是我安装指示gedit ~/.fcitx/config,打开文件也是乱码。所以,我修改了语言配置,将其设为中文。

一切OK。

参考:

http://wiki.ubuntu.org.cn/%E5%A6%82%E4%BD%95%E6%B7%BB%E5%8A%A0%E4%B8%AD%E6%96%87%E8%BE%93%E5%85%A5%E6%B3%95

http://wiki.ubuntu.org.cn/%E4%B8%AD%E6%96%87%E8%BE%93%E5%85%A5%E6%B3%95fcitx
Tagged with:
23

Here are steps to install Blueman in a clean Fedora 10 made by live image:

  1. # yum install yum-fastestmirror
  2. # yum clean all
  3. # yum install make gcc yum-utils rpmdevtools
  4. # yum install intltool
  5. # yum install python-devel
  6. # yum install Pyrex
  7. # yum install pygtk2
  8. # yum install pygtk2-devel
  9. # yum install startup-notification-devel
  10. # yum install dbus-devel glib2-devel
  11. # yum install byacc flex bison
  12. please read my post to solve bluez problem.

After installed bluez and then run configue, make and make install. You may enjoy Bluetooth now.

Tagged with:
22

This problem mostly happens on the system that was previously updated with some kernel patches. When I am trying some utility on Fedora, I met:

# yum install perl-XML-Parser
Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile
Setting up Install Process
Resolving Dependencies

–> Finished Dependency Resolution
perl-Compress-Raw-Zlib-2.008-49.fc10.i386 from fedora has depsolving problems
–> Missing Dependency: perl = 4:5.10.0-49.fc10 is needed by package perl-Compress-Raw-Zlib-2.008-49.fc10.i386 (fedora)
perl-IO-Compress-Zlib-2.008-49.fc10.i386 from fedora has depsolving problems
–> Missing Dependency: perl = 4:5.10.0-49.fc10 is needed by package perl-IO-Compress-Zlib-2.008-49.fc10.i386 (fedora)
perl-Compress-Zlib-2.008-49.fc10.i386 from fedora has depsolving problems
–> Missing Dependency: perl = 4:5.10.0-49.fc10 is needed by package perl-Compress-Zlib-2.008-49.fc10.i386 (fedora)
perl-IO-Compress-Base-2.008-49.fc10.i386 from fedora has depsolving problems
–> Missing Dependency: perl = 4:5.10.0-49.fc10 is needed by package perl-IO-Compress-Base-2.008-49.fc10.i386 (fedora)
Error: Missing Dependency: perl = 4:5.10.0-49.fc10 is needed by package perl-Compress-Raw-Zlib-2.008-49.fc10.i386 (fedora)
Error: Missing Dependency: perl = 4:5.10.0-49.fc10 is needed by package perl-Compress-Zlib-2.008-49.fc10.i386 (fedora)
Error: Missing Dependency: perl = 4:5.10.0-49.fc10 is needed by package perl-IO-Compress-Zlib-2.008-49.fc10.i386 (fedora)
Error: Missing Dependency: perl = 4:5.10.0-49.fc10 is needed by package perl-IO-Compress-Base-2.008-49.fc10.i386 (fedora)
You could try using –skip-broken to work around the problem
You could try running: package-cleanup –problems
package-cleanup –dupes
rpm -Va –nofiles –nodigest

Actually, whatever I do, it always reports the message that ‘missing dependency’.

Continue reading »

Tagged with:
08

Continue reading »

Tagged with:
07

我们用depmod -ae来检测模块间的依赖关系,然后用modprobe来顺序加载linux模块。

Continue reading »

Tagged with:
preload preload preload

京ICP备08000145号