List Info

Thread: Intel 3945abg wireless driver (wpi)




Intel 3945abg wireless driver (wpi)
country flaguser name
Australia
2007-11-01 18:53:44
Howdy All,     
       I'm pleased to announce the first 'official'
experimental version 
of the wpi wireless driver and hence require your help in
making it 
become stable.
Expect a few things not to work (ie bg scanning, setting
txpower) but in 
general the driver should be usable in station mode (hostap
is not yet 
supported).

If you've got an Intel 3945abg wireless card, grab the
tarball at:

    
http://people.freebsd.org/~benjsc/dow
nloads/wpi/20071102-freebsd-wpi.tar.gz

Untar and follow the instructions in the README.
If you want more info about the driver, or to checkout the
FAQ checkout:

    http://www.clearch
ain.com/wiki/Wpi

I'm interested in all reports related to panics, things not
working as 
expected, etc.
The driver still has debug enabled so expect a few messages
to be dumped 
to the screen whilst in use.

Finally, many thanks to all those that have been helping
debug the 
driver along the way.

Cheers,
    Benjamin
_______________________________________________
freebsd-driversfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-drive
rs
To unsubscribe, send any mail to
"freebsd-drivers-unsubscribefreebsd.org"

Re: Intel 3945abg wireless driver (wpi)
country flaguser name
Germany
2007-11-01 19:42:48
On Fri, Nov 02, 2007 at 10:23:44AM +1030, Benjamin Close
wrote:
> Howdy All,           I'm pleased to announce the first
'official' experimental version of the wpi wireless driver
and hence require your help in making it become 
> stable.
> Expect a few things not to work (ie bg scanning,
setting txpower) but in general the driver should be usable
in station mode (hostap is not yet supported).
> 
> If you've got an Intel 3945abg wireless card, grab the
tarball at:
> 
>    http://people.freebsd.org/~benjsc/dow
nloads/wpi/20071102-freebsd-wpi.tar.gz
> 
> Untar and follow the instructions in the README.
> If you want more info about the driver, or to checkout
the FAQ checkout:
> 
>    http://www.clearch
ain.com/wiki/Wpi
> 
> I'm interested in all reports related to panics, things
not working as expected, etc.
> The driver still has debug enabled so expect a few
messages to be dumped to the screen whilst in use.
> 
> Finally, many thanks to all those that have been
helping debug the driver along the way.
> 
> Cheers,
>    Benjamin

Good to know that someone is still working on it.
However, it doesn't work for me. I cannot load the
firmware:

larsttyp3 # kldload wpifw
larsttyp3 # dmesg
wpifw: You need to read the LICENSE file in
/usr/share/doc/legal/intel_wpi/.
wpifw: If you agree with the license, set
legal.intel_wpi.license_ack=1
in /boot/loader.conf.
module_register_init: MOD_LOAD (wpifw_fw, 0xc6d1151c, 0)
error 1

larsttyp3 # grep legal.intel_wpi.license_ack
/boot/loader.conf
legal.intel_wpi.license_ack=1

larsttyp3 # sysctl legal
sysctl: unknown oid 'legal'

And I even read the license! 

