nx6120購入  PC

クリックすると元のサイズで表示します
HP Compaq nx6120/CT Notebook

WindowsXP Home、CeleronM 1.40GHz、チップセット 915GM、RAM 512MB、
HDD 40GB:FUJITSU MHV2040AH
DVD-ROM/CD-RWコンボドライブ:TEAC DW-224E-C
15インチXGA

2006/1/20  23:47

LOOX T70Hの分解  PC

miniPCIカードスロットを使うために手持ちのLOOXの分解が必要となった。
[大江戸坊の部屋]さんのページに分解方法があった気がしたが一時的に閉鎖したようなので、miniPCIスロットへのアクセス方法を書き留める。

クリックすると元のサイズで表示します
バッテリーをはずして、ネジを3つはずす。
○印のところにツメがあるので、はずしておく。

クリックすると元のサイズで表示します
キーボード上方の電源ボタンがあるカバーをはずす。
左からはずしていく。右にツメがあるところがあるが適当に動かすと外れる。

クリックすると元のサイズで表示します
キーボードが外れる。裏にフレキ(フラットケーブル)がある。
右下にminiPCIカードが見える。



ちなみにHDDにアクセスするには、1枚目の画像の下にあるネジを2つはずす。
DVDドライブをはずしたところにある黒いネジもはずす。
パームレスト部のカバーが外れるようになるので
ツメが何箇所かにあるが、上や下にずらすとツメは外れる。
パームレストの右下にHDDがある。

2006/1/17  21:10

miniPCIカード 2200BG  PC

無線LAN miniPCIカード Intel 2200BGを購入したがnx6120ではBIOSでエラーが出て使用できなかった。
HPのForumに解決方法を発見。
BIOSをハックする方法ではなく、miniPCIのEEPROMに書き込まれているベンダーIDを書き換える方法。

他に参考としたところ。
HP製ノートPCが内蔵無線LANカードを弾く件
hp nx6120 解体新書: miniPCI 無線LANカード追加手順
【miniPCI】無線LANすげかえ手術 part4【Centrino】

手順
USBメモリにhttp://www.geocities.com/sonyirclib/ipw2200.tar.gzをDLしておく。
KNOPPIX_V3.8.2-2005-05-05-EN.isoをCDに焼く。
USBメモリをさして、miniPCIカードはささずにKNOPPIXで起動。
Boot:のところで、miniPCIカード挿入。
USBメモリ上のipw2200.tar.gzをデスクトップに作成したフォルダにコピーしておく。
root shell起動。ディレクトリをipw2200.tar.gzのあるところに移動。
#iwconfig
でイーサーネットカードの情報を得る。おそらくminiPCIはeth0
#ethtool -e eth0
でeth0のEEPROMの情報を確認。

#tar xvzf ipw2200.tar.gz
#cd ipw2200-1.0.3
#sh unload
#sh load
としてEEPROM書き込みの準備。
#ethtool -E eth0 magic 0x2200 offset 0x8 value 0xf5
#ethtool -E eth0 magic 0x2200 offset 0x9 value 0x12
#ethtool -E eth0 magic 0x2200 offset 0xa value 0x3c
#ethtool -E eth0 magic 0x2200 offset 0xb value 0x10
と書き込む。
上手くいけば以上でBIOSで弾かれなくなる。

しかし、これでは上手くいかず。
#ethtool -e eth0ですべて0と表示され逝ってしまったようにもみえた。
BIOSで弾くことのないLOOX T70で同様のことをしてminiPCIカードの無事を確認。
続けてEEPROMを書き込み、nx6120に挿し直して起動成功。
XP上では無線LANはBIOSでOFFになってると表示されるので、
いままで気づかなかった起動時のBIOS WLAN設定をEnableにしてXP上で使用可能となった。
このBIOSの設定はminiPCIを挿したからでたのか、以前から有ったのか不明だが、目的は達成したので検証はせず。

以下にHP forumからの抜粋
Mark Wrightson Jun 7, 2005 11:26:48 GMT Unassigned

--------------------------------------------------------------------------------
I have a solution thanks to whiteheat and druid cz from x1000 forums that allows you to use any Intel Pro Wireless 2200BG card inside your HP laptop.

Before, I received the error 104: unsupported wireless card, now my NC8000 laptop will boot perfectly. Now you can buy your card for < £25.00 instead of HP's £60 + vat + p&p.

First off if you don't have linux installed you will need to go to www.knoppix.org and download KNOPPIX_V3.8.2-2005-05-05-EN.iso, then burn the cd

You need to have the card install during the boot sequence so, have your laptop open and bootup, when you see the boot:_ line insert the card then press enter. Knoppix will autodetect the card & the bios wont complain.

