Comment 10 for bug 1221995

Revision history for this message
Aditya (code-aditya) wrote : Re: Bluetooth Dongle (Cambridge Silicon Radio, Ltd) doesnt work on ubuntu 13.10

I am also affected by this bug after upgrading to Saucy. I am following the instructions mentioned at https://wiki.ubuntu.com/Kernel/KernelBisection.

I have downloaded and installed the kernals from https://launchpad.net/ubuntu/saucy/+source/linux

- 3.9.0-7.15 works for me
- 3.10.0-0.6 doesn't work

So, the issue is between these two releases. For further commit bisecting, I have downloaded the git repository of `ubuntu-saucy` by running:

    $ git clone git://kernel.ubuntu.com/ubuntu/ubuntu-saucy.git`

To see how many commits are there in between, I run the following command:

    $ git log --oneline Ubuntu-3.9.0-7.15..Ubuntu-3.10.0-0.6 | wc

Its output is:

      14802 117434 922801

Please, help me further. Are there 14802 commits?