Comment 285 for bug 1220146

Revision history for this message
Fabio Carrara (fabiocarrara) wrote :

Using the driver from https://github.com/neurobin/MT7630E on my ASUS S301LP with Ubuntu 15.10 and kernel 4.2.0...
Wifi is ok but bluetooth is not working.

When trying to bring the bluetooth device up, I get this error:

sudo hciconfig hci0 up
Can't init device hci0: Invalid request code (56)

I've used "sudo btmon" to trace HCI commands exchanged when trying to bring the device up, and it seems that the error is caused by an unsupported HCI command ("Read Local Supported Codecs" to which the device responds with "Unknown HCI Command").

The complete output of btmon is reported here: http://paste.ubuntu.com/13331174/

Hope it helps to identify the problem.