The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
1

wireless not showing correct information on i3status

asked Sep 8 '12

omaciel gravatar image

For some reason my wireless always shows up as "down" in i3bar. Here's my $HOME/i3status.conf:

order += "ipv6"
order += "disk /home"
order += "run_watch DHCP"
order += "run_watch VPN"
order += "wireless wlan0"
order += "ethernet em1"
order += "volume master"
order += "battery 0"
order += "load"
order += "time"

wireless wlan0 {
        format_up = "W: (%quality at %essid) %ip"
        format_down = "W: down"
}

and ifconfig:

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500

Anything else I could try?

2 answers

Sort by » oldest newest most voted
0

answered Sep 11 '12

Do you need root to access ifconfig stuff? (debian for example). If so, you will need to run it with root privileges.

0

answered Sep 8 '12

bapt gravatar image

Can you give the whole ifconfig wlan0 output ?

Comments

$ ifconfig wlan0 wlan0: flags=4163<up,broadcast,running,multicast> mtu 1500 inet 192.168.1.15 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::a288:b4ff:fec1:7700 prefixlen 64 scopeid 0x20<link> ether ****** txqueuelen 1000 (Ethernet) RX pac

omaciel gravatar imageomaciel (Sep 8 '12)edit

Hey Og, it works for me. I keep it turned off and when I turn it on, it appears in the i3bar. Can you try to turn it off and on?

lzap gravatar imagelzap (Sep 12 '12)edit

Question Tools

1 follower

Stats

Asked: Sep 8 '12

Seen: 1,398 times

Last updated: Sep 11 '12