Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2001 22:45:20 -0500
From:      "Arun Welch" <welch@igillc.com>
To:        <freebsd-mobile@freebsd.org>
Subject:   SMC 2632W wireless card
Message-ID:  <NDBBIHADDPAMAJLBPGCHGEEGDKAA.welch@igillc.com>

next in thread | raw e-mail | index | archive | help
I'm trying to get an SMC 2632W wireless card to work, and I'm having some
difficulty. Maybe someone can point out my errors...

I'm running -stable, cvsup'ed on the 15th. The card really really likes IRQ
10, so I've got that hardcoded into the pccard.conf, along with 0x10000 as a
flag. pccardd sees the card just fine. Here's a script that describes what
happens after that:

Script started on Sat Jul 28 22:09:49 2001

#wicontrol -i wi0 -p 1
#wicontrol -i wi0 -e 1
#wicontrol -i wi0 -k "0xaabbccddeeffffeeddccbbaaaa"
#wicontrol -i wi0 -o
Transmitted unicast frames:		0
Transmitted multicast frames:		0
Transmitted fragments:			0
Transmitted unicast octets:		0
Transmitted multicast octets:		0
Single transmit retries:		0
Multiple transmit retries:		0
Transmit retry limit exceeded:		0
Transmit discards:			0
Transmit discards due to wrong SA:	0
Received unicast frames:		0
Received multicast frames:		0
Received fragments:			0
Received unicast octets:		0
Received multicast octets:		0
Receive FCS errors:			0
Receive discards due to no buffer:	0
Can't decrypt WEP frame:		0
Received message fragments:		0
Received message bad fragments:		0

#ifconfig wi0
 wi0: flags=8842<BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	ether 00:e0:29:9e:5a:fe
	media: IEEE 802.11 Wireless Ethernet autoselect (DS/2Mbps)
	status: associated
	ssid anzus
	stationname "FreeBSD WaveLAN/IEEE node"
	channel 2 authmode NONE powersavemode OFF powersavesleep 100
	wepmode MIXED weptxkey 1
	wepkey 1:128-bit

#ifconfig wi0 192.168.123.119 netmask 255.255.255.0 up
#ping 192.168.123.254
PING 192.168.123.254 (192.168.123.254): 56 data bytes
ping: sendto: Host is down
ping: sendto: Host is down
^C
--- 192.168.123.254 ping statistics ---
8 packets transmitted, 0 packets received, 100% packet loss

#wicontrol -i wi0 -C
#wicontrol -i wi0 -o
Transmitted unicast frames:		8
Transmitted multicast frames:		0
Transmitted fragments:			21
Transmitted unicast octets:		636
Transmitted multicast octets:		0
Single transmit retries:		0
Multiple transmit retries:		0
Transmit retry limit exceeded:		0
Transmit discards:			0
Transmit discards due to wrong SA:	0
Received unicast frames:		4
Received multicast frames:		648
Received fragments:			652
Received unicast octets:		186
Received multicast octets:		40176
Receive FCS errors:			1
Receive discards due to no buffer:	0
Can't decrypt WEP frame:		0
Received message fragments:		0
Received message bad fragments:		0
Script done on Sat Jul 28 22:16:48 2001


In other words, the card seems to associate with the AP, and frames seem to
be passing back and forth, but nothings making it up the stack.

Any idea on what I should look at to debug this?

...arun


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NDBBIHADDPAMAJLBPGCHGEEGDKAA.welch>