Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-09 Thread PK

Is the channel correct?

yes, it is, without wep works well 

Do you have an active firewall that could be blocking the wireless
interface?

no, I don't have any firewall active


authmode OPEN is the problem, because ifconfig can not set to SHARED 
automatically or manually !

do you have authmode OPEN and you use a shared key ?
I don't thonk so.




 --- On Mon 08/08, Andrew L. Gould  [EMAIL PROTECTED]  wrote:
From: Andrew L. Gould [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
Date: Mon, 8 Aug 2005 20:46:29 -0500
Subject: Re: howto load or install wlan_wep module on freeBSD 5.4 ?

On Mon,  8 Aug 2005 19:58:03 -0400 (EDT)brPK [EMAIL PROTECTED] 
wrote:br br hibr br I removed the interface conf. from the cable 
but still doesn't work.br br What's very strange is authmode OPEN:br 
br # ifconfigbr ath0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST 
mtu 1500br inet 192.168.2.20 netmask 0xff00 broadcast 
192.168.2.255br inet6 fe80::20f:b5ff:fe26:d1c9%ath0 prefixlen 64 
scopeid 0x1br ether 00:0f:c4:12:b2:b8br media: IEEE 
802.11 Wireless Ethernet autoselect (DS/1Mbps)br status: no 
carrierbr ssid myssid 1:myssidbr channel -1 authmode OPEN 
powersavemode OFF powersavesleep 100br rtsthreshold 2312 protmode 
CTSbr wepmode MIXED weptxkey 1br wepkey 1:104-bitbr  
br howto change it to shared ?br br # ifconfig ath0 authmode 
sharedbr ifconfig: SIOCS80211: Invalid argumentbrbrI also use a shared 
key; but 
I've never had to set the mode explicitly.brbrIs the channel 
correct?brbrDo you have an active firewall that could be blocking the 
wirelessbrinterface?brbrAndrew Gouldbr

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-09 Thread Andrew L. Gould
On Tue,  9 Aug 2005 05:58:02 -0400 (EDT)
PK [EMAIL PROTECTED] wrote:

 
 Is the channel correct?
 
 yes, it is, without wep works well 
 
 Do you have an active firewall that could be blocking the wireless
 interface?
 
 no, I don't have any firewall active
 
 
 authmode OPEN is the problem, because ifconfig can not set to SHARED
 automatically or manually !
 
 do you have authmode OPEN and you use a shared key ?
 I don't thonk so.
 

Yes, I do use a shared key.  If I don't specify a shared key, our
Windows PC's fail to connect to the AP.

From my wireless PC:

# ifconfig ath0
ath0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet6 fe80::20d:88ff:fec7:5d89%ath0 prefixlen 64 scopeid 0x2 
inet 192.168.63.25 netmask 0xff00 broadcast 192.168.63.255
ether 00:0d:88:c7:5d:89
media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps)
status: associated
ssid datawok 1:datawok
channel 6 authmode OPEN powersavemode OFF powersavesleep 100
rtsthreshold 2312 protmode CTS
wepmode MIXED weptxkey 1
wepkey 1:40-bit


Please note that the AP is 802.11b, thus the automatic selection
of 11Mbps.

If I bootup without any network configuration, here's all I
have to do to get the wireless card working:

ifconfig ath0 inet 192.168.63.25 netmask 255.255.255.0  \
 ssid datawok nwkey 0xXX
route add default 192.168.63.1
echo nameserver 24.204.0.4  /etc/resolv.conf


Andrew Gould
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-09 Thread PK

is your wireless router on open or shared ? 
If I set my wireless router on open, then it works without problems and my 
ifconfig looks like yours. 

from man ifconfig:

http://www.gsp.com/cgi-bin/man.cgi?section=8topic=ifconfig

 authmode mode
For IEEE 802.11 wireless interfaces, set the desired authentication 
mode in infrastructure mode. Not all adaptors support all modes. The set of 
valid modes is none, open, and shared. Modes are case insensitive.


so you should be able to choose authentication mode
open is for me open and shared is shared



 --- On Tue 08/09, Andrew L. Gould  [EMAIL PROTECTED]  wrote:
From: Andrew L. Gould [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
Date: Tue, 9 Aug 2005 07:38:57 -0500
Subject: Re: howto load or install wlan_wep module on freeBSD 5.4 ?

On Tue,  9 Aug 2005 05:58:02 -0400 (EDT)brPK [EMAIL PROTECTED] 
wrote:brbr br Is the channel correct?br br yes, it is, without 
wep works well br br Do you have an active firewall that could be 
blocking the wirelessbr interface?br br no, I don't have any firewall 
activebr br br authmode OPEN is the problem, because ifconfig can not 
set to SHAREDbr automatically or manually !br br do you have authmode 
OPEN and you use a shared key ?br I don't thonk so.br brbrYes, I do 
use a shared key.  If I don't specify a shared key, ourbrWindows PC's fail to 
connect to the AP.brbrFrom my wireless PC:brbr# ifconfig ath0brath0: 
flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500br inet6 
fe80::20d:88ff:fec7:5d89%ath0 prefixlen 64 scopeid 0x2 br   inet 
192.168.63.25 netmask 0xff00 broadcast 192.168.63.255br  ether 
00:0d:88:c7:5d:89br media: IEEE 802.11 Wireless Ethernet autoselect 
(DS/11Mbps)br status:
  
associatedbr  ssid datawok 1:datawokbr  channel 6 authmode OPEN 
powersavemode OFF powersavesleep 100brrtsthreshold 2312 protmode 
CTSbr  wepmode MIXED weptxkey 1brwepkey 1:40-bitbrbrbrPlease 
note that the AP is 802.11b, thus the automatic selectionbrof 
11Mbps.brbrIf I bootup without any network configuration, here's all 
Ibrhave to do to get the wireless card working:brbrifconfig ath0 inet 
192.168.63.25 netmask 255.255.255.0  \br ssid datawok nwkey 
0xXXbrroute add default 192.168.63.1brecho nameserver 24.204.0.4 
 /etc/resolv.confbrbrbrAndrew Gouldbr

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-09 Thread PK

my question was if your wireless accesspoint or router 
is set to OPEN or SHARED.

on my wireless router under security settings I have 2 options:
- security mode: I can set OPEN or SHARED
- cipher type: I can disble or enable WEP
 
if I set WEP on the router and set the security mode OPEN, then my windows 
works as shared too, but the router is still OPEN.  

my connection is working without WEP only,
but this is not what I want.

without WEP was working before I did this posting.

I need WEP and I want the connection with WEP !



 --- On Tue 08/09, Andrew L. Gould  [EMAIL PROTECTED]  wrote:
From: Andrew L. Gould [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
Date: Tue, 9 Aug 2005 14:11:34 -0500
Subject: Re: howto load or install wlan_wep module on freeBSD 5.4 ?

On Tue,  9 Aug 2005 13:56:02 -0400 (EDT)brPK [EMAIL PROTECTED] 
wrote:brbr br is your wireless router on open or shared ? br If I 
set my wireless router on open, then it works without problemsbr and my 
ifconfig looks like yours. br br from man ifconfig:br br 
http://www.gsp.com/cgi-bin/man.cgi?section=8topic=ifconfigbr br  
authmode modebrFor IEEE 802.11 wireless interfaces, set the desiredbr 
authentication mode in infrastructure mode. Not all adaptors supportbr all 
modes. The set of valid modes is none, open, and shared.br Modes are 
case insensitive.br br br so you should be able to choose 
authentication modebr open is for me open and shared is sharedbr 
brbrI cannot find a place in my Access Point's configuration 
applicationbrwhere it states shared or open.  My Windows PC is set 
tobrshared.brbrI'm glad you got you connection working.brbrAndrew 
Gouldbr

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-09 Thread Andrew L. Gould
On Tue,  9 Aug 2005 13:56:02 -0400 (EDT)
PK [EMAIL PROTECTED] wrote:

 
 is your wireless router on open or shared ? 
 If I set my wireless router on open, then it works without problems
 and my ifconfig looks like yours. 
 
 from man ifconfig:
 
 http://www.gsp.com/cgi-bin/man.cgi?section=8topic=ifconfig
 
  authmode mode
   For IEEE 802.11 wireless interfaces, set the desired
 authentication mode in infrastructure mode. Not all adaptors support
 all modes. The set of valid modes is none, open, and shared.
 Modes are case insensitive.
 
 
 so you should be able to choose authentication mode
 open is for me open and shared is shared
 

I cannot find a place in my Access Point's configuration application
where it states shared or open.  My Windows PC is set to
shared.

I'm glad you got you connection working.

Andrew Gould
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-09 Thread Andrew L. Gould
On Tue,  9 Aug 2005 18:11:09 -0400 (EDT)
PK [EMAIL PROTECTED] wrote:

 
 my question was if your wireless accesspoint or router 
 is set to OPEN or SHARED.

As I stated in my previous email:  I could not find a place in my AP's
configuration application that states whether it is set to open or
shared.  I am using a Linksys BEFW11S4 V2.

 
 on my wireless router under security settings I have 2 options:
 - security mode: I can set OPEN or SHARED
 - cipher type: I can disble or enable WEP
  
 if I set WEP on the router and set the security mode OPEN, then my
 windows works as shared too, but the router is still OPEN.  
 
 my connection is working without WEP only,
 but this is not what I want.
 
 without WEP was working before I did this posting.
 
 I need WEP and I want the connection with WEP !
 
 
 
  --- On Tue 08/09, Andrew L. Gould  [EMAIL PROTECTED]  wrote:
 From: Andrew L. Gould [mailto: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
  Cc: freebsd-questions@freebsd.org
 Date: Tue, 9 Aug 2005 14:11:34 -0500
 Subject: Re: howto load or install wlan_wep module on freeBSD 5.4 ?
 
 On Tue,  9 Aug 2005 13:56:02 -0400 (EDT)brPK
 [EMAIL PROTECTED] wrote:brbr br is your wireless router
 on open or shared ? br If I set my wireless router on open, then
 it works without problemsbr and my ifconfig looks like yours.
 br br from man ifconfig:br br
 http://www.gsp.com/cgi-bin/man.cgi?section=8topic=ifconfigbr
 br  authmode modebr For IEEE 802.11 wireless
 interfaces, set the desiredbr authentication mode in
 infrastructure mode. Not all adaptors supportbr all modes. The set
 of valid modes is none, open, and shared.br Modes are case
 insensitive.br br br so you should be able to choose
 authentication modebr open is for me open and shared is
 sharedbr brbrI cannot find a place in my Access Point's
 configuration applicationbrwhere it states shared or open.  My
 Windows PC is set tobrshared.brbrI'm glad you got you
 connection working.brbrAndrew Gouldbr
 
 ___
 Join Excite! - http://www.excite.com
 The most personalized portal on the Web!
 
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-08 Thread Andrew L. Gould
On Mon,  8 Aug 2005 15:09:31 -0400 (EDT)
PK [EMAIL PROTECTED] wrote:

 
 hi
 
 I have wlan card WG311T from Netgear installed on freeBSD 5.4
 
 # ifconfig
 ath0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 inet 192.168.2.20 netmask 0xff00 broadcast 192.168.2.255
 inet6 fe80::20f:b5ff:fe26:d1c9%ath0 prefixlen 64 scopeid 0x1
 ether 00:0f:c4:12:b2:b8
 media: IEEE 802.11 Wireless Ethernet autoselect (DS/1Mbps)
 status: no carrier
 ssid myssid 1:myssid
 channel -1 authmode OPEN powersavemode OFF powersavesleep 100
 rtsthreshold 2312 protmode CTS
 wepmode MIXED weptxkey 1
 wepkey 1:104-bit
  
 but it doesn't work.
 
 I think WEP is not active ! 
 
 in /etc/rc.conf I have:
 
 ifconfig_ath0=inet 192.168.2.20 netmask 255.255.255.0 ssid myssid
 wepmode on wepkey 0xXX 
 
 it seems I'm missing wlan_wep module
 
 # kldstat
 Id Refs AddressSize Name
  1   16 0xc040 5dde24   kernel
  21 0xc09de000 47dc snd_via8233.ko
  32 0xc09e3000 1d4fcsound.ko
  41 0xc0a01000 b948 if_ath.ko
  52 0xc0a0d000 279a8ath_hal.ko
  6   14 0xc0a35000 56270acpi.ko
  71 0xc25fc000 6000 linprocfs.ko
  81 0xc265b000 17000linux.ko
  91 0xc2f27000 9000 ntfs.ko
 
 howto activate or install wlan_wep module ?
 
 piotr 
 

I'm using an atheros wireless PCI adapter with 64bit WEP.  I've never
had to load a wep module.

How do you know the configuration isn't working?  Are you unable to
ping other IP addresses?  Are you unable to ping other host names?

Some non-WEP problems could inlude:
1. Poor signal strength
2. Improperly configured nameserver information (/etc/resolv.conf)
3. Improperly configured default gateway

More information would be helpful.

Andrew Gould
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-08 Thread PK

1. Poor signal strength

no, very good (1 meter distance)
windows installed on the same machine shows 100% 

2. Improperly configured nameserver information (/etc/resolv.conf)

it's correct, because with ethernet nic works well

3. Improperly configured default gateway

it's correct, otherwise I cannot ping the default router from
the ethernet nic

other question

howto set (change) DS/1Mbps to 54Mbps ? 






 --- On Mon 08/08, Andrew L. Gould  [EMAIL PROTECTED]  wrote:
From: Andrew L. Gould [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
Date: Mon, 8 Aug 2005 14:57:22 -0500
Subject: Re: howto load or install wlan_wep module on freeBSD 5.4 ?

On Mon,  8 Aug 2005 15:09:31 -0400 (EDT)brPK [EMAIL PROTECTED] 
wrote:brbr br hibr br I have wlan card WG311T from Netgear 
installed on freeBSD 5.4br br # ifconfigbr ath0: 
flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500br inet 
192.168.2.20 netmask 0xff00 broadcast 192.168.2.255br inet6 
fe80::20f:b5ff:fe26:d1c9%ath0 prefixlen 64 scopeid 0x1br ether 
00:0f:c4:12:b2:b8br media: IEEE 802.11 Wireless Ethernet autoselect 
(DS/1Mbps)br status: no carrierbr ssid myssid 
1:myssidbr channel -1 authmode OPEN powersavemode OFF powersavesleep 
100br rtsthreshold 2312 protmode CTSbr wepmode MIXED 
weptxkey 1br wepkey 1:104-bitbr  br but it doesn't work.br 
br I think WEP is not active ! br br in /etc/rc.conf I have:br 
br ifconfig_ath0=inet 192.168.2.20 netmask 255.255.255.0 ssid myssidbr 
wepmode on wepkey 
0xXX br br it seems I'm missing wlan_wep 
modulebr br # kldstatbr Id Refs AddressSize Namebr  1   16 
0xc040 5dde24   kernelbr  21 0xc09de000 47dc snd_via8233.kobr 
 32 0xc09e3000 1d4fcsound.kobr  41 0xc0a01000 b948 
if_ath.kobr  52 0xc0a0d000 279a8ath_hal.kobr  6   14 0xc0a35000 
56270acpi.kobr  71 0xc25fc000 6000 linprocfs.kobr  81 
0xc265b000 17000linux.kobr  91 0xc2f27000 9000 ntfs.kobr 
br howto activate or install wlan_wep module ?br br piotr br 
brbrI'm using an atheros wireless PCI adapter with 64bit WEP.  I've 
neverbrhad to load a wep module.brbrHow do you know the configuration 
isn't working?  Are you unable tobrping other IP addresses?  Are you unable 
to ping other host names?brbrSome non-WEP problems could inlude:br1. Poor 
signal strengthbr2. Improperly configured nameserver information 
(/etc/resolv.conf)br3. Improperly configured default gatewaybrbrMore 
information would be helpful.brbrAndrew Gouldbr

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-08 Thread Andrew L. Gould
On Mon,  8 Aug 2005 16:57:44 -0400 (EDT)
PK [EMAIL PROTECTED] wrote:

 
 1. Poor signal strength
 
 no, very good (1 meter distance)
 windows installed on the same machine shows 100% 
 
 2. Improperly configured nameserver information (/etc/resolv.conf)
 
 it's correct, because with ethernet nic works well
 
 3. Improperly configured default gateway
 
 it's correct, otherwise I cannot ping the default router from
 the ethernet nic
 
 other question
 
 howto set (change) DS/1Mbps to 54Mbps ? 
 
 

Do you have your cable and wireless interfaces configured to the same
network?

Andrew Gould
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-08 Thread PK

yes, but cable is disabled at the moment 

I think there is a problem with DS/1Mbps
this driver seems to allow by default the transfer rate: 1 Mbps 

my wlan access point accept only 54Mbps !

I think I must change to 54Mbps using ifconfig

Do you know, howto change this ?

# ifconfig ath0 media DS/54Mbps
ifconfig: unknown media subtype: DS/54Mbps
 




 --- On Mon 08/08, Andrew L. Gould  [EMAIL PROTECTED]  wrote:
From: Andrew L. Gould [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
Date: Mon, 8 Aug 2005 16:07:11 -0500
Subject: Re: howto load or install wlan_wep module on freeBSD 5.4 ?

On Mon,  8 Aug 2005 16:57:44 -0400 (EDT)brPK [EMAIL PROTECTED] 
wrote:brbr br 1. Poor signal strengthbr br no, very good (1 meter 
distance)br windows installed on the same machine shows 100% br br 2. 
Improperly configured nameserver information (/etc/resolv.conf)br br it's 
correct, because with ethernet nic works wellbr br 3. Improperly 
configured default gatewaybr br it's correct, otherwise I cannot ping the 
default router frombr the ethernet nicbr br other questionbr br 
howto set (change) DS/1Mbps to 54Mbps ? br br brbrDo you have your 
cable and wireless interfaces configured to the samebrnetwork?brbrAndrew 
Gouldbr

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-08 Thread Andrew L. Gould
On Mon,  8 Aug 2005 17:19:54 -0400 (EDT)
PK [EMAIL PROTECTED] wrote:
 
 yes, but cable is disabled at the moment 

Do you mean that the cable is unplugged or that you removed the
interface configuration?  Unplugging the cable does not change or
remove the interface configuration.

Reconfigure your cabled interface to 10.0.0.1, then test your wireless
interface again.

 
 I think there is a problem with DS/1Mbps
 this driver seems to allow by default the transfer rate: 1 Mbps 
 
 my wlan access point accept only 54Mbps !
 
 I think I must change to 54Mbps using ifconfig
 
 Do you know, howto change this ?
 
 # ifconfig ath0 media DS/54Mbps
 ifconfig: unknown media subtype: DS/54Mbps
  

I think this is handled automatically by default.  (I could be very
wrong.)  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-08 Thread PK

hi

I removed the interface conf. from the cable but still doesn't work.

What's very strange is authmode OPEN:

# ifconfig
ath0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet 192.168.2.20 netmask 0xff00 broadcast 192.168.2.255
inet6 fe80::20f:b5ff:fe26:d1c9%ath0 prefixlen 64 scopeid 0x1
ether 00:0f:c4:12:b2:b8
media: IEEE 802.11 Wireless Ethernet autoselect (DS/1Mbps)
status: no carrier
ssid myssid 1:myssid
channel -1 authmode OPEN powersavemode OFF powersavesleep 100
rtsthreshold 2312 protmode CTS
wepmode MIXED weptxkey 1
wepkey 1:104-bit
 
howto change it to shared ?

# ifconfig ath0 authmode shared
ifconfig: SIOCS80211: Invalid argument





 --- On Mon 08/08, Andrew L. Gould  [EMAIL PROTECTED]  wrote:
From: Andrew L. Gould [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
Date: Mon, 8 Aug 2005 16:43:02 -0500
Subject: Re: howto load or install wlan_wep module on freeBSD 5.4 ?

On Mon,  8 Aug 2005 17:19:54 -0400 (EDT)brPK [EMAIL PROTECTED] 
wrote:br br yes, but cable is disabled at the moment brbrDo you mean 
that the cable is unplugged or that you removed thebrinterface configuration? 
 Unplugging the cable does not change orbrremove the interface 
configuration.brbrReconfigure your cabled interface to 10.0.0.1, then test 
your wirelessbrinterface again.brbr br I think there is a problem 
with DS/1Mbpsbr this driver seems to allow by default the transfer rate: 1 
Mbps br br my wlan access point accept only 54Mbps !br br I think I 
must change to 54Mbps using ifconfigbr br Do you know, howto change this 
?br br # ifconfig ath0 media DS/54Mbpsbr ifconfig: unknown media 
subtype: DS/54Mbpsbr  brbrI think this is handled automatically by 
default.  (I could be verybrwrong.)  br

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-08 Thread Andrew L. Gould
On Mon,  8 Aug 2005 19:58:03 -0400 (EDT)
PK [EMAIL PROTECTED] wrote:
 
 hi
 
 I removed the interface conf. from the cable but still doesn't work.
 
 What's very strange is authmode OPEN:
 
 # ifconfig
 ath0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 inet 192.168.2.20 netmask 0xff00 broadcast 192.168.2.255
 inet6 fe80::20f:b5ff:fe26:d1c9%ath0 prefixlen 64 scopeid 0x1
 ether 00:0f:c4:12:b2:b8
 media: IEEE 802.11 Wireless Ethernet autoselect (DS/1Mbps)
 status: no carrier
 ssid myssid 1:myssid
 channel -1 authmode OPEN powersavemode OFF powersavesleep 100
 rtsthreshold 2312 protmode CTS
 wepmode MIXED weptxkey 1
 wepkey 1:104-bit
  
 howto change it to shared ?
 
 # ifconfig ath0 authmode shared
 ifconfig: SIOCS80211: Invalid argument

I also use a shared key; but I've never had to set the mode explicitly.

Is the channel correct?

Do you have an active firewall that could be blocking the wireless
interface?

Andrew Gould
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]