부팅할때 PCMCIA service 가 Failed 됩니다.

shines의 이미지

부팅시에 PCMCIA services 가 Failed 뜨면서

/sys/bus/platform/drivers/i82365 라는 게 not found ㅤㄷㅚㅆ다고 나옵니다.

확인 해 보니 그 경로에 i82365 는 없고 i8042가 있던데 이건 어디서 바꿔주어야 하나요?

부팅하고나서 pcmcia restart 해보면 이런 메세지가 뜹니다.

* Linux >= 2.6.13-rc1 requires pcmciautils instead of pcmcia-cs

그래서 pcmcia-cs이 있는지 확인해 보니까 깔려 있었습니다.

이건 어떻게 고쳐야 하나요?ㅠㅠ

atie의 이미지

커널 버전이(Linux >= 2.6.13-rc1) 올라가서 pcmcia-cs 대신에 pcmciautils이 필요합니다.

----
I paint objects as I think them, not as I see them.
atie's minipage

shines의 이미지

atie wrote:
커널 버전이(Linux >= 2.6.13-rc1) 올라가서 pcmcia-cs 대신에 pcmciautils이 필요합니다.

지금 pcmcia-cs랑 pcmciautils 둘 다 깔려 있는데 pcmcia-cs는 지워야 되나요?

atie의 이미지

2.6.12로 다시 부팅하지 않는다면 지워도 됩니다.

지금 커널 버전이 무엇인가요?

우선 pcmcia-cs를 지우고 상위 커널과 pcmciautils로 테스트 부팅을 해 보시고 아무 이상이 없으면 그대로 쓰고, 그렇지 않으면 다시 pcmciautils는 지우고, pcmcia-cs를 설치하고 이전 커널과 쓰십시요. 제 경험에 국한된 것인지는 몰라도 요즘 커널에 사소한 문제가 몇 개 있습니다. 그렇다고 부팅이 안되는 것은 아니고요.

----
I paint objects as I think them, not as I see them.
atie's minipage

shines의 이미지

atie wrote:
지금 커널 버전이 무엇인가요?

커널 버전은 2.6.15 쓰고 있구요.

pcmcia-cs를 지우려니까 ubuntu-desktop 이것도 같이 지워지는데 상관없나요?ㅡㅡㅋ

shines의 이미지

pcmcia-cs 지우고 재부팅 해보니 부팅은 이상없이 잘 되는데 PCMCIA service 는 계속 Failed 뜨네요ㅠㅠ

atie의 이미지

그럼 다음 커널 업데이트가 있을 때까지 이전 커널로 부팅을 하세요. 이렇게 하면 됩니다.

pcmciautils는 삭제합니다. pcmcia-cs를 다시 설치합니다. (ubuntu desktop은 있어도 되고 없어도 됩니다.)
부팅을 하고 esc키를 눌러 이전 커널을 선택합니다. 동작이 제대로 되는지를 확인합니다.
이상이 없으면 2.6.15 커널을 시냅틱에서 지워줍니다. (그러면 매번 부팅할 때 2.6.12를 선택할 필요가 없고 그냥 나두고 부팅시에 선택을 하던지 하는 것은 shines님 마음...)

그리고, 위에 것 하기 전에 지금 2.6.15 커널로 부팅을 한 후에, 터미널에서
dmesg해서 위로 쭉 올라가면서 읽어보면 무슨 에러인지가 짐작이 되는 것이 보일텐데 그것을 붙여넣어 주실래요.

----
I paint objects as I think them, not as I see them.
atie's minipage

shines의 이미지

dmesg 내용입니다. 엄청 기네요;;