Lars
Re: Intel 3945abg wireless driver (wpi)
country flaguser name
Australia
2007-11-01 20:18:21
Max Laier wrote:
> On Friday 02 November 2007, Lars Engels wrote:
>   
>> On Fri, Nov 02, 2007 at 10:23:44AM +1030, Benjamin
Close wrote:
>>     
>>> Howdy All,           I'm pleased to announce
the first 'official'
>>> experimental version of the wpi wireless driver
and hence require
>>> your help in making it become stable.
>>> Expect a few things not to work (ie bg
scanning, setting txpower) but
>>> in general the driver should be usable in
station mode (hostap is not
>>> yet supported).
>>>
>>> If you've got an Intel 3945abg wireless card,
grab the tarball at:
>>>
>>>   
>>> http://people.freebsd.org/~benjsc/downloads
/wpi/20071102-freebsd-wpi.
>>> tar.gz
>>>
>>> Untar and follow the instructions in the
README.
>>> If you want more info about the driver, or to
checkout the FAQ
>>> checkout:
>>>
>>>    http://www.clearch
ain.com/wiki/Wpi
>>>
>>> I'm interested in all reports related to
panics, things not working
>>> as expected, etc. The driver still has debug
enabled so expect a few
>>> messages to be dumped to the screen whilst in
use.
>>>
>>> Finally, many thanks to all those that have
been helping debug the
>>> driver along the way.
>>>
>>> Cheers,
>>>    Benjamin
>>>       
>> Good to know that someone is still working on it.
>> However, it doesn't work for me. I cannot load the
firmware:
>>
>> larsttyp3 # kldload wpifw
>> larsttyp3 # dmesg
>> wpifw: You need to read the LICENSE file in
>> /usr/share/doc/legal/intel_wpi/. wpifw: If you
agree with the license,
>> set legal.intel_wpi.license_ack=1 in
/boot/loader.conf.
>> module_register_init: MOD_LOAD (wpifw_fw,
0xc6d1151c, 0) error 1
>>
>> larsttyp3 # grep legal.intel_wpi.license_ack
/boot/loader.conf
>> legal.intel_wpi.license_ack=1
>>
>> larsttyp3 # sysctl legal
>> sysctl: unknown oid 'legal'
>>     
>
> It's not a sysctl it's in kenv, but if it's in
loader.conf it should be in 
> kenv, too.
>
>   
>> And I even read the license! 
>>     
>
>
>   
You shouldn't need to manually kldload the wpifw, wpi will
pull it in 
for you. However, if you have the line in loader.conf it
should work - I 
take it you did reboot for the setting to be grabbed?

Cheers,
    Benjamin
_______________________________________________
freebsd-driversfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-drive
rs
To unsubscribe, send any mail to
"freebsd-drivers-unsubscribefreebsd.org"

Re: Intel 3945abg wireless driver (wpi)
user name
2007-11-01 19:45:26
man kenv

On 11/1/07, Lars Engels <lmefreebsd.org> wrote:
> On Fri, Nov 02, 2007 at 10:23:44AM +1030, Benjamin
Close wrote:
> > Howdy All,           I'm pleased to announce the
first 'official' experimental version of the wpi wireless
driver and hence require your help in making it become
> > stable.
> > Expect a few things not to work (ie bg scanning,
setting txpower) but in general the driver should be usable
in station mode (hostap is not yet supported).
> >
> > If you've got an Intel 3945abg wireless card, grab
the tarball at:
> >
> >    http://people.freebsd.org/~benjsc/dow
nloads/wpi/20071102-freebsd-wpi.tar.gz
> >
> > Untar and follow the instructions in the README.
> > If you want more info about the driver, or to
checkout the FAQ checkout:
> >
> >    http://www.clearch
ain.com/wiki/Wpi
> >
> > I'm interested in all reports related to panics,
things not working as expected, etc.
> > The driver still has debug enabled so expect a few
messages to be dumped to the screen whilst in use.
> >
> > Finally, many thanks to all those that have been
helping debug the driver along the way.
> >
> > Cheers,
> >    Benjamin
>
> Good to know that someone is still working on it.
> However, it doesn't work for me. I cannot load the
firmware:
>
> larsttyp3 # kldload wpifw
> larsttyp3 # dmesg
> wpifw: You need to read the LICENSE file in
/usr/share/doc/legal/intel_wpi/.
> wpifw: If you agree with the license, set
legal.intel_wpi.license_ack=1
> in /boot/loader.conf.
> module_register_init: MOD_LOAD (wpifw_fw, 0xc6d1151c,
0) error 1
>
> larsttyp3 # grep legal.intel_wpi.license_ack
/boot/loader.conf
> legal.intel_wpi.license_ack=1
>
> larsttyp3 # sysctl legal
> sysctl: unknown oid 'legal'
>
> And I even read the license! 
>
> Lars
>
>
_______________________________________________
freebsd-driversfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-drive
rs
To unsubscribe, send any mail to
"freebsd-drivers-unsubscribefreebsd.org"

