Ubuntu Pastebin

Paste from tux at Sun, 6 Dec 2015 16:57:30 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
tux@Tux:~/rtbth-3.9.4.1$ sudo make install 
[sudo] password di tux: 
#make INSTALL_MOD_PATH= INSTALL_MOD_DIR=kernel/drivers/bluetooth \
#	-C /lib/modules/4.2.0-19-generic/build M=/home/tux/rtbth-3.9.4.1 modules_install
#depmod -a
#three lines commented for dkms arch linux package: it autoinstalls the module
install -m 0755 -o root -g root tools/49rtbt /usr/lib/pm-utils/sleep.d/
install -m 0755 -o root -g root tools/rtbt /usr/bin/
install -m 0644 -o root -g root tools/ralink-bt.conf /etc/modprobe.d/
tux@Tux:~/rtbth-3.9.4.1$ 
Download as text