'개소리 왈왈'에 해당되는 글 4338건

  1. 2016.01.02 UMID mbook m1 + lubuntu 15.10 egalax driver
  2. 2016.01.01 2016년 시작
  3. 2015.12.31 2015년 끝
  4. 2015.12.28 마음에 들진 않지만...
  5. 2015.12.26 무료..
  6. 2015.12.25 자전거 하나 생길지..도?
  7. 2015.12.21 irocks kr-6220 winLock
  8. 2015.12.21 아이폰 어플 파일 관련
  9. 2015.12.19 블로그 어워드 2015
  10. 2015.12.13 openAI

흐음.. 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 구차니

올해는 출산.. 이것 하나로 다 설명이 되려나?


2016년 병신년... -_-

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

소득공제 제공동의  (0) 2016.02.02
롯데마트 할인 신용카드 흐음...  (0) 2016.01.07
무료..  (0) 2015.12.26
... 멀 해야 하지?  (0) 2015.12.07
쉬는 주간...  (0) 2015.12.05
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 구차니

내년에는 멀할까...

환경이 문제인가..

의지가 문제인가...

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

롯데마트 할인 신용카드 흐음...  (0) 2016.01.07
2015년 끝  (0) 2015.12.31
... 멀 해야 하지?  (0) 2015.12.07
쉬는 주간...  (0) 2015.12.05
멘붕  (0) 2015.12.04
Posted by 구차니
개소리 왈왈/자전거2015. 12. 25. 22:22

근데 핸들이 없대 흑흑

나중에 순정(?) 핸들 얼마하나 장착비랑 물어봐야하려나... ㅠㅠ




걍 포기 ㅜㅜ

탈시간이 없을듯 ㅜㅜ

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 구차니

지인에게 협박(?) 해서 file로 앱파일 내용봐달라고 했떠니


Mach-O universal binary with 2 architectures

(for architecture armv7): Mach-O executable arm

(for architecture arm64): Mach-O 64-bit executable


[링크 : https://en.wikipedia.org/wiki/Mach-O]



기본 확장자는 ipa(배포용)

패키지 안 바이너리는 app

app는 Mach-O 포맷?


'개소리 왈왈 > 모바일 생활' 카테고리의 다른 글

아이패드가 미쳤어요!!  (0) 2016.03.11
아침부터 아가씨(?) 전화에 흔들리는 마음  (0) 2016.02.19
다음달은 5천원을 목표로!!  (0) 2015.11.13
smardi GAM.r  (0) 2015.10.24
요금제 변경  (0) 2015.10.15
Posted by 구차니
개소리 왈왈/블로그2015. 12. 19. 22:26

신청을 해 말아?


근데 귀찮잖아? 안될거야







그나저나 천명도 안오는데 해서 머하나~

'개소리 왈왈 > 블로그' 카테고리의 다른 글

웹호스팅 결제 -_-  (0) 2016.02.22
대한민국 결제 환경 이대로 좋은가!!  (0) 2016.02.21
블로그 접어야 하나 ㅋㅋ  (0) 2015.11.14
다음 쪽지 종료 공지  (0) 2015.10.28
카카오 티스토리...  (0) 2015.10.07
Posted by 구차니

페이팔 마피아, 인공지능 개발 위해 뭉쳤다


[링크 : http://media.daum.net/digital/others/newsview?newsid=20151213194303114]

[링크 : http://openai.sourceforge.net/faq.html]



bsd license로 진행한다니 흐음.. 한번 기대를 해봐야하나

댓글은 보면 인류 파멸의 서곡이라는 느낌인데...

Posted by 구차니