#!/bin/sh # Made for Acer Aspire 9110 Series # Unload all the modules for using Bluetooth device # Author: Advhertz aka Carlo Avversari - advhertz@gmail.com /etc/init.d/bluetooth stop modprobe bnep -r modprobe hidp -r modprobe hci_uart -r modprobe hci_usb -r modprobe sco -r modprobe rfcomm -r