Wireless connection gets randomly dropped out every 10 minutes on Inspiron 15 Gaming 7567
I have an Inspiron 15 Gaming 7567 with Lubuntu and the wifi stops working while still connected to a wifi network. I have tried to update the kernel but it did not help.
Details
The connection transports no information despite still being connected to the router. The router supports other devices/OSes without problems (Android, iOS, Windows, etc). I used to have a different hardware with the same Lubuntu and I didn't have this problem.
When I have the problem the ping behavior is:
# Trying to ping google.com to see if there still connection.
From 192.168.1.34 icmp_seq=8413 Destination Host Unreachable
From 192.168.1.34 icmp_seq=8414 Destination Host Unreachable
From 192.168.1.34 icmp_seq=8415 Destination Host Unreachable
This gets temporarily solved with:
nmcli radio wifi off ; sleep 5s ; nmcli radio wifi on
Sometimes the connection gets totally lost and I have to reboot the computer in order for it to work again.
Vendor (lack of) support
Vendor website lists no drivers for this product.
Post on vendor website received poor support. I was blocked from posting there after the few posts I made.
System details
sudo uname -a
echo "----------"
sudo lsb_release -a
echo "----------"
sudo sudo lshw | grep product
echo "----------"
sudo lspci -nnk | grep -i net
Gives:
Linux monteironet 4.15.18-041518-generic #201804190330 SMP Thu Apr 19 07:34:21 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
----------
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
----------
product: Inspiron 15 7000 Gaming (0798)
product: 0KD43Y
product: TMA81GS6AFR8N-UHSC
product: Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
product: Intel Corporation
product: Sky Lake PCIe Controller (x16)
product: NVIDIA Corporation
product: Intel Corporation
product: Intel Corporation
product: Sunrise Point-H USB 3.0 xHCI Controller
product: xHCI Host Controller
product: Integrated Webcam
product: xHCI Host Controller
product: Sunrise Point-H Thermal subsystem
product: Sunrise Point-H LPSS I2C Controller #0
product: Sunrise Point-H LPSS I2C Controller #1
product: Sunrise Point-H CSME HECI #1
product: Sunrise Point-H SATA Controller [AHCI mode]
product: Sunrise Point-H PCI Express Root Port #5
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
product: Sunrise Point-H PCI Express Root Port #6
product: QCA6174 802.11ac Wireless Network Adapter
product: Sunrise Point-H LPC Controller
product: Sunrise Point-H PMC
product: Intel Corporation
product: Sunrise Point-H SMBus
product: TOSHIBA MQ02ABD1
product: DELL 71JF452
----------
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Dell RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1028:0798]
03:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
Subsystem: Dell QCA6174 802.11ac Wireless Network Adapter [1028:0310]
Product details (vendor info):
8GB (1x8GB) 2400MHz DDR4 Memory, Brazil
1TB 5400 rpm Hybrid Hard Drive with 8GB Cache
NVIDIA(R) GeForce(R) GTX 1050 with 4GB GDDR5 graphics memory
802.11ac, dual band, 2.4 5 GHz, 2x2
Internal Keyboard
Ubuntu Linux 16.04
Dell Limited Hardware Warranty Initial Year
7th Generation Intel(R) Core(TM) i5-7300HQ Quad Core (6MB Cache, up to 3.5 GHz)
MOD,LCD,N-TCH,IPS,BLK,7567,BCC
74 WHr, 6-Cell Battery (Integrated)
Ubuntu System Management Software
Fixed Hardware Configuration
Safety/Environment and Regulatory Guide (English/Brazilian Portuguese)
Qualcomm Wireless QCA61x4A 2x2 Label BCC
Brazil Power Cord
802.11ac + Bluetooth 4.1, Dual Band 2.4&5 GHz, 2x2
Mail In Service after Remote Diagnosis, 1 Year
Back Cover
Shipping Material BCC
US Order
Dell.com Order
Dell.com Order
No Option Included
Placemat Documentation
Energy Star Label
Intel Core i5 Processor Kabylake Label
Regulatory Label, BCC
130W AC Adapter
None Required
None Required
None Required
None Required
Information Only
Workarounds and unsuccessful solutions
Installation of two different kernels:
4.8.5and4.18.0. That didn't solve the problem.
Workaround:
Define the function (zsh):
function monitor_internet_connection_and_reset
{
while true
do
n=0
until [ $n -ge 3 ]
do
wget -q --spider http://google.com && n=0
n=$[$n+1]
sleep 5s
done
nmcli radio wifi off && sleep 10s && nmcli radio wifi on
sleep 40s
done
}
and leave it running.
Related post
Many thanks in advance, I can provide further info if needed.
wireless internet dell inspiron
add a comment |
I have an Inspiron 15 Gaming 7567 with Lubuntu and the wifi stops working while still connected to a wifi network. I have tried to update the kernel but it did not help.
Details
The connection transports no information despite still being connected to the router. The router supports other devices/OSes without problems (Android, iOS, Windows, etc). I used to have a different hardware with the same Lubuntu and I didn't have this problem.
When I have the problem the ping behavior is:
# Trying to ping google.com to see if there still connection.
From 192.168.1.34 icmp_seq=8413 Destination Host Unreachable
From 192.168.1.34 icmp_seq=8414 Destination Host Unreachable
From 192.168.1.34 icmp_seq=8415 Destination Host Unreachable
This gets temporarily solved with:
nmcli radio wifi off ; sleep 5s ; nmcli radio wifi on
Sometimes the connection gets totally lost and I have to reboot the computer in order for it to work again.
Vendor (lack of) support
Vendor website lists no drivers for this product.
Post on vendor website received poor support. I was blocked from posting there after the few posts I made.
System details
sudo uname -a
echo "----------"
sudo lsb_release -a
echo "----------"
sudo sudo lshw | grep product
echo "----------"
sudo lspci -nnk | grep -i net
Gives:
Linux monteironet 4.15.18-041518-generic #201804190330 SMP Thu Apr 19 07:34:21 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
----------
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
----------
product: Inspiron 15 7000 Gaming (0798)
product: 0KD43Y
product: TMA81GS6AFR8N-UHSC
product: Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
product: Intel Corporation
product: Sky Lake PCIe Controller (x16)
product: NVIDIA Corporation
product: Intel Corporation
product: Intel Corporation
product: Sunrise Point-H USB 3.0 xHCI Controller
product: xHCI Host Controller
product: Integrated Webcam
product: xHCI Host Controller
product: Sunrise Point-H Thermal subsystem
product: Sunrise Point-H LPSS I2C Controller #0
product: Sunrise Point-H LPSS I2C Controller #1
product: Sunrise Point-H CSME HECI #1
product: Sunrise Point-H SATA Controller [AHCI mode]
product: Sunrise Point-H PCI Express Root Port #5
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
product: Sunrise Point-H PCI Express Root Port #6
product: QCA6174 802.11ac Wireless Network Adapter
product: Sunrise Point-H LPC Controller
product: Sunrise Point-H PMC
product: Intel Corporation
product: Sunrise Point-H SMBus
product: TOSHIBA MQ02ABD1
product: DELL 71JF452
----------
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Dell RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1028:0798]
03:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
Subsystem: Dell QCA6174 802.11ac Wireless Network Adapter [1028:0310]
Product details (vendor info):
8GB (1x8GB) 2400MHz DDR4 Memory, Brazil
1TB 5400 rpm Hybrid Hard Drive with 8GB Cache
NVIDIA(R) GeForce(R) GTX 1050 with 4GB GDDR5 graphics memory
802.11ac, dual band, 2.4 5 GHz, 2x2
Internal Keyboard
Ubuntu Linux 16.04
Dell Limited Hardware Warranty Initial Year
7th Generation Intel(R) Core(TM) i5-7300HQ Quad Core (6MB Cache, up to 3.5 GHz)
MOD,LCD,N-TCH,IPS,BLK,7567,BCC
74 WHr, 6-Cell Battery (Integrated)
Ubuntu System Management Software
Fixed Hardware Configuration
Safety/Environment and Regulatory Guide (English/Brazilian Portuguese)
Qualcomm Wireless QCA61x4A 2x2 Label BCC
Brazil Power Cord
802.11ac + Bluetooth 4.1, Dual Band 2.4&5 GHz, 2x2
Mail In Service after Remote Diagnosis, 1 Year
Back Cover
Shipping Material BCC
US Order
Dell.com Order
Dell.com Order
No Option Included
Placemat Documentation
Energy Star Label
Intel Core i5 Processor Kabylake Label
Regulatory Label, BCC
130W AC Adapter
None Required
None Required
None Required
None Required
Information Only
Workarounds and unsuccessful solutions
Installation of two different kernels:
4.8.5and4.18.0. That didn't solve the problem.
Workaround:
Define the function (zsh):
function monitor_internet_connection_and_reset
{
while true
do
n=0
until [ $n -ge 3 ]
do
wget -q --spider http://google.com && n=0
n=$[$n+1]
sleep 5s
done
nmcli radio wifi off && sleep 10s && nmcli radio wifi on
sleep 40s
done
}
and leave it running.
Related post
Many thanks in advance, I can provide further info if needed.
wireless internet dell inspiron
add a comment |
I have an Inspiron 15 Gaming 7567 with Lubuntu and the wifi stops working while still connected to a wifi network. I have tried to update the kernel but it did not help.
Details
The connection transports no information despite still being connected to the router. The router supports other devices/OSes without problems (Android, iOS, Windows, etc). I used to have a different hardware with the same Lubuntu and I didn't have this problem.
When I have the problem the ping behavior is:
# Trying to ping google.com to see if there still connection.
From 192.168.1.34 icmp_seq=8413 Destination Host Unreachable
From 192.168.1.34 icmp_seq=8414 Destination Host Unreachable
From 192.168.1.34 icmp_seq=8415 Destination Host Unreachable
This gets temporarily solved with:
nmcli radio wifi off ; sleep 5s ; nmcli radio wifi on
Sometimes the connection gets totally lost and I have to reboot the computer in order for it to work again.
Vendor (lack of) support
Vendor website lists no drivers for this product.
Post on vendor website received poor support. I was blocked from posting there after the few posts I made.
System details
sudo uname -a
echo "----------"
sudo lsb_release -a
echo "----------"
sudo sudo lshw | grep product
echo "----------"
sudo lspci -nnk | grep -i net
Gives:
Linux monteironet 4.15.18-041518-generic #201804190330 SMP Thu Apr 19 07:34:21 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
----------
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
----------
product: Inspiron 15 7000 Gaming (0798)
product: 0KD43Y
product: TMA81GS6AFR8N-UHSC
product: Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
product: Intel Corporation
product: Sky Lake PCIe Controller (x16)
product: NVIDIA Corporation
product: Intel Corporation
product: Intel Corporation
product: Sunrise Point-H USB 3.0 xHCI Controller
product: xHCI Host Controller
product: Integrated Webcam
product: xHCI Host Controller
product: Sunrise Point-H Thermal subsystem
product: Sunrise Point-H LPSS I2C Controller #0
product: Sunrise Point-H LPSS I2C Controller #1
product: Sunrise Point-H CSME HECI #1
product: Sunrise Point-H SATA Controller [AHCI mode]
product: Sunrise Point-H PCI Express Root Port #5
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
product: Sunrise Point-H PCI Express Root Port #6
product: QCA6174 802.11ac Wireless Network Adapter
product: Sunrise Point-H LPC Controller
product: Sunrise Point-H PMC
product: Intel Corporation
product: Sunrise Point-H SMBus
product: TOSHIBA MQ02ABD1
product: DELL 71JF452
----------
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Dell RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1028:0798]
03:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
Subsystem: Dell QCA6174 802.11ac Wireless Network Adapter [1028:0310]
Product details (vendor info):
8GB (1x8GB) 2400MHz DDR4 Memory, Brazil
1TB 5400 rpm Hybrid Hard Drive with 8GB Cache
NVIDIA(R) GeForce(R) GTX 1050 with 4GB GDDR5 graphics memory
802.11ac, dual band, 2.4 5 GHz, 2x2
Internal Keyboard
Ubuntu Linux 16.04
Dell Limited Hardware Warranty Initial Year
7th Generation Intel(R) Core(TM) i5-7300HQ Quad Core (6MB Cache, up to 3.5 GHz)
MOD,LCD,N-TCH,IPS,BLK,7567,BCC
74 WHr, 6-Cell Battery (Integrated)
Ubuntu System Management Software
Fixed Hardware Configuration
Safety/Environment and Regulatory Guide (English/Brazilian Portuguese)
Qualcomm Wireless QCA61x4A 2x2 Label BCC
Brazil Power Cord
802.11ac + Bluetooth 4.1, Dual Band 2.4&5 GHz, 2x2
Mail In Service after Remote Diagnosis, 1 Year
Back Cover
Shipping Material BCC
US Order
Dell.com Order
Dell.com Order
No Option Included
Placemat Documentation
Energy Star Label
Intel Core i5 Processor Kabylake Label
Regulatory Label, BCC
130W AC Adapter
None Required
None Required
None Required
None Required
Information Only
Workarounds and unsuccessful solutions
Installation of two different kernels:
4.8.5and4.18.0. That didn't solve the problem.
Workaround:
Define the function (zsh):
function monitor_internet_connection_and_reset
{
while true
do
n=0
until [ $n -ge 3 ]
do
wget -q --spider http://google.com && n=0
n=$[$n+1]
sleep 5s
done
nmcli radio wifi off && sleep 10s && nmcli radio wifi on
sleep 40s
done
}
and leave it running.
Related post
Many thanks in advance, I can provide further info if needed.
wireless internet dell inspiron
I have an Inspiron 15 Gaming 7567 with Lubuntu and the wifi stops working while still connected to a wifi network. I have tried to update the kernel but it did not help.
Details
The connection transports no information despite still being connected to the router. The router supports other devices/OSes without problems (Android, iOS, Windows, etc). I used to have a different hardware with the same Lubuntu and I didn't have this problem.
When I have the problem the ping behavior is:
# Trying to ping google.com to see if there still connection.
From 192.168.1.34 icmp_seq=8413 Destination Host Unreachable
From 192.168.1.34 icmp_seq=8414 Destination Host Unreachable
From 192.168.1.34 icmp_seq=8415 Destination Host Unreachable
This gets temporarily solved with:
nmcli radio wifi off ; sleep 5s ; nmcli radio wifi on
Sometimes the connection gets totally lost and I have to reboot the computer in order for it to work again.
Vendor (lack of) support
Vendor website lists no drivers for this product.
Post on vendor website received poor support. I was blocked from posting there after the few posts I made.
System details
sudo uname -a
echo "----------"
sudo lsb_release -a
echo "----------"
sudo sudo lshw | grep product
echo "----------"
sudo lspci -nnk | grep -i net
Gives:
Linux monteironet 4.15.18-041518-generic #201804190330 SMP Thu Apr 19 07:34:21 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
----------
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
----------
product: Inspiron 15 7000 Gaming (0798)
product: 0KD43Y
product: TMA81GS6AFR8N-UHSC
product: Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
product: Intel Corporation
product: Sky Lake PCIe Controller (x16)
product: NVIDIA Corporation
product: Intel Corporation
product: Intel Corporation
product: Sunrise Point-H USB 3.0 xHCI Controller
product: xHCI Host Controller
product: Integrated Webcam
product: xHCI Host Controller
product: Sunrise Point-H Thermal subsystem
product: Sunrise Point-H LPSS I2C Controller #0
product: Sunrise Point-H LPSS I2C Controller #1
product: Sunrise Point-H CSME HECI #1
product: Sunrise Point-H SATA Controller [AHCI mode]
product: Sunrise Point-H PCI Express Root Port #5
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
product: Sunrise Point-H PCI Express Root Port #6
product: QCA6174 802.11ac Wireless Network Adapter
product: Sunrise Point-H LPC Controller
product: Sunrise Point-H PMC
product: Intel Corporation
product: Sunrise Point-H SMBus
product: TOSHIBA MQ02ABD1
product: DELL 71JF452
----------
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Dell RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1028:0798]
03:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
Subsystem: Dell QCA6174 802.11ac Wireless Network Adapter [1028:0310]
Product details (vendor info):
8GB (1x8GB) 2400MHz DDR4 Memory, Brazil
1TB 5400 rpm Hybrid Hard Drive with 8GB Cache
NVIDIA(R) GeForce(R) GTX 1050 with 4GB GDDR5 graphics memory
802.11ac, dual band, 2.4 5 GHz, 2x2
Internal Keyboard
Ubuntu Linux 16.04
Dell Limited Hardware Warranty Initial Year
7th Generation Intel(R) Core(TM) i5-7300HQ Quad Core (6MB Cache, up to 3.5 GHz)
MOD,LCD,N-TCH,IPS,BLK,7567,BCC
74 WHr, 6-Cell Battery (Integrated)
Ubuntu System Management Software
Fixed Hardware Configuration
Safety/Environment and Regulatory Guide (English/Brazilian Portuguese)
Qualcomm Wireless QCA61x4A 2x2 Label BCC
Brazil Power Cord
802.11ac + Bluetooth 4.1, Dual Band 2.4&5 GHz, 2x2
Mail In Service after Remote Diagnosis, 1 Year
Back Cover
Shipping Material BCC
US Order
Dell.com Order
Dell.com Order
No Option Included
Placemat Documentation
Energy Star Label
Intel Core i5 Processor Kabylake Label
Regulatory Label, BCC
130W AC Adapter
None Required
None Required
None Required
None Required
Information Only
Workarounds and unsuccessful solutions
Installation of two different kernels:
4.8.5and4.18.0. That didn't solve the problem.
Workaround:
Define the function (zsh):
function monitor_internet_connection_and_reset
{
while true
do
n=0
until [ $n -ge 3 ]
do
wget -q --spider http://google.com && n=0
n=$[$n+1]
sleep 5s
done
nmcli radio wifi off && sleep 10s && nmcli radio wifi on
sleep 40s
done
}
and leave it running.
Related post
Many thanks in advance, I can provide further info if needed.
wireless internet dell inspiron
wireless internet dell inspiron
edited Dec 28 '18 at 9:29
Zanna
50.3k13133241
50.3k13133241
asked Aug 24 '18 at 16:42
monteiromonteiro
264
264
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This answer here on Ask Ubuntu
Solved my problem with a slight modification. Namely:
Backup your existing folder: /lib/firmware/ath10k/QCA9377
tar -cvf ~/lib_firmware_ath10k_QCA9377.tar /lib/firmware/ath10k/QCA9377
Update your system and install git
sudo apt-get update
sudo apt-get install git
Clone the binaries
git clone --depth 1 https://github.com/kvalo/ath10k-firmware.git
Create the folders if they don't exist
sudo mkdir /lib/firmware/ath10k/QCA9377
sudo mkdir /lib/firmware/ath10k/QCA9377/hw1.0
cd ./ath10k-firmware/QCA9377/hw1.0
Slight modification: empty the destination folder
sudo rm -rf /lib/firmware/ath10k/QCA9377/hw1.0/*
Copy the necessary files
sudo cp * /lib/firmware/ath10k/QCA9377/hw1.0
cd /lib/firmware/ath10k/QCA9377/hw1.0
sudo mv firmware-5.bin_WLAN.TF.1.0-00267-1 firmware-5.bin
Reboot your system.
The modification was that there was a file not overwritten by the cp command and that may have caused problems even after I tried the fix for the first time.
The checksums of my folder as of 2018-08-28 are:
sha1sum /lib/firmware/ath10k/QCA9377/hw1.0/*
916b43f870cfa06b26728092c79e3f6d86fa7b33 /lib/firmware/ath10k/QCA9377/hw1.0/board-2.bin
36e5491fc79e0f4d01bb619c35a678e94235ef35 /lib/firmware/ath10k/QCA9377/hw1.0/board.bin
0b76acbcdeb82ce2d814b83b696e12e0d5d22ecb /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin
b31b4844577d0c77b955a3934930857b9a04cbbd /lib/firmware/ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1068620%2fwireless-connection-gets-randomly-dropped-out-every-10-minutes-on-inspiron-15-ga%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This answer here on Ask Ubuntu
Solved my problem with a slight modification. Namely:
Backup your existing folder: /lib/firmware/ath10k/QCA9377
tar -cvf ~/lib_firmware_ath10k_QCA9377.tar /lib/firmware/ath10k/QCA9377
Update your system and install git
sudo apt-get update
sudo apt-get install git
Clone the binaries
git clone --depth 1 https://github.com/kvalo/ath10k-firmware.git
Create the folders if they don't exist
sudo mkdir /lib/firmware/ath10k/QCA9377
sudo mkdir /lib/firmware/ath10k/QCA9377/hw1.0
cd ./ath10k-firmware/QCA9377/hw1.0
Slight modification: empty the destination folder
sudo rm -rf /lib/firmware/ath10k/QCA9377/hw1.0/*
Copy the necessary files
sudo cp * /lib/firmware/ath10k/QCA9377/hw1.0
cd /lib/firmware/ath10k/QCA9377/hw1.0
sudo mv firmware-5.bin_WLAN.TF.1.0-00267-1 firmware-5.bin
Reboot your system.
The modification was that there was a file not overwritten by the cp command and that may have caused problems even after I tried the fix for the first time.
The checksums of my folder as of 2018-08-28 are:
sha1sum /lib/firmware/ath10k/QCA9377/hw1.0/*
916b43f870cfa06b26728092c79e3f6d86fa7b33 /lib/firmware/ath10k/QCA9377/hw1.0/board-2.bin
36e5491fc79e0f4d01bb619c35a678e94235ef35 /lib/firmware/ath10k/QCA9377/hw1.0/board.bin
0b76acbcdeb82ce2d814b83b696e12e0d5d22ecb /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin
b31b4844577d0c77b955a3934930857b9a04cbbd /lib/firmware/ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt
add a comment |
This answer here on Ask Ubuntu
Solved my problem with a slight modification. Namely:
Backup your existing folder: /lib/firmware/ath10k/QCA9377
tar -cvf ~/lib_firmware_ath10k_QCA9377.tar /lib/firmware/ath10k/QCA9377
Update your system and install git
sudo apt-get update
sudo apt-get install git
Clone the binaries
git clone --depth 1 https://github.com/kvalo/ath10k-firmware.git
Create the folders if they don't exist
sudo mkdir /lib/firmware/ath10k/QCA9377
sudo mkdir /lib/firmware/ath10k/QCA9377/hw1.0
cd ./ath10k-firmware/QCA9377/hw1.0
Slight modification: empty the destination folder
sudo rm -rf /lib/firmware/ath10k/QCA9377/hw1.0/*
Copy the necessary files
sudo cp * /lib/firmware/ath10k/QCA9377/hw1.0
cd /lib/firmware/ath10k/QCA9377/hw1.0
sudo mv firmware-5.bin_WLAN.TF.1.0-00267-1 firmware-5.bin
Reboot your system.
The modification was that there was a file not overwritten by the cp command and that may have caused problems even after I tried the fix for the first time.
The checksums of my folder as of 2018-08-28 are:
sha1sum /lib/firmware/ath10k/QCA9377/hw1.0/*
916b43f870cfa06b26728092c79e3f6d86fa7b33 /lib/firmware/ath10k/QCA9377/hw1.0/board-2.bin
36e5491fc79e0f4d01bb619c35a678e94235ef35 /lib/firmware/ath10k/QCA9377/hw1.0/board.bin
0b76acbcdeb82ce2d814b83b696e12e0d5d22ecb /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin
b31b4844577d0c77b955a3934930857b9a04cbbd /lib/firmware/ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt
add a comment |
This answer here on Ask Ubuntu
Solved my problem with a slight modification. Namely:
Backup your existing folder: /lib/firmware/ath10k/QCA9377
tar -cvf ~/lib_firmware_ath10k_QCA9377.tar /lib/firmware/ath10k/QCA9377
Update your system and install git
sudo apt-get update
sudo apt-get install git
Clone the binaries
git clone --depth 1 https://github.com/kvalo/ath10k-firmware.git
Create the folders if they don't exist
sudo mkdir /lib/firmware/ath10k/QCA9377
sudo mkdir /lib/firmware/ath10k/QCA9377/hw1.0
cd ./ath10k-firmware/QCA9377/hw1.0
Slight modification: empty the destination folder
sudo rm -rf /lib/firmware/ath10k/QCA9377/hw1.0/*
Copy the necessary files
sudo cp * /lib/firmware/ath10k/QCA9377/hw1.0
cd /lib/firmware/ath10k/QCA9377/hw1.0
sudo mv firmware-5.bin_WLAN.TF.1.0-00267-1 firmware-5.bin
Reboot your system.
The modification was that there was a file not overwritten by the cp command and that may have caused problems even after I tried the fix for the first time.
The checksums of my folder as of 2018-08-28 are:
sha1sum /lib/firmware/ath10k/QCA9377/hw1.0/*
916b43f870cfa06b26728092c79e3f6d86fa7b33 /lib/firmware/ath10k/QCA9377/hw1.0/board-2.bin
36e5491fc79e0f4d01bb619c35a678e94235ef35 /lib/firmware/ath10k/QCA9377/hw1.0/board.bin
0b76acbcdeb82ce2d814b83b696e12e0d5d22ecb /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin
b31b4844577d0c77b955a3934930857b9a04cbbd /lib/firmware/ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt
This answer here on Ask Ubuntu
Solved my problem with a slight modification. Namely:
Backup your existing folder: /lib/firmware/ath10k/QCA9377
tar -cvf ~/lib_firmware_ath10k_QCA9377.tar /lib/firmware/ath10k/QCA9377
Update your system and install git
sudo apt-get update
sudo apt-get install git
Clone the binaries
git clone --depth 1 https://github.com/kvalo/ath10k-firmware.git
Create the folders if they don't exist
sudo mkdir /lib/firmware/ath10k/QCA9377
sudo mkdir /lib/firmware/ath10k/QCA9377/hw1.0
cd ./ath10k-firmware/QCA9377/hw1.0
Slight modification: empty the destination folder
sudo rm -rf /lib/firmware/ath10k/QCA9377/hw1.0/*
Copy the necessary files
sudo cp * /lib/firmware/ath10k/QCA9377/hw1.0
cd /lib/firmware/ath10k/QCA9377/hw1.0
sudo mv firmware-5.bin_WLAN.TF.1.0-00267-1 firmware-5.bin
Reboot your system.
The modification was that there was a file not overwritten by the cp command and that may have caused problems even after I tried the fix for the first time.
The checksums of my folder as of 2018-08-28 are:
sha1sum /lib/firmware/ath10k/QCA9377/hw1.0/*
916b43f870cfa06b26728092c79e3f6d86fa7b33 /lib/firmware/ath10k/QCA9377/hw1.0/board-2.bin
36e5491fc79e0f4d01bb619c35a678e94235ef35 /lib/firmware/ath10k/QCA9377/hw1.0/board.bin
0b76acbcdeb82ce2d814b83b696e12e0d5d22ecb /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin
b31b4844577d0c77b955a3934930857b9a04cbbd /lib/firmware/ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt
edited Dec 28 '18 at 9:31
Zanna
50.3k13133241
50.3k13133241
answered Aug 29 '18 at 1:37
monteiromonteiro
264
264
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1068620%2fwireless-connection-gets-randomly-dropped-out-every-10-minutes-on-inspiron-15-ga%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown