找回密码
 注册
快捷导航
查看: 2362|回复: 16

今天把r50上的B卡换成B/G的以后,屏幕上的无线灯不亮了

[复制链接] |自动提醒
阅读字号:

975

回帖

0

积分

316

资产值

入门会员 Rank: 1

注册时间
2004-5-24
发表于 2005-9-18 17:49:38| 字数 123| - 中国–四川–成都 电信 | 显示全部楼层 |阅读模式
是INTEL的B/G卡,用了1802补丁,可以用了,CTRL+F5也正常,就是屏幕下的那个无线灯怎么也不亮,有人知道怎么弄吗?

后来我启动到BIOS里,用PCDOCTOR,根本检测不出无线网卡.只有在XP下才行.我怀疑是这个问题,请问该如何解决啊?

469

回帖

22

积分

3809

资产值

白金会员 Rank: 3Rank: 3Rank: 3

注册时间
2003-10-30
铜牌荣誉勋章(注册8年以上会员)银牌荣誉勋章(注册10年以上会员)金牌荣誉勋章(注册20年以上会员)铜牌荣誉勋章(注册8年以上会员)
发表于 2005-9-18 20:50:17| 字数 44| - 中国–重庆–重庆–开州区 联通 | 显示全部楼层
和我的T40一样,我的是INTEL2915A/B/G卡,F5正常就是灯不亮,开机没蝴蝶.
回复 支持 反对

使用道具 举报

3492

回帖

1

积分

1584

资产值

初级会员 Rank: 1

注册时间
2005-2-4
发表于 2005-9-18 20:56:26| 字数 59| - 中国–河南–郑州 中移铁通 | 显示全部楼层
楼上的问题可以刷 BIOS解决。
楼主的问题一般无解,INTEL的卡就是不支持无线灯,其它都正常,看看坛子里的帖子就知道了
iPad pro  MAC pro/air X1 T420 T410s X220 HP 2510P THINK T400s T61 X61T X31 X30 T41 T23 S31 T20
回复 支持 反对

使用道具 举报

469

回帖

22

积分

3809

资产值

白金会员 Rank: 3Rank: 3Rank: 3

注册时间
2003-10-30
铜牌荣誉勋章(注册8年以上会员)银牌荣誉勋章(注册10年以上会员)金牌荣誉勋章(注册20年以上会员)铜牌荣誉勋章(注册8年以上会员)
发表于 2005-9-18 21:05:49| 字数 13| - 中国–重庆–重庆–开州区 联通 | 显示全部楼层
我的已经是最新BIOS了.
回复 支持 反对

使用道具 举报

392

回帖

0

积分

1167

资产值

入门会员 Rank: 1

注册时间
2005-3-27
发表于 2005-9-18 21:54:10| 字数 140| - 中国–安徽–芜湖 电信 | 显示全部楼层
QUOTE:
Originally posted by wtortoise at 2005-9-18 20:56:
楼上的问题可以刷 BIOS解决。
楼主的问题一般无解,INTEL的卡就是不支持无线灯,其它都正常,看看坛子里的帖子就知道了


好像不是吧,我的T43原装就是intel的BG卡,一切正常啊。
T420 i5/8G/三星128G mSATA+1TB/GOBI2000
X1 i3/Intel 160G/4G/GOBI3000
X61S、T43P
回复 支持 反对

使用道具 举报

392

回帖

0

积分

1167

资产值

入门会员 Rank: 1

注册时间
2005-3-27
发表于 2005-9-18 21:58:44| 字数 2,840| - 中国–安徽–芜湖 电信 | 显示全部楼层
我估计可能是1802补丁造成灯不亮。1802补丁是取消主板对无线卡的检测使其可以使用。国外网站已经有办法修改无线卡的信息使主板认为其和ibm原装卡一样。但需要在本本上安装linux操作系统进行。转载如下,供参考。


Okay guys, I have a version of linux (Knoppix) on a boot CD up and running on my laptop, and can build the drivers required to write to the 2200BG EEPROM!

I was thinking that putting 0x03 in byte offset 0x4A in the EEPROM would turn it into an IBM card. As this is how the driver works out the OEM card version, so I did that.

Unfortunately that doesn't work, so don't try it! In fact it completely screwed the card so it wouldn't even boot under linux or Windows - so basically I couldn't even use ethtool to set it back again! Eventually I managed to write to the EEPROM by adding some custom code to the card initialisation routine. Phew!

Does anyone have an official IBM (or any other OEM for that matter) 2200BG card which we could dump the EEPROM on? Then I can see what else is different other than the PCI ID and NIC Type?

