[질문]젠투 사운드카드 설치 질문이요..

OpenSnake의 이미지

lspci | grep -i audio
00:06.0 Multimedia audio controller: nVidia Corporation nForce3 250Gb AC'97 Audio Controller (rev a1)

/etc/make.conf
 
ALSA_CARDS=intel8x0

cd /usr/src/linux
make menuconfig

Device Driver  - Sound - Sound card Support * check 
 
 Advanced Linux Sound Architecture  -   < > Advanced Linux Sound Architecture
 Open Sound System  -  < > Open Sound System (DEPRECATED)  

ACCEPT_KEYWORDS="~amd64" emerge alsa-driver alsa-oss alsa-utils alsa-lib

ACCEPT_KEYWORDS="~amd64" emerge gstreamer
ACCEPT_KEYWORDS="~amd64" emerge gst-plugins-base
ACCEPT_KEYWORDS="~amd64" emerge gst-plugins-good
ACCEPT_KEYWORDS="~amd64" emerge gst-plugins-bad

이 순서대로 설치을 했습니다...근데

시스템 - 기본설정 - 소리 ...에 가보면
기본 믹서 트랙 - 장치에 아무것도 표시가 안나와요...

혹시 이것때문에 그런건가요??

무슨 문제로 사운드가 안되는지 잘모르겠네요...

화면 오른쪽 위에 있는 스피커 표시도 엑스표시로 나와있습니다..
이걸 더블클릭해보면

볼륨 조정 GStremaer 플러그인/장치가 없습니다.

라고 나옵니다.....

이거 어떻게 해야하나요??

File attachments: 
첨부파일 크기
Image icon sound.png22.44 KB
익명 사용자의 이미지

/etc/init.d/alsasound start
rc-update add alsasound boot

OpenSnake의 이미지

답변 감사합니다.

/etc/init.d/alsasound start
 
 * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * WARNING:  alsasound has already been started.

rc-update add alsasound boot
 
 * alsasound already installed in runlevel 'boot'; skipping

이런말 나옵니다...이미 실행되어있는중이라는 말 나오는거 같군요...

그리고 rc-update 하면은 자동으로 실행한다고 하는데 이게 어디에 기록이 되는건가요??

아 그리고 이건 lsmod 하면 이렇게 나옵니다.

Module                  Size  Used by
snd_seq                53216  0 
snd_intel8x0           36136  0 
snd_ac97_codec        113240  1 snd_intel8x0
ac97_bus                6912  1 snd_ac97_codec
snd_pcm                77576  2 snd_intel8x0,snd_ac97_codec
snd_timer              23688  2 snd_seq,snd_pcm
snd                    49456  5 snd_seq,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc         12560  2 snd_intel8x0,snd_pcm

아..그리고....
/dev/dsp 가 없더군요..이거 혹시 커널설정 잘못해준건가요??

--------------------------------------------
혼자있고 싶습니다. 모두 지구밖으로 나가주세요.

냐옹이의 이미지

/proc/asound/cards 파일 내용을 보여주시는게 더 도움이 될것 같은데요...

냐옹~~

------------------------
냐옹~~

OpenSnake의 이미지

이게 그 파일 내용이에요....
도대체 이유가 뭘까요??

/proc/asound/

# ls
CK8S  card0  cards  devices  modules  pcm  seq  timers  version
# cat cards 
 0 [CK8S           ]: NFORCE - NVidia CK8S
                      NVidia CK8S with CMI9761A+ at irq 23
# cat devices 
  0: [ 0]   : control
  1:        : sequencer
 16: [ 0- 0]: digital audio playback
 18: [ 0- 2]: digital audio playback
 24: [ 0- 0]: digital audio capture
 25: [ 0- 1]: digital audio capture
 33:        : timer
 
# cat modules 
 0 snd_intel8x0
snakengn asound # cat pcm
00-02: Intel ICH - IEC958 : NVidia CK8S - IEC958 : playback 1
00-01: Intel ICH - MIC ADC : NVidia CK8S - MIC ADC : capture 1
00-00: Intel ICH : NVidia CK8S : playback 1 : capture 1
 
