Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
bluetooth foxconn 0489:e027 not working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
polslinux
Apprentice
Apprentice


Joined: 12 Apr 2010
Posts: 253
Location: Veneto

PostPosted: Thu Oct 25, 2012 7:37 am    Post subject: bluetooth foxconn 0489:e027 not working Reply with quote

This is the bluetooth adapter that doesn't work:

Code:
Bus 001 Device 004: ID 0489:e027 Foxconn / Hon Hai


i've searched a lot for a solution.
I've reported the bug to Launchpad and to the upstream kernel maintainers (but never got an answer [https://bugzilla.kernel.org/show_bug.cgi?id=42932]).

Some days ago i've (finally) found something:

http://www.linuxquestions.org/questions/slackware-14/%5Bsolved%5D-bluetooth-adapter-not-working-0489-e027-foxconn-hon-hai-4175430169/

so I've tried to do the same thing but without any result :(
Code:

emerge linux-firmware
cd /usr/src/linux
nano drivers/bluetooth/ath3k.c (and then i have modified the file)
nano drivers/bluetooth/btusb.c (and then i have modified the file)
make drivers/bluetooth/ath3k.ko
make drivers/bluetooth/btusb.ko
cp drivers/bluetooth/ath3k.ko /lib64/modules/3.6.2-pol/kernel/drivers/bluetooth/
cp drivers/bluetooth/btusb.ko /lib64/modules/3.6.2-pol/kernel/drivers/bluetooth/


Code:
cat /etc/conf.d/modules
modules="ath3k btusb hci_vhci bluetooth bnep hidp rfcomm"


Code:
lsmod
Module                  Size  Used by
rfcomm                 32614  0
hidp                   14145  0
bnep                   10456  2
hci_vhci                3120  0
ath3k                   5613  0
btusb                  11697  0


Am i do something wrong?
Back to top
View user's profile Send private message
polslinux
Apprentice
Apprentice


Joined: 12 Apr 2010
Posts: 253
Location: Veneto

PostPosted: Thu Oct 25, 2012 3:08 pm    Post subject: Reply with quote

solved :D
i've proposed a patch here ;)
https://bugs.gentoo.org/show_bug.cgi?id=439620
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum