저는 우분투 것시에서 Dell Inpiron 1501 노트북을 사용중입니다. 하드디스크의 정보는 다음과 같습니다.
$ sudo hdparm -I /dev/sda
/dev/sda:
ATA device, with non-removable media
Model Number: ST9120822AS
Serial Number: 5LZ45J0L
Firmware Revision: 3.CDD
... 생략
[root@localhost alsa-driver-1.0.15]# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
cppig1995@shakuras:~$ ccsm
Traceback (most recent call last):
File "/usr/bin/ccsm", line 43, in
mainWin = ccm.MainWin(context)
File "/usr/lib/python2.5/site-packages/ccm/Window.py", line 77, in __init__
for category in sorted(self.Context.Categories, self.CatSortCompare):
File "/usr/lib/python2.5/site-packages/ccm/Window.py", line 361, in CatSortCompare