'개소리 왈왈/컴퓨터'에 해당되는 글 512건

  1. 2016.01.02 UMID mbook m1 + lubuntu 15.10 egalax driver
  2. 2016.01.01 2016년 시작
  3. 2015.12.28 마음에 들진 않지만...
  4. 2015.12.21 irocks kr-6220 winLock
  5. 2015.11.08 tc1100 윈7 설치
  6. 2015.11.07 tc1100 분해 및 win10 시도
  7. 2015.11.05 tc1100 분해방법
  8. 2015.11.02 하드 도착!
  9. 2015.08.10 컴퓨터 포맷 예정! / 지름! 3
  10. 2015.06.04 다음 운세 종료 -_-?

흐음.. lubuntu 15.10에 하려니 영 안되네...

그냥 구버전의 opengalax를 설치 하고 기존의 설정값을 쓰는걸로 해결..


/etc/apt$ sudo vi sources.list
deb http://ppa.launchpad.net/poliva/opengalax/ubuntu precise main 
deb-src http://ppa.launchpad.net/poliva/opengalax/ubuntu precise main 

/etc/apt$ sudo apt-get update

$ sudo apt-cache search opengalax
opengalax - touchscreen daemon for EETI controllers

$ sudo apt-get install opengalax



$ sudo ./setup.sh


(*) Driver installer for touch controller

(*) Script Version = 1.04.5701


(I) Check user permission: root, you are the supervisor.

(I) Platform application binary interface = i686

(W) X server detected.


Declaration and Disclaimer

