

Code: Select all
ID 050d:705a Belkin ComponentsCode: Select all
│ │ <M> Improved wireless configuration API │ │
│ │ --- Wireless extensions │ │
│ │ <M> Generic IEEE 802.11 Networking Stack (mac80211) Code: Select all
[*] Wireless LAN (IEEE 802.11) Code: Select all
net-wireless/rt2x00 rt73usb
Code: Select all
< > Improved wireless configuration API
--- Wireless extensions
< > Generic IEEE 802.11 Networking Stack (mac80211)
<M> Generic IEEE 802.11 Networking Stack
[ ] Enable full debugging output
<M> IEEE 802.11 WEP encryption (802.1x)
<M> IEEE 802.11i CCMP support
<M> IEEE 802.11i TKIP encryption
< > Software MAC add-on to the IEEE 802.11 networking stackCode: Select all
[*] Wireless LAN (IEEE 802.11)
<M> Intel PRO/Wireless 2200BG and 2915ABG Network ConnectionCode: Select all
ipw2200: Radio Frequency Kill Switch is On:
Code: Select all
#lspci -nn
01:09.0 Network controller [0280]: Texas Instruments ACX 111 54Mbps Wireless Interface [104c:9066]Code: Select all
<*> Improved wireless configuration API
[*] Wireless extensions
< > Generic IEEE 802.11 Networking Stack (mac80211)
<*> Generic IEEE 802.11 Networking Stack
[ ] Enable full debugging outpu
<*> IEEE 802.11 WEP encryption (802.1x)
< > IEEE 802.11i CCMP support
< > IEEE 802.11i TKIP encryption
< > Software MAC add-on to the IEEE 802.11 networking stack Code: Select all
[ ] Wireless LAN (pre-802.11)
[ ] Wireless LAN (IEEE 802.11)Code: Select all
<M> Userspace firmware loading supportCode: Select all
#lsmod
acx 74052 0
firmware_class 6912 1 acxCode: Select all
=net-wireless/acx-0.3.35_p20070101Code: Select all
#uname -rpiosm
Linux 2.6.22-gentoo-r8 i686 AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/LinuxCode: Select all
config_wlan0=( "192.168.1.2/24 brd 192.168.1.255" )
routes_wlan0=( "default via 192.168.1.1" )
essid_wlan0=( "MY_ESSID" )
key_MY_ESSID=( "s:0123456789012" )
channel_wlan0=( "13" )
sens_wlan0=( "3" )
mtu_wlan0=( "1492" )Code: Select all
description: Wireless interface
product: PRO/Wireless 2200BG Network Connection
vendor: Intel Corporation
physical id: 4
bus info: pci@0000:02:04.0
logical name: eth1
version: 05
serial: 00:0e:35:48:39:2d
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ipw2200 driverversion=1.2.0km firmware=ABG:9.0.2.6 (Mar 22 2005) ip=10.0.0.3 latency=64 link=yes maxlatency=24 mingnt=3 module=ipw2200 multicast=yes wireless=IEEE 802.11g
Code: Select all
#
# Wireless
#
CONFIG_CFG80211=m
CONFIG_WIRELESS_EXT=y
CONFIG_MAC80211=m
# CONFIG_MAC80211_LEDS is not set
# CONFIG_MAC80211_DEBUG is not set
CONFIG_IEEE80211=m
# CONFIG_IEEE80211_DEBUG is not set
CONFIG_IEEE80211_CRYPT_WEP=m
CONFIG_IEEE80211_CRYPT_CCMP=m
CONFIG_IEEE80211_CRYPT_TKIP=m
CONFIG_IEEE80211_SOFTMAC=m
# CONFIG_IEEE80211_SOFTMAC_DEBUG is not set
# CONFIG_RFKILL is not set
#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
CONFIG_WLAN_80211=y
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_IPW2100 is not set
CONFIG_IPW2200=m
CONFIG_IPW2200_MONITOR=yCode: Select all
net-wireless/ipw2200-firmware-3.0
net-wireless/wireless-tools-29
net-wireless/wpa_supplicant-0.5.8Code: Select all
### WIRELESS ###
modules=( "wpa_supplicant" )
wpa_supplicant_eth1="-Dwext"
## Home
config_MyRouter=( "10.0.0.3/24" )
routes_MyRouter=( "default via 10.0.0.100" )
dns_servers_MyRouter="10.0.0.100"
### KPN Hotspots
config_KPN="dhcp"
mode_KPN="managed"
postup () {
if [ ${IFACE} == "eth1" ] ; then
einfo "Running rc after WLAN reconnect ..."
/sbin/rc
fi
}Code: Select all
# Let clients write to config
update_config=1
# Let wpa_supplicant take care of scanning and AP selection
ap_scan=1
network={
ssid="MyRouter"
psk="MyPassword"
priority=0
}
### KPN Hotspots
network={
ssid="KPN"
key_mgmt=NONE
}
# This is a network block that connects to any unsecured access point.
# We give it a low priority so any defined blocks are preferred.
network={
key_mgmt=NONE
priority=-9999999
}Code: Select all
options ipw2200 disable=1 led=1 hwcrypto=0Code: Select all
description: Wireless interface
product: PRO/Wireless 4965 AG or AGN Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:05:00.0
logical name: wmaster0
version: 61
serial: 00:13:e8:07:65:47
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list logical ethernet physical wireless
configuration: broadcast=yes driver=iwl4965 ip=10.0.0.4 latency=0 module=iwl4965 multicast=yes wireless=IEEE 802.11gCode: Select all
#
# Wireless
#
CONFIG_CFG80211=y
CONFIG_WIRELESS_EXT=y
CONFIG_MAC80211=m
# CONFIG_MAC80211_DEBUG is not set
# CONFIG_IEEE80211 is not set
# CONFIG_RFKILL is not set
#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
# CONFIG_WLAN_80211 is not setCode: Select all
net-wireless/iwlwifi ~x86
net-wireless/iwl4965-ucode ~x86Code: Select all
net-wireless/iwlwifi -ipw3945 ipw4965Code: Select all
net-wireless/iwl4965-ucode-4.44.1.18
net-wireless/iwlwifi-1.1.17
net-wireless/wireless-tools-29_pre22
net-wireless/wpa_supplicant-0.5.8Code: Select all
### WIRELESS ###
modules=( "wpa_supplicant" )
wpa_supplicant_wlan0="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf"
dhcpcd_wlan0="-l -1"
## Home
config_MyRouter=( "10.0.0.4/24" )
routes_MyRouter=( "default via 10.0.0.100" )
dns_servers_MyRouter="10.0.0.100"
dns_domain_MyRouter="MyDomain"
## KPN Hotspots
config_KPN=( "dhcp" )
mode_KPN=( "managed" )
postup () {
if [ ${IFACE} == "wlan0" ] ; then
einfo "Running rc after WLAN reconnect ..."
/sbin/rc
fi
return 0
}Code: Select all
update_config=0
## Home
network={
ssid="MyRouter"
psk="MyPassword"
priority=0
}
### KPN Hotspots
network={
ssid="KPN"
key_mgmt=NONE
priority=2
}
# This is a network block that connects to any unsecured access point.
# We give it a low priority so any defined blocks are preferred.
network={
key_mgmt=NONE
priority=-9999999
}
swimmer wrote:Card:Kernel:Code: Select all
description: Wireless interface product: PRO/Wireless 4965 AG or AGN Network Connection vendor: Intel Corporation physical id: 0 bus info: pci@0000:05:00.0 logical name: wmaster0 version: 61 serial: 00:13:e8:07:65:47 width: 64 bits clock: 33MHz capabilities: bus_master cap_list logical ethernet physical wireless configuration: broadcast=yes driver=iwl4965 ip=10.0.0.4 latency=0 module=iwl4965 multicast=yes wireless=IEEE 802.11gCode: Select all
Hello. I have a vaio laptop with that same card, but I am having problems configuring it. I have personal access points at my house and at work, neither is broadcasted how do I do it with wpa_supplicant? I was trying your same configuration options except encryption (which I haven't set up on the Access points) and oviusly essid, but I think I must be missing something to tell it is not broadcasted. Might you have an idea?