Once knoppix has booted:

Click on the penguin on the taskbar and select "Root Shell", then the following command (from now on any line that begins with a # is a command to be typed at the Root prompt:
#iwconfig
You will get a list of ethernet adapters, eth0, eth1 etc. The wireless one should be quite obvious from the text displayed after it with all the wireless parameters!
#ethtool -e ethX
Obviously replace the 'X' with the index of your wireless card you found above.
You will get a hex dump of the 256 bytes of EEPROM data.
Note: There is nothing dangerous in the above steps at all.

If you want to writing to your EEPROM (You can seriously screw your card up so be careful ):

#mkdir /usr/tmp
#cd /usr/tmp
#wget http://www.geocities.com/sonyirclib/ipw2200.tar.gz

N.B. This file has already been patched to allow writing to the eeprom

#tar xvzf ipw2200.tar.gz
#cd ipw2200-1.0.3
#sh unload
#sh load

Now all that you need to do is write to the eeprom. If your card is from Europe:

#ethtool -E eth0 magic 0x2200 offset 0x8 value 0xf6
#ethtool -E eth0 magic 0x2200 offset 0x9 value 0x12
#ethtool -E eth0 magic 0x2200 offset 0xa value 0x3c
#ethtool -E eth0 magic 0x2200 offset 0xb value 0x10

If it is from the US:

ethtool -E eth0 magic 0x2200 offset 0x8 value 0xf5
ethtool -E eth0 magic 0x2200 offset 0x9 value 0x12
ethtool -E eth0 magic 0x2200 offset 0xa value 0x3c
ethtool -E eth0 magic 0x2200 offset 0xb value 0x10

N.B. the -E must be uppercase for writing to work.

Now reboot your computer and you should no longer get the error 104...!

For more details see: http://www.x1000forums.com/index.php?showtopic=8737

Regards

2006/1/12  23:19

Windows Media Center Editionのインストール  PC

以前購入しておいたWindows Media Center Editionをインストール。
分割作成したパーティションをインストール時にNTFSでフォーマット。

nx6120購入時についてきたApplication and Driver Recovery DVDから
ドライバやユーティリティーをインストールする。

ハードウェア有効化ドライバすべて選択、
推奨されるソフトウェアアプリケーションすべて選択、
クリックすると元のサイズで表示します

Media Center Editionも通常の起動画面はXP homeとあまり変わらないが
Media Centerを起動するとホームサーバっぽい画面になる。
クリックすると元のサイズで表示します
他のWindowsXPマシンからリモートデスクトップ(ターミナルサービス)で接続してみると、同様の画面を出すことができるが、動画の再生はサポートされていなくてリモートデスクトップ上のMedia Centerでは再生されない。
XBOX2のリモートアクセスでは動画の再生もサポートされているらしい。
ホームAVサーバとして使うには現状ではリモートデスクトップでは無く、ファイルを直接アクセスする方が実用的と判明。

2006/1/12  8:58

Knoppixによる新規パーティションの作成  PC

既存のCドライブはそのままに、HDDを切り分けてパーティションを作成。
通常はHDDのフォーマットが必要だが専用ソフトを使うとCドライブをそのまま残して新規パーティションが作成できる。
たとえば、
PartitionMagic 8.0
System Selector 3
パーティションコマンダー8
システムマネージャー3

別の方法としてLinuxの起動CDを作成してパーティションの分割が可能。
Knoppix上のQTpartedというパーティション管理ソフトを用いる。

KNOPPIX4.0日本語版ページから
knoppix_v4.0.2CD_20050923-20051116+IPAFont.iso をDLしてCDを作成。

ノートPCのBIOSの設定でCDからのブートを設定しておく。
knoppixが起動したら、
スタートメニュー→ Knoppix→ Root Shellをクリックしroot shellを起動。
root shell上でqtpartedとタイプしqtpartedを起動。
クリックすると元のサイズで表示します
デバイスからパーティションを分割したいディスクを選び(hda)、
右側から、そのパーティションを選んで右クリックし、サイズ変更を選択。
クリックすると元のサイズで表示します
領域を決定したら、ものとウインドウのファイルメニューから確定を選択。
確認のダイアログがでて、作業開始。

画面のキャプチャは既に分割した後のもの。
HDD、コンボドライブ、USBメモリが繋がってるのでデバイスが3つある。

2006/1/9  20:45

nx6120のBIOS更新  PC

HPのホームページからBIOSアップデートソフトのダウンロード
HPQFlash for HP Notebook System BIOS (68DTD) - Windows-Based
をDLすればFDDは必要なくWindows上からアップデート可能。
キーリピートのスピードが明らかに改善。

RSS1.0