kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #106521
[Bug 1427680] Re: bluetooth on asus n551 not working
ok, just adding the id to both ath3k.c and btusb.c and recompiling it
make both modules recognize the bt interface. i have successfully paired
my bt mouse (found it disconnected and have to reconnect manually after
a reboot but this is another problem)
i hope this device will be added on next kernel releases due it is
missing on 4.0 too
this patch is for kernel 3.13.0-46-generic #77-Ubuntu
--- original/linux-3.13.0/drivers/bluetooth/ath3k.c 2015-03-04 23:31:07.000000000 +0100
+++ patched/linux-3.13.0/drivers/bluetooth/ath3k.c 2015-03-04 22:42:21.865060950 +0100
@@ -99,6 +99,8 @@
{ USB_DEVICE(0x0cf3, 0x3121) },
{ USB_DEVICE(0x0cf3, 0xe003) },
{ USB_DEVICE(0x13d3, 0x3408) },
+ { USB_DEVICE(0x13d3, 0x3474) },
+
/* Atheros AR5BBU12 with sflash firmware */
{ USB_DEVICE(0x0489, 0xE02C) },
@@ -144,6 +146,7 @@
{ USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 },
{ USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 },
{ USB_DEVICE(0x13d3, 0x3408), .driver_info = BTUSB_ATH3012 },
+ { USB_DEVICE(0x13d3, 0x3474), .driver_info = BTUSB_ATH3012 },
/* Atheros AR5BBU22 with sflash firmware */
{ USB_DEVICE(0x0489, 0xE03C), .driver_info = BTUSB_ATH3012 },
--- original/linux-3.13.0/drivers/bluetooth/btusb.c 2015-03-04 23:31:07.000000000 +0100
+++ patched/linux-3.13.0/drivers/bluetooth/btusb.c 2015-03-04 14:38:34.403678567 +0100
@@ -175,6 +175,8 @@
{ USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 },
{ USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 },
{ USB_DEVICE(0x13d3, 0x3408), .driver_info = BTUSB_ATH3012 },
+ { USB_DEVICE(0x13d3, 0x3474), .driver_info = BTUSB_ATH3012 },
+
/* Atheros AR5BBU12 with sflash firmware */
{ USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE },
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1427680
Title:
bluetooth on asus n551 not working
Status in linux package in Ubuntu:
Confirmed
Bug description:
can't configure any bluetooth device with this laptop. bluetooth adapter is recognized and all seem working but it is unable to find any device on a scan.
i tried installing blueman also but either it is unable to find any device.
i've also read many posts with bluetooth solutions for 14.04 but none helped to solve the situation.
i've also tried a mainline kernel (3.19) with no changes.
currently i'm using 3.13.0-46-generic
on the attached archive some files taken from the laptop (lspci,lsusb,rfkill list,dmesg |grep Blue,lsmod and the output of hciconfig -a)
there are no evidences of problems but the bluetooth don't work.
unluckly even the touchpad don't work so well on this laptop, so having to use the mouse is a pain
late addition- i forgot to tell, on my dual boot system, the microsoft sculpt mouse bluetooth works as expected on windows 7
Ubuntu is not able to see any blutooth device, i have tried 2 phones and this ms mouse, and is not seen by the phones also.
---
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: hook 2242 F.... pulseaudio
/dev/snd/controlC1: hook 2242 F.... pulseaudio
CurrentDesktop: Unity
DistroRelease: Ubuntu 14.04
HibernationDevice: RESUME=UUID=4e7d3097-1e36-4191-98d8-df04a9ce48d2
InstallationDate: Installed on 2012-11-06 (847 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 (20120823.1)
MachineType: ASUSTeK COMPUTER INC. N551JM
NonfreeKernelModules: nvidia
Package: linux (not installed)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic root=UUID=822863c8-1a3d-4ef2-8f89-0a2e8dc58ab9 ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 3.13.0-46.77-generic 3.13.11-ckt15
RelatedPackageVersions:
linux-restricted-modules-3.13.0-46-generic N/A
linux-backports-modules-3.13.0-46-generic N/A
linux-firmware 1.127.11
Tags: trusty
Uname: Linux 3.13.0-46-generic x86_64
UpgradeStatus: Upgraded to trusty on 2015-01-04 (57 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 10/06/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: N551JM.204
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: N551JM
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrN551JM.204:bd10/06/2014:svnASUSTeKCOMPUTERINC.:pnN551JM:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN551JM:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: N551JM
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427680/+subscriptions
References