|
古いPCカードのソケット(16ビット専用)なら、多分 Solaris のインストール時に設定した PCMCIA controller だけで
PCカードが認識されると思いますが、ThinkPadi1124 2609-73J などでは、そのままではPCカードが認識されませんでした。で、CardBus
に対応させるためのパッケージをインストールします。
まず、XIG Graphics のページから、PCMCIA Patch for Solaris x86 をダウンロード。
※ソースなどは こちら にあります。 <= 今はダウンロードできません。
任意のディレクトリに落としたら、以下の手順でインストールします。
# pkgadd -d initpcic-1.6.pkg
root の権限が必要なので、かならず root で実施するか、他のアカウントからは su - でroot 権限になってください。
インストールが終わると、 shutdown しろとメッセージが出ますので、shutdown の後再起動すれば、PCカードが動作するようになります。
※2002年4月15日にVersion UP されて、1.7 になっています。
※2001年8月8日に、Version UP されて、1.6 になっています。各バージョンのアップデート情報は、以下のとおりです。
1.7 4/15/2002: - added ToPIC support from Victor Anoutchine
1.6 8/8/2001:
- added patches from James Hackett <gcb33@dial.pipex.com> to enable
ISA mode on TI 445X controllers (like the Dell Inspiron 8000).
- removing the package will now remove the 'forceload' command from /etc/system
1.5 1/5/2001:
- corrected Solaris 8 issue that often required the PC card to be removed
and inserted after boot.
- removed all init scripts, and the rather 'hacky' way that net cards were
being configured. forceload is now used to force the driver to load at
boot time, so that the pcmcia cards are available by the time Solaris configures
your network interfaces.
- initpcic will now identify itself, it's version number, version date, and
the PCI ID of the bridge it detected.
- source code released.
※ノートPC の機種によっては、ソースからコンパイルする必要があります。その場合は、下記の URL からソースをダウンロードしてください。(FTPソフトでないと、ダウンロードできないようです。)なお、コンパイルには
ForteC 6 Update2 が必要です。
ftp://ftp.xig.com/pub/misc/pcmcia/
|