[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:08337] Re: Debian 2.0 and fmvj18x_cs.o
芳尾と申します。
Message-ID: <35F74D1D1F4.4835RUI@xxxxxxxxxxxxx>
これの
> loading device 'eth0'... ###<-ここから?
> eth0: C-NET(PC)C, sram 4K TX*2, port 0x120, irq 3, hw_addr 00:80:4C:33:E5:AA
これを見るかぎり、もちろん、認識はされています。
また、これを見るかぎり、IRQ は 3 がアサインされています。
たんに競合しているだけなのでは?
以下では、
> ・/etc/pcmcia/config.optsのコメントの入れ替え
>
> # Resources we should not use, even if they appear to be available
> #
> # First built-in serial port
> exclude irq 4 ###<-ここと
> # Second built-in serial port
> #exclude irq 3 ###<-ここ
> # First built-in parallel port
> exclude irq 7
#exclude ってのは外すという意味で、
exclude 3 とやると、IRQ 3 はアサインするときに除外してね、という意味で
す。
ですので、
#exclude 3
てやると、「ああ、IRQ 3 は空きなのね」と 3 にアサインしてまいますので、
exclude 3
にするとよいでしょう。
念のため、 /proc/interrupts
をみてみるとよかでしょう。
健闘を祈ります。
ではでは。 ---- Yours, K.S.Yoshio
mailto:shishamo@xxxxxxxxxxxxxxx
http://www2.osk.3web.ne.jp/~shishamo
Key fingerprint = 3C 3C 1C E6 B1 65 53 58 A3 B3 6A ED BA E4 54 52