おはようございます、伍長@ミーコです。
「釈迦に説法」かもしれませんが、
「ウチではこうしている」という話題と思って読んでください。
(1)ISA cardのPnPを使うな。
ウチではISAのEtherCardはすべて
IRQ=9,I/Oaddress=0x300としています。
非PnPとして、手動で決めています。
ScsiCardなどのリソースもなるべく標準的なものに
割り当てるようにしています。
AHA1510だったら、I/Oaddress=0x340とか。
(2)liloにboot parameterを書く。
こんなかんじ(2行目です)。
:
# Start LILO global section
append="ether=9,0x300,eth0"
boot = /dev/hda
:
もちろん割り当てたIRQ,I/Oaddressを
/etc/lilo.confに書いて、liloでinstallすること。
あ、ふたつしかない(^^;
お役に立てればさいわいです。
++++++++++++++++++++
Nishimura Gocho Masaya
gocho _at_ studiomeeco.com
Follow-Ups:
- [fol] Re: Q for NE200 ethernet card on Slackware 3.4.Kazuo AKAMATSU
- Prev by Date: [fol] Re: [Q] about sendmail
- Next by Date: [fol] Re: Linux でMP3音楽データを再生する方法
- Previous by thread: [fol] Re: Q for NE200 ethernet card on Slackware 3.4.
- Next by thread: [fol] Re: Q for NE200 ethernet card on Slackware 3.4.
- Indexes:[Main][Thread]