In case any assistance here.....
Continuing to follow instructions in
http://madwifi.org/wiki/UserDocs/FirstTimeHowTomake install ran with no errors
modprobe ath_pci --- no errors returned however wrote "eth0 ath_pci" in modprobe.conf instead of "ath0 ath_pci" --- corrected
vector:/~
root:# wlanconfig ath0 create wlandev wifi0 wlanmode sta
wlanconfig: ioctl: Input/output error
vector:/~
root:# iwconfig
lo no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11g ESSID:"Roberto"
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:11 dBm Sensitivity=1/1
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=0/70 Signal level=-256 dBm Noise level=-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
vector:/~
root:# ifconfig ath0 up
vector:/~
root:# modprobe wlan_scan_sta
vector:/~
root:# wlanconfig ath0 list scan
vector:/~
root:# iwlist ath0 scan
ath0 No scan results
vector:/~
root:# iwconfig ath0 essid "Roberto"
vector:/~
root:# iwlist ath0 scan
ath0 No scan results
vector:/~
root:# dhcpcd -t 60 -d ath0
dhcpcd: MAC address = 00:11:50:70:5b:38
vector:/~
The last entry means that no communication occurred with the wireless router. Firewall in Linux is turned off. Router has no WEP/WPA and mac address filtering is turned off for this test.
Why Does VASM report that it connects with the router but dhcpcd does not?