2007/11/27
Dr. 피쉬~!!!
2007/11/26
2007/11/13
LOOP
무한 반복 Tell me를 외치며, 전국을 휘감는 원더걸스의 향연이 계속 되는 이 마당에윤재형은 지선 누나와 결혼을 하였다. 승리의 V와 함께 의미심장한 웃음을 지으며...
오늘 우리 수업에 DJ UNJIN이 와서 하우스 음악의 역사 그리고
House 음악 실전 맛보기를 가르쳐 주었다.
House 음악... 킥드럼이 4박에 다 들어간 4분의 4박자 음악...
쿵쿵쿵쿵 음악... 푸하하
Warehouse(창고) 파티에서 시작해서... 혹은 집에서 혼자 작업을 해서 시작 되었다는 하우스... 어찌보면 나의 음악을 가져와서 섞어서 자기 음악인양 틀어놓고...
분위기 업~!!!
그러나 그런게 아닌거야... 오늘 잠시나마 체험한 DJ Unjin의 모습... 물론 많은 음악을 보여주진 못했지만, 그의 진지함과 평소 나의 관심이 합쳐져서 난 최고조에 다다른다.
취미로 DJ를 할것이다. 아니 사이드 잡으로... 설마 늦은거 아니겠지?ㅎㅎ

2007/11/11
2007/11/02
Xubuntu에서 소니 eyetoy 카메라 인식...
Installation
Get linux headers
Get the linux headers for your system, so that you can compile the drivers once you downloaded them. To do this, open a terminal window (Applications -> Terminal on XUbuntu) and type
sudo apt-get install build-essential linux-headers-`uname -r`
uname -r은 결국 자신의 커널 버전을 써주면 된다.
Get the modules
Get the modules for your webcam:
wget http://www.rastageeks.org/downloads/ov51x-jpeg/ov51x-jpeg-1.5.2.tar.gz
Ensure the drivers landed into a directory you know...
Extract the drivers
Move to the directory where your downloaded drivers are, and extract the source files from the tar files.
tar -xvf ov51x-jpeg-1.5.2.tar.gz
and Change directory to where your sources are:
cd ov51x-jpeg-1.5.2
Prepare the installation files
make
Compile
Compile the modules:
sudo make install
Install
And install them:
sudo depmod -A
sudo modprobe ov51x-jpeg
You should now be able to enjoy images from your webcam.
Xawtv에서 작동한다. Xawtv는 알아서 설치~



