# cat pcm 
00-02: Intel ICH - IEC958 : NVidia CK8S - IEC958 : playback 1
00-01: Intel ICH - MIC ADC : NVidia CK8S - MIC ADC : capture 1
00-00: Intel ICH : NVidia CK8S : playback 1 : capture 1
 
# cat timers 
G0: system timer : 4000.000us (10000000 ticks)
P0-0-0: PCM playback 0-0-0 : SLAVE
P0-0-1: PCM capture 0-0-1 : SLAVE
P0-1-1: PCM capture 0-1-1 : SLAVE
P0-2-0: PCM playback 0-2-0 : SLAVE
 
# cat version 
Advanced Linux Sound Architecture Driver Version 1.0.14.
Compiled on Sep 12 2007 for kernel 2.6.22-gentoo-r6 (SMP).
 
/proc/asound/card0/codec97#0
 # cat ac97#0-0
0-0/0: C-Media Electronics CMI9761A+
 
PCI Subsys Vendor: 0x270f
PCI Subsys Device: 0xf646
 
Revision         : 0x01
Compat. Class    : 0x03
Subsys. Vendor ID: 0xffff
Subsys. ID       : 0xffff
 
Capabilities     :
DAC resolution   : 16-bit
ADC resolution   : 16-bit
3D enhancement   : No 3D Stereo Enhancement
 
Current setup
Mic gain         : +0dB [+0dB]
POP path         : pre 3D
Sim. stereo      : off
3D enhancement   : off
Loudness         : off
Mono output      : MIX
Mic select       : Mic1
ADC/DAC loopback : off
Double rate slots: 10/11
Extended ID      : codec=0 rev=2 AMAP LDAC SDAC CDAC DSA=0 SPDIF DRA
Extended status  : SPCV LDAC SDAC CDAC SPDIF=10/11
SPDIF Control    : Consumer PCM Category=0x2 Generation=1 Rate=48kHz

--------------------------------------------
혼자있고 싶습니다. 모두 지구밖으로 나가주세요.

OpenSnake의 이미지

아..진짜..삽질한번 제대로 하네요..
아무리 구글에서 찾아봐도 설치가 안돼요..
혹시 버그같은거 아니에요??

aplay --list-devices
**** List of PLAYBACK Hardware Devices ****
card 0: CK8S [NVidia CK8S], device 0: Intel ICH [NVidia CK8S]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: CK8S [NVidia CK8S], device 2: Intel ICH - IEC958 [NVidia CK8S - IEC958]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
 
 
uname -a
Linux snakengn 2.6.22-gentoo-r6 #12 SMP Thu Sep 13 21:01:39 KST 2007 x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux
 
 
lspci | grep -i eth
02:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)

--------------------------------------------
혼자있고 싶습니다. 모두 지구밖으로 나가주세요.

Munsen의 이미지

젠투라면 /etc/group 에 있는 sound그룹에 가입되어 있는지 확인할 필요가 있네요.

 * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * WARNING:  alsasound has already been started.