Re: Intel 3945abg wireless driver (wpi)
country flaguser name
Germany
2007-11-01 19:52:44
On Friday 02 November 2007, Lars Engels wrote:
> On Fri, Nov 02, 2007 at 10:23:44AM +1030, Benjamin
Close wrote:
> > Howdy All,           I'm pleased to announce the
first 'official'
> > experimental version of the wpi wireless driver
and hence require
> > your help in making it become stable.
> > Expect a few things not to work (ie bg scanning,
setting txpower) but
> > in general the driver should be usable in station
mode (hostap is not
> > yet supported).
> >
> > If you've got an Intel 3945abg wireless card, grab
the tarball at:
> >
> >   
> > http://people.freebsd.org/~benjsc/downloads
/wpi/20071102-freebsd-wpi.
> >tar.gz
> >
> > Untar and follow the instructions in the README.
> > If you want more info about the driver, or to
checkout the FAQ
> > checkout:
> >
> >    http://www.clearch
ain.com/wiki/Wpi
> >
> > I'm interested in all reports related to panics,
things not working
> > as expected, etc. The driver still has debug
enabled so expect a few
> > messages to be dumped to the screen whilst in
use.
> >
> > Finally, many thanks to all those that have been
helping debug the
> > driver along the way.
> >
> > Cheers,
> >    Benjamin
>
> Good to know that someone is still working on it.
> However, it doesn't work for me. I cannot load the
firmware:
>
> larsttyp3 # kldload wpifw
> larsttyp3 # dmesg
> wpifw: You need to read the LICENSE file in
> /usr/share/doc/legal/intel_wpi/. wpifw: If you agree
with the license,
> set legal.intel_wpi.license_ack=1 in
/boot/loader.conf.
> module_register_init: MOD_LOAD (wpifw_fw, 0xc6d1151c,
0) error 1
>
> larsttyp3 # grep legal.intel_wpi.license_ack
/boot/loader.conf
> legal.intel_wpi.license_ack=1
>
> larsttyp3 # sysctl legal
> sysctl: unknown oid 'legal'

It's not a sysctl it's in kenv, but if it's in loader.conf
it should be in 
kenv, too.

> And I even read the license! 


-- 
/"  Best regards,                      | mlaierfreebsd.org
 /  Max Laier                          | ICQ #67774661
 X   http://pf4freebsd.l
ove2party.net/  | mlaierEFnet
/   ASCII Ribbon Campaign              | Against HTML Mail
and News
Re: Intel 3945abg wireless driver (wpi)
country flaguser name
China
2007-11-02 16:24:39
Frank Staals wrote:
> Benjamin Close wrote:
>> Howdy All,           I'm pleased to announce the
first 'official' 
>> experimental version of the wpi wireless driver and
hence require 
>> your help in making it become stable.
>> Expect a few things not to work (ie bg scanning,
setting txpower) but 
>> in general the driver should be usable in station
mode (hostap is not 
>> yet supported).
>>
>> If you've got an Intel 3945abg wireless card, grab
the tarball at:
>>
>>    
>> http://people.freebsd.org/~benjsc/dow
nloads/wpi/20071102-freebsd-wpi.tar.gz 
>>
>>
>> Untar and follow the instructions in the README.
>> If you want more info about the driver, or to
checkout the FAQ checkout:
>>
>>    http://www.clearch
ain.com/wiki/Wpi
>>
>> I'm interested in all reports related to panics,
things not working 
>> as expected, etc.
>> The driver still has debug enabled so expect a few
messages to be 
>> dumped to the screen whilst in use.
>>
>> Finally, many thanks to all those that have been
helping debug the 
>> driver along the way.
>>
>> Cheers,
>>    Benjamin
>> _______________________________________________
>> freebsd-mobilefreebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-mobile

>> To unsubscribe, send any mail to 
>> "freebsd-mobile-unsubscribefreebsd.org"
>>
> Woei ! It's working for me so far  Allthough
I still have issues 
> when switching from one tty to one other. Here the
output of the 
> script I am using to do the connecting :
>
> loaded the module at boot
>
> ran my script which does: ( output snipped )
>
>        wlannic=wpi0
>
>        # clear the selected gateway:
>        route flush
>
>        # Set the interface        ifconfig $
192.168.5.5 ssid 
> <SSID>
>
>        # Set a new gateway
>        route add default 192.168.5.1
>              # make sure to give the LAN-NIC an other
IP-address
>        ifconfig $ 192.168.200.2
>
>        ifconfig $ up
>
>        # test connection
>        ping -c 1 192.168.5.1
>              # start a screen session with ssh
connection  for 
> authentication
>        screen -d -m ssh -l wifi 192.168.5.1
>              # wait a while before testing the
connection
>        sleep 3
>
>        # test conn:
>       ping -c 1 google.nl
>
>
>
> Everything works fine with the connection itself.
Allthough sometimes 
> when switching from tty9 to tty0 and back the system
locks up. I've 
> had it before when switching  from tty1 to tty0. Anyone
with the same 
> problems ?
>
> Anyway; Great work on the driver so far 
>
I've similar issues and believe it might be due to the
amount of kernel 
printfs that are happening. Can you sysctl debug.wpi=0  and
see if the 
problem still exists?
By chance are you using ZFS? I caught a memory modified
after free panic 
in zfs the other day pid was from syslogd. I'm trying to
work out if 
it's related.

