From owner-freebsd-stable Wed Oct 3 15:44:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ws5-plovdiv.digsys.bg (ws5-plovdiv.digsys.bg [193.68.2.38]) by hub.freebsd.org (Postfix) with ESMTP id D5F9D37B403 for ; Wed, 3 Oct 2001 15:44:03 -0700 (PDT) Received: from ws5-plovdiv.digsys.bg (mishinev@localhost.digsys.bg [127.0.0.1]) by ws5-plovdiv.digsys.bg (8.9.3/8.9.3) with ESMTP id BAA10360 for ; Thu, 4 Oct 2001 01:43:59 +0300 (EEST) Message-Id: <200110032243.BAA10360@ws5-plovdiv.digsys.bg> To: freebsd-stable@freebsd.org Subject: Aironet driver Date: Thu, 04 Oct 2001 01:43:59 +0300 From: Stoian Mishinev Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi List, I'm trying to set max TX speed on Cisco Aironet adapter and having the folowing problem: s2.05# ifconfig an0 media DS/1Mbps ifconfig: SIOCGIFMEDIA: Operation not permitted su-2.05# ifconfig -m an0 an0: flags=8843 mtu 1500 inet 193.68.24.143 netmask 0xffffffe0 broadcast 193.68.24.159 ether 00:07:0e:b3:95:2a media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps) status: associated supported media: media autoselect media autoselect mediaopt adhoc media DS/11Mbps media DS/11Mbps mediaopt adhoc media DS/5.5Mbps media DS/5.5Mbps mediaopt adhoc media DS/2Mbps media DS/2Mbps mediaopt adhoc media DS/1Mbps media DS/1Mbps mediaopt adhoc ssid SSID-TEST stationname NAME-TEST channel 7 authmode OPEN powersavemode OFF powersavesleep 200 wepmode OFF weptxkey 1 after that I've trying to set via ancontrol, there wasnt errors but wasnt and efect :-). befor ancontrol: su-2.05# ancontrol -i an0 -S MAC address: [ 00:07:0e:b3:95:2a ] Operating mode: [ configured MAC ON RX ON synced associated ] Error code: [ 00 ] Signal quality: [ 1d ] Current TX rate: [ 11 ] Current SSID: [ SSID-TEST ] Current AP name: [ SOME BRI342 ] Current BSSID: [ 00:40:96:34:d3:eb ] Beacon period: [ 100 ] DTIM period: [ 2 ] ATIM duration: [ 0 ] HOP period: [ 200 ] Channel set: [ 0 ] Current channel: [ 7 ] Hops to backbone: [ 1 ] Total AP load: [ 0 ] Our generated load: [ 0 ] Accumulated ARL: [ 0 ] u-2.05# then : su-2.05# su-2.05# ancontrol -i an0 -t 1 su-2.05# and the result is: su-2.05ancontrol -i an0 -S MAC address: [ 00:07:0e:b3:95:2a ] Operating mode: [ configured MAC ON RX ON synced associated ] Error code: [ 00 ] Signal quality: [ 1d ] Current TX rate: [ 11 ] Current SSID: [ SSID-TEST ] Current AP name: [ SOME BRI342 ] Current BSSID: [ 00:40:96:34:d3:eb ] Beacon period: [ 100 ] DTIM period: [ 2 ] ATIM duration: [ 0 ] HOP period: [ 200 ] Channel set: [ 0 ] Current channel: [ 7 ] Hops to backbone: [ 1 ] Total AP load: [ 0 ] Our generated load: [ 0 ] Accumulated ARL: [ 0 ] su-2.05# Any Ideas?!! Regards, Stoian Mishienv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message