Comment 23 for bug 1546694

Revision history for this message
legendaire (jimmy-furet) wrote :

@penalvch I would like to update my bios but the only thing that gives Acer is an executable. so, to do it, I need to use Windows. I tried with FreeDos but it doesn't want boot in UEFI.

@wa113y3s Yes, i have tried to patch my ath3k module and btusb with the procedure in this link
http://webcache.googleusercontent.com/search?q=cache:fH2hMeFLCnkJ:forums.linuxmint.com/viewtopic.php%3Ff%3D49%26t%3D215787%26p%3D1128975%26hilit%3Dbluetooth+&cd=1&hl=fr&ct=clnk&gl=fr (i give you the webcache link because the website seems unreachable
original link: http://forums.linuxmint.com/viewtopic.php?f=49&t=215787&p=1128975&hilit=bluetooth
(note: the bug notice in this link is exactly the same as me with the same computer reference)

"sudo apt-get install build-essential linux-headers-generic
wget https://www.dropbox.com/s/imajmnkpugqz5ij/bluetooth-3.19-1.tar.gz
tar -zxvf bluetooth-3.19-1.tar.gz
cd bluetooth
make -C /lib/modules/$(uname -r)/build M=$(pwd) modules
sudo cp btusb.ko /lib/modules/$(uname -r)/kernel/drivers/bluetooth/
sudo cp ath3k.ko /lib/modules/$(uname -r)/kernel/drivers/bluetooth/"

When I execute the make command, I get an error (see attached file)