안녕하세요.
제가 리눅스에서 모뎀으로 인터넷을 하려고 하는데요...
제 모뎀이 ISA 방식이예요. 그래서 isapnp를 이용해 인식은 시켰는데...
이게 작동은 안하구 자꾸 모뎀이 사용중이래요... 어떻게 된 건지...?
아래는 제 isapnp.conf 파일입니다.
아래에서 io = 0x02f8 irq = 3과 io=0x03f8 irq=4는 시리얼 포트입니다.
윈도우즈에서는 io=0x02f8 irq=3을 쓰는데... 여기서 그렇게 설정하면 에러가 납니다. 시리얼
때문이죠... 어떻게 해야 하는지 누구 가르쳐주세요.
# Card 1: (serial identifier 24 46 46 46 46 50 30 72 56)
# Vendor Id USR3050, Serial Number 1179010630, checksum 0x24.
# Version 1.0, Vendor version 0.0
# ANSI string -->U.S. Robotics 56K FAX INT<--
#
# Logical device id USR3050
# Device supports vendor reserved register @ 0x3b
# Device supports vendor reserved register @ 0x3c
# Device supports vendor reserved register @ 0x3d
# Device supports vendor reserved register @ 0x3e
# Device supports vendor reserved register @ 0x3f
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be changed if required
# Don't forget to uncomment the activate (ACT Y) when happy
(CONFIGURE USR3050/1179010630 (LD 0
# Multiple choice time, choose one only !
# Start dependent functions: priority preferred
# Fixed IO base address 0x02f8
# Number of IO addresses required: 8
# (IO 0 (SIZE 8) (BASE 0x02f8))
# IRQ 3.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 3 (MODE +E)))
# Start dependent functions: priority acceptable
# Fixed IO base address 0x03f8
# Number of IO addresses required: 8
# (IO 0 (SIZE 8) (BASE 0x03f8))
# IRQ 4.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 4 (MODE +E)))
# Start dependent functions: priority acceptable
# Fixed IO base address 0x03e8
# Number of IO addresses required: 8
(IO 0 (SIZE 8) (BASE 0x03e8))
# IRQ 3, 4, 5 or 7.
# High true, edge sensitive interrupt (by default)
(INT 0 (IRQ 3 (MODE +E)))
# Start dependent functions: priority acceptable
# Fixed IO base address 0x02e8
# Number of IO addresses required: 8
# (IO 0 (SIZE 8) (BASE 0x02e8))
# IRQ 3, 4, 5 or 7.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 3 (MODE +E)))
# End dependent functions
(NAME "USR3050/1179010630[0]{U.S. Robotics 56K FAX INT}")
(ACT Y)
))
# End tag... Checksum 0x00 (OK)
.
.
.
.