[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: where is my WiFi card? (ThinkPad T61)



On 2014-06-05 13:42, Stanisław Findeisen wrote:
> On 2014-06-05 13:08, Darac Marjal wrote:
>>> Is my integrated wireless card broken?! Or not present at all?!
>>
>> I don't know that laptop, but it probably can't hurt to also check the
>> output of 'lsusb' and 'iw list'.
> 
> lsusb yields nothing interesting, but iw list:
> 
> # iw list
> nl80211 not found.

Well, I got some progress.

1. I found Intel 4965 AGN MM2 802.11 A/G/N card inside the machine.

2. Following these instructions:
http://www.thinkwiki.org/wiki/Installing_Debian_Wheezy_on_a_ThinkPad_T61#WiFi:_Intel_3945.2F4965AGN
, I installed non-free package firmware-iwlwifi.

3. If I do:

# modprobe iwl4965

it gives me the following:

# lsmod | grep -i 4965
iwl4965                83564  0
iwl_legacy             48206  1 iwl4965
mac80211              192806  2 iwl_legacy,iwl4965
cfg80211              137243  3 mac80211,iwl_legacy,iwl4965

and, in /var/log/syslog:

Jun  5 22:41:27 t61whe kernel: [  144.463316] cfg80211: Calling CRDA to
update world regulatory domain
Jun  5 22:41:27 t61whe kernel: [  144.500369] iwl4965: Intel(R) Wireless
WiFi 4965 driver for Linux, in-tree:
Jun  5 22:41:27 t61whe kernel: [  144.500372] iwl4965: Copyright(c)
2003-2011 Intel Corporation
Jun  5 22:41:27 t61whe kernel: [  144.553035] cfg80211: World regulatory
domain updated:
Jun  5 22:41:27 t61whe kernel: [  144.553041] cfg80211:     (start_freq
- end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Jun  5 22:41:27 t61whe kernel: [  144.553047] cfg80211:     (2402000 KHz
- 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Jun  5 22:41:27 t61whe kernel: [  144.553052] cfg80211:     (2457000 KHz
- 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Jun  5 22:41:27 t61whe kernel: [  144.553058] cfg80211:     (2474000 KHz
- 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Jun  5 22:41:27 t61whe kernel: [  144.553063] cfg80211:     (5170000 KHz
- 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Jun  5 22:41:27 t61whe kernel: [  144.553068] cfg80211:     (5735000 KHz
- 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

4. After the successful modprobe, the command:

# iv list

does not complain about the missing nl80211 anymore, but doesn't print
anything either. :/ Same with:

# iv dev

Output of # lspci doesn't look any better, too. I also tried this:

# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

What's wrong? Why do I need manual modprobe for the driver to load?!?
Why doesn't it work??

-- 
http://people.eisenbits.com/~stf/
http://www.eisenbits.com/

OpenPGP: 80FC 1824 2EA4 9223 A986  DB4E 934E FEA0 F492 A63B


Reply to: