Hi all,

I have build KDE with wpa_supplicant with D-bus support and DHCP-4.2.5-P1. At 
boottime both my network adaptors are assigned IPs correctly. 

But I cannot access the internet through the wireless network. When I start 
wpa_supplicant, I cannot select an adapter or a network (both drop-down menus 
does not respond when I click on them), and the status is "Could not get status 
from wpa_supplicant".

I can make a ssh connection to the wireless card, but only as long as I also 
has wired network connected.

Here is the output from ifconfig:

root [ /etc/sysconfig ]# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500  metric 1
        inet 192.168.0.10  netmask 255.255.255.0  broadcast 192.168.0.255
        inet6 fe80::4e72:b9ff:fe6b:b369  prefixlen 64  scopeid 0x20<link>
        ether 4c:72:b9:6b:b3:69  txqueuelen 1000  (Ethernet)
        RX packets 237  bytes 22682 (22.1 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 118  bytes 16490 (16.1 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536  metric 1
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 2  bytes 100 (100.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2  bytes 100 (100.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500  metric 1
        inet 192.168.0.13  netmask 255.255.255.0  broadcast 192.168.0.255
        inet6 fe80::76e5:43ff:febc:3ab0  prefixlen 64  scopeid 0x20<link>
        ether 74:e5:43:bc:3a:b0  txqueuelen 1000  (Ethernet)
        RX packets 430  bytes 90406 (88.2 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 49  bytes 7664 (7.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

root [ /etc/sysconfig ]#

My /etc/sysconfig/ifconfig.eth0:

ONBOOT="yes"
IFACE="eth0"
SERVICE="dhclient"
DHCP_START=""
DHCP_STOP=""

# Set PRINTIP="yes" to have the script print
# the DHCP assigned IP address
PRINTIP="yes"

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

/etc/sysconfig/ifconfig.wifi0:

ONBOOT="yes"
IFACE="wlan0"
SERVICE="wpa"

# Additional arguments to wpa_supplicant
WPA_ARGS=""

WPA_SERVICE="dhclient"
DHCP_START=""
DHCP_STOP=""

# 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"

Can anybody help ?

Greetings

Niels

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to