Results 1 to 7 of 7

Thread: Xubuntu 14.04 bluetooth not able to see/setup any devices

  1. #1
    Join Date
    Oct 2005
    Location
    Milano, Italy
    Beans
    871
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Question Xubuntu 14.04 bluetooth not able to see/setup any devices

    Hi,

    I've reinstalled from scratch Xubuntu 14.04 but I have an issue with bluetooth; the system recognized my device, but when I tried to setup a device I'm not find any in the wizard, on my side seems that everything is ok:

    Code:
    dmesg | grep -i blue
    [   13.646587] Bluetooth: Core ver 2.17
    [   13.646619] Bluetooth: HCI device and connection manager initialized
    [   13.646632] Bluetooth: HCI socket layer initialized
    [   13.646637] Bluetooth: L2CAP socket layer initialized
    [   13.646645] Bluetooth: SCO socket layer initialized
    [   16.489855] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [   16.489862] Bluetooth: BNEP filters: protocol multicast
    [   16.489877] Bluetooth: BNEP socket layer initialized
    [   16.512888] Bluetooth: RFCOMM TTY layer initialized
    [   16.512908] Bluetooth: RFCOMM socket layer initialized
    [   16.512918] Bluetooth: RFCOMM ver 1.11
    Code:
    rfkill list all
    0: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
    1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
    2: samsung-wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: no
    3: samsung-bluetooth: Bluetooth
        Soft blocked: no
        Hard blocked: no
    Code:
    hciconfig --all
    hci0:    Type: BR/EDR  Bus: USB
        BD Address: 50:B7:C3:CD:9E:DF  ACL MTU: 1022:8  SCO MTU: 183:5
        UP RUNNING PSCAN 
        RX bytes:1769 acl:0 sco:0 events:131 errors:0
        TX bytes:2527 acl:0 sco:0 commands:107 errors:0
        Features: 0xff 0xfe 0x0d 0xfe 0xd8 0x7f 0x7b 0x8f
        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
        Link policy: RSWITCH HOLD SNIFF 
        Link mode: SLAVE ACCEPT 
        Name: 'xubuntu-0'
        Class: 0x740100
        Service Classes: Rendering, Object Transfer, Audio, Telephony
        Device Class: Computer, Uncategorized
        HCI Version:  (0x7)  Revision: 0x1102
        LMP Version: 4.0 (0x6)  Subversion: 0x1
        Manufacturer: Atheros Communications, Inc. (69)
    Code:
    ps -A |grep blue
    690 ?        00:00:00 bluetoothd
     1663 ?        00:00:00 blueman-applet
    Can someone give me an hint in order to connect the devices via bluetooth?

    TIA
    Den
    Last edited by slickymaster; January 5th, 2015 at 01:15 PM. Reason: Changed quote into code tags
    ------------------------------------------------
    yep ”short and long URL„
    http://yep.it/
    ------------------------------------------------

  2. #2
    Join Date
    May 2014
    Location
    /home
    Beans
    10,929
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Xubuntu 14.04 bluetooth not able to see/setup any devices

    Quote Originally Posted by dentaku65 View Post
    Hi,

    I've reinstalled from scratch Xubuntu 14.04 but I have an issue with bluetooth; the system recognized my device, but when I tried to setup a device I'm not find any in the wizard, on my side seems that everything is ok:

    Code:
    dmesg | grep -i blue
    Code:
    rfkill list all
    Code:
    hciconfig --all
    Code:
    ps -A |grep blue
    Can someone give me an hint in order to connect the devices via bluetooth?

    TIA
    Den
    I do need some more info
    Code:
    lsusb
    Code:
    dmesg | grep firmware
    Code:
    uname -a

  3. #3
    Join Date
    Oct 2005
    Location
    Milano, Italy
    Beans
    871
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Xubuntu 14.04 bluetooth not able to see/setup any devices

    Thx, Here u are.

    Code:
    lsusb
    Code:
    Bus 002 Device 003: ID 2232:1035  
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 002: ID 0cf3:3004 Atheros Communications, Inc. 
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 002: ID 192f:0416 Avago Technologies, Pte. ADNS-5700 Optical Mouse Controller (3-button)
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Code:
    dmesg | grep firmware
    Code:
    [    2.457440] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
    Code:
    uname -a
    Code:
    Linux savabox 3.13.0-43-generic #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
    Last edited by dentaku65; January 5th, 2015 at 02:05 PM.
    ------------------------------------------------
    yep ”short and long URL„
    http://yep.it/
    ------------------------------------------------

  4. #4
    Join Date
    May 2014
    Location
    /home
    Beans
    10,929
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Xubuntu 14.04 bluetooth not able to see/setup any devices

    So what modules are loaded
    Code:
    lsmod | grep bluetooth

  5. #5
    Join Date
    Oct 2005
    Location
    Milano, Italy
    Beans
    871
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Xubuntu 14.04 bluetooth not able to see/setup any devices

    The module loaded:
    bluetooth 391136 23 bnep,ath3k,btusb,rfcomm
    ------------------------------------------------
    yep ”short and long URL„
    http://yep.it/
    ------------------------------------------------

  6. #6
    Join Date
    May 2014
    Location
    /home
    Beans
    10,929
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Xubuntu 14.04 bluetooth not able to see/setup any devices

    Everything looks good, with another bluetooth device in discovery mode
    Code:
    hcitool scan

  7. #7
    Join Date
    Oct 2005
    Location
    Milano, Italy
    Beans
    871
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Xubuntu 14.04 bluetooth not able to see/setup any devices

    Hi,

    seems solved, I'm able to see the bluetooth devices of my neighbors but not my owns

    Anyway I mark the tread as solved
    ------------------------------------------------
    yep ”short and long URL„
    http://yep.it/
    ------------------------------------------------

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •