[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#682971: not have bluetooth usb 0489:e046 Foxconn / Hon Hai



Hi,
On ubuntu 12.10 Base Kernel 3.5.5
Patch is work

Thank You.

ref https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1030233

On Sun, Sep 30, 2012 at 3:44 PM, Jonathan Nieder <jrnieder@gmail.com> wrote:
Hi,

aborigines wrote:

> Bus 003 Device 005: ID 0489:e046 Foxconn / Hon Hai

Please test the attached patch, for example using the following instructions:

 0. prerequisites

        apt-get install git build-essential

 1. get the kernel history, if you don't already have it

        git clone \
          git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

 2. configure, build, test

        cd linux
        git fetch origin
        git checkout origin/master
        cp /boot/config-$(uname -r) .config; # current configuration
        scripts/config --disable DEBUG_INFO
        make localmodconfig; # optional: minimize configuration
        scripts/config --module BT_HCIBTUSB
        make deb-pkg; # optionally with -j<num> for parallel build
        dpkg -i ../<name of package>; # as root
        reboot
        ... test test test ...

   Hopefully it reproduces the bug, so

 3. try the patch

        cd linux
        git am -3sc /path/to/the/patch
        make deb-pkg; # maybe with -j4
        dpkg -i ../<name of package>; # as root
        reboot
        ... test test test ...

Hope that helps,
Jonathan


Reply to: