Comment by Jeremy31 on Direct firmware load for ath10k failed with Qualcomm...
The direct firmware load errors are normal for most users as they won't be using the wifi card as an access point. You could check cat /run/resolvconf/resolv.conf to see what it has for a nameserver...
View ArticleComment by Jeremy31 on Asus F556U laptop Ethernet fails and Wifi unstable
You should be using ethtool enp2s0 and not ethtool eth0 as there is no eth0 in iwconfig
View ArticleComment by Jeremy31 on Booting with linux-image-4.4.0-62-generic causes wifi...
Please edit the question to include results for dpkg -l | grep 4.4.0-62
View ArticleComment by Jeremy31 on Killer 1535 802.11 2×2 Wi-Fi + BT 4.1 controller can't...
You need to file a bug report as this device is not supported in any Linux kernel at this time
View ArticleComment by Jeremy31 on Bluetooth speaker connects but can't be selected
Please edit the question to include results from terminal for pactl list short | grep bluetooth Thanks
View ArticleComment by Jeremy31 on How to setup a Belkin USB Wireless Adapter (F5D7050A)?...
Please edit to include results for lsusb
View ArticleComment by Jeremy31 on Broadcom BCM4352 : Bluetooth does not connect
Check pactl list short | grep blue to see if module-bluetooth-discover is loaded, if not pactl load-module module-bluetooth-discover Then see if reconnecting works
View ArticleComment by Jeremy31 on Wifi not works, is switched off?
The wifi on that card is actually an AR9285 which is supported by ath9k. Another card is marked AR5B195 and it uses the same wifi along with the AR3012 bluetooth
View ArticleComment by Jeremy31 on Policy Kit isn't working properly?
Did you download in Firefox and choose to open with Gdebi?
View ArticleComment by Jeremy31 on BCM2046 Bluetooth not working on Arch Linux
Please edit the question to include full results from terminal for lsusb
View ArticleComment by Jeremy31 on Bluetooth Adaptor not recogonized: HP Laptop with...
webwiks.com/techcorner/… Secure Boot will need to be disabled
View ArticleComment by Jeremy31 on bluetooth - btusb - How to replace module version with...
@AnthonyK do you realize this fix is 7 years old an likely has nothing to do with your issue?
View ArticleComment by Jeremy31 on Bluetooth in Debian 11 doesn't work
Please edit to add results for lsusb; sudo dmesg | egrep -i 'blue|firm'
View ArticleAnswer by Jeremy31 for broadcom BCM43142 under kali linux
Try this download from broadcom https://www.broadcom.com/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-6_30_223_248.tar.gz as it has the patches to work with the newer kernels
View ArticleAnswer by Jeremy31 for Setting up a single driver to be automatically...
I have already done a DKMS version of the patched btusb.c for the 3.19 kernelwget https://www.dropbox.com/s/47u2zjrkqvkf1tw/btusbmac-dkms_1.6_all.debdpkg -i btusbmac-dkms_1.6_all.debRebootIf you want...
View ArticleAnswer by Jeremy31 for How to connect to Bluetooth headset on Debian 8.1
You might just need to delete the pairing, then in terminal enter sudo pactl load-module module-bluetooth-discover then pair with the headset
View ArticleAnswer by Jeremy31 for debian jessie backports wifi and bluetooth
https://launchpad.net/~longsleep/+archive/ubuntu/bcmwlShould fix the wifiYou should be able to install it withsudo add-apt-repository ppa:longsleep/bcmwlsudo apt-get updatesudo apt-get install...
View ArticleAnswer by Jeremy31 for I have two usb bluetooth adapters one doesn't work...
Your internal one can be made to work with firmwarewget https://www.dropbox.com/s/9oujf7jzgy73z4m/BCM43142A0-0a5c-21d7.hcdsudo cp BCM43142A0-0a5c-21d7.hcd /lib/firmware/brcm/sudo modprobe -r btusbsudo...
View ArticleAnswer by Jeremy31 for How to prevent bluetooth audio skipping with the A2DP...
It may help to disable the bluetooth coexistance parameter of the iwlwifi module to see if conditions improve. Open a terminal window and enterecho "options iwlwifi bt_coex_active=0" | sudo tee -a...
View ArticleAnswer by Jeremy31 for Bluetooth not functioning in Lenovo y50-70
This will work for most Linux Mint kernelssudo apt-get git build-essential linux-headers-genericgit clone https://github.com/lwfinger/rtlwifi_new.gitcd rtlwifi_newmakesudo make installcd ~git clone -b...
View ArticleAnswer by Jeremy31 for (Linux Mint-17) Unable to connect to wireless network
We can try Larry Fingers driver for the rtl8723besudo apt-get install git linux-headers-generic build-essential dkmsgit clone https://github.com/lwfinger/rtlwifi_new.gitsudo dkms add ./rtlwifi_newsudo...
View ArticleAnswer by Jeremy31 for Edimax EW-7811UN Debian
InstallationEnsure you have the necessary prerequisites:sudo apt-get install linux-headers-generic build-essential dkmsClone this repository:git clone https://github.com/pvaret/rtl8192cu-fixes.gitSet...
View ArticleAnswer by Jeremy31 for Is it possible to get the devtype of a USB wifi device?
Use lsusb and find your device. I will post my lsusb as an exampleBus 002 Device 007: ID 13b1:0026 Linksys WUSB54GSC v1 802.11g Adapter [Broadcom 4320 USB]Bus 002 Device 006: ID 0a5c:2148 Broadcom...
View ArticleAnswer by Jeremy31 for Internet Slow on Fedora 23
An old bug report indicates that a performance gain can be achieved usingecho "options iwlwifi 11n_disable=8" | sudo tee /etc/modprobe.d/iwl11n.confRebootThis option actually doesn't disable anything...
View ArticleAnswer by Jeremy31 for Debian8(jessie) doesn't detect bluetooth
To fix this you need tosudo rm /etc/modprobe.d/ath3k.confYou may still have issues that are caused by a timing issue with the firmware loading but that should be fixed in a kernel newer than 3.19
View ArticleAnswer by Jeremy31 for Can't find wireless card mwifiex_usb interface
Newer firmware may helpwget http://git.marvell.com/?p=mwifiex-firmware.git;a=blob;f=mrvl/usb8797_uapsta.bin;h=0ce6c4ec307880d34bbef3b6ccd359617914f156;hb=e92f8b3f65443764297b947b1843955d9a65dde7sudo mv...
View ArticleAnswer by Jeremy31 for Change Wireless adapter driver in Linux
Your laptop has a BIOS whitelist and the Intel 5100 is not on itI would recommend calling Lenovo and ordering an Intel wifi card with 5 Ghz from them that will work with the X220 as the option to...
View ArticleAnswer by Jeremy31 for ath9k loaded but wlan0 is not there
It is likely that kernel 2.6.20.27 has the ath9k module but the module doesn't support the 002D device. (X)Ubuntu 14.04 uses the 3.13 kernel You may be able to check with modinfo ath9kIf it supports...
View ArticleAnswer by Jeremy31 for How to disable wireless N on Centos/RHEL 7?
To disable Wireless N in the module echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwl-opt.confRebootBut I would suggest enabling Wireless N on the router and trying this optionecho...
View ArticleAnswer by Jeremy31 for Ubuntu wifi connects and works for 5 minutes then...
Disable wifi power management withsudo iwconfig wlan0 power offThen test the connection to see if it improves
View ArticleAnswer by Jeremy31 for Intel Wireless 8260 slow
There was a bug report filed against Ubuntu a few years back that saidecho "options iwlwifi 11n_disable=8" | sudo tee -a /etc/modprobe.d/iwlwifi.conf Would help regain the performance by enabling...
View ArticleAnswer by Jeremy31 for internet connection failure without restart
Due to a change in Ubuntu's network manager, wifi power management is now enabled by default for most wireless cards. In order to disable power management open a terminal window and entersudo sed -i...
View ArticleAnswer by Jeremy31 for linux mint 18.1 wifi problems
Lets uninstall the unnecessary changescd backports-20151120sudo make uninstallcd /lib/firmware/ath10k/QCA9377/hw1.0sudo mv firmware-5.bin firmware-5.bin.baksudo mv board.bin board.bin.baksudo mv...
View ArticleAnswer by Jeremy31 for iwlwifi 7265d-25.u and -26.u missing (kali...
All you can do is ignore those messages as iwlwifi-7265D-26.ucode and iwlwifi-7265D-25.ucode were never released to the linux-firmware git...
View ArticleAnswer by Jeremy31 for How to connect to WiFi on Qubes OS?
Many Lenovos are made without a hardware switch and have issues with rfkill list showing that wireless is blocked. The usual fix is tosudo -iecho "blacklist ideapad-laptop">>...
View ArticleAnswer by Jeremy31 for What are the troubleshooting steps to debug wireless...
Try disabling wifi power management withsudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.confRebootThe ath10k chips perform poorly with power...
View ArticleAnswer by Jeremy31 for Linux Mint XFCE - No wireless networks found
There was a change made in 4.15 kernel packages, trysudo apt-get install linux-base linux-modules-extra-4.15.0-20-genericReboot
View ArticleAnswer by Jeremy31 for iwconfig wlan0 txpower 20 does nothing | Atheros card
You will likely fail using an Atheros wifi card as they have a code written to EEPROM and that is how they decide what channels are used and TX power limits are enforced. You can see for yourself using...
View ArticleAnswer by Jeremy31 for Linux mint exhibits wifi issues after upgrading kernel...
Use the Grub menu at boot to select Advanced Options, then scroll the list to boot to an older kernel. Once booted into an older kernel, you can use Mint Update Manager, View/Linux kernels to remove...
View ArticleAnswer by Jeremy31 for Dell XPS 15 9550 - Bluetooth will not connect to anything
To fix, do wget https://github.com/winterheart/broadcom-bt-firmware/raw/master/brcm/BCM20703A1-0a5c-6410.hcdsudo cp BCM20703A1-0a5c-6410.hcd /lib/firmware/brcm/BCM-0a5c-6410.hcd and reboot.
View Article