14.04 Ralink RT3290 bluetooth issue

Asked by Gina Jung

:~$ lspci
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 (rev 04)
00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 1 (rev e4)
00:1c.1 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 2 (rev e4)
00:1c.2 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 3 (rev e4)
00:1c.3 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 4 (rev e4)
00:1d.0 USB controller: Intel Corporation Lynx Point-LP USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Lynx Point-LP LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation Lynx Point-LP SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation Lynx Point-LP SMBus Controller (rev 04)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader (rev 01)
08:00.0 Network controller: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe
08:00.1 Bluetooth: Ralink corp. RT3290 Bluetooth
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 08)

:~$ lsusb

Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 003: ID 064e:c341 Suyin Corp.
Bus 002 Device 004: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for Bluetooth
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

-----------------------------------------
Though I am already searching for a solution for 6 hours, I coundn't find any valid one.
I installed too many diverse files and run in terminals, that two bluetooth mark exist.

I downloaded bluetooth manager and can on/off bluetooth due to "rtbth_3.9.3-1_amd64.deb" from
http://www.mediafire.com/download/2t59ayhx9fxxfoh/rtbth-3.9.3-patched.7z

Last solution looks like work, but pairing fails.

Bluetooth driver for 14.04 is unavailable yet?

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of :

sudo lshw -C network; lsb_release -a; uname -a; sudo dmidecode -t 1

Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Bluetooth is standard and the driver is in the kernel. You don't need to install anything to get the driver for Bluetooth. You probably have a weird setup that is preventing the hardware being detected but the Bluetooth itself needs no additional effort. I'm betting the system is an Asus. We will see with the command I gave.

Revision history for this message
Gina Jung (gsgjja814) said :
#4

HP-Pavilion-14-Notebook-PC:~$ sudo lshw -C network
[sudo] password for gina:
  *-network
       description: Wireless interface
       product: RT3290 Wireless 802.11n 1T/1R PCIe
       vendor: Ralink corp.
       physical id: 0
       bus info: pci@0000:08:00.0
       logical name: ra0
       version: 00
       serial: 9c:d2:1e:4e:32:1b
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=RALINK WLAN ip=192.168.0.15 latency=0 multicast=yes wireless=Ralink STA
       resources: irq:18 memory:b2510000-b251ffff
  *-network
       description: Ethernet interface
       product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:09:00.0
       logical name: eth0
       version: 08
       serial: a0:2b:b8:4a:ba:58
       size: 10Mbit/s
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8106e-2_0.0.1 04/23/13 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:59 ioport:3000(size=256) memory:b2404000-b2404fff memory:b2400000-b2403fff

HP-Pavilion-14-Notebook-PC:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty

HP-Pavilion-14-Notebook-PC:~$ sudo dmidecode -t 1
# dmidecode 2.12
SMBIOS 2.7 present.

Handle 0x000D, DMI type 1, 27 bytes
System Information
 Manufacturer: Hewlett-Packard
 Product Name: HP Pavilion 14 Notebook PC
 Version: 097D110000005E00000600080
 Serial Number: 5CD41246GX
 UUID: 34444335-3231-3634-4758-A02BB84ABA58
 Wake-up Type: Power Switch
 SKU Number: G8C91PA#AB1
 Family: 103C_5335KV G=N L=CON B=HP S=PAV X=Null

----------------------
I've thought too that bluetooth is standard and it will work without any problem. However, after upgrading to 14.04 LTS, I cannot use bluetooth.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

What is the output of:

sudo hcitool scan; dmesg | grep -i blue

Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

Also, what is the output of:

sudo hcitool dev

Thanks

Revision history for this message
Gina Jung (gsgjja814) said :
#7

HP-Pavilion-14-Notebook-PC:~$ sudo hcitool scan
[sudo] password for gina:
Device is not available: No such device

HP-Pavilion-14-Notebook-PC:~$ dmesg | grep -i blue
[ 21.820297] Bluetooth: Core ver 2.17
[ 21.820316] Bluetooth: HCI device and connection manager initialized
[ 21.820324] Bluetooth: HCI socket layer initialized
[ 21.820326] Bluetooth: L2CAP socket layer initialized
[ 21.820330] Bluetooth: SCO socket layer initialized
[ 23.841951] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 23.841954] Bluetooth: BNEP filters: protocol multicast
[ 23.841963] Bluetooth: BNEP socket layer initialized
[ 23.880524] Bluetooth: RFCOMM TTY layer initialized
[ 23.880535] Bluetooth: RFCOMM socket layer initialized
[ 23.880541] Bluetooth: RFCOMM ver 1.11

HP-Pavilion-14-Notebook-PC:~$ sudo hcitool dev
Devices:

--------------

Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

http://ubuntuforums.org/showthread.php?t=1350482

Seems to be some software switch in Windows enables it and is then picked up in Ubuntu when you boot to Ubuntu. Do you dual boot?

Revision history for this message
Gina Jung (gsgjja814) said :
#9

No, I don't have Windows OS and I have not installed other OS except Ubuntu. I bought this laptop several days ago, and Ubuntu is set up at first. And I upgrade it to 14.04 LTS using Ubuntu Software Center.

Revision history for this message
Launchpad Janitor (janitor) said :
#10

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Harry (chawla-harendra) said :
#11

I am facing the same problem, but with ubuntu and I have a asus system.
 for the command
sudo lshw -C network; lsb_release -a; uname -a; sudo dmidecode -t 1

I got this

  *-network
       description: Wireless interface
       product: RT3290 Wireless 802.11n 1T/1R PCIe
       vendor: Ralink corp.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlan0
       version: 00
       serial: f4:b7:e2:53:04:75
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rt2800pci driverversion=3.13.0-35-generic firmware=0.37 ip=192.168.0.68 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
       resources: irq:17 memory:f7d10000-f7d1ffff
  *-network
       description: Ethernet interface
       product: AR8161 Gigabit Ethernet
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth0
       version: 10
       serial: 60:a4:4c:d8:de:ae
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=alx duplex=full latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:45 memory:f7c00000-f7c3ffff ioport:e000(size=128)
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
Linux harry 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
# dmidecode 2.12
# SMBIOS entry point at 0xda108c98
SMBIOS 2.7 present.

Handle 0x0001, DMI type 1, 27 bytes
System Information
 Manufacturer: ASUSTeK COMPUTER INC.
 Product Name: X75A
 Version: 1.0
 Serial Number: D3N0CX090456101
 UUID: 00000011-0000-0000-0000-60A44CD8DEAE
 Wake-up Type: Power Switch
 SKU Number: ASUS-NotebookSKU
 Family: X

when I try
    rfkill list all
0: phy0: Wireless LAN
 Soft blocked: no
 Hard blocked: no
2: hci0: Bluetooth
 Soft blocked: yes
 Hard blocked: no

but,
 hcitool dev
Devices:

gives an empty result.

Can anyone suggest a solution to this problem,