이걸 없애려면 touch /etc/conf.d/* /etc/init.d/*
해주시면 됩니다.(제가 쓴 방법)
OpenSnake의 이미지

/etc/group

root::0:root
bin::1:root,bin,daemon
daemon::2:root,bin,daemon
sys::3:root,bin,adm
adm::4:root,adm,daemon
tty::5:
disk::6:root,adm,haldaemon
lp::7:lp
mem::8:
kmem::9:
wheel::10:root
floppy::11:root,haldaemon
mail::12:mail
news::13:news
uucp::14:uucp
man::15:man
console::17:
audio::18:root
cdrom::19:haldaemon
dialout::20:root
tape::26:root
video::27:root
cdrw::80:haldaemon
usb::85:haldaemon
users::100:games
nofiles:x:200:
smmsp:x:209:smmsp
portage::250:portage
utmp:x:406:
nogroup::65533:
nobody::65534:
ldap:x:439:
sshd:x:22:
cron:x:16:
messagebus:x:440:
stb-admin:x:441:
gdm:x:442:
haldaemon:x:443:haldaemon
plugdev:x:444:haldaemon
lpadmin:x:106:
games:x:35:
ntp:x:123:

이중에 어떤거에요??

groups 해보니

groups
root bin daemon sys adm disk wheel floppy audio dialout tape video

이렇게나오네요..

그림 링크을 어떻게하는지 모르겠는데요...

아무튼 그림 클릭해보시면 무슨 문제인지 아실거에요..

아무래도 저게 문제인거같습니다...그놈에서 어떻게 사운드카드을 잡아줘야하는거 같은데
방법을 모르겠어요....

Device 목록을 클릭해봐도 아무것도 안나옵니다..선택할수있는게 없어요..

댓글 첨부 파일: 

--------------------------------------------
혼자있고 싶습니다. 모두 지구밖으로 나가주세요.

냐옹이의 이미지

혹시 /etc/make.conf의 USE에 gstreamer가 않들어가지 않았는지요. 당연히 들어 가있겠지만요. 그리고 gst-plugins-oss를 설치해 보라는 말도 있군요. http://usr.gentoo.or.kr/forum/list.php?table=qna&page=&o[sc]=a&o[ss]=volume%20applet&o[st]=a&o[at]=s&o[sct]=s&o[stt]=s]
증상은 비슷한것 같기도 하고... ㅎㅎ 근데 위 링크에서는 해결이 된건지.... ㅡㅡ;;

냐옹~~

------------------------
냐옹~~

OpenSnake의 이미지

혹시 /etc/make.conf의 USE에 gstreamer가 않들어가지 않았는지요. 당연히 들어 가있겠지만요.

안되어있는데요.....혹시 다시 설치해야하나요??

--------------------------------------------
혼자있고 싶습니다. 모두 지구밖으로 나가주세요.

냐옹이의 이미지

emerge에 --newuse를 넣으면 됩니다. emerge -uvDN world이렇게 해도 되구요.

제꺼 /etc/make.conf입니다. 참고만(!) 하세요.

foo@foo ~ $ cat /etc/make.conf
CFLAGS="-march=k8 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
MAKEOPTS="-j3"
 
GENTOO_MIRRORS="http://ftp.gentoo.or.kr/ <a href="http://ftp.kaist.ac.kr/pub/gentoo/"
 
USE="amr" rel="nofollow">http://ftp.kaist.ac.kr/pub/gentoo/"
 
USE="amr</a> 3dnow 3dnowext a52 aac acpi alsa cairo -dbug dbus dri ffmpeg
flac fontconfig -fortran gif glitz gnome gstreamer gtk gtk2 hal -ipv6 jpeg
-kde mad matroska mmx mmxext -motif mpeg nsplugin ogg opengl oss png -qt
-qt3 -qt4 scim sdl sse sse2 svg theora threads truetype unicode usb vorbis
x264 X xcomposite xml xv xvmc xvid"
 
ACCEPT_KEYWORDS="~amd64"
LINGUAS="ko"
ALSA_CARDS="hda-intel"
VIDEO_CARDS="fglrx"
INPUT_DEVICES="keyboard mouse"
foo@foo ~ $ 

냐옹~~

------------------------
냐옹~~

OpenSnake의 이미지

emerge에 --newuse를 넣으면 됩니다. emerge -uvDN world이렇게 해도 되구요.

근데요.. emerge -uvDN world 가 무슨뜻이에요??

/etc/make.conf
USE="gstreamer"
하나만 넣어줘도 오류가 나오던데..이거는 또 왜이런건가요??

checking for ANSI C header files... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.4.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error: GTK+ >= 2.4.0 not installed.
 
!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/media-gfx/gqview-2.0.1/work/gqview-2.0.1/config.log
 
!!! ERROR: media-gfx/gqview-2.0.1 failed.
Call stack:
  ebuild.sh, line 1638:   Called dyn_compile
  ebuild.sh, line 985:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  ebuild.sh, line 654:   Called econf
  ebuild.sh, line 586:   Called die
 
!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/media-gfx/gqview-2.0.1/temp/build.log'.

--------------------------------------------
혼자있고 싶습니다. 모두 지구밖으로 나가주세요.

litdream의 이미지

새로 설치하셨다면, 그럴리가 없지만, 에러메세지중에 걸리는것이 있군요?

checking for GTK+ - version >= 2.4.0... no

emerge -pv gtk+ 한번 해부시겠어요?
참고로 제것은 2.10 이 나오는게, gtk 가 2.4 처럼 오래된것이 있을것 같지 않으니, gtk+ 를 다시 emerge 하시는것 부터 시작해보심이..

삽질의 대마왕..

삽질의 대마왕...

사랑천사의 이미지

우선 GNOME을 일반 사용자로 사용 하신다면 audio, floppy, cdrom 등의 그룹에 사용 하시는 사용자를 추가 하셔야 할 겁니다.(물론, 소리 설정 만이라면 audio 그룹에만 넣으시면 됩니다.)

방법은..

audio:<그룹번호>:a,b,c,d,e,f,...

식입니다. a, b, c, d, e, f라는 사용자와 그 외에 ...에 해당될 수 잇는 모든 사용자를 audio 그룹에 넣은 것입니다.

그리고 GNOME의 경우 gstreamer이 안 깔리면 정상 동작을 안 하는 거 같더군요 일부에서는.. OSS를 사용 하신다면 oss USEFlag를 ALSA를 쓰신다면 alsa를 USEFlags에 퐇삼 시키시면 되고요.

뭐 일단은 그정도면 될 거 같습니다.
----
Lee Yeosong(이여송 사도요한)
E-Mail: yeosong@gmail.com
HomePage: http://lys.lecl.net:88/
Wiki(Read-Only): http://lys.lecl.net:88/wiki/
Blog: http://lys.lecl.net:88/blog
MSN: ysnglee2000@hotmail.com
----
절이 싫으면 중이 떠나는 것이 아니라, 절이 싫으면 중이 절을 부숴야 한다.
때때

사람천사

OpenSnake의 이미지

audio::18:root,bin,daemon,adm,haldaemon,mail,news,uucp,man,games,smmsp,portage

/etc/group 여기에다가 이렇게 수정해줬습니다..
그리고 root 로 로그인했어요...그래도 저 위에 있는 그림처럼 뜨네요...ㅜ.ㅡ
대체 뭐가 문제인지 모르겠어요...

다른분들은 sound 카드 쉽게 잡으시는거같은데..
전 왜이렇게 어려운지....-_-

그리고 이거는 /etc/make.conf 파일입니다.

CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
 
USE="firefox gimp gnome gtk2 java gstreamer kde alsa"
 
VIDEO_CARDS=radeon
 
ALSA_CARDS=intel8x0

--------------------------------------------
혼자있고 싶습니다. 모두 지구밖으로 나가주세요.

--------------------------------------------
혼자있고 싶습니다. 모두 지구밖으로 나가주세요.

litdream의 이미지

사운드와는 다른 얘기입니다만, USE flag 에 java 가 있으면 그걸 컴파일 하느라고 엄청난 시간이 소요될듯 합니다. 저는 새로 설치하면, make.conf 에 무조건 -java 부터 하고 시작합니다만, 다른분들 의견은 어떠신가요?

저는 dev-java/sun-* 패키지도 사용하지 않고, 그냥 sun 에서 직접 받아서 씁니다만, 다른분들은 어떠신가요?

삽질의 대마왕...

삽질의 대마왕...

jachin의 이미지

커널 컴파일 하실 때,

Device Driver -> I2C Support -> I2C Hardware Bus Support

항목에 들어있는 것들은 어떻게 처리하셨나요?

전 제 노트북에서 82801 ICH 로만 추가해줬더니, 사운드카드(82801 ICH AC'97, intel8x0 모듈)를 인식못하더군요.

나중에 PIIX4 and Compatible 을 추가해주고 나서야 인식이 되었습니다.

I2C 관련 부분을 모두 체크해주시고, alsa-driver 를 다시 한 번 컴파일 해주세요. :)
====
( - -)a 이제는 학생으로 가장한 백수가 아닌 진짜 백수가 되어야겠다.

OpenSnake의 이미지

어떻게 하는지 모르겠어요...-_-;;

emerge nvidia-drivers alsa-driver alsa-oss alsa-utils alsa-lib

했더니만...
alsa-driver 에서 오류가 나옵니다.
 * Found sources for kernel version:
 *     2.6.22-gentoo-r6
 * Checking for suitable kernel configuration options...
 *   ALSA is already compiled into the kernel. This is the recommended configuration, don't emerge alsa-driver.
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.
 * Once you have satisfied these options, please try merging

제가 전에 rc-config 에서 default 어떻게 설정해놓은거같은데요..이거 어떻게 지우나요??
이거 하고 관련되어있는게 아닌가싶기도해서요...

이건 rc-config list 라는걸 쳐보니깐 이렇게 나오더군요....

 # rc-config list
Available init scripts
  alsasound                 boot default
  bootmisc                  boot
  checkfs                   boot
  checkroot                 boot
  clock                     boot
  consolefont               boot
  consolekit                
  crypto-loop               
  cupsd                     
  dbus                      
  dcron                     default
  device-mapper             
  dnsextd                   
  esound                    default
  gpm                       
  hald                      
  hdparm                    
  hostname                  boot
  hotplug                   default
  keymaps                   boot
  local                     default nonetwork
  localmount                boot
  mDNSResponderPosix        
  mdnsd                     
  modules                   boot
  net.eth0                  default
  net.eth1                  
  net.lo                    boot
  netmount                  default
  nscd                      
  ntp-client                
  ntpd                      
  numlock                   
  rmnologin                 boot
  rsyncd                    
  spamd                     
  sshd                      default
  syslog-ng                 default
  udev-postmount            
  urandom                   boot
  xdm                       boot

그리고 Device Driver -> I2C Support -> I2C Hardware Bus Support
여기 가보니깐 아무것도 체크가 안되어있더군요...그래서 전부 M 으로 체크해줬습니다...
--------------------------------------------
혼자있고 싶습니다. 모두 지구밖으로 나가주세요.

--------------------------------------------
혼자있고 싶습니다. 모두 지구밖으로 나가주세요.

jachin의 이미지

PCI Bus 가 기본적으로는 들어가 있을테니, 일단 I2C Bus 설정을 모듈로 올려두신 것만으로도 충분하시리라 생각합니다.

udev daemon 이 제대로 작동했다면, 모듈 목록에 I2C 모듈이 올라가 있을겁니다.

lsmod 명령어를 입력해보세요.

모듈에 nvidia_i2c 라는 형태의 모듈이 있습니까?

(제 생각에는 nForce3 메인보드에서 쓰시니, i2c 모듈도 nvidia_i2c 일 것 같습니다만...)

alsa 드라이버는 잘 잡히셨습니까?

alsaconf 명령을 실행해보세요.

만약 모듈이 정상적으로 올라갔다면, GUI 환경에서의 명령을 사용하지 않고도 사운드를 잘 설정했는지 확인할 수 있습니다.
====
( - -)a 이제는 학생으로 가장한 백수가 아닌 진짜 백수가 되어야겠다.

송효진의 이미지

커널에서 alsa 를 빼라는 것입니다.
alsa 보다 한단계 위에 있는 것만 체크하고 alsa, oss 다 빼세요.
그 다음 alsa-driver 로 하세요.

emerge money
http://wiki.kldp.org/wiki.php/GentooInstallSimple - 명령어도 몇개 안되요~

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.