Cheers,
    Benjamin
_______________________________________________
freebsd-driversfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-drive
rs
To unsubscribe, send any mail to
"freebsd-drivers-unsubscribefreebsd.org"

Re: Intel 3945abg wireless driver (wpi)
country flaguser name
Netherlands
2007-11-02 14:16:43
Benjamin Close wrote:
> Howdy All,           I'm pleased to announce the first
'official' 
> experimental version of the wpi wireless driver and
hence require your 
> help in making it become stable.
> Expect a few things not to work (ie bg scanning,
setting txpower) but 
> in general the driver should be usable in station mode
(hostap is not 
> yet supported).
>
> If you've got an Intel 3945abg wireless card, grab the
tarball at:
>
>    
> http://people.freebsd.org/~benjsc/dow
nloads/wpi/20071102-freebsd-wpi.tar.gz 
>
>
> Untar and follow the instructions in the README.
> If you want more info about the driver, or to checkout
the FAQ checkout:
>
>    http://www.clearch
ain.com/wiki/Wpi
>
> I'm interested in all reports related to panics, things
not working as 
> expected, etc.
> The driver still has debug enabled so expect a few
messages to be 
> dumped to the screen whilst in use.
>
> Finally, many thanks to all those that have been
helping debug the 
> driver along the way.
>
> Cheers,
>    Benjamin
> _______________________________________________
> freebsd-mobilefreebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-mobile

> To unsubscribe, send any mail to
"freebsd-mobile-unsubscribefreebsd.org"
>
Woei ! It's working for me so far  Allthough
I still have issues when 
switching from one tty to one other. Here the output of the
script I am 
using to do the connecting :

loaded the module at boot

ran my script which does: ( output snipped )

        wlannic=wpi0

        # clear the selected gateway:
        route flush

        # Set the interface 
        ifconfig $ 192.168.5.5 ssid <SSID>

        # Set a new gateway
        route add default 192.168.5.1
       
        # make sure to give the LAN-NIC an other IP-address
        ifconfig $ 192.168.200.2

        ifconfig $ up

        # test connection
        ping -c 1 192.168.5.1
       
        # start a screen session with ssh connection  for
authentication
        screen -d -m ssh -l wifi 192.168.5.1
       
        # wait a while before testing the connection
        sleep 3

        # test conn:
       ping -c 1 google.nl



Everything works fine with the connection itself. Allthough
sometimes 
when switching from tty9 to tty0 and back the system locks
up. I've had 
it before when switching  from tty1 to tty0. Anyone with the
same 
problems ?

Anyway; Great work on the driver so far 

-- 
-Frank Staals


_______________________________________________
freebsd-driversfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-drive
rs
To unsubscribe, send any mail to
"freebsd-drivers-unsubscribefreebsd.org"