terrupt Routing Table [\_SB_.PCI0._PRT]
[17179571.720000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[17179571.720000] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[17179571.720000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[17179571.720000] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[17179571.724000] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[17179571.724000] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[17179571.724000] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[17179571.724000] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[17179571.724000] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[17179571.728000] Linux Plug and Play Support v0.97 (c) Adam Belay
[17179571.728000] pnp: PnP ACPI init
[17179571.736000] pnp: PnP ACPI: found 14 devices
[17179571.736000] PnPBIOS: Disabled by ACPI PNP
[17179571.736000] PCI: Using ACPI for IRQ routing
[17179571.736000] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[17179571.764000] pnp: 00:01: ioport range 0x4000-0x40bf could not be reserved
[17179571.764000] PCI: Bridge: 0000:00:01.0
[17179571.764000]   IO window: disabled.
[17179571.764000]   MEM window: e4000000-e5ffffff
[17179571.764000]   PREFETCH window: d0000000-dfffffff
[17179571.764000] PCI: Bridge: 0000:00:1e.0
[17179571.764000]   IO window: c000-cfff
[17179571.764000]   MEM window: e6000000-e7ffffff
[17179571.764000]   PREFETCH window: e8000000-e80fffff
[17179571.764000] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[17179571.764000] audit: initializing netlink socket (disabled)
[17179571.764000] audit(1134334677.764:1): initialized
[17179571.764000] VFS: Disk quotas dquot_6.5.1
[17179571.764000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[17179571.764000] Initializing Cryptographic API
[17179571.764000] io scheduler noop registered
[17179571.764000] io scheduler anticipatory registered
[17179571.764000] io scheduler deadline registered
[17179571.764000] io scheduler cfq registered
[17179571.764000] isapnp: Scanning for PnP cards...
[17179572.120000] isapnp: No Plug & Play device found
[17179572.148000] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[17179572.148000] serio: i8042 AUX port at 0x60,0x64 irq 12
[17179572.148000] serio: i8042 KBD port at 0x60,0x64 irq 1
[17179572.148000] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[17179572.148000] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179572.148000] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[17179572.152000] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179572.152000] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[17179572.152000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[17179572.152000] EISA: Probing bus 0 at eisa.0
[17179572.152000] Cannot allocate resource for EISA slot 4
[17179572.152000] Cannot allocate resource for EISA slot 5
[17179572.152000] EISA: Detected 0 cards.
[17179572.152000] NET: Registered protocol family 2
[17179572.184000] input: AT Translated Set 2 keyboard as /class/input/input0
[17179572.188000] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[17179572.188000] TCP established hash table entries: 131072 (order: 7, 524288 bytes)
[17179572.188000] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[17179572.188000] TCP: Hash tables configured (established 131072 bind 65536)
[17179572.188000] TCP reno registered
[17179572.188000] TCP bic registered
[17179572.188000] NET: Registered protocol family 8
[17179572.188000] NET: Registered protocol family 20
[17179572.188000] Using IPI Shortcut mode
[17179572.188000] ACPI wakeup devices:
[17179572.188000] SLPB PCI0 HUB0 USB0 USB1 MODM
[17179572.188000] ACPI: (supports S0 S1 S4 S5)
[17179572.188000] Freeing unused kernel memory: 248k freed
[17179572.296000] vga16fb: initializing
[17179572.296000] vga16fb: mapped to 0xc00a0000
[17179572.460000] Console: switching to colour frame buffer device 80x30
[17179572.460000] fb0: VGA16 VGA frame buffer device
[17179573.600000] Capability LSM initialized
[17179573.624000] NET: Registered protocol family 1
[17179573.648000] ACPI: Fan [FAN] (on)
[17179573.656000] ACPI: Processor [CPU0] (supports 2 throttling states)
[17179573.656000] ACPI: Thermal Zone [THRM] (42 C)
[17179576.120000] 8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
[17179576.120000] 8139cp: pci dev 0000:02:09.0 (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
[17179576.120000] 8139cp: Try the "8139too" driver instead.
[17179576.124000] 8139too Fast Ethernet driver 0.9.27
[17179576.124000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
[17179576.124000] PCI: setting IRQ 11 as level-triggered
[17179576.124000] ACPI: PCI Interrupt 0000:02:09.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
[17179576.124000] eth0: RealTek RTL8139 at 0xc000, 00:00:21:e9:9c:bf, IRQ 11
[17179576.124000] eth0:  Identified 8139 chip type 'RTL-8139B'
[17179576.148000] Linux Tulip driver version 1.1.13 (May 11, 2002)
[17179576.148000] ACPI: PCI Interrupt 0000:02:0d.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
[17179576.148000] tulip0:  MII transceiver #1 config 1000 status 7809 advertising 01e1.
[17179576.152000] eth1: Lite-On 82c168 PNIC rev 33 at 0001cc00, 00:A0:CC:3C:E6:6F, IRQ 11.
[17179576.172000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[17179576.172000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[17179576.172000] ACPI: bus type ide registered
[17179576.232000] ICH2: IDE controller at PCI slot 0000:00:1f.1
[17179576.232000] ICH2: chipset revision 18
[17179576.232000] ICH2: not 100% native mode: will probe irqs later
[17179576.232000]     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
[17179576.232000]     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
[17179576.232000] Probing IDE interface ide0...
[17179576.524000] hda: ST380021A, ATA DISK drive
[17179576.804000] hdb: SAMSUNG SP60A3H, ATA DISK drive
[17179576.860000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[17179576.860000] Probing IDE interface ide1...
[17179577.608000] hdc: HL-DT-ST GCE-8160B, ATAPI CD/DVD-ROM drive
[17179577.888000] hdd: ST313021A, ATA DISK drive
[17179577.944000] ide1 at 0x170-0x177,0x376 on irq 15
[17179577.956000] hda: max request size: 128KiB
[17179577.956000] hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
[17179577.956000] hda: cache flushes not supported
[17179577.956000]  hda: hda1 hda2 < hda5 hda6 >
[17179577.996000] hdb: max request size: 128KiB
[17179578.000000] hdb: 117304992 sectors (60060 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
[17179578.000000] hdb: cache flushes supported
[17179578.000000]  hdb: hdb1 hdb2 < hdb5 >
[17179578.016000] hdd: max request size: 128KiB
[17179578.016000] hdd: 25434228 sectors (13022 MB) w/512KiB Cache, CHS=25232/16/63, UDMA(66)
[17179578.016000] hdd: cache flushes not supported
[17179578.016000]  hdd:<6>hdc: ATAPI 40X CD-ROM CD-R/RW drive, 2048kB Cache, DMA
[17179578.016000] Uniform CD-ROM driver Revision: 3.20
[17179578.044000]  hdd1 hdd2 < hdd5 >
[17179580.460000] Attempting manual resume
[17179580.524000] kjournald starting.  Commit interval 5 seconds
[17179580.524000] EXT3-fs: mounted filesystem with ordered data mode.
[17179582.356000] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
[17179582.356000] md: bitmap version 4.39
[17179587.776000] Adding 554200k swap on /dev/hdd5.  Priority:-1 extents:1 across:554200k
[17179588.116000] EXT3 FS on hdd1, internal journal
[17179592.936000] usbcore: registered new driver usbfs
[17179592.936000] usbcore: registered new driver hub
[17179592.952000] USB Universal Host Controller Interface driver v2.3
[17179592.952000] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 9
[17179592.952000] PCI: setting IRQ 9 as level-triggered
[17179592.952000] ACPI: PCI Interrupt 0000:00:1f.2[D] -> Link [LNKD] -> GSI 9 (level, low) -> IRQ 9
[17179592.952000] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[17179592.952000] uhci_hcd 0000:00:1f.2: UHCI Host Controller
[17179592.952000] uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
[17179592.952000] uhci_hcd 0000:00:1f.2: irq 9, io base 0x0000d000
[17179592.952000] hub 1-0:1.0: USB hub found
[17179592.952000] hub 1-0:1.0: 2 ports detected
[17179593.040000] Linux agpgart interface v0.101 (c) Dave Jones
[17179593.044000] agpgart: Detected an Intel i845 Chipset.
[17179593.048000] agpgart: AGP aperture is 64M @ 0xe0000000
[17179593.056000] ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 11
[17179593.056000] ACPI: PCI Interrupt 0000:00:1f.4[C] -> Link [LNK1] -> GSI 11 (level, low) -> IRQ 11
[17179593.056000] PCI: Setting latency timer of device 0000:00:1f.4 to 64
[17179593.056000] uhci_hcd 0000:00:1f.4: UHCI Host Controller
[17179593.056000] uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 2
[17179593.056000] uhci_hcd 0000:00:1f.4: irq 11, io base 0x0000d800
[17179593.056000] hub 2-0:1.0: USB hub found
[17179593.056000] hub 2-0:1.0: 2 ports detected
[17179593.060000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[17179593.156000] Real Time Clock Driver v1.12
[17179593.160000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[17179593.160000] input: PC Speaker as /class/input/input1
[17179593.196000] hw_random: RNG not detected
[17179593.388000] Floppy drive(s): fd0 is 1.44M
[17179593.432000] nvidia: module license 'NVIDIA' taints kernel.
[17179593.440000] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[17179593.440000] PCI: setting IRQ 10 as level-triggered
[17179593.440000] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
[17179593.440000] NVRM: loading NVIDIA Linux x86 NVIDIA Kernel Module  1.0-7676  Fri Jul 29 12:58:54 PDT 2005
[17179593.464000] FDC 0 is a post-1991 82077
[17179593.876000] logips2pp: Detected unknown logitech mouse model 85
[17179593.948000] input: ImPS/2 Logitech Wheel Mouse as /class/input/input2
[17179594.108000] gameport: EMU10K1 is pci0000:02:0b.1/gameport0, io 0xc800, speed 917kHz
[17179594.160000] ts: Compaq touchscreen protocol output
[17179594.188000] mice: PS/2 mouse device common for all mice
[17179594.208000] parport: PnPBIOS parport detected.
[17179594.208000] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[17179594.216000] Linux video capture interface: v1.00
[17179594.428000] bttv: driver version 0.9.16 loaded
[17179594.428000] bttv: using 8 buffers with 2080k (520 pages) each for capture
[17179594.428000] bttv: Bt8xx card found (0).
[17179594.428000] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 5
[17179594.428000] PCI: setting IRQ 5 as level-triggered
[17179594.428000] ACPI: PCI Interrupt 0000:02:0a.0[A] -> Link [LNKC] -> GSI 5 (level, low) -> IRQ 5
[17179594.428000] bttv0: Bt878 (rev 17) at 0000:02:0a.0, irq: 5, latency: 32, mmio: 0xe8000000
[17179594.428000] bttv0: using:  *** UNKNOWN/GENERIC ***  [card=0,autodetected]
[17179594.428000] bttv0: gpio: en=00000000, out=00000000 in=00ff90ff [init]
[17179594.432000] tveeprom 0-0050: Huh, no eeprom present (err=-121)?
[17179594.432000] bttv0: using tuner=-1
[17179594.432000] bttv0: i2c: checking for MSP34xx @ 0x80... not found
[17179594.436000] bttv0: i2c: checking for TDA9875 @ 0xb0... not found
[17179594.436000] bttv0: i2c: checking for TDA7432 @ 0x8a... not found
[17179594.440000] bttv0: i2c: checking for TDA9887 @ 0x86... not found
[17179594.440000] bttv0: registered device video0
[17179594.440000] bttv0: registered device vbi0
[17179594.480000] bt878: AUDIO driver version 0.0.0 loaded
[17179594.480000] bt878: Bt878 AUDIO function found (0).
[17179594.480000] ACPI: PCI Interrupt 0000:02:0a.1[A] -> Link [LNKC] -> GSI 5 (level, low) -> IRQ 5
[17179594.480000] bt878(0): Bt878 (rev 17) at 02:0a.1, irq: 5, latency: 32, memory: 0xe8001000
[17179594.564000] ACPI: PCI Interrupt 0000:02:0b.0[A] -> Link [LNKD] -> GSI 9 (level, low) -> IRQ 9
[17179595.988000] lp0: using parport0 (interrupt-driven).
[17179598.836000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
[17179600.356000] cdrom: open failed.
[17179602.092000] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[17179602.352000] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[17179606.292000] Intel ISA PCIC probe: not found.
[17179610.104000] ACPI: Power Button (FF) [PWRF]
[17179610.104000] ACPI: Power Button (CM) [PWRB]
[17179610.104000] ACPI: Sleep Button (CM) [SLPB]
[17179610.192000] ibm_acpi: ec object not found
[17179622.104000] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[17179622.104000] apm: overridden by ACPI.
[17179624.856000] hdc: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
[17179624.856000] hdc: drive_cmd: error=0x04 { AbortedCommand }
[17179624.856000] ide: failed opcode was: 0xec
[17179625.396000] hdc: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
[17179625.396000] hdc: drive_cmd: error=0x04 { AbortedCommand }
[17179625.396000] ide: failed opcode was: 0xec
[17179626.564000] NET: Registered protocol family 10
[17179626.564000] Disabled Privacy Extensions on device c03138a0(lo)
[17179626.564000] IPv6 over IPv4 tunneling driver
[17179626.920000] Bluetooth: Core ver 2.8
[17179626.920000] NET: Registered protocol family 31
[17179626.920000] Bluetooth: HCI device and connection manager initialized
[17179626.920000] Bluetooth: HCI socket layer initialized
[17179626.960000] Bluetooth: L2CAP ver 2.8
[17179626.960000] Bluetooth: L2CAP socket layer initialized
[17179627.028000] Bluetooth: RFCOMM socket layer initialized
[17179627.028000] Bluetooth: RFCOMM TTY layer initialized
[17179627.028000] Bluetooth: RFCOMM ver 1.6
[17179657.776000] usb 1-1: new full speed USB device using uhci_hcd and address 2
[17179658.152000] SCSI subsystem initialized
[17179658.280000] Initializing USB Mass Storage driver...
[17179658.280000] scsi0 : SCSI emulation for USB Mass Storage devices
[17179658.284000] usb-storage: device found at 2
[17179658.284000] usb-storage: waiting for device to settle before scanning
[17179658.284000] usbcore: registered new driver usb-storage
[17179658.284000] USB Mass Storage support registered.
[17179663.288000]   Vendor: Sarotech  Model: Flash Disk        Rev: 2.00
[17179663.288000]   Type:   Direct-Access                      ANSI SCSI revision: 02
[17179663.292000] usb-storage: device scan complete
[17179664.472000] ready
[17179664.476000] SCSI device sda: 505856 512-byte hdwr sectors (259 MB)
[17179664.480000] sda: Write Protect is off
[17179664.480000] sda: Mode Sense: 03 00 00 00
[17179664.480000] sda: assuming drive cache: write through
[17179664.492000] SCSI device sda: 505856 512-byte hdwr sectors (259 MB)
[17179664.496000] sda: Write Protect is off
[17179664.496000] sda: Mode Sense: 03 00 00 00
[17179664.496000] sda: assuming drive cache: write through
[17179664.496000]  sda: sda1
[17179664.500000] sd 0:0:0:0: Attached scsi removable disk sda
[17179666.420000] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[17180117.436000] usb 1-1: USB disconnect, address 2
[17192013.748000] eth0: link up, 10Mbps, half-duplex, lpa 0x0000
[17192013.796000] NET: Registered protocol family 17
[17192024.632000] eth0: no IPv6 routers present
atie의 이미지

2.6.12와 pcmcia-cs로 부팅을 해도 같은 문제 인가요?

----
I paint objects as I think them, not as I see them.
atie's minipage

shines의 이미지

atie wrote:
2.6.12와 pcmcia-cs로 부팅을 해도 같은 문제 인가요?

2.6.12와 pcmcia-cs로 부팅을 하면 사운드도 안잡히고 랜카드 link up 도 자동으로 안되요.
2.6.15 로 부팅하면 그나마 사운드는 잡히는데 여전히 랜카드 link up은 매번 부팅하고 나서 ifup을 해줘야 되네요.
atie의 이미지

2.6.15 커널로 부팅을 해서, 우선은 설치된 패키지가 hotplug인지 udev인지를 봐 주세요. hotplug 단독 또는 둘다 설치되어 있다면, 시냅틱에서 보면 udev를 업데이트 할 수 있을 겁니다.

/etc/network/interfaces에 "auto eth0"처럼 자동으로 ifup을 하게 설정이 되었는지도 보시고요.

----
I paint objects as I think them, not as I see them.
atie's minipage

shines의 이미지

atie wrote:
2.6.15 커널로 부팅을 해서, 우선은 설치된 패키지가 hotplug인지 udev인지를 봐 주세요. hotplug 단독 또는 둘다 설치되어 있다면, 시냅틱에서 보면 udev를 업데이트 할 수 있을 겁니다.

udev만 쓰고 있습니다.

랜카드는 auto설정하니까 잘되네요.^^;

아직 Failed 뜨긴 합니다만 다른거 쓰는데는 지장이 없는것 같네요. 아무튼 도움 주셔서 감사합니다^^

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.