Here's how to do it:
Download Knoppix LiveCD from http://www.knoppix.net/
The version you want is KNOPPIX_V3.8.1-2005-04-08-EN.iso
Burn this iso image to a CD (Note you must use the disk image option of your CD burning software, not just put the iso file on a data CD)
Boot your computer using the CD - Hopefully it will auto-detect all your hardware (just press enter at the boot screen) and eventually arrive at the desktop. Neat eh?
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. Post it here, you may want to remove your MAC address.
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 - as I showed - so don't do this unless you know what you are doing!):
You will need to download the linux kernel sources for 2.6.11 and make them. This is what I did. Note you will need to be connected to the internet via the onboard ethernet:
#cd /usr/src
#wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.tar.bz2
#tar xvjf linux-2.6.11.tar.bz2
#cd linux-2.6.11
#make xconfig
Select save and exit on the GUI config screen that pops up
#make
I'm not really sure if the last two steps are 100% correct, but they enabled me to build the ipw2200 module that I needed in the next step! Note the last make takes quite some time, but you don't seem to have to wait for it to finish!:

Next you will need to download the ipw2200 sources, patch them and make that:
#mkdir /usr/tmp
#cd /usr/tmp
#wget http://mesh.dl.sourceforge.net/s ... 0/ipw2200-1.0.3.tgz
#tar xvzf ipw2200-1.0.3.tgz
#cd ipw2200-1.0.3
#wget http://stachon.webpark.cz/files/ipw-eeprom-write.patch
#patch -p < ipw-eeprom-write.patch
#make

Now you can unload the current ipw2200 module:
#sh unload

And reload your new one you have just patched:
#sh load

You can view the driver debug output:
#dmesg
Which is really useful if you have problems getting it to load.

Now you can write to your card EEPROM as specified in WhiteHeat's post, and Druid_cz's instructions here
T420 i5/8G/三星128G mSATA+1TB/GOBI2000
X1 i3/Intel 160G/4G/GOBI3000
X61S、T43P
回复 支持 反对

使用道具 举报

392

回帖

0

积分

1167

资产值

入门会员 Rank: 1

注册时间
2005-3-27
发表于 2005-9-18 21:59:16| 字数 1,371| - 中国–安徽–芜湖 电信 | 显示全部楼层
这是零售卡和ibm原装卡的数据对比


Offset Values
------ ------
0x0000 02 a5 00 80 20 42 86 80 12 27 86 80 18 00 01 03
0x0010 00 dc 22 c8 00 40 01 13 00 00 00 05 00 00 00 00
0x0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0030 00 00 00 00 30 30 30 45 33 35 xx xx xx xx xx xx
0x0040 f7 70 00 0e 35 xx xx xx 00 46 00 01 5a 5a 52 00
0x0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0060 0c 00 00 00 00 00 01 00 00 00 00 00 00 00 03 00
0x0070 33 38 34 41 44 00 00 00 00 43 37 32 39 39 34 30
0x0080 30 31 00 00 44 0a 2d 31 03 01 c9 05 9f 26 00 00
0x0090 13 15 12 00 00 00 0f 0d e2 00 00 00 00 0f 0f 00
0x00a0 00 00 00 00 00 00 00 00 f9 00 00 00 00 00 00 00
0x00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00e0 00 00 00 00 04 00 01 00 00 00 00 01 00 00 00 00
0x00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Anyway, next to replace the card with the IBM part and see what's on that! I'll keep you posted.
And here it is:
Offset Values
------ ------
0x0000 02 a5 00 80 20 42 86 80 12 27 86 80 18 00 01 03
0x0010 00 dc 22 c8 00 40 01 13 00 00 00 05 00 00 00 00
0x0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0030 00 00 00 00 30 30 31 32 46 30 xx xx xx xx xx xx
0x0040 e1 b7 00 12 f0 xx xx xx 00 46 03 00 5a 5a 52 00
0x0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0060 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 03 00
0x0070 31 32 35 42 54 00 00 00 00 43 36 31 38 33 30 30
0x0080 31 30 00 00 15 31 7c 32 03 01 dc 05 83 fe 00 00
0x0090 16 19 12 00 00 0f 00 0f 00 00 00 00 00 0f 00 00
0x00a0 00 00 00 00 00 00 00 00 f9 00 00 00 00 00 00 00
0x00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00e0 00 00 00 00 03 01 01 00 00 00 00 01 00 00 00 00
0x00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
T420 i5/8G/三星128G mSATA+1TB/GOBI2000
X1 i3/Intel 160G/4G/GOBI3000
X61S、T43P
回复 支持 反对

使用道具 举报

469

回帖

22

积分

3809

资产值

白金会员 Rank: 3Rank: 3Rank: 3

注册时间
2003-10-30
铜牌荣誉勋章(注册8年以上会员)银牌荣誉勋章(注册10年以上会员)金牌荣誉勋章(注册20年以上会员)铜牌荣誉勋章(注册8年以上会员)
发表于 2005-9-18 21:59:58| 字数 23| - 中国–江苏–南京 联通 | 显示全部楼层
楼上的兄弟你的卡是IBM原装的当然一切正常了.
回复 支持 反对

