Shadow_7 2017-03-01 23:45:49
afx_: https://bugs.launchpad.net/linuxmint/+bug/1394799 ... seems loading ath3k and btusb AFTER boot works better. aka add them to the blacklist in /etc/modprobe.d/ and modprobe after booting
Shadow_7 2017-03-01 23:46:36
just a workaround though. and probably a driver issue. maybe improved drivers on github? idk
Shadow_7 2017-03-01 23:47:18
could be firmware? don't know as I've never actually used bluetooth. My laptop has a chipset, but I have no devices.
afx_ 2017-03-01 23:47:27
is ath3k only for bt?
Shadow_7 2017-03-01 23:47:48
normally wifi and bt are on the same chip
Shadow_7 2017-03-01 23:48:10
aka in my case, rtl8723be where be == bluetooth enabled
Shadow_7 2017-03-01 23:48:44
And things like lp == low power
Shadow_7 2017-03-01 23:49:15
or was it just l after the device name.
afx_ 2017-03-01 23:49:29
its on the same chip on mine too
Shadow_7 2017-03-01 23:49:30
with lp being ram and low profile
afx_ 2017-03-01 23:49:48
so I am wondering if there is a way to disable only bt
Shadow_7 2017-03-01 23:50:59
afx_: the ath3k being the wifi and bluetooth. the btusb being that bluez bridge. perhaps btusb loads before ath3k and things get odd
Shadow_7 2017-03-01 23:51:50
afx_: uninstalling bluez and blacklisting btusb would probably work
Shadow_7 2017-03-01 23:53:00
in my case I've heard that bluetooth doesn't work with the open driver, but does with the manufacturers driver. But like I said I don't have anyway to test that, no devices so no need.
afx_ 2017-03-01 23:53:19
ok I will try to blacklist btusb
Shadow_7 2017-03-01 23:54:05
afx_: you could always modprobe -r after boot. or delete the module from the kernel /lib/modules/... although updates would put it back
Shadow_7 2017-03-01 23:55:03
not having bluez installed would probably help
Shadow_7 2017-03-01 23:56:11
hardly best practices though
afx_ 2017-03-02 00:04:04
Shadow_7, sudo modprobe -r btusb ?
afx_ 2017-03-02 00:04:18
how can I check if the module is unloaded?
afx_ 2017-03-02 00:04:34
removed
zykotick9 2017-03-02 00:14:19
afx_: using "lsmod" will list what modules are currently loaded
veek 2017-03-02 00:14:36
why doesn't the i686 arch have socket or connect in the system call table?
veek 2017-03-02 00:15:04
it's availiable on x86_64 but not i686
afx_ 2017-03-02 00:33:40
thnak you zykotick9
afx_ 2017-03-02 00:33:46
thank*