Hello. OpenBSD 4.7/i386 with pgt0 driver (firmware manually downloaded).
dmesg says:
pgt0 at pci0 dev 6 function 0 "Intersil Prism GT/Duette" rev 0x01: irq 4
I read the pgt manual and configure exactly accordingly, without luck.
Detail (passwords mentioned below are not real):
1) it can scan. The scan result is pretty close to other computers in the
same room, thus I assmue it OK. My target AP is also in the scan result.
# ifconfig pgt0 scan
pgt0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr 00:0e:9b:1f:ca:a7
priority: 4
groups: wlan
media: IEEE802.11 autoselect (OFDM54)
status: active
ieee80211: nwid ZWW_SOHO chan 11 bssid 00:1f:c6:21:41:f4 nwkey
0x82552825ea 100dBm
nwid ZWW_SOHO chan 11 bssid 00:1f:c6:21:41:f4 207dB 36M
privacy,short_slottime
nwid TP-LINK_2B589E chan 11 bssid e0:05:c5:2b:58:9e 172dB
36M privacy,short_preamble,short_slottime
2) configure an IP address for it and ping the gateway:
# ifconfig pgt0 192.168.1.100 nwkey 0x82552825ea nwid ZWW_SOHO
# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1): 56 data bytes
--- 192.168.1.1 ping statistics ---
4 packets transmitted, 0 packets received, 100.0% packet loss
Doesn't work. I also tried dhcp, result:
# dhclient pgt0
DHCPDISCOVER on pgt0 to 255.255.255.255 port 67 interval 2
DHCPDISCOVER on pgt0 to 255.255.255.255 port 67 interval 2
DHCPDISCOVER on pgt0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on pgt0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on pgt0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on pgt0 to 255.255.255.255 port 67 interval 16
DHCPDISCOVER on pgt0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on pgt0 to 255.255.255.255 port 67 interval 2
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
Similiar configuration on any other computers in the room works fine
(Ubuntu 10.10, Windows 7, Windows XP, Windows 2000....)
The notebook computer (SHARP MURASAMA PC-MM) have the wifi light on.
Where should I go from here? It's my first time using OpenBSD.
Thanks.