使用道具 举报

392

回帖

0

积分

1167

资产值

入门会员 Rank: 1

注册时间
2005-3-27
发表于 2005-9-18 22:09:45| 字数 68| - 中国–安徽–芜湖 电信 | 显示全部楼层
零售卡按国外网站的说法修改识别数据后(类似MAC地址,写在卡上的EEPROM中)和原装卡完全一样。不知那位有时间实践一下,造福广大黑友。
T420 i5/8G/三星128G mSATA+1TB/GOBI2000
X1 i3/Intel 160G/4G/GOBI3000
X61S、T43P
回复 支持 反对

使用道具 举报

975

回帖

0

积分

316

资产值

入门会员 Rank: 1

注册时间
2004-5-24
 楼主| 发表于 2005-9-19 10:46:57| 字数 120| - 中国–四川–成都 教育网/成都理工大学教育网 | 显示全部楼层
QUOTE:
Originally posted by micc at 2005-9-18 22:09:
零售卡按国外网站的说法修改识别数据后(类似MAC地址,写在卡上的EEPROM中)和原装卡完全一样。不知那位有时间实践一下,造福广大黑友。

太专业了 !!!
回复 支持 反对

使用道具 举报

317

回帖

2

积分

350

资产值

禁止发言

注册时间
2003-8-16
铜牌荣誉勋章(注册8年以上会员)
发表于 2005-9-19 11:58:39| 字数 22| - 中国–广东–佛山–南海区 电信/三水区/禅城区电信 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
签名被屏蔽
回复 支持 反对

使用道具 举报

975

回帖

0

积分

316

资产值

入门会员 Rank: 1

注册时间
2004-5-24
 楼主| 发表于 2005-9-19 19:43:44| 字数 82| - 中国–四川–成都 电信/惜缘网吧(成都理工大学附近) | 显示全部楼层
[quote]Originally posted by jhzhao71 at 2005-9-19 11:58:
灯亮不亮,是电路监测的问题,与bios无关。 [/quo
能解决吗?
回复 支持 反对

使用道具 举报

3376

回帖

2

积分

5078

资产值

初级会员 Rank: 1

注册时间
2004-12-9
发表于 2005-9-19 20:25:04| 字数 70| - 中国–江西–南昌 电信 | 显示全部楼层
呵呵,这个灯亮不亮很重要吗?用FN F5看一下点开启就行了,能用无线的话就挂个QQ,如果QQ没掉线就是好使,这不比硬件还得快?



                                                所以,不必强求。
No.13 ACER 3820,I7 620 8G 5650 1G G2 160G.
NEXT ONE X200T OR 2740p OR 2760P?
回复 支持 反对

使用道具 举报

112

回帖

6

积分

609

资产值

高级会员 Rank: 2Rank: 2

注册时间
2005-5-26
发表于 2006-11-9 17:39:33| 字数 27| - 中国–广东–深圳–南山区 电信/深港产学研基地大楼东座 | 显示全部楼层
把这个顶上去啊
那样的话就可以把非IBM的卡改成原装的了
回复 支持 反对

使用道具 举报

339

回帖

1

积分

1万

资产值

入门会员 Rank: 1

注册时间
2006-10-30
月全勤勋章铜牌荣誉勋章(注册8年以上会员)
发表于 2007-9-20 09:53:40| 字数 38| - 中国–山东–青岛 联通 | 显示全部楼层
我已经改完了,用的是DELL拆机的2200BG全高卡,就是灯不亮,其它都很好
回复 支持 反对

使用道具 举报

6945

回帖

74

积分

2万

资产值

至尊会员I Rank: 4Rank: 4Rank: 4Rank: 4

注册时间
2006-5-24
发表于 2007-9-20 10:05:41| 字数 18| - 中国–安徽–合肥–蜀山区 电信 | 显示全部楼层
用原装拆机的或者全新的,没问题。。。
T23,X40,T40,X200,X201,X240,T500
回复 支持 反对

使用道具 举报

5903

回帖

1

积分

5900

资产值

初级会员 Rank: 1

注册时间
2005-9-8
发表于 2007-11-23 15:39:49| 字数 57| - 中国–辽宁–朝阳 联通 | 显示全部楼层
中文的修改方法在这里呢
http://www.ibmnb.com/viewthread.php?tid=483391
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Powered by Discuz! X3.5 © 2001-2023 Comsenz Inc

GMT+8, 2025-11-11 00:43 , Processed in 0.122623 second(s), 50 queries , Gzip On, OPcache On.

手机版|小黑屋|安卓客户端|iOS客户端|Archiver|备用网址1|备用网址2|在线留言|专门网

返回顶部