Re: Intel 3945abg wireless driver (wpi)
country flaguser name
Germany
2007-11-04 04:28:03
On Fri, Nov 02, 2007 at 11:48:21AM +1030, Benjamin Close
wrote:
> Max Laier wrote:
> >On Friday 02 November 2007, Lars Engels wrote:
> >  
> >>On Fri, Nov 02, 2007 at 10:23:44AM +1030,
Benjamin Close wrote:
> >>    
> >>>Howdy All,           I'm pleased to
announce the first 'official'
> >>>experimental version of the wpi wireless
driver and hence require
> >>>your help in making it become stable.
> >>>Expect a few things not to work (ie bg
scanning, setting txpower) but
> >>>in general the driver should be usable in
station mode (hostap is not
> >>>yet supported).
> >>>
> >>>If you've got an Intel 3945abg wireless
card, grab the tarball at:
> >>>
> >>>  http://people.freebsd.org/~benjsc/downloads
/wpi/20071102-freebsd-wpi.
> >>>tar.gz
> >>>
> >>>Untar and follow the instructions in the
README.
> >>>If you want more info about the driver, or
to checkout the FAQ
> >>>checkout:
> >>>
> >>>   http://www.clearch
ain.com/wiki/Wpi
> >>>
> >>>I'm interested in all reports related to
panics, things not working
> >>>as expected, etc. The driver still has
debug enabled so expect a few
> >>>messages to be dumped to the screen whilst
in use.
> >>>
> >>>Finally, many thanks to all those that have
been helping debug the
> >>>driver along the way.
> >>>
> >>>Cheers,
> >>>   Benjamin
> >>>      
> >>Good to know that someone is still working on
it.
> >>However, it doesn't work for me. I cannot load
the firmware:
> >>
> >>larsttyp3 # kldload wpifw
> >>larsttyp3 # dmesg
> >>wpifw: You need to read the LICENSE file in
> >>/usr/share/doc/legal/intel_wpi/. wpifw: If you
agree with the license,
> >>set legal.intel_wpi.license_ack=1 in
/boot/loader.conf.
> >>module_register_init: MOD_LOAD (wpifw_fw,
0xc6d1151c, 0) error 1
> >>
> >>larsttyp3 # grep legal.intel_wpi.license_ack
/boot/loader.conf
> >>legal.intel_wpi.license_ack=1
> >>
> >>larsttyp3 # sysctl legal
> >>sysctl: unknown oid 'legal'
> >>    
> >
> >It's not a sysctl it's in kenv, but if it's in
loader.conf it should be in kenv, too.
> >
> >  
> >>And I even read the license! 
> >>    
> >
> >
> >  
> You shouldn't need to manually kldload the wpifw, wpi
will pull it in for you. However, if you have the line in
loader.conf it should work - I take it you did reboot 
> for the setting to be grabbed?
> 

Sorry for the noise. I didn't reboot nor did I use kenv.
It's working
now except for WPA. 

Lars
Re: Intel 3945abg wireless driver (wpi)
country flaguser name
Germany
2007-11-04 04:51:47
On Sun, Nov 04, 2007 at 11:28:03AM +0100, Lars Engels
wrote:
> On Fri, Nov 02, 2007 at 11:48:21AM +1030, Benjamin
Close wrote:
> > Max Laier wrote:
> > >On Friday 02 November 2007, Lars Engels
wrote:
> > >  
> > >>On Fri, Nov 02, 2007 at 10:23:44AM +1030,
Benjamin Close wrote:
> > >>    
> > >>>Howdy All,           I'm pleased to
announce the first 'official'
> > >>>experimental version of the wpi
wireless driver and hence require
> > >>>your help in making it become stable.
> > >>>Expect a few things not to work (ie bg
scanning, setting txpower) but
> > >>>in general the driver should be usable
in station mode (hostap is not
> > >>>yet supported).
> > >>>
> > >>>If you've got an Intel 3945abg
wireless card, grab the tarball at:
> > >>>
> > >>>  http://people.freebsd.org/~benjsc/downloads
/wpi/20071102-freebsd-wpi.
> > >>>tar.gz
> > >>>
> > >>>Untar and follow the instructions in
the README.
> > >>>If you want more info about the
driver, or to checkout the FAQ
> > >>>checkout:
> > >>>
> > >>>   http://www.clearch
ain.com/wiki/Wpi
> > >>>
> > >>>I'm interested in all reports related
to panics, things not working
> > >>>as expected, etc. The driver still has
debug enabled so expect a few
> > >>>messages to be dumped to the screen
whilst in use.
> > >>>
> > >>>Finally, many thanks to all those that
have been helping debug the
> > >>>driver along the way.
> > >>>
> > >>>Cheers,
> > >>>   Benjamin
> > >>>      
> > >>Good to know that someone is still working
on it.
> > >>However, it doesn't work for me. I cannot
load the firmware:
> > >>
> > >>larsttyp3 # kldload wpifw
> > >>larsttyp3 # dmesg
> > >>wpifw: You need to read the LICENSE file
in
> > >>/usr/share/doc/legal/intel_wpi/. wpifw: If
you agree with the license,
> > >>set legal.intel_wpi.license_ack=1 in
/boot/loader.conf.
> > >>module_register_init: MOD_LOAD (wpifw_fw,
0xc6d1151c, 0) error 1
> > >>
> > >>larsttyp3 # grep legal.intel_wpi.license_ack
/boot/loader.conf
> > >>legal.intel_wpi.license_ack=1
> > >>
> > >>larsttyp3 # sysctl legal
> > >>sysctl: unknown oid 'legal'
> > >>    
> > >
> > >It's not a sysctl it's in kenv, but if it's in
loader.conf it should be in kenv, too.
> > >
> > >  
> > >>And I even read the license! 
> > >>    
> > >
> > >
> > >  
> > You shouldn't need to manually kldload the wpifw,
wpi will pull it
> > in for you. However, if you have the line in
loader.conf it should
> > work - I take it you did reboot 
> > for the setting to be grabbed?
> > 
> 
> Sorry for the noise. I didn't reboot nor did I use
kenv. It's working
> now except for WPA. 

I revert this: WPA is working! o/

larsttyp3 # ifconfig wpi0
wpi0:
flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>
metric 0 mtu 1500
        ether 00:13:02:3f:0d:e4
        inet 192.168.1.33 netmask 0xffffff00 broadcast
192.168.1.255
        media: IEEE 802.11 Wireless Ethernet autoselect
(OFDM/18Mbps)
        status: associated
        ssid shelbyville channel 11 (2462 Mhz 11g) bssid
00:13:49:ca:81:e3
        authmode WPA privacy ON deftxkey UNDEF TKIP
2:128-bit txpowmax 100
        bmiss 7 scanvalid 60 protmode CTS roaming MANUAL
bintval 100


FreeBSD maggie.bsd-geek.de 8.0-CURRENT FreeBSD 8.0-CURRENT
#1: Fri Oct 12 23:43:47 CEST 2007

Thanks for the good work, Ben!

Lars
Re: Intel 3945abg wireless driver (wpi)
user name
2007-11-04 14:16:19
Hello Benjamin,

> > > >>>Howdy All,           I'm pleased
to announce the first 'official'
> > > >>>experimental version of the wpi
wireless driver and hence require
> > > >>>your help in making it become
stable.
> > > >>>Expect a few things not to work
(ie bg scanning, setting txpower) but
> > > >>>in general the driver should be
usable in station mode (hostap is not
> > > >>>yet supported).
> > > >>>
> > > >>>If you've got an Intel 3945abg
wireless card, grab the tarball at:
> > > >>>
> > > >>>  http://people.freebsd.org/~benjsc/downloads
/wpi/20071102-freebsd-wpi.
> > > >>>tar.gz
> > > >>>
> > > >>>Untar and follow the instructions
in the README.
> > > >>>If you want more info about the
driver, or to checkout the FAQ
> > > >>>checkout:
> > > >>>
> > > >>>   http://www.clearch
ain.com/wiki/Wpi
> > > >>>
> > > >>>I'm interested in all reports
related to panics, things not working
> > > >>>as expected, etc. The driver
still has debug enabled so expect a few
> > > >>>messages to be dumped to the
screen whilst in use.
> > > >>>
> > > >>>Finally, many thanks to all those
that have been helping debug the
> > > >>>driver along the way.
> > > >>>

The driver is working on my Acer Aspire 9123WLM, on:

FreeBSD igosha-mobile.localhost 7.0-BETA2 FreeBSD 7.0-BETA2
#0: Sun
Nov  4 22:22:21 MSK 2007
igoshaigosha-mobile.localhost:/usr/obj/usr/src/sys/GENERIC 
i386

wpi0:
flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>
metric 0 mtu 1500
        ether 00:1b:77:75:58:e1
        inet 192.168.1.4 netmask 0xffffff00 broadcast
192.168.1.255
        media: IEEE 802.11 Wireless Ethernet autoselect
(OFDM/18Mbps)
        status: associated
        ssid default channel 11 (2462 Mhz 11g) bssid
02:19:5b:c1:f9:b4
        authmode WPA privacy ON deftxkey UNDEF TKIP
2:128-bit txpowmax 100
        bmiss 7 scanvalid 60 protmode CTS roaming MANUAL
bintval 100

But - strange enough - it changes the connection speed
frequently
while being 2 meters away from the access point (which is
802.11g).
Right now it is 36 Mbps only.


-- 
Igor Soumenkov.
_______________________________________________
freebsd-driversfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-drive
rs
To unsubscribe, send any mail to
"freebsd-drivers-unsubscribefreebsd.org"

[1-10] [11-20] [21-24]

about | contact  Other archives ( Real Estate discussion Medical topics )