0

I ran the command

sudo gedit /etc/modprobe.d/iwlwifi.conf

it gives the following output in termianal

** (gedit: 3409): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-kFLmVcCiYa: Connection refused

(gedit: 3409): IBUS-WARNING **: The owner of /home/nitesh/. Config/ibus/bus is not root!

My Wi-Fi connection appears in network manager but it does not connect to the internet. This is the output of sudo iwconfig:

wlan0     IEEE 802. 11bgn  ESSID: "RFNet"  
          Mode:Managed  Frequency:2.462 GHz  Access Point: 9C:D6:43:16:21:20   
          Bit Rate=2 Mb/s   Tx-Power=16 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=48/70  Signal level=-62 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:1457   Missed beacon:0

lo        no wireless extensions.

eth0      no wireless extensions.

How can I restore my connection?

terdon
  • 104,119

1 Answers1

0

Try watching the configuration with:

watch ifconfig

in one terminal and in another:

tail -f /var/log/syslog |grep -i Network

and observe those outputs while you try to connect to your wifi network

rubo77
  • 34,024
  • 52
  • 172
  • 299