I have a problem since I have made work my Killer Wireless-AC 1525 working with Ubuntu. I have followed those instructions (#209): https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1383184
I have installed dkms: sudo apt-get install dkms
Then I have downloaded the .deb and have run it:
sudo dpkg --install ath10k-dkms_1.0_all.deb
Now my internal wireless card works perfectly. However, when I plug other wireless adapters (realtek adapters for example) they do not work anymore.
I can see it lsusb : Bus 001 Device 005: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
I have the module modinfo rtl8187 : filename: /lib/modules/3.19.0-33-generic/kernel/drivers/net/wireless/rtl818x/rtl8187/rtl8187.ko
license: GPL
description: RTL8187/RTL8187B USB wireless driver
author: Larry Finger <Larry.Finger@lwfinger.net>
author: Hin-Tak Leung <htl10@users.sourceforge.net>
author: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
author: Andrea Merello <andrea.merello@gmail.com>
author: Michael Wu <flamingice@sourmilk.net>
But I cannot see it with ifconfig or iwconfig. And when I want to use sudo modprobe rtl8187 I get the error : modprobe: ERROR: could not insert 'rtl8187': Invalid argument
Is there a way to make realtek (and why not all others) driver works again without cancel the ath10k modification.
By the way Linux 3.19.0-33-generic #38~14.04.1-Ubuntu SMP Fri Nov 6 18:17:28 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux.
Thanks for your help!