Debian

First day of Beijing Debian mini-conf

The first day of Beijing Debian mini-conf was a success, and I'm sure tomorrow will still be great. Although we don't have any fist fight or even the slightest flamewar as Alex Schemhl had expected, the participants are really looking for something in this conference. There are more than 10 journalists in this morning, so there are more people than we expected and the room was already full when I arrived and chairs had to be added to accomodate more people, yet some people still have to stand (Oops yes I was late anyway).

The high time is the keysigning session. It's cool to do something that other people don't know what you're doing yet you're enjoying doing it. (Just kidding Smiling) Although this is the Asian Debian mini-conf, there are actually people coming from all over the world, the US, Europe, Taiwan, Japan, Hong Kong, Singapore, etc. Great event.

還看明天

明天就是debian mini-conf了,雖然我只是參與的份兒,但還是非常的期待的。 Evil

奇怪的GNOME MENU#2

之前有網友指出,
GNOME MENU沒法顯示自行加入SHORTCUT的功能,

是因為libglib 2.0 是升級到2.6.1-3的問題。

本人不見了GNOME MENU ICON是在UPGRADE到2.6.1-2時,

之後升級到2.6.1-3,是仍不能顯示,
但沒有做DOWNGRADE去回復。之後做了全系統UPDATE,就尤MENU沒有ICON。

今日,幫系統做全UPGRADE,GNOME MENU的所有SHORTCUT全部顯示回來了。

但查過libglib2.0,仍是VERSION 2.6.1-3。

因此,GNOME MENU出問題,應不是libglib的問題,
而是其他問題。

因此,到現時為止,本人仍不知道有什麼問題,

..... 這是個甚麼地方 ..

.. 曾嘗試在這裏放下隻字片句.. 自已的心情思絮.. 但很快就收回..
感覺這裏很不安全..
...
.....
這裏安全嗎??

奇怪的GNOME MENU

原本GNOME個MENU都能新增ITEM的。

但今日不知作了些什麼,
GNOME MENU突然顯示不了新增的項目。

查看applications:///時,
那些項目是存在的,
但個MENU怎樣都顯示不了,
試過REBOOT,重新安裝GNOME都不行。
也試過開另一個新USER看看,新加入一些SHOUTCUT,但都顯示不了。

看過~/.gnome2/vfolders/applications.vfolder-info的SETTING是沒有問題的,
~/.gnome2/vfolders/applications內也有SHOUTCUT。

現唯一能顯示的,是CXOFFICE所安裝的WIN32 SHOUTCUT,
那些SHOUTCUT在applications:///是存在,

安裝備忘#1

Detect Hardware:
from:
http://wiki.debian.org.tw/index.php/HardwareIdentification

兩個主要的硬體偵測軟體

* discover - hardware identification system
* kudzu - The Red Hat Linux hardware probing tool.

在 USB/Cardbus, Network 與 IEEE1394 介面,所謂隨插即用仍需在插入相關硬體時載入相關的驅動程式, Linux 2.4 核心中的新 "HotPlug" 功能可以支援這個需求。以下兩種軟體可供於選擇

* hotplug - Linux Hotplug Scripts
* murasaki - another HotPlug Agent

PCMCIA 介面卡則可使用

* pcmcia-cs - PCMCIA Card Services for Linux

test

testing

debian的安装

前段时间重新格盘,又装了一遍debian,发现了很多问题,现在一一记录如下:
1,debian-installer
我用的是debian-installer candidate 1。首先先下载boot.img,root.img,然后在win下用软件将它们写入软盘。开机重启就可以安装了,默认的内核是2.4.26,据说可以用 2.6的内核但我试了一下,没出来。总的来说debian-installer做的还不错,中文显示也出来的,就是字体有时侯大小不一,比较难看。安装过程中需要注意的是每一屏结束的时候要回车,不要去按那个返回的按钮,否则的话有些东西你就看不见了。我用的是网络安装,一切都很顺利。

debian下的alsa

前段时间重装机器,用的是debian提供的2.6内核,装了alsa-base后发现alsa无法发声,但oss却工作正常。折腾了大半天也没搞明白是怎么回事,无奈之下只好使用oss。今天在版上看到有人讨论,才知道oss不能和alsa共存。而我的问题很可能就是系统在启动的时候预先加载了 oss的驱动。后来用google查了一下,在下面这个网址http://www.sonic.net/~rknop/linux/debian_alsa.html

发现问题果然如此。原来debian中自动侦探硬件的程序discover在检测到声卡后会自动加载oss,只要不让它自动加载就可以了。具体做法就是在/etc/discover.conf中加上一句skip i810_audio 。然后重启就能使用alsa了,不过要注意的是alsa默认是静音,需要自己手动将声音调大。

Add to calendar