Sunday, June 30, 2013
Thursday, March 21, 2013
Friday, February 01, 2013
잡는다... Java 7 update 13
지난주 Java 7 update 11을 설치하고 1주일만에 또 13 patch 가 나왔다.
10여년 전 자바를 첨 접했을때 기다리던 언어지만,
기대 만큼이나 느린 속도는 늘 '조금 뒤에..' 라고 미뤘고
마음 같지 않게 몸이 바빴던 시절이기 때문에 늘 강건너 일이였다.
하지만, 직접 c cgi나, php, asp를 했음에도 오히려
회사 프로젝트에서는 java 를 선택했었는데 아마서 몽상가 기질이 있어서 인가..
여튼, C#을 먼저 하고
몇년 후 java 를 직접 코딩하면서 조금씩 실망하게 됐다.
기대가 크면 그만큼 실망도 크다는 말이 맞는가..
java 가 많은 아이디어와 방향을 가져온건 맞지만 어디로 가는지
모를 일이다.
마치 이 많은 짐들이 왜 짊어지고 다녀야 하는 거지.. 이렇게 돼 버렸다.
특히나 웹에서는..
10여년 전 자바를 첨 접했을때 기다리던 언어지만,
기대 만큼이나 느린 속도는 늘 '조금 뒤에..' 라고 미뤘고
마음 같지 않게 몸이 바빴던 시절이기 때문에 늘 강건너 일이였다.
하지만, 직접 c cgi나, php, asp를 했음에도 오히려
회사 프로젝트에서는 java 를 선택했었는데 아마서 몽상가 기질이 있어서 인가..
여튼, C#을 먼저 하고
몇년 후 java 를 직접 코딩하면서 조금씩 실망하게 됐다.
기대가 크면 그만큼 실망도 크다는 말이 맞는가..
java 가 많은 아이디어와 방향을 가져온건 맞지만 어디로 가는지
모를 일이다.
마치 이 많은 짐들이 왜 짊어지고 다녀야 하는 거지.. 이렇게 돼 버렸다.
특히나 웹에서는..
Tuesday, January 22, 2013
Sunday, January 20, 2013
damn Google Chrome
5년간 FreeBSD 를 얹어서
온갖 잡다한 일을 다 처리한 조용한 r32 가
뻑~!
한순간에 갔다. LCD에 희멀건 google chrome 화면만 남긴체..
백업, DNS, Mail, 프로젝트 세팅이 그대로 있건만..
왜 OS에서 어플 건드리면 싫어하는지 또 절감한다.
욕지기 확 올라오다가 김이 확 빠진다.
허탈하다. 늘 그런식이다.
부랴부랴,
a20m 으로 옮겨 급한대로 띄우니..
mysql 버전이 낮아서 어플이 걸린다..
v5.x 로 올리니... php 가 걸려서 5.x 올리니 swap 부족..
5.x 소스 패치해서 돌리니..
너무 느려... 한번 돌릴때 마다 swap 부족
다시 조용히 선반에 올리고, a20m 도 올려 놨다.
온갖 잡다한 일을 다 처리한 조용한 r32 가
뻑~!
한순간에 갔다. LCD에 희멀건 google chrome 화면만 남긴체..
백업, DNS, Mail, 프로젝트 세팅이 그대로 있건만..
왜 OS에서 어플 건드리면 싫어하는지 또 절감한다.
욕지기 확 올라오다가 김이 확 빠진다.
허탈하다. 늘 그런식이다.
부랴부랴,
a20m 으로 옮겨 급한대로 띄우니..
mysql 버전이 낮아서 어플이 걸린다..
v5.x 로 올리니... php 가 걸려서 5.x 올리니 swap 부족..
5.x 소스 패치해서 돌리니..
너무 느려... 한번 돌릴때 마다 swap 부족
다시 조용히 선반에 올리고, a20m 도 올려 놨다.
Thursday, January 17, 2013
xfce4 설치 - 사용하기
pkg_add -r xfce4 ...
Menu > Configigure > Desktop > Image Background None
show sticky windows only in activity workspace
Desktop > Change windows size
Appearance - Style and Icon to "Crux" style
Workspace - change to 4 -> 2
* Help Introduction
** move between workspace: ^+@+Arrow_Key
** xfce4-mixer: a volume changer plugin for the panel available. Its name is
**
There is an "Always on top" option available in the window titlebar
menu. Select this option if you want a window to always appear above all
other windows.
* Menu
** Change Panel Size: 20
** Session-Start
- prompt logout
- Application: uncheck if need.. pulse audio, ...
- software update and preferences--> never, nothing
.xinitrc
--
#!/bin/sh
## Ami
export XMODIFIERS="@im=Ami"
wmami &
xsetroot -solid '#056'
# /usr/local/fvwm/bin/fvwm
# xfce4-session
# exec startxfce4
exec ck-launch-session startxfce4
Menu > Configigure > Desktop > Image Background None
show sticky windows only in activity workspace
Desktop > Change windows size
Appearance - Style and Icon to "Crux" style
Workspace - change to 4 -> 2
* Help Introduction
** move between workspace: ^+@+Arrow_Key
** xfce4-mixer: a volume changer plugin for the panel available. Its name is
**
There is an "Always on top" option available in the window titlebar
menu. Select this option if you want a window to always appear above all
other windows.
* Menu
** Change Panel Size: 20
** Session-Start
- prompt logout
- Application: uncheck if need.. pulse audio, ...
- software update and preferences--> never, nothing
.xinitrc
--
#!/bin/sh
## Ami
export XMODIFIERS="@im=Ami"
wmami &
xsetroot -solid '#056'
# /usr/local/fvwm/bin/fvwm
# xfce4-session
# exec startxfce4
exec ck-launch-session startxfce4
[보안] 아.. 때리고 싶다.
메일로 ㄱㅈㄹ
"보안 영수증" 이라고 받았다.
일단, ActiveX 설치하고 인증하고 확인하란다.
이런 되먹지 않는 보안 인증이나 방식을 몇년째 하고 있다니...
정말 때려.. 아니 패주고 싶다.
newsticker
; ------ start of newsticker > newsticker-start, newsticker-show-news -------
;(setq load-path (append load-path (list "C:/Emacs/lib/newsticker")))
(autoload 'newsticker-start "newsticker" "Emacs Newsticker" t)
(autoload 'newsticker-show-news "newsticker" "Emacs Newsticker" t)
(add-hook 'newsticker-mode-hook 'imenu-add-menubar-index)
(setq newsticker-groups-filename
"~/newsticker/conf/newsticker-groups")
(setq newsticker-imagecache-dirname
"~/newsticker/images")
(setq newsticker-dir "~/newsticker/ticker")
(setq newsticker-automatically-mark-items-as-old t)
(setq newsticker-automatically-mark-visited-items-as-old t)
(setq newsticker-retrieval-interval 600)
(setq newsticker-html-renderer (quote w3m-region))
(setq newsticker-retrieval-method (quote extern))
(setq newsticker-treeview-treewindow-width 20) ; 30
(setq newsticker-treeview-listwindow-height 12) ; 30
(setq newsticker-wget-arguments (quote ("-q" "-O" "-"
"--user-agent" "testing")))
(custom-set-variables
'(newsticker-display-interval 15.3)
'(newsticker-keep-obsolete-items nil)
'(newsticker-scroll-smoothly nil)
'(newsticker-sort-method (quote sort-by-time))
'(newsticker-url-list
(quote
(
("codeproject" "http://www.codeproject.com/webservices/articlerss.aspx?cat=3" nil nil nil)
("codeplex" "http://www.codeplex.com/rss.ashx" nil nil nil)
("codeguro csharp" "http://feeds.feedburner.com/codeguru/csharp" nil nil nil)
("경향신문" "http://www.khan.co.kr/rss/rssdata/total_news.xml" nil nil nil)
("연합뉴스" "http://www.yonhapnews.co.kr/RSS/sokbo.xml" nil nil nil)
("구글" "http://news.google.com/news?pz=1&ned=kr&hl=ko&output=rss" nil nil nil)
("다음전체" "http://media.daum.net/rss/today/primary/all/rss2.xml" nil nil nil)
("오마이뉴스" "http://rss.ohmynews.com/rss/ohmynews.xml" nil nil nil)
; ("조선" "http://www.chosun.com/site/data/rss/rss.xml" nil nil nil)
("BBC News" "http://www.bbc.co.uk/syndication/feeds/news/ukfs_news/front_page/rss091.xml" nil nil nil)
("The Inquirer" "http://www.theinquirer.net/inquirer.rss" nil nil nil)
("zdnet All" "http://feeds2.feedburner.com/ZDNetBlogs" nil nil nil)
("zdnet screen" "http://i.zdnet.com/xml/zdnet.xml?tag=nl.e550" nil nil nil)
("zdnet whitepaper" "http://whitepapers.zdnet.com/?mode=rss" nil nil nil)
("zdnet review" "http://reviews-search.zdnet.com/index.php?k=1&mode=rss" nil nil nil)
("zdnet opnsrc" "http://www.zdnet.com/topics/open+source?o=1&mode=rss" nil nil nil)
("zdner-kr" "http://feeds.feedburner.com/zdnet_kr_news" nil nil nil)
("slashdot Dev" "http://developers.slashdot.org/developers.rss" nil nil nil)
; ("bbs.kldp" "http://kldp.net/export/rss_sfnews.php" nil nil nil)
; ("emacs help" "http://rss.gmane.org/gmane.emacs.help" nil nil nil)
; ("msdn Forum" "http://www.microsoft.com/feeds/msdn/en-us/rss.xml" nil nil nil)
)
)
)
'(newsticker-url-list-defaults
(quote
(
("LWN (Linux Weekly News)" "http://lwn.net/headlines/rss")
("Quote of the day" "http://www.quotationspage.com/data/qotd.rss" "07:00" 86400)
("The Register" "http://www.theregister.co.uk/tonys/slashdot.rdf")
("slashdot" "http://slashdot.org/index.rss" nil 3600)
("Wired News" "http://www.wired.com/news_drop/netcenter/netcenter.rdf")
; ("Emacs Wiki" "http://www.emacswiki.org/cgi-bin/wiki.pl?action=rss" nil 3600)
; ("database sa" "http://database.sarang.net/rss.php")
)
)
)
'(newsticker-use-full-width nil)
'(transient-mark-mode t)
)
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
;'(newsticker-feed-face ((t (:foreground "red" :slant normal :weight bold :height 1.3 :family "helvetica"))))
'(newsticker-feed-face ((t (:foreground "red" :slant normal :weight bold :height 1.2 :family "나눔고딕"))))
'(newsticker-new-item-face ((t (:foreground "blue" :weight bold))))
'(newsticker-old-item-face ((t (:weight bold))))
)
; --------------- end of newsticker ---------------
;(setq load-path (append load-path (list "C:/Emacs/lib/newsticker")))
(autoload 'newsticker-start "newsticker" "Emacs Newsticker" t)
(autoload 'newsticker-show-news "newsticker" "Emacs Newsticker" t)
(add-hook 'newsticker-mode-hook 'imenu-add-menubar-index)
(setq newsticker-groups-filename
"~/newsticker/conf/newsticker-groups")
(setq newsticker-imagecache-dirname
"~/newsticker/images")
(setq newsticker-dir "~/newsticker/ticker")
(setq newsticker-automatically-mark-items-as-old t)
(setq newsticker-automatically-mark-visited-items-as-old t)
(setq newsticker-retrieval-interval 600)
(setq newsticker-html-renderer (quote w3m-region))
(setq newsticker-retrieval-method (quote extern))
(setq newsticker-treeview-treewindow-width 20) ; 30
(setq newsticker-treeview-listwindow-height 12) ; 30
(setq newsticker-wget-arguments (quote ("-q" "-O" "-"
"--user-agent" "testing")))
(custom-set-variables
'(newsticker-display-interval 15.3)
'(newsticker-keep-obsolete-items nil)
'(newsticker-scroll-smoothly nil)
'(newsticker-sort-method (quote sort-by-time))
'(newsticker-url-list
(quote
(
("codeproject" "http://www.codeproject.com/webservices/articlerss.aspx?cat=3" nil nil nil)
("codeplex" "http://www.codeplex.com/rss.ashx" nil nil nil)
("codeguro csharp" "http://feeds.feedburner.com/codeguru/csharp" nil nil nil)
("경향신문" "http://www.khan.co.kr/rss/rssdata/total_news.xml" nil nil nil)
("연합뉴스" "http://www.yonhapnews.co.kr/RSS/sokbo.xml" nil nil nil)
("구글" "http://news.google.com/news?pz=1&ned=kr&hl=ko&output=rss" nil nil nil)
("다음전체" "http://media.daum.net/rss/today/primary/all/rss2.xml" nil nil nil)
("오마이뉴스" "http://rss.ohmynews.com/rss/ohmynews.xml" nil nil nil)
; ("조선" "http://www.chosun.com/site/data/rss/rss.xml" nil nil nil)
("BBC News" "http://www.bbc.co.uk/syndication/feeds/news/ukfs_news/front_page/rss091.xml" nil nil nil)
("The Inquirer" "http://www.theinquirer.net/inquirer.rss" nil nil nil)
("zdnet All" "http://feeds2.feedburner.com/ZDNetBlogs" nil nil nil)
("zdnet screen" "http://i.zdnet.com/xml/zdnet.xml?tag=nl.e550" nil nil nil)
("zdnet whitepaper" "http://whitepapers.zdnet.com/?mode=rss" nil nil nil)
("zdnet review" "http://reviews-search.zdnet.com/index.php?k=1&mode=rss" nil nil nil)
("zdnet opnsrc" "http://www.zdnet.com/topics/open+source?o=1&mode=rss" nil nil nil)
("zdner-kr" "http://feeds.feedburner.com/zdnet_kr_news" nil nil nil)
("slashdot Dev" "http://developers.slashdot.org/developers.rss" nil nil nil)
; ("bbs.kldp" "http://kldp.net/export/rss_sfnews.php" nil nil nil)
; ("emacs help" "http://rss.gmane.org/gmane.emacs.help" nil nil nil)
; ("msdn Forum" "http://www.microsoft.com/feeds/msdn/en-us/rss.xml" nil nil nil)
)
)
)
'(newsticker-url-list-defaults
(quote
(
("LWN (Linux Weekly News)" "http://lwn.net/headlines/rss")
("Quote of the day" "http://www.quotationspage.com/data/qotd.rss" "07:00" 86400)
("The Register" "http://www.theregister.co.uk/tonys/slashdot.rdf")
("slashdot" "http://slashdot.org/index.rss" nil 3600)
("Wired News" "http://www.wired.com/news_drop/netcenter/netcenter.rdf")
; ("Emacs Wiki" "http://www.emacswiki.org/cgi-bin/wiki.pl?action=rss" nil 3600)
; ("database sa" "http://database.sarang.net/rss.php")
)
)
)
'(newsticker-use-full-width nil)
'(transient-mark-mode t)
)
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
;'(newsticker-feed-face ((t (:foreground "red" :slant normal :weight bold :height 1.3 :family "helvetica"))))
'(newsticker-feed-face ((t (:foreground "red" :slant normal :weight bold :height 1.2 :family "나눔고딕"))))
'(newsticker-new-item-face ((t (:foreground "blue" :weight bold))))
'(newsticker-old-item-face ((t (:weight bold))))
)
; --------------- end of newsticker ---------------
XBAP 배포를 위한 Visual Studio 테스트 인증서 등록
구글검색: how to solve xbap problem cannot trust
찾은 페이지 제목: How to run WPF - XBAP as Full Trust Application
링크: http://blogs.microsoft.co.il/blogs/maxim/archive/2008/03/05/wpf-xbap-as-full-trust-application.aspx
오랜만에 Isreal 도메인에서 검색한 결과.... XBAP 배포를 해보지 않은 관계로 버벅 거렸다. 여튼...
* XBAP 배포
** IIS 에서 HTTP 헤더에 MIME를 추가
1. 시작-> 실행 -> inetmgr 로 iis manager로 이동
-> 기본 웹사이트에서 오른쪽 마우스 클릭으로 팝업창을 열어서 속성창 연다.
2. HTTP 헤더 탭 에서 -> MIME 형식 선택 -> 새형식 추가
Extension MIME Type
.manifest application/manifest
.xaml application/xaml+xml
.application application/x-ms-application
.xbap application/x-ms-xbap
.deploy application/octet-stream
.xps application/vnd.ms-xpsdocument
** Apache 사용하는 경우 httpd.conf 에 추가
아파치 설정 파일 httpd.conf에서 VirtualHost 영역에 다음을 추가
AddType application/manifest .manifest
AddType application/xaml+xml .xaml
AddType application/x-ms-application .application
AddType application/x-ms-xbap .xbap
AddType application/octet-stream .deploy
** IIS 에서 HTTP 헤더에 MIME를 추가
1. 시작-> 실행 -> inetmgr 로 iis manager로 이동
-> 기본 웹사이트에서 오른쪽 마우스 클릭으로 팝업창을 열어서 속성창 연다.
2. HTTP 헤더 탭 에서 -> MIME 형식 선택 -> 새형식 추가
Extension MIME Type
.manifest application/manifest
.xaml application/xaml+xml
.application application/x-ms-application
.xbap application/x-ms-xbap
.deploy application/octet-stream
.xps application/vnd.ms-xpsdocument
** Apache 사용하는 경우 httpd.conf 에 추가
아파치 설정 파일 httpd.conf에서 VirtualHost 영역에 다음을 추가
AddType application/manifest .manifest
AddType application/xaml+xml .xaml
AddType application/x-ms-application .application
AddType application/x-ms-xbap .xbap
AddType application/octet-stream .deploy
** 테스트 인증서 설치
Visual Studio : Project 의 속성창의
--> [Security] 탭
"Enable ClickOnce Security Settings > This is a full trust application 선택
-->[Publiish] 탭
Publish Location 에서 폴더 위치를 명시한다.
ex. http://localhost/XBAP/
(또한, 해당 폴더는 IIS에서 응용 프로그램 폴더로 지정한다)
"Publish Now" 버튼을 클릭해서 바로 Publish 하고 웹을 통해 해당 프로젝트를 실행
** 웹브라우저
화면에서 "Run" 을 시키고 에러 메시지를 launch 한다.
--> "Trust Not Granted" 라는 메시지가 나오는다. 영문메시지와 한글 메시지다.
이는 해당 Source 가 로컬에 접근하거나 local sql server에 접근할때 발생한다.
"User has refused to grant required permissions to the application."
" ...
* 트러스트를 확인하는 동안 예외가 발생했습니다. 다음 실패 메시지가 발견되었습니다.
+ 사용자가 필요한 권한을 응용 프로그램에 부여하기를 거부했습니다. ... "
+ 사용자가 필요한 권한을 응용 프로그램에 부여하기를 거부했습니다. ... "
Visual Studio - [Signing] 탭에서
"Sign the ClickOnce manifests" 항목의 [Create Test Certificate] 를 클릭한다.
만약, 프로젝트가 "Test Certificate" 을 포함하고 있지 않을 경우 Create Test Certificate 를
만들라고 지시한다. 만약 배포되어 있었는데, 임의로 삭제를 했거나, 등록하지 않았다면 다시 등록한다.
그러면, Create Test Certificate 팝업 메뉴가 뜨고 "Enter password for new file XBapBrowser...애플리케이션의 키.pfx 파일의 패스워드를 물어본다.
temporary certificate 를 만들어 난 이후 "More Details" 버튼을 클릭해서 인증서 세부화면을 보도록
한다. 인증서 세부화면에서는 [General], [Details], [Certification Path] 세개의 탭이 있는데,
이중 Details 탭 하단에 "Copy to File" 버튼을 클릭해서 인증서를 하드디스크에 저정해 둔다.
일단 저장한 다음 File Export wizard 과정을 수행한다.
Export Private key 에서 개인키를 인증서와 같이 내보낼 것이냐고 물으면 yes 로 하고 다음으로 넘어간다. "export the private key with the cetificate"
인증서는 개인 인증서 교환포멧으로 하는 것이 좋다. 만약 활성화가 되지 않으면 "Base-64... " 로 그냥 한다.
웹 브라우저에 내보낸 인증서를 등록한다.
IE 에서 옵션 > Content > Certificates 에서
[신
뢰할 수 있는 루트 인증기관] , [신뢰할 수 있는 게시자에 내보냈던 인증서를 Import [가져오기] 해서 각각 등록한다.
Import Cetification for Trusted root Certification Authories and Trusted
Publisher each tap which was create/export/saved file.
Printer Driver for Image and PDF
* PDF Printer
PDFCreator - 현재 설치해서 쓰고 있음
dopdf - 설치해서 사용하고 있지는 않음
CuteWriter - PDF Virtual Printer Driver
FreewarePrimoPDF - PDF Virtual Printer Driver
* Image Printer
ImagePrinter (64bit Driver 에서는 에러 발생) - Source 배포됨
PDFCreator - 현재 설치해서 쓰고 있음
dopdf - 설치해서 사용하고 있지는 않음
CuteWriter - PDF Virtual Printer Driver
FreewarePrimoPDF - PDF Virtual Printer Driver
* Image Printer
ImagePrinter (64bit Driver 에서는 에러 발생) - Source 배포됨
Google Storage for Developers (Labs)
* Register
....
Google Storage for Developers pricing is based on usage.
- Storage—$0.17/gigabyte/month
- Network
- Upload data to Google
- $0.10/gigabyte
- Download data from Google
- $0.15/gigabyte for Americas and EMEA
- $0.30/gigabyte for Asia-Pacific
- Upload data to Google
- Requests
- PUT, POST, LIST—$0.01 per 1,000 requests
- GET, HEAD—$0.01 per 10,000 requests
2009년 개정 교육 과정에서 고등학교 국사를 선택과목으로 전환
교과부(교육과학기술부) - 고등학교 교과과정에서 국사를 역사, 세계사로 쪼개고 동아시아사를 신설...
2008년 2010년부터 서울의 고x,서x,연x,이x,중x,한x.. 대학들이 모여 국사를 선택과목으로 지정하기로 합의.. 2010년 서x 대는 국사를 고등학교때 이수 의무화 한다고 하고지만 실상은 뒷구멍을 가장 많이 팠다고 한다.
몇달전 그말을 들었을땐, '설마...' 했다.
참 무심한 나를 탓했고 생각없는 사람들과... 그 말을 하면서도 망연자실해 하는 사람에게 할말을 잃었다.
2008년 2010년부터 서울의 고x,서x,연x,이x,중x,한x.. 대학들이 모여 국사를 선택과목으로 지정하기로 합의.. 2010년 서x 대는 국사를 고등학교때 이수 의무화 한다고 하고지만 실상은 뒷구멍을 가장 많이 팠다고 한다.
몇달전 그말을 들었을땐, '설마...' 했다.
참 무심한 나를 탓했고 생각없는 사람들과... 그 말을 하면서도 망연자실해 하는 사람에게 할말을 잃었다.
한반도 근대사에서의 전쟁
임진왜란 (壬辰倭亂,1592) ★ 분로쿠의역(文祿の役)
정유재란 (丁酉再亂,1597) ★ 게이초의역(慶長の役)
(7년전쟁, 1598년 도요토미 히데요시 사망)
정묘호란 (丁卯胡亂,1627) ★ 후금(後金)지전
병자호란 (丙子胡亂,1636) ★ 대청(大淸)의전
정유재란 (丁酉再亂,1597) ★ 게이초의역(慶長の役)
(7년전쟁, 1598년 도요토미 히데요시 사망)
정묘호란 (丁卯胡亂,1627) ★ 후금(後金)지전
병자호란 (丙子胡亂,1636) ★ 대청(大淸)의전
IBM Thinkpad A20m - Activate Sound
* IBM Thinkpad A20m - Activate Sound
** Reference site
http://www.freebsd.org/doc/handbook/sound-setup.html
http://www.freebsd.org/releases/6.1R/hardware-i386.html#SOUND
http://www.freebsd.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=FreeBSD+6.1-RELEASE
SND_CSA(4) FreeBSD Kernel Interfaces Manual SND_CSA(4)
http://www.freebsd.org/cgi/man.cgi?query=sound&sektion=4
SOUND(4) FreeBSD Kernel Interfaces Manual SOUND(4)
** startup messagge
csa0: \
mem 0xf4100000-0xf4100fff,0xf4000000-0xf40fffff irq 5 at device 5.0 on pci0
csa: card is Thinkpad 600X/A20/T20
csa0: [GIANT-LOCKED]
pcm0: on csa0
pcm0:
pcm0: [GIANT-LOCKED]
drm0: port 0x2000-0x20ff \
mem 0xf5000000-0xf5ffffff,0xf4200000-0xf4200fff irq 5 at device 0.0 on pci1
info: [drm] AGP at 0xf8000000 64MB
info: [drm] Initialized mach64 1.0.0 20020904
pcm0:virtual:0:dsp0.2: play interrupt timeout, channel dead
pcm0:virtual:0:dsp0.2: play interrupt timeout, channel dead
* /boot/device.hints
hint.pcm.0.at="isa"
hint.pcm.0.irq="5"
hint.pcm.0.drq="1"
hint.pcm.0.flags="0x0"
hint.pcm.0.vol="50"
** /boot/loader.conf
hw.cbb.start_32_io="64512"
#hint.pcm.0.at="isa"
hint.pcm.0.irq="5"
hint.pcm.0.drq="1"
hint.pcm.0.flags="0x0"
hint.pcm.0.vol="50"
** /boot/loader.conf
ltmdm_load="NO"
# I'll use with loading the kernel module snd_csa.ko kldload snd_csa.ko
snd_csa_load="YES"
#uscanner_load="YES"
#
kern.ipc.semmni=256
kern.ipc.semmns=512
kern.ipc.semmnu=256
#
# Mono project --
#kern.ipc.semmni=40
#kern.ipc.semmns=300
#
accf_http_load="YES"
# gamin
kern.maxfiles="25000"
** Kernel Configuration
add
,----
| device sound
| device snd_csa
`----
/ftp:wjsro@alex:/usr/src/sys/i386/conf/
machine i386
# cpu I486_CPU
# cpu I586_CPU
cpu I686_CPU
ident KYSXY
......
# FireWire support
#device firewire # FireWire bus code
#device sbp # SCSI over FireWire (Requires scbus and da)
#device fwe # Ethernet over FireWire (non-standard!)
** Ok!!!
Time to chek "Volume Button" on think function KEY!!!!!! <======
** Reference site
http://www.freebsd.org/doc/handbook/sound-setup.html
http://www.freebsd.org/releases/6.1R/hardware-i386.html#SOUND
http://www.freebsd.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=FreeBSD+6.1-RELEASE
SND_CSA(4) FreeBSD Kernel Interfaces Manual SND_CSA(4)
http://www.freebsd.org/cgi/man.cgi?query=sound&sektion=4
SOUND(4) FreeBSD Kernel Interfaces Manual SOUND(4)
** startup messagge
csa0: \
mem 0xf4100000-0xf4100fff,0xf4000000-0xf40fffff irq 5 at device 5.0 on pci0
csa: card is Thinkpad 600X/A20/T20
csa0: [GIANT-LOCKED]
pcm0: on csa0
pcm0:
pcm0: [GIANT-LOCKED]
drm0: port 0x2000-0x20ff \
mem 0xf5000000-0xf5ffffff,0xf4200000-0xf4200fff irq 5 at device 0.0 on pci1
info: [drm] AGP at 0xf8000000 64MB
info: [drm] Initialized mach64 1.0.0 20020904
pcm0:virtual:0:dsp0.2: play interrupt timeout, channel dead
pcm0:virtual:0:dsp0.2: play interrupt timeout, channel dead
* /boot/device.hints
hint.pcm.0.at="isa"
hint.pcm.0.irq="5"
hint.pcm.0.drq="1"
hint.pcm.0.flags="0x0"
hint.pcm.0.vol="50"
** /boot/loader.conf
hw.cbb.start_32_io="64512"
#hint.pcm.0.at="isa"
hint.pcm.0.irq="5"
hint.pcm.0.drq="1"
hint.pcm.0.flags="0x0"
hint.pcm.0.vol="50"
** /boot/loader.conf
ltmdm_load="NO"
# I'll use with loading the kernel module snd_csa.ko kldload snd_csa.ko
snd_csa_load="YES"
#uscanner_load="YES"
#
kern.ipc.semmni=256
kern.ipc.semmns=512
kern.ipc.semmnu=256
#
# Mono project --
#kern.ipc.semmni=40
#kern.ipc.semmns=300
#
accf_http_load="YES"
# gamin
kern.maxfiles="25000"
** Kernel Configuration
add
,----
| device sound
| device snd_csa
`----
/ftp:wjsro@alex:/usr/src/sys/i386/conf/
machine i386
# cpu I486_CPU
# cpu I586_CPU
cpu I686_CPU
ident KYSXY
......
# FireWire support
#device firewire # FireWire bus code
#device sbp # SCSI over FireWire (Requires scbus and da)
#device fwe # Ethernet over FireWire (non-standard!)
** Ok!!!
Time to chek "Volume Button" on think function KEY!!!!!! <======
Subscribe to:
Posts (Atom)
-
* postgres - pgmodelear ** new version > download: https://github.com/pgmodeler/pgmodeler sudo apt-get install qt-sdk sudo apt-get ins...
-
Consolas also work with VS2010 Consolas 폰트가 설치만으로 사용가능하지만 이름 선택을 "Consolas "로 하고 싶다면 아래와 같이 한다. 다운로드 링크: http://www.microsof...
-
how to connect postgres in openoffice --> https://wiki.openoffice.org/wiki/Base/connectivity/PostgreSQL Base/connectivity/PostgreS...