2009년 10월 05일
ubuntu bluetooth mouse 안될때
http://www.ubuntu.or.kr/viewtopic.php?p=28053

페어링 상태로
sudo hidd --search
해본다.
by spectrum | 2009/10/05 04:10 | 잔대가리 | 트랙백 | 덧글(0)
2009년 10월 05일
ubuntu 9.04 노트북 소리가 안날때 (ALC880) 체크해볼 것
https://help.ubuntu.com/community/HdaIntelSoundHowto

sudo vi /etc/modprobe.d/alsa-base.conf
맨 마지막줄에
options snd-hda-intel model=<제조사>
를 추가해본다.

ex)
options snd-hda-intel model=lg
options snd-hda-intel model=uniwill
options snd-hda-intel model=fujitsu
options snd-hda-intel model=tcl

듣보잡 모델일 경우 골치 아플지도.

by spectrum | 2009/10/05 04:00 | 잔대가리 | 트랙백 | 덧글(0)
2009년 06월 04일
ubuntu에서 cubase를 쓰기위한 Wine설정법
- wine 1.1.2
- jack

- gdiplus, dotnet20, msxml3, with winetricks ( http://wiki.winehq.org/winetricks )

- install wineasio by this script:

#!/bin/bash
# by Sandy Sandgreen
# Install wineasio 0.7.3 on Ubuntu 8.04
#
# Thanks to Jacklab for the wineasio source
# but also to David Hayes and AlanPoPo who both made a great howto
#
echo "This script will download and install wineasio" ;
echo "This might take awhile, please be patient" ;
echo "First it will install the latest wine, jack and some other usefull stuff" ;
sudo apt-get -y install wine wine-dev libjack0.100.0-dev qjackctl build-essential
echo "Configuring wine" ;
wineprefixcreate -w
mkdir -p ~/wineasio_tmp
cd ~/wineasio_tmp
echo "REGEDIT4" >> alsa.reg
echo "[HKEY_CURRENT_USER\Software\Wine\Drivers]" >> alsa.reg
echo '"Audio"="alsa"' >> alsa.reg
wine regedit alsa.reg
echo "Then it will download the wineasio driver and place it in your wine-folder" ;
wget http://www.sandgreen.dk/xt2/files/wineasio_0.7.3/wineasio.dll.so
chmod u+rwx wineasio.dll.so
sudo mv wineasio.dll.so /usr/lib/wine/
rm -Rf ~/wineasio_tmp
regsvr32 wineasio.dll
sudo ln -s /usr/lib/libjack-0.100.0.so.0 /usr/lib/libjack.so.0
echo "All done :-) ... Now you can use the win-version of EnergyXT2 (or Reaper) with wineasio" ;
echo "Press [ENTER] to close the shell"
read


- start jack

-run cubase and select vst connection => link output to correct portdevices (try it with a vst press "F11"...) and it should soundz!!!
by spectrum | 2009/06/04 05:03 | 트랙백 | 덧글(0)
2009년 05월 24일
분명 나와 별 인연은 없는 사람일 터인데
그래 사람은 누구나 죽으니까.
언제가 되었든
어떻게 되었든 말이지.

어?




갑자기 눈물이 멈추지 않는다.
또 무언가 마음속에 소중했던 파편 하나가 없어져 버린거다.

윤회를 믿지 않지만 이 말밖엔 할 수 없습니다.
가는 길 편안히 가십시오.
산 사람도 그렇지 않은 사람도 욕되지 않게.
by spectrum | 2009/05/24 14:56 | 안녕하십니다 | 트랙백 | 덧글(0)
2009년 05월 24일
Lionel richie - I call it love (chord)
IM7 VM7 IIIm7 II   (x3)
VIm11  I9   II

IVM7  IM7  VM7  IIM7  (bIIIM7 IIIM7)
IVM7  IM7  II11

아아 아름답다
by spectrum | 2009/05/24 00:33 | 트랙백 | 덧글(0)
2009년 05월 22일
무료 SVN/Git Trac 서비스 Project Locker
Link : ProjectLocker Portal: Home
Assembla.com 이 유료화로 돌아서고 나서 마땅히 쓸곳이 없어 후닥닥 xp-dev.com 으로 이전하긴 했었으나
trac 연동이 안되는 점이 늘 아쉬웠다.
채팅도중 문득 생각이 나서
Trac svn hosting free -assembla

구글링 해보니 역시 있더라.
조건은 괜찮다. 500MB / 5 User / Unlimited Projects - Free .

Trac 에서 한글지원도 잘되더라. 이정도면 충분하지 뭐.
by spectrum | 2009/05/22 03:35 | 트랙백 | 덧글(0)
2009년 05월 12일
꿀꿀한 날에 노래
Sosick 95 Guide by spectrick

싱어송~ 니오의 쏘씩 :) 오래 불르면 바닥이 보이니까 짧게.
by spectrum | 2009/05/12 05:23 | 트랙백 | 덧글(2)
2009년 05월 10일
wineasio 설치
wineasio 가 make 안되서 닭짓중 구글링 하니 이런게 나오더라
------
Nice post.

Little addition for the wineasio part :

instead of d/l the .dll, you could have a nice .deb to (un)install using alien and the wineasio suse rpm.

This part would then looks like :

Install alien binary package converter using
Code:
sudo apt-get install alien
D/l the last wineasio rpm from the ftp using e.g.
Code:
wget ftp://ftp.gwdg.de/pub/linux/misc/jacklab/SUSE-10.2/RPMS/i586/wineasio-0.7.3-3.1.i586.rpm
Transform the package using alien :
Code:
sudo alien --to-deb wineasio-0.7.3-3.1.i586.rpm
Then install the package newly created :
Code:
dpkg -i wineasio-0.7.3-3.1.i586.deb


this links to the newest wineasio.dll.so (0.72) hand rolled by me onXubuntu 7.10 this should work for everyone using newest Ubuntuversions. download this and put the file on your desktop (if its notalready there)
---
역시 deb패키지를 더블 클릭하니까 "regsvr32 wineasio.dll" 하라고 친절하게 나와있음.

http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio
여기 따라서 Jack 꽂고 이래저래 하니 뭐 쉽네
CDM 에서 침튀겨가면서 칭찬하는 energyXT 기동
여기까지 WineASIO 완료
과연 VST는 어떻게 될 것인가.. 차차 또 해보지뭐.


by spectrum | 2009/05/10 01:50 | 수련 | 트랙백 | 덧글(1)
2009년 05월 09일
어라?
윈도우를 밀어도 wubi를 다시 설치하니
이전에 깔았던 ubuntu 를 그대로 쓸 수 있네?

신기할세 허허
by spectrum | 2009/05/09 09:50 | 아스트랄 | 트랙백 | 덧글(0)
2009년 05월 07일
이런 순서로 하자
킥>스네어(클랩)>훝(카바사)>심벌>퍼커션(FX)
>> 베이스 > 코드 > 멜로디

믹싱에선 뻔한 소리지만 처음부터 잡고 가야겠다.
by spectrum | 2009/05/07 04:17 | 수련 | 트랙백 | 덧글(0)


<< 이전 페이지 | 다음 페이지 >>