EVGA

dark bluetooth linux

Author
kristopher004
New Member
  • Total Posts : 48
  • Reward points : 0
  • Joined: 2013/04/16 19:19:46
  • Status: offline
  • Ribbons : 1
2014/07/01 16:59:10 (permalink)
Anyone get the x79 dark bluetooth working with linux?
#1

4 Replies Related Threads

    kristopher004
    New Member
    • Total Posts : 48
    • Reward points : 0
    • Joined: 2013/04/16 19:19:46
    • Status: offline
    • Ribbons : 1
    Re: dark bluetooth linux 2014/07/09 18:14:56 (permalink)
    If anyone is curious I was able to get it working by running these commands as root (kernel 3.15+)
     
    # cd /usr/lib/modules/3.15.3-1-ARCH/kernel/drivers/bluetooth/
    # cp ath3k.ko.gz ath3k.ko.gz.orig
    # cp btusb.ko.gz btusb.ko.gz.orig
    # gunzip ath3k.ko.gz
    # gunzip btusb.ko.gz
    # sed -e 's/\xf3\x0c\x02\x30/\xf3\x0c\x02\xe0/g' ath3k.ko > at.ko
    # sed -e 's/\xf3\x0c\x02\x30/\xf3\x0c\x02\xe0/g' btusb.ko > bt.ko
    # mv at.ko ath3k.ko
    # mv bt.ko btusb.ko
    # gzip ath3k.ko
    # gzip btusb.ko
    # rmmod ath3k
    # rmmod btusb
    # modprobe btusb
    # modprobe ath3k
    #2
    rjohnson11
    EVGA Forum Moderator
    • Total Posts : 102260
    • Reward points : 0
    • Joined: 2004/10/05 12:44:35
    • Location: Netherlands
    • Status: offline
    • Ribbons : 84
    Re: dark bluetooth linux 2014/07/09 23:04:47 (permalink)
    Thanks for this info

    AMD Ryzen 9 7950X,  Corsair Mp700 Pro M.2, 64GB Corsair Dominator Titanium DDR5  X670E Steel Legend, MSI RTX 4090 Associate Code: H5U80QBH6BH0AXF. I am NOT an employee of EVGA

    #3
    paul.raidzero
    New Member
    • Total Posts : 49
    • Reward points : 0
    • Joined: 2010/08/09 06:29:56
    • Status: offline
    • Ribbons : 0
    Re: dark bluetooth linux 2015/03/06 15:08:18 (permalink)
    I just stumbled across this, and it works. 
     
    But I have to ask... How did you EVER find the one byte in the kernel modules that needed to be changed?

    Core i7 4930k 4.4 GHz @ 1.35 V w/ PH-TC14PE
    Corsair w750TX PSU
    32GB G-Skill Ripjaws DDR3-1600    
    EVGA x79 DARK 
    EVGA GTX 770 Classified
    Antec Eleven Hundred
    #4
    kristopher004
    New Member
    • Total Posts : 48
    • Reward points : 0
    • Joined: 2013/04/16 19:19:46
    • Status: offline
    • Ribbons : 1
    Re: dark bluetooth linux 2015/03/06 15:24:31 (permalink)
    I can't claim credit, just modified the sed lines from someone else's fix to match the device id of the dark's Bluetooth.
    #5
    Jump to:
  • Back to Mobile