my wireless card:
Code: Select all
06:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)Code: Select all
Networking --->
Wireless --->
{*} Improved wireless configuration API
[*] nl80211 new netlink interface support
-*- Wireless extensions
<M> Generic IEEE 802.11 Networking Stack (mac80211)
Rate control algorithm selection --->
[ ] Export mac80211 internals in DebugFS
[ ] Enable packet alignment debugging
[ ] Enable debugging output
< > Generic IEEE 802.11 Networking Stack (DEPRECATED)
and
Code: Select all
Device Drivers --->
[*] Network device support --->
Wireless LAN --->
[*] Wireless LAN (IEEE 802.11)
<M> Intel PRO/Wireless 3945ABG/BG Network Connection
[*] Enable Wireless QoS in iwl3945 driver
[*] Enable Spectrum Measurement in iwl3945 drivers
[ ] Enable full debugging output in iwl3945 driver Code: Select all
lsmod
Module Size Used by
iwl3945 87284 0
mac80211 125580 1 iwl3945
...Now I can see the wireless card:
Code: Select all
...
wlan0 Link encap:UNSPEC HWaddr 00-1B-77-BE-E6-E3-62-A2-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
wmaster0 Link encap:UNSPEC HWaddr 00-1B-77-BE-E6-E3-62-A2-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Code: Select all
iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
sit0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11g Mode:Monitor Channel:0 Tx-Power=0 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Encryption key:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
When trying to change the state of the wlan interface, here is what I get:
Code: Select all
ifconfig wlan0 up
SIOCSIFFLAGS: No such file or directoryCode: Select all
Linux vaio 2.6.25-rc1 #14 SMP PREEMPT Mon Feb 18 21:44:22 CET 2008 x86_64 Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz GenuineIntel GNU/Linux