The programs, including but not limited to software and/or firmware (hereinafter referred to "Programs" or "PROGRAMS", are owned by eGalax_eMPIA Technology Inc. (hereinafter referred to EETI) and are compiled from EETI Source code. EETI hereby grants to licensee a personal, non-exclusive, non-transferable license to copy, use and create derivative works of Programs for the sole purpose in conjunction with an EETI Product, including but not limited to integrated circuit and/or controller. Any reproduction, copies, modification, translation, compilation, application, or representation of Programs except as specified above is prohibited without the express written permission by EETI.


Disclaimer: EETI MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO PROGRAMS, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. EETI reserves the right to make changes without further notice to the Programs described herein. Licensee agrees that EETI does not assume any liability, damages or costs, including but not limited to attorney fees, arising out from Programs themselves or those arising out from the application or combination Programs into other products or circuit. The use or the inclusion of EETI's Programs implies that the Licensee assumes all risk of such use and in doing so indemnifies EETI against all charges, including but not limited to any claims to infringement of any third party's intellectual property right.


Do you agree with above patent declaration?

 [Y] Yes, I agree.  [N] No, I don't agree.

Y


(Q) Which interface controller do you use?

(I) [1] RS232 [2] USB [3] PS2 : 3

(I) Please confirm the touch controller is linked with your device. Press [Enter] key to continue..........


(I) /etc/rcS.d path found.

ln: failed to create symbolic link `/etc/rcS.d/S99eGTouch': 파일이 있습니다

(I) Module serio_raw.ko is detected under lsmod

(I) Configure PS/2 aux driver.

(I) Found /serio_raw/ located under /sys/bus/serio/devices/serio4/

(I) Found uinput at path /dev/uinput

(I) Place eGTouch driver archive to /usr/local/eGTouch32withX.

(I) Create eGTouch daemon shortcut in /usr/bin.

(I) Create eGTouchU tool shortcut in /usr/bin.

(I) Create eCalib tool shortcut in /usr/bin.


(Q) How many controllers do you want to plug-in to system? [1-10]

(I) Default [1]:1

1

(I) Device Nums is set to 1

(W) Found udev rule: 52-egalax-virtual.conf.

(I) Create eGTouchU shortcut in application list.


(I) Driver installation completed. Setup version 1.04.5701.

(I) Please reboot the system.


$ lsmod | grep -i serio
serio_raw              16384  1

$ ls -al /dev/input/
합계 0
drwxr-xr-x  3 root root     280  1월  2 15:48 .
drwxr-xr-x 18 root root    4420  1월  2 15:48 ..
drwxr-xr-x  2 root root      60  1월  2 15:48 by-path
crw-rw-rw-  1 root input 13, 64  1월  2 15:47 event0
crw-rw-rw-  1 root input 13, 65  1월  2 15:47 event1
crw-rw-rw-  1 root input 13, 66  1월  2 15:47 event2
crw-rw-rw-  1 root input 13, 67  1월  2 15:47 event3
crw-rw-rw-  1 root input 13, 68  1월  2 15:47 event4
crw-rw-rw-  1 root input 13, 69  1월  2 15:47 event5
crw-rw-rw-  1 root input 13, 70  1월  2 15:47 event6
crw-rw-rw-  1 root input 13, 73  1월  2 15:48 event9
crw-rw-r--  1 root input 13,  0  1월  2 15:48 js0
crw-rw----  1 root input 13, 63  1월  2 15:47 mice
crw-rw----  1 root input 13, 33  1월  2 15:48 mouse1

$ ps -ef | grep -i eg
root        19     2  0 15:52 ?        00:00:00 [kintegrityd]
root       444     1  0 15:53 ttyS1    00:00:00 /usr/bin/eGTouchD
nobody     997   614  0 15:54 ?        00:00:00 /usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces --pid-file=/run/sendsigs.omit.d/network-manager.dnsmasq.pid --listen-address=127.0.1.1 --conf-file=/var/run/NetworkManager/dnsmasq.conf --cache-size=0 --proxy-dnssec --enable-dbus=org.freedesktop.NetworkManager.dnsmasq --conf-dir=/etc/NetworkManager/dnsmasq.d
minimonk  1277  1189  0 15:54 pts/0    00:00:00 grep --color=auto -i eg

$ cat /etc/rcS.d/S99eGTouch
#!/bin/sh

### Beginning: Launch eGTouchD daemon while setup boot-up ###
/usr/bin/eGTouchD
### End: Launch eGTouchD daemon while setup boot-up ###
exit 0

$ /usr/bin/eGTouch
eGTouchD  eGTouchU

$ DISPLAY=:0.0 /usr/bin/eGTouchU


우씨.. 왜 안잡혀 ㅠㅠ



[링크 : http://pof.eslack.org/2012/06/18/ubuntu-12-04-on-onkyo-bx407a4/]

[링크 : http://home.eeti.com.tw/drivers_Linux.html]

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

와.. 벌써 두달이 지났네.. TC1100 재시도..  (0) 2016.01.20
umid mbook m1 + lubuntu 15.10  (0) 2016.01.04
2016년 시작  (0) 2016.01.01
마음에 들진 않지만...  (0) 2015.12.28
irocks kr-6220 winLock  (0) 2015.12.21
Posted by 구차니

크아아아앙!!!

한것도 없는데 또 하루가 지나버렸... OTL


mbook 이나 리눅스깔고 장난치고..

tc1100 이나 win7이나 언넝 깔아야지 ㅠㅠ

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

umid mbook m1 + lubuntu 15.10  (0) 2016.01.04
UMID mbook m1 + lubuntu 15.10 egalax driver  (0) 2016.01.02
마음에 들진 않지만...  (0) 2015.12.28
irocks kr-6220 winLock  (0) 2015.12.21
tc1100 윈7 설치  (0) 2015.11.08
Posted by 구차니
개소리 왈왈/컴퓨터2015. 12. 28. 23:35

리눅스 서버 구축해서..

ISP 제공 공유기 설정해서 써야 할 듯..



머라도 하지 않으면 퇴보한다는 강박관념인걸까...

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

UMID mbook m1 + lubuntu 15.10 egalax driver  (0) 2016.01.02
2016년 시작  (0) 2016.01.01
irocks kr-6220 winLock  (0) 2015.12.21
tc1100 윈7 설치  (0) 2015.11.08
tc1100 분해 및 win10 시도  (0) 2015.11.07
Posted by 구차니
개소리 왈왈/컴퓨터2015. 12. 21. 17:52

먼가 해서 찾아 봤더니

윈도우 키 잠금..


양쪽 윈도우키를 3초간 누르고 있으면 WinLock LED가 on/off하고


ctrl-esc와 shift-f10은 되지만

윈도우 키랑 메뉴키 라고 해야 하나 이 두개는 안 먹힌다.


[링크 : http://mile.tistory.com/6]






scroll lock 불 안들어 와서 보다가 이제야 발견한 기능...

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

2016년 시작  (0) 2016.01.01
마음에 들진 않지만...  (0) 2015.12.28
tc1100 윈7 설치  (0) 2015.11.08
tc1100 분해 및 win10 시도  (0) 2015.11.07
tc1100 분해방법  (0) 2015.11.05
Posted by 구차니
개소리 왈왈/컴퓨터2015. 11. 8. 21:20

일단.. 하는데 까지 해봐도

영 잘안되는게 현재 상태..


정리를 하자면

82.12 드라이버에 inf 수정한 걸 깔면 모니터의 타블렛 버튼이 안 먹고

Qmenu는 82.12 설치후 시도하면 dll 없다고 배째고

랜카드는 xp용 깔면되고

ti sd 리더도 xp용 깔면되고


카페에서 검색해보니

qmenu -> 82.12 + inf -> 오리지널 xp 드라이버 순으로 순서를 잡으면 될려나?


그리고 홈 프 정도는 되어야 필기장이 존재한다.


걍.. 리눅스로 가봐?

[링크 : http://linuxdeal.com/how-to-ubuntu-10.04-hp-tc1100]

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

마음에 들진 않지만...  (0) 2015.12.28
irocks kr-6220 winLock  (0) 2015.12.21
tc1100 분해 및 win10 시도  (0) 2015.11.07
tc1100 분해방법  (0) 2015.11.05
하드 도착!  (0) 2015.11.02
Posted by 구차니
개소리 왈왈/컴퓨터2015. 11. 7. 16:36

분해는 성공적

하지만.. 드라이버 산다고 1.6만원 ㅠㅠ

(물론 T9만 산게 아니라 셋트로 된거라..)


하지만 win10은 영 넘어가질 않는걸 봐서는

NX나 EDB(Execution Disable Bit) 쪽이 활성화 되지 않아서

설치자체가 불가능 한 것으로 보인다.


대충 카페에서도 찾아보니

win8 에서도 초기 preview는 설치되었으나 정식 버전부터 안되었다고

하는걸 봐서는.. 끄응...


win10은 포기해야 할 듯

걍 2기가로 늘리고 win7이나 깔아야 하려나


[링크 : http://mobilepcwiki.com/mpc/index.php?title=HP/TC1100/Windows_7_Installation_Notes]


+

2015.11.07 @ 2016.01.20








'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

irocks kr-6220 winLock  (0) 2015.12.21
tc1100 윈7 설치  (0) 2015.11.08
tc1100 분해방법  (0) 2015.11.05
하드 도착!  (0) 2015.11.02
컴퓨터 포맷 예정! / 지름!  (3) 2015.08.10
Posted by 구차니
개소리 왈왈/컴퓨터2015. 11. 5. 09:44

흐음.. 카페에서 본거 같긴한데

조만간 분해해서 메모리도 싸졌으니(1기가 1만원)

메모리도 업글할겸 액정도 딱아주고 쇼를 해볼까...


[링크 : http://lonelyengineer.tistory.com/1908]


torx t9 드라이버도 구매해야 하나.. ㅠㅠ

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

tc1100 윈7 설치  (0) 2015.11.08
tc1100 분해 및 win10 시도  (0) 2015.11.07
하드 도착!  (0) 2015.11.02
컴퓨터 포맷 예정! / 지름!  (3) 2015.08.10
다음 운세 종료 -_-?  (0) 2015.06.04
Posted by 구차니
개소리 왈왈/컴퓨터2015. 11. 2. 22:12

언제 밀지?

그나저나.. freeNAS도 돌려보고 싶고..

메모리가 턱없이 부족하기만 하네..

밖에 놓고 접대용으로 게임하도록 해둘까 싶으면서도... 별 의미가 없어보이니 끄응...

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

tc1100 분해 및 win10 시도  (0) 2015.11.07
tc1100 분해방법  (0) 2015.11.05
컴퓨터 포맷 예정! / 지름!  (3) 2015.08.10
다음 운세 종료 -_-?  (0) 2015.06.04
굿바이 다음 클라우드  (0) 2015.06.02
Posted by 구차니
개소리 왈왈/컴퓨터2015. 8. 10. 23:14

1테라 WD blue 지름


아내 컴퓨터 에 이거 달고..

아내꺼에 있는 느려 터진


500GB / 1T 삼성하드는

내꺼와 리눅스 서버에 이식해서 써야지 -_ㅠ


내일은 포맷한다고 하루 가겠구만..




'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

tc1100 분해방법  (0) 2015.11.05
하드 도착!  (0) 2015.11.02
다음 운세 종료 -_-?  (0) 2015.06.04
굿바이 다음 클라우드  (0) 2015.06.02
하드가 슬슬 맛이 가려는구나 ㅠㅠ  (0) 2015.05.28
Posted by 구차니

클라우드 / 마이피플 / 다음운세


음.. 클라우드는 유지비가 장난 아닐테고

마이피플은 메신저라 원래 돈이 안되는 녀석이고.. 카카오톡으로 인해 폐쇄는 예정된거지만...

다음 운세는 왜 갑자기?!?





'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

하드 도착!  (0) 2015.11.02
컴퓨터 포맷 예정! / 지름!  (3) 2015.08.10
굿바이 다음 클라우드  (0) 2015.06.02
하드가 슬슬 맛이 가려는구나 ㅠㅠ  (0) 2015.05.28
USB IR 키보드 + 마우스  (0) 2015.05.28
Posted by 구차니