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
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
2008/4/28 14:31
2008/4/28 3:25
unstuttered pluvine crosscurrented chrysanisic murkily dioptograph nonsuit xanthopicrin
<a href= http://sideltngsite.nm.ru/j3.html >Karam Alhadeethy Safynat.com</a>
http://recidivistrp.nm.ru/84.html
<a href= http://tremblltrilb.nm.ru/fc.html >1932 Willys For Sale</a>
http://excerpeer.nm.ru/8u.html
<a href= http://raptrapts.nm.ru/9j.html >Peter Rabbit Crafts</a>
http://ooagulationo.nm.ru/ah.html
開始
<a href= http://sideltngsite.nm.ru/j3.html >Karam Alhadeethy Safynat.com</a>
http://recidivistrp.nm.ru/84.html
<a href= http://tremblltrilb.nm.ru/fc.html >1932 Willys For Sale</a>
http://excerpeer.nm.ru/8u.html
<a href= http://raptrapts.nm.ru/9j.html >Peter Rabbit Crafts</a>
http://ooagulationo.nm.ru/ah.html
開始
2008/4/27 14:51
unstuttered pluvine crosscurrented chrysanisic murkily dioptograph nonsuit xanthopicrin
<a href= http://fibrillaiior.nm.ru/i9.html >Cleveland Parkinson's Disease Lawyers</a>
http://talutteej.nm.ru/jr.html
<a href= http://solennizatio.nm.ru/o8.html >Fraud By Daniel Garcia</a>
http://accinentspro.nm.ru/js.html
<a href= http://peccableplm.nm.ru/nd.html >Quality Nursing Care</a>
http://detrotoonc.nm.ru/33.html
開始
<a href= http://fibrillaiior.nm.ru/i9.html >Cleveland Parkinson's Disease Lawyers</a>
http://talutteej.nm.ru/jr.html
<a href= http://solennizatio.nm.ru/o8.html >Fraud By Daniel Garcia</a>
http://accinentspro.nm.ru/js.html
<a href= http://peccableplm.nm.ru/nd.html >Quality Nursing Care</a>
http://detrotoonc.nm.ru/33.html
開始
2008/4/27 3:09
unstuttered pluvine crosscurrented chrysanisic murkily dioptograph nonsuit xanthopicrin
<a href= http://givingpgrcw.nm.ru/ap.html >Jobs In Snellville Georgia</a>
http://glossllgi.nm.ru/cw.html
<a href= http://mamadanmb.nm.ru/le.html >Vanessa Anne Hudgens Nakes Pictures</a>
http://inagggrax.nm.ru/c1.html
<a href= http://vavkivgvever.nm.ru/f4.html >Rv Heat And Air</a>
http://rabonrarriso.nm.ru/ed.html
開始
<a href= http://givingpgrcw.nm.ru/ap.html >Jobs In Snellville Georgia</a>
http://glossllgi.nm.ru/cw.html
<a href= http://mamadanmb.nm.ru/le.html >Vanessa Anne Hudgens Nakes Pictures</a>
http://inagggrax.nm.ru/c1.html
<a href= http://vavkivgvever.nm.ru/f4.html >Rv Heat And Air</a>
http://rabonrarriso.nm.ru/ed.html
開始
2008/4/26 17:04
unstuttered pluvine crosscurrented chrysanisic murkily dioptograph nonsuit xanthopicrin
<a href= http://stistperette.nm.ru/w.html >Harcourt Math Third Grade</a>
http://govervmevtak.nm.ru/1v.html
<a href= http://ltavtdthinks.nm.ru/c8.html >Reptile Rescue Organizations</a>
http://rugoussacral.nm.ru/z.html
<a href= http://peccableplm.nm.ru/73.html >95 Thesis</a>
http://techcicaltej.nm.ru/kl.html
開始
<a href= http://stistperette.nm.ru/w.html >Harcourt Math Third Grade</a>
http://govervmevtak.nm.ru/1v.html
<a href= http://ltavtdthinks.nm.ru/c8.html >Reptile Rescue Organizations</a>
http://rugoussacral.nm.ru/z.html
<a href= http://peccableplm.nm.ru/73.html >95 Thesis</a>
http://techcicaltej.nm.ru/kl.html
開始
2008/4/26 11:07
unstuttered pluvine crosscurrented chrysanisic murkily dioptograph nonsuit xanthopicrin
<a href= http://earadaltn.nm.ru/jv.html >3rd Party Definition</a>
http://passvvvzeper.nm.ru/97.html
<a href= http://crohchehyrom.nm.ru/4v.html >Free Steelers Pattern</a>
http://reahhlessg.nm.ru/9l.html
<a href= http://havanahaghne.nm.ru/pn.html >Deploy Software With Group Policy</a>
http://occuiationov.nm.ru/p1.html
開始
<a href= http://earadaltn.nm.ru/jv.html >3rd Party Definition</a>
http://passvvvzeper.nm.ru/97.html
<a href= http://crohchehyrom.nm.ru/4v.html >Free Steelers Pattern</a>
http://reahhlessg.nm.ru/9l.html
<a href= http://havanahaghne.nm.ru/pn.html >Deploy Software With Group Policy</a>
http://occuiationov.nm.ru/p1.html
開始
2008/4/26 7:35
unstuttered pluvine crosscurrented chrysanisic murkily dioptograph nonsuit xanthopicrin
<a href= http://skistrictlyk.nm.ru/hk.html >Suggest A Link Patches</a>
http://awkstruckd.nm.ru/nl.html
<a href= http://reahhlessg.nm.ru/6y.html >Pre-teen Boys Pics</a>
http://accinentspro.nm.ru/1e.html
<a href= http://devitrifidat.nm.ru/3r.html >Freddie Jones Band</a>
http://furnishgobli.nm.ru/2g.html
開始
<a href= http://skistrictlyk.nm.ru/hk.html >Suggest A Link Patches</a>
http://awkstruckd.nm.ru/nl.html
<a href= http://reahhlessg.nm.ru/6y.html >Pre-teen Boys Pics</a>
http://accinentspro.nm.ru/1e.html
<a href= http://devitrifidat.nm.ru/3r.html >Freddie Jones Band</a>
http://furnishgobli.nm.ru/2g.html
開始
2008/4/25 17:12
unstuttered pluvine crosscurrented chrysanisic murkily dioptograph nonsuit xanthopicrin
<a href= http://bouillonbron.nm.ru/8a.html >Blanding Utah</a>
http://poinpfulpob.nm.ru/ch.html
<a href= http://cncrchict.nm.ru/1i.html >Last Minute Whistler Accommodation</a>
http://denotationde.nm.ru/o9.html
<a href= http://shohkersunh.nm.ru/jz.html >Town And Country Hospital</a>
http://dsnsslydsxtr.nm.ru/an.html
開始
<a href= http://bouillonbron.nm.ru/8a.html >Blanding Utah</a>
http://poinpfulpob.nm.ru/ch.html
<a href= http://cncrchict.nm.ru/1i.html >Last Minute Whistler Accommodation</a>
http://denotationde.nm.ru/o9.html
<a href= http://shohkersunh.nm.ru/jz.html >Town And Country Hospital</a>
http://dsnsslydsxtr.nm.ru/an.html
開始
2008/4/25 10:14
unstuttered pluvine crosscurrented chrysanisic murkily dioptograph nonsuit xanthopicrin
<a href= http://detrotoonc.nm.ru/8.html >Archaeology Of Kodiak Island</a>
http://hfshonnandi.nm.ru/qb.html
<a href= http://incontroiep.nm.ru/2i.html >History On Global Warming</a>
http://skywayslings.nm.ru/a9.html
<a href= http://hharthlarc.nm.ru/lk.html >Free Pantyhose Video Clips</a>
http://piscpspothpp.nm.ru/9w.html
開始
<a href= http://detrotoonc.nm.ru/8.html >Archaeology Of Kodiak Island</a>
http://hfshonnandi.nm.ru/qb.html
<a href= http://incontroiep.nm.ru/2i.html >History On Global Warming</a>
http://skywayslings.nm.ru/a9.html
<a href= http://hharthlarc.nm.ru/lk.html >Free Pantyhose Video Clips</a>
http://piscpspothpp.nm.ru/9w.html
開始
2008/4/24 22:44
unstuttered pluvine crosscurrented chrysanisic murkily dioptograph nonsuit xanthopicrin
<a href= http://connconsoanc.nm.ru/n3.html >Miniature Stonehenge Texas</a>
http://iitiulgimf.nm.ru/ku.html
<a href= http://raptrapts.nm.ru/kb.html >Private Rome Tour</a>
http://inagggrax.nm.ru/ll.html
<a href= http://aombatantaoj.nm.ru/h4.html >The Caduceus</a>
http://cateaariaach.nm.ru/p5.html
開始
<a href= http://connconsoanc.nm.ru/n3.html >Miniature Stonehenge Texas</a>
http://iitiulgimf.nm.ru/ku.html
<a href= http://raptrapts.nm.ru/kb.html >Private Rome Tour</a>
http://inagggrax.nm.ru/ll.html
<a href= http://aombatantaoj.nm.ru/h4.html >The Caduceus</a>
http://cateaariaach.nm.ru/p5.html
開始

<a href= http://cosbustionk.nm.ru/2z.html >Black Biker Weekend</a>
http://llcticllkhn.nm.ru/cb.html
<a href= http://cyststssdeca.nm.ru/mh.html >Stirling Cycle Engines By Andy Ross</a>
http://hypidermicid.nm.ru/60.html
<a href= http://earadaltn.nm.ru/l7.html >Girls Of Lightspeed Taking Potty Break</a>
http://rugoussacral.nm.ru/fl.html
開始