You are not logged in.

#1 2014-09-18 18:58:41

haansn08
Member
Registered: 2014-07-27
Posts: 12

Connman retrieves wrong IP address

Hello I've just switched to arch on my laptop and ran into problems with my wifi.
My card should be supported - it ran fine on Fedora 20.

The network manager of my choice is connman after trying others like wcid.
But instead of getting an IP-Address like 192.168.1.* I get a quite wierd one.
Here is some output from my terminal:

$ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: wlp68s0: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether ac:81:12:37:b4:32 brd ff:ff:ff:ff:ff:ff
    inet 169.254.50.227/16 brd 169.254.255.255 scope global wlp68s0
       valid_lft forever preferred_lft forever
    inet6 fe80::ae81:12ff:fe37:b432/64 scope link 
       valid_lft forever preferred_lft forever
3: enp0s25: <BROADCAST,MULTICAST,DYNAMIC> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether 64:31:50:7c:57:8b brd ff:ff:ff:ff:ff:ff

$systemctl status connman
● connman.service - Connection service
   Loaded: loaded (/usr/lib/systemd/system/connman.service; enabled)
   Active: active (running) since Thu 2014-09-18 20:11:50 CEST; 3min 5s ago
 Main PID: 892 (connmand)
   CGroup: /system.slice/connman.service
           └─892 /usr/bin/connmand -n

Sep 18 20:11:50 archtop connmand[892]: wlp68s0 {newlink} index 2 address AC:81:12:37:B4:32 mtu 1500
Sep 18 20:11:50 archtop connmand[892]: wlp68s0 {newlink} index 2 operstate 5 <DORMANT>
Sep 18 20:11:51 archtop connmand[892]: wlp68s0 {RX} 306 packets 21712 bytes
Sep 18 20:11:51 archtop connmand[892]: wlp68s0 {TX} 1331 packets 767794 bytes
Sep 18 20:11:51 archtop connmand[892]: wlp68s0 {update} flags 102467 <UP,RUNNING,LOWER_UP>
Sep 18 20:11:51 archtop connmand[892]: wlp68s0 {newlink} index 2 address AC:81:12:37:B4:32 mtu 1500
Sep 18 20:11:51 archtop connmand[892]: wlp68s0 {newlink} index 2 operstate 6 <UP>
Sep 18 20:12:32 archtop connmand[892]: wlp68s0 {add} address 169.254.50.227/16 label wlp68s0 family 2
Sep 18 20:12:32 archtop connmand[892]: wlp68s0 {add} route 169.254.0.0 gw 0.0.0.0 scope 253 <LINK>
Sep 18 20:12:32 archtop connmand[892]: wlp68s0 {add} route 0.0.0.0 gw 0.0.0.0 scope 253 <LINK>

$ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
From 169.254.50.227 icmp_seq=1 Destination Host Unreachable
From 169.254.50.227 icmp_seq=2 Destination Host Unreachable
From 169.254.50.227 icmp_seq=3 Destination Host Unreachable

I'm not sure if that is any help, but here it is.
Thanks in advance!

Offline

Board footer

Powered by FluxBB