<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="http://rss.egloos.com/style/blog.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
	<title>아는 길도 돌아가자</title>
	<link>http://spectrum.egloos.com</link>
	<description>일용직 용병 딴따라의 삽질 히스토리</description>
	<language>ko</language>
	<pubDate>Sun, 04 Oct 2009 19:10:20 GMT</pubDate>
	<generator>Egloos</generator>
	<image>
		<title>아는 길도 돌아가자</title>
		<url>http://pds.egloos.com/logo/1/200503/04/21/c0002721.jpg</url>
		<link>http://spectrum.egloos.com</link>
		<width>80</width>
		<height>85</height>
		<description>일용직 용병 딴따라의 삽질 히스토리</description>
	</image>
  	<item>
		<title><![CDATA[ ubuntu bluetooth mouse 안될때 ]]> </title>
		<link>http://spectrum.egloos.com/5087611</link>
		<guid>http://spectrum.egloos.com/5087611</guid>
		<description>
			<![CDATA[ 
  http://www.ubuntu.or.kr/viewtopic.php?p=28053<br />
<br />
페어링 상태로<br />
sudo hidd --search<br />
해본다.<br />
<br/><br/>tag : <a href="/tag/ubuntu" rel="tag">ubuntu</a>			 ]]> 
		</description>
		<category>잔대가리</category>
		<category>ubuntu</category>

		<comments>http://spectrum.egloos.com/5087611#comments</comments>
		<pubDate>Sun, 04 Oct 2009 19:10:20 GMT</pubDate>
		<dc:creator>spectrum</dc:creator>
	</item>
	<item>
		<title><![CDATA[ ubuntu 9.04 노트북 소리가 안날때 (ALC880) 체크해볼 것 ]]> </title>
		<link>http://spectrum.egloos.com/5087607</link>
		<guid>http://spectrum.egloos.com/5087607</guid>
		<description>
			<![CDATA[ 
  https://help.ubuntu.com/community/HdaIntelSoundHowto<br />
<br />
sudo vi /etc/modprobe.d/alsa-base.conf<br />
맨 마지막줄에<br />
options snd-hda-intel model=&lt;제조사&gt;<br />
를 추가해본다.<br />
<br />
ex) <br />
options snd-hda-intel model=lg<br />
options snd-hda-intel model=uniwill<br />
options snd-hda-intel model=fujitsu<br />
options snd-hda-intel model=tcl <br />
<br />
듣보잡 모델일 경우 골치 아플지도.<br />
<br />
<br/><br/>tag : <a href="/tag/ubuntu" rel="tag">ubuntu</a>,&nbsp;<a href="/tag/sound" rel="tag">sound</a>,&nbsp;<a href="/tag/notebook" rel="tag">notebook</a>			 ]]> 
		</description>
		<category>잔대가리</category>
		<category>ubuntu</category>
		<category>sound</category>
		<category>notebook</category>

		<comments>http://spectrum.egloos.com/5087607#comments</comments>
		<pubDate>Sun, 04 Oct 2009 19:00:04 GMT</pubDate>
		<dc:creator>spectrum</dc:creator>
	</item>
	<item>
		<title><![CDATA[ ubuntu에서 cubase를 쓰기위한 Wine설정법 ]]> </title>
		<link>http://spectrum.egloos.com/4968882</link>
		<guid>http://spectrum.egloos.com/4968882</guid>
		<description>
			<![CDATA[ 
  <span class="adbriteinline"><span name="KonaBody">- <a id="KonaLink0" target="undefined" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.demonoid.com/files/details/1440857/35940681/#"><font style="color: blue ! important; font-family: Arial,Helvetica,sans-serif; font-weight: 400; font-size: 12px; position: static;" color="blue"><span class="kLink" style="color: blue ! important; font-family: Arial,Helvetica,sans-serif; font-weight: 400; font-size: 12px; position: static;">wine</span></font></a> 1.1.2<br />
- jack<br />
<br />
- gdiplus, dotnet20, msxml3, with winetricks ( http://wiki.winehq.org/winetricks )<br />
<br />
- install wineasio by this script:<br />
<br />
#!/bin/bash<br />
# by Sandy Sandgreen<br />
# Install wineasio 0.7.3 on Ubuntu 8.04<br />
#<br />
# Thanks to Jacklab for the wineasio source<br />
# but also to David Hayes and AlanPoPo who both made a great howto<br />
#<br />
echo "This script will download and install wineasio" ;<br />
echo "This might take awhile, please be patient" ;<br />
echo "First it will install the latest wine, jack and some other usefull stuff" ;<br />
sudo apt-get -y install wine wine-dev libjack0.100.0-dev qjackctl build-essential<br />
echo "Configuring wine" ;<br />
wineprefixcreate -w<br />
mkdir -p ~/wineasio_tmp<br />
cd ~/wineasio_tmp<br />
echo "REGEDIT4" &gt;&gt; alsa.reg<br />
echo "[HKEY_CURRENT_USER\Software\Wine\Drivers]" &gt;&gt; alsa.reg<br />
echo '"Audio"="alsa"' &gt;&gt; alsa.reg<br />
wine regedit alsa.reg<br />
echo "Then it will download the wineasio driver and place it in your wine-folder" ;<br />
wget http://www.sandgreen.dk/xt2/files/wineasio_0.7.3/wineasio.dll.so<br />
chmod u+rwx wineasio.dll.so<br />
sudo mv wineasio.dll.so /usr/lib/wine/<br />
rm -Rf ~/wineasio_tmp<br />
regsvr32 wineasio.dll<br />
sudo ln -s /usr/lib/libjack-0.100.0.so.0 /usr/lib/libjack.so.0<br />
echo "All done :-) ... Now you can use the win-version of EnergyXT2 (or Reaper) with wineasio" ;<br />
echo "Press [ENTER] to close the shell"<br />
read<br />
<br />
<br />
- start jack<br />
<br />
-run cubase and select vst connection =&gt; link output to correct portdevices (try it with a vst press "F11"...) and it should soundz!!!</span></span>			 ]]> 
		</description>

		<comments>http://spectrum.egloos.com/4968882#comments</comments>
		<pubDate>Wed, 03 Jun 2009 20:03:52 GMT</pubDate>
		<dc:creator>spectrum</dc:creator>
	</item>
	<item>
		<title><![CDATA[ 분명 나와 별 인연은 없는 사람일 터인데 ]]> </title>
		<link>http://spectrum.egloos.com/4957106</link>
		<guid>http://spectrum.egloos.com/4957106</guid>
		<description>
			<![CDATA[ 
  그래 사람은 누구나 죽으니까.<br>언제가 되었든<br>어떻게 되었든 말이지.<br><br>어?<br><br><br><br><br>갑자기 눈물이 멈추지 않는다.<br>또 무언가 마음속에 소중했던 파편 하나가 없어져 버린거다.<br><br>윤회를 믿지 않지만 이 말밖엔 할 수 없습니다.<br>가는 길 편안히 가십시오.<br>산 사람도 그렇지 않은 사람도 욕되지 않게.<br><br/><br/>tag : <a href="/tag/ㅜㅜ" rel="tag">ㅜㅜ</a>,&nbsp;<a href="/tag/노무현" rel="tag">노무현</a>			 ]]> 
		</description>
		<category>안녕하십니다</category>
		<category>ㅜㅜ</category>
		<category>노무현</category>

		<comments>http://spectrum.egloos.com/4957106#comments</comments>
		<pubDate>Sun, 24 May 2009 05:56:54 GMT</pubDate>
		<dc:creator>spectrum</dc:creator>
	</item>
	<item>
		<title><![CDATA[ Lionel richie - I call it love (chord) ]]> </title>
		<link>http://spectrum.egloos.com/4956553</link>
		<guid>http://spectrum.egloos.com/4956553</guid>
		<description>
			<![CDATA[ 
  IM7 VM7 IIIm7 II&nbsp;&nbsp; (x3)<br>VIm11&nbsp; I9&nbsp;&nbsp; II<br><br>IVM7 &nbsp;IM7&nbsp; VM7&nbsp; IIM7&nbsp; (bIIIM7 IIIM7)<br>IVM7&nbsp; IM7&nbsp; II11<br><br>아아 아름답다<br/><br/>tag : <a href="/tag/chord" rel="tag">chord</a>			 ]]> 
		</description>
		<category>chord</category>

		<comments>http://spectrum.egloos.com/4956553#comments</comments>
		<pubDate>Sat, 23 May 2009 15:33:22 GMT</pubDate>
		<dc:creator>spectrum</dc:creator>
	</item>
	<item>
		<title><![CDATA[ 무료 SVN/Git Trac 서비스 Project Locker ]]> </title>
		<link>http://spectrum.egloos.com/4954098</link>
		<guid>http://spectrum.egloos.com/4954098</guid>
		<description>
			<![CDATA[ 
  Link : <a rel="nofollow" class="taggedlink" href="https://portal.projectlocker.com/user/home">ProjectLocker Portal: Home</a><br />
Assembla.com 이 유료화로 돌아서고 나서 마땅히 쓸곳이 없어 후닥닥 xp-dev.com 으로 이전하긴 했었으나<br />
trac 연동이 안되는 점이 늘 아쉬웠다.<br />
채팅도중 문득 생각이 나서 <br />
<blockquote>Trac svn hosting free -assembla</blockquote><br />
로 <a href="http://www.google.co.kr/search?q=Trac+svn+hosting+free+-assembla&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a">구글링</a> 해보니 역시 있더라.<br />
조건은 괜찮다. 500MB / 5 User / Unlimited Projects - Free .<br />
<br />
Trac 에서 한글지원도 잘되더라. 이정도면 충분하지 뭐.<br />
<br/><br/>tag : <a href="/tag/svn" rel="tag">svn</a>,&nbsp;<a href="/tag/trac" rel="tag">trac</a>,&nbsp;<a href="/tag/무료" rel="tag">무료</a>,&nbsp;<a href="/tag/git" rel="tag">git</a>			 ]]> 
		</description>
		<category>svn</category>
		<category>trac</category>
		<category>무료</category>
		<category>git</category>

		<comments>http://spectrum.egloos.com/4954098#comments</comments>
		<pubDate>Thu, 21 May 2009 18:35:42 GMT</pubDate>
		<dc:creator>spectrum</dc:creator>
	</item>
	<item>
		<title><![CDATA[ 꿀꿀한 날에 노래 ]]> </title>
		<link>http://spectrum.egloos.com/4942860</link>
		<guid>http://spectrum.egloos.com/4942860</guid>
		<description>
			<![CDATA[ 
  <div style="FONT-SIZE: 11px"><embed src="http://player.soundcloud.com/player.swf?track=sosick-95-guide" width="100%" height="81" type="application/x-shockwave-flash" allowscriptaccess="always" wmode="transparent"> </embed><div style="PADDING-TOP: 5px"><a href="http://soundcloud.com/spectrick/sosick-95-guide">Sosick 95 Guide</a> by <a href="http://soundcloud.com/spectrick">spectrick</a><br><br>싱어송~ 니오의 쏘씩 :) 오래&nbsp;불르면 바닥이 보이니까 짧게.</div></div>			 ]]> 
		</description>

		<comments>http://spectrum.egloos.com/4942860#comments</comments>
		<pubDate>Mon, 11 May 2009 20:23:17 GMT</pubDate>
		<dc:creator>spectrum</dc:creator>
	</item>
	<item>
		<title><![CDATA[ wineasio 설치 ]]> </title>
		<link>http://spectrum.egloos.com/4940689</link>
		<guid>http://spectrum.egloos.com/4940689</guid>
		<description>
			<![CDATA[ 
  <div style="font-style: italic;">wineasio 가 make 안되서 닭짓중 구글링 하니 이런게 나오더라<br />
------<br />
<font color="brown">Nice post.<br />
<br />
Little addition for the wineasio part :<br />
<br />
instead of d/l the .dll, you could have a nice .deb to (un)install using alien and the wineasio suse rpm.<br />
<br />
This part would then looks like :<br />
<br />
Install alien binary package converter using<br />
<div style="margin: 5px 20px 20px;">	<div class="smallfont" style="margin-bottom: 2px;">Code:</div>	<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;">sudo apt-get install alien</pre></div>D/l the last wineasio rpm from the ftp using e.g.<br />
<div style="margin: 5px 20px 20px;">	<div class="smallfont" style="margin-bottom: 2px;">Code:</div>	<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;">wget ftp://ftp.gwdg.de/pub/linux/misc/jacklab/SUSE-10.2/RPMS/i586/wineasio-0.7.3-3.1.i586.rpm</pre></div>Transform the package using alien :<br />
<div style="margin: 5px 20px 20px;">	<div class="smallfont" style="margin-bottom: 2px;">Code:</div>	<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;">sudo alien --to-deb wineasio-0.7.3-3.1.i586.rpm</pre></div>Then install the package newly created :<br />
<div style="margin: 5px 20px 20px;">	<div class="smallfont" style="margin-bottom: 2px;">Code:</div>	<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;">dpkg -i wineasio-0.7.3-3.1.i586.deb</pre></div></font></div>							<br />
<br />
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)<br />
---<br />
역시 deb패키지를 더블 클릭하니까 "regsvr32 wineasio.dll" 하라고 친절하게 나와있음.<br />
<br />
<a href="http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio">http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio</a><br />
여기 따라서 Jack 꽂고 이래저래 하니 뭐 쉽네<br />
CDM 에서 침튀겨가면서 칭찬하는 energyXT 기동<br />
<div style="text-align:center"><img class="image_mid" border="0" onmouseover="this.style.cursor='pointer'" alt="" src="http://pds11.egloos.com/pds/200905/10/21/c0002721_4a05b3e22ca72.png" width="500" height="312.5" onclick="Control.Modal.openDialog(this, event, 'http://pds11.egloos.com/pds/200905/10/21/c0002721_4a05b3e22ca72.png');" /></div>여기까지 WineASIO 완료<br />
과연 VST는 어떻게 될 것인가.. 차차 또 해보지뭐.<br />
<br />
<br />
<br/><br/>tag : <a href="/tag/ubuntu" rel="tag">ubuntu</a>,&nbsp;<a href="/tag/wineasio" rel="tag">wineasio</a>,&nbsp;<a href="/tag/ubuntustudio" rel="tag">ubuntustudio</a>,&nbsp;<a href="/tag/energyXT" rel="tag">energyXT</a>,&nbsp;<a href="/tag/VST" rel="tag">VST</a>			 ]]> 
		</description>
		<category>수련</category>
		<category>ubuntu</category>
		<category>wineasio</category>
		<category>ubuntustudio</category>
		<category>energyXT</category>
		<category>VST</category>

		<comments>http://spectrum.egloos.com/4940689#comments</comments>
		<pubDate>Sat, 09 May 2009 16:50:45 GMT</pubDate>
		<dc:creator>spectrum</dc:creator>
	</item>
	<item>
		<title><![CDATA[ 어라? ]]> </title>
		<link>http://spectrum.egloos.com/4940030</link>
		<guid>http://spectrum.egloos.com/4940030</guid>
		<description>
			<![CDATA[ 
  윈도우를 밀어도 wubi를 다시 설치하니<br />
이전에 깔았던 ubuntu 를 그대로 쓸 수 있네?<br />
<br />
신기할세 허허<br />
			 ]]> 
		</description>
		<category>아스트랄</category>

		<comments>http://spectrum.egloos.com/4940030#comments</comments>
		<pubDate>Sat, 09 May 2009 00:50:34 GMT</pubDate>
		<dc:creator>spectrum</dc:creator>
	</item>
	<item>
		<title><![CDATA[ 이런 순서로 하자 ]]> </title>
		<link>http://spectrum.egloos.com/4937768</link>
		<guid>http://spectrum.egloos.com/4937768</guid>
		<description>
			<![CDATA[ 
  킥&gt;스네어(클랩)&gt;훝(카바사)&gt;심벌&gt;퍼커션(FX) <br />
&gt;&gt; 베이스 &gt; 코드 &gt; 멜로디<br />
<br />
믹싱에선 뻔한 소리지만 처음부터 잡고 가야겠다.<br />
<br/><br/>tag : <a href="/tag/누가뭐래" rel="tag">누가뭐래</a>			 ]]> 
		</description>
		<category>수련</category>
		<category>누가뭐래</category>

		<comments>http://spectrum.egloos.com/4937768#comments</comments>
		<pubDate>Wed, 06 May 2009 19:17:05 GMT</pubDate>
		<dc:creator>spectrum</dc:creator>
	</item>
</channel>
</rss>
