On 8/14/06, Didier Wiroth <[EMAIL PROTECTED]> wrote:
The card is the following: wpi0 at pci2 dev 0 function 0 "Intel PRO/Wireless 3945ABG" rev 0x02"ifconfig -M wpi0 debug" returns nothing ?! what and how should it return something ? "ifconfig -M wpi0" returns the following: wpi0: flags=8847<UP,BROADCAST,DEBUG,RUNNING,SIMPLEX,MULTICAST> mtu 1500 lladdr 00:13:02:16:27:0f media: IEEE802.11 autoselect (autoselect mode 11b) status: no network ieee80211: nwid wifi chan 11 bssid 00:09:5b:a3:32:90 67dB nwkey 0x0784c5c4fcafa91c537df07839 100dBm nwid wifi chan 11 bssid 00:09:5b:xx:xx:xx 67dB 54M privacy,short_slottime inet6 fe80::213:2ff:fe16:270f%wpi0 prefixlen 64 scopeid 0x2
That's exactly what the output of -M should be. See the last two lines there? That's the network. So good, your card is actually capable of picking up networks. It doesn't seem to have turned on debugging though. Maybe I should have checked the syntax first. Maybe try it in this order then: #ifconfig wpi0 debug #ifconfig -M wpi0 btw, you are doing this from tty0 right? Otherwise you won't see the messages from the card (you can still see them by checking your dmesg). Maybe tcpdump could help you too. -Nick

