On 09/14/2015 02:13 PM, Bruce Dubbs wrote:
Pick a static IP address for now and try to get that to work like in my previous message. After that's working we can add dhcp.

-- Bruce

I just copied the example you gave:
root [ ~ ]# cat /etc/sysconfig/ifconfig.wlan0
ONBOOT="yes"
IFACE="wlan0"
SERVICE="wpa"

# Additional arguments to wpa_supplicant
WPA_ARGS=""

#WPA_SERVICE="dhclient"
DHCP_START=""
DHCP_STOP=""
# Static
WPA_SERVICE="ipv4-static"
IP="192.168.0.111"
GATEWAY="192.168.0.1"
PREFIX="24"
BROADCAST="192.168.0.255"
# end static
# Set PRINTIP="yes" to have the script print
# the DHCP assigned IP address
PRINTIP="no"

# Set PRINTALL="yes" to print the DHCP assigned values for
# IP, SM, DG, and 1st NS. This requires PRINTIP="yes".
PRINTALL="no"
root [ ~ ]#

With or without it being set to static I'm getting the following in  
/var/log/sys.log

Sep 14 16:10:37 lfs-computer kernel: [ 5955.007954] ieee80211 phy1: rt2x00_set_chip: Info - Chipset detected - rt: 2573, rf: 0002, rev: 000a
Sep 14 16:10:37 lfs-computer kernel: [ 5955.017722] ieee80211 phy1: Selected 
rate control algorithm 'minstrel_ht'
Sep 14 16:11:10 lfs-computer kernel: [ 5988.010048] ieee80211 phy1: rt2x00lib_request_firmware: Info - Loading firmware file 'rt73.bin'
Sep 14 16:11:10 lfs-computer kernel: [ 5988.012078] rt73usb 1-1:1.0: Direct 
firmware load for rt73.bin failed with error -2
Sep 14 16:11:10 lfs-computer kernel: [ 5988.014047] ieee80211 phy1: rt2x00lib_request_firmware: Error - Failed to request Firmware Sep 14 16:11:10 lfs-computer kernel: [ 5988.015625] ieee80211 phy1: rt2x00lib_request_firmware: Info - Loading firmware file 'rt73.bin'
Sep 14 16:11:10 lfs-computer kernel: [ 5988.017556] rt73usb 1-1:1.0: Direct 
firmware load for rt73.bin failed with error -2
Sep 14 16:11:10 lfs-computer kernel: [ 5988.019180] ieee80211 phy1: rt2x00lib_request_firmware: Error - Failed to request Firmware Sep 14 16:11:10 lfs-computer kernel: [ 5988.027390] ieee80211 phy1: rt2x00lib_request_firmware: Info - Loading firmware file 'rt73.bin'
Sep 14 16:11:10 lfs-computer kernel: [ 5988.029435] rt73usb 1-1:1.0: Direct 
firmware load for rt73.bin failed with error -2
Sep 14 16:11:10 lfs-computer kernel: [ 5988.031049] ieee80211 phy1: rt2x00lib_request_firmware: Error - Failed to request Firmware


Wayne Sallee
[email protected]
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to