Saturday, May 11, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 5029  / 2 Years ago, mon, june 6, 2022, 6:11:55

I recently started to experience problems with my Wi-Fi. I have Ubuntu 14.10 on a Dell Inspiron N4110. I recently began experiencing problems with my Wi-Fi. It would take randomly to stop and disconnect (According to Google Chrome), even though it showed that it was connected (According to Ubuntu). It also showed me a message " (1) Creating object for path '/org/freedesktop/NetworkManager/ActiveConnection/6' failed in libnm-glib. I am relatively new to Ubuntu and so if you want me to do Terminal, please also explain so that I may learn.



I saw this on another forum and so this may be of help to you. I ran "sudo lshw -C network" in Terminal and this is what I got.



  *-network               
description: Wireless interface
product: Centrino Wireless-N 1030 [Rainbow Peak]
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:01:00.0
logical name: wlan0
version: 34
serial: ac:72:89:18:39:f9
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=3.16.0-24-generic firmware=18.168.6.1 ip=10.0.0.7 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
resources: irq:49 memory:d1600000-d1601fff
*-network
description: Ethernet interface
product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 05
serial: 14:fe:b5:bc:32:9f
size: 10Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl_nic/rtl8105e-1.fw latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:46 ioport:3000(size=256) memory:d0404000-d0404fff memory:d0400000-d0403fff


Thanks.


More From » wireless

 Answers
5

You could try disabling ipv6, and see if this helps. Ipv6 is a newer internet addressing protocol, and sometimes older hardware and software seem to get a little bunged up by it, for no apparent reason.



To disable Ipv6, open a terminal window (alt+ctrl+t) and enter the following command



sudo nano /etc/sysctl.conf



This will open an editor to the file sysctl.conf. scroll to the end, and enter the lines



net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1


Save the file by pressing ctrl+o, and exit by pressing ctrl+x. You can then force the load of the modified file by entering the command sudo sysctl -p



To revert to what you had before, edit the file again, removing the added lines, and reboot


[#22376] Tuesday, June 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
etzelmortg

Total Points: 430
Total Questions: 105
Total Answers: 106

Location: Suriname
Member since Sun, Jun 13, 2021
3 Years ago
;