[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:18953] Re: [Q] PCMCIA Card modem problem



嶋山と申します。
自分は内蔵モデムを使っているのでPCMCIA-modem
はどうなっているのか良く知りませんが、

At Mon, 15 Nov 1999 16:51:29 +0900,
Masayuki Hatta <masayuki-h@xxxxxxxxxxxxxxx> wrote:
> ちなみに /etc/pcmcia/serial.opts はこんな感じです。
> 
> # Serial device configuration
> #
> # The address format is "scheme,socket,instance".
> #
> case "$ADDRESS" in
> *,*,*)
>     # Symbolic link to dialout device
>     LINK="/dev/modem"
>     # Options for 'setserial'
>     SERIAL_OPTS="spd_vhi"
>     # Should we create an inittab entry for this port?
>     # If using mgetty ...
>     #INITTAB="/sbin/mgetty"
>     # If using getty ...
>     #SPEED=<set the speed here>
>     #INITTAB="/sbin/getty $SPEED"
>     ;;
> esac
> 
> # ずいぶん前からいじってないです。

ここですが、/etc/pcmcia/serial には
|if [ "$SERIAL_OPTS" ] ; then
|    setserial /dev/$DEVICE $SERIAL_OPTS
|fi
と書いてありますね。よってもしirq/io だけが問題なら
|  SERIAL_OPTS="irq 4 port 0x03f8 spd_vhi"
みたいな感じでちゃんと指定してやればいいんじゃないでしょうか?
setserial に関してはmanual を読みましょう。

助けになればいいんですが。
--
tsm@xxxxxxxxxxxxx