LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Testersfeedback for new pinxi/inxi feature -E/--bluetooth (https://www.linuxquestions.org/questions/slackware-14/testersfeedback-for-new-pinxi-inxi-feature-e-bluetooth-4175689442/)

h2-1 01-28-2021 01:43 PM

Testersfeedback for new pinxi/inxi feature -E/--bluetooth
 
Going through some of the oldest issue/feature requests of inxi, next in line is bluetooth report, which looks/behaves similar to -n advanced networking report.

As always: pinxi -U
if you have pinxi installed already, that being the development version of inxi, and
cd /usr/local/bin && sudo wget -O pinxi smxi.org/pinxi && sudo chmod +x pinxi
to install it.

All feedback, posted samples of the output, appreciated since I want to get this one out the door within a day or two to meet certain distro freeze deadlines.

Code:

pinxi -Eay
Bluetooth:
  Device-1: Broadcom BCM2045B (BDC-2.1) type: USB driver: btusb v: 0.8
  bus ID: 1-1.4:6 chip ID: 0a5c:217f class ID: fe01 serial: <filter>
  Report: ID: hci1 state: up running bt-v: 2.0 lmp-v: 3.0 sub-v: 4203
  hci-v: 3.0 rev: 2ec address: <filter>
  Info: acl-mtu: 1021:8 sco-mtu: 64:1 link-policy: rswitch hold sniff park
  link-mode: slave accept
  Device-2: Broadcom BCM20702A0 Bluetooth 4.0 type: USB driver: btusb v: 0.8
  bus ID: 2-1.1:4 chip ID: 0a5c:21e8 class ID: fe01 serial: <filter>
  Report: ID: hci0 state: up running bt-v: 2.1 lmp-v: 4.0 sub-v: 220e
  hci-v: 4.0 rev: 1000 address: <filter>
  Info: acl-mtu: 1021:8 sco-mtu: 64:1 link-policy: rswitch sniff
  link-mode: slave accept

## using -y1 single key: value pair per line mode:
pinxi -Eay1
Bluetooth:
  Device-1: Broadcom BCM2045B (BDC-2.1)
    type: USB
    driver: btusb
      v: 0.8
    bus ID: 1-1.4:6
    chip ID: 0a5c:217f
    class ID: fe01
    serial: <filter>
    Report:
      ID: hci1
      state: up running
      bt-v: 2.0
      lmp-v: 3.0
        sub-v: 4203
      hci-v: 3.0
        rev: 2ec
      address: <filter>
      Info:
        acl-mtu: 1021:8
        sco-mtu: 64:1
        link-policy: rswitch hold sniff park
        link-mode: slave accept
  Device-2: Broadcom BCM20702A0 Bluetooth 4.0
    type: USB
    driver: btusb
      v: 0.8
    bus ID: 2-1.1:4
    chip ID: 0a5c:21e8
    class ID: fe01
    serial: <filter>
    Report:
      ID: hci0
      state: up running
      bt-v: 2.1
      lmp-v: 4.0
        sub-v: 220e
      hci-v: 4.0
        rev: 1000
      address: <filter>
      Info:
        acl-mtu: 1021:8
        sco-mtu: 64:1
        link-policy: rswitch sniff
        link-mode: slave accept


camorri 01-29-2021 05:54 AM

I downloaded, and installed pinxi. It works as expected on Slackware-64. Blurtooth is a nice addition. Thank-you.

h2-1 01-29-2021 06:53 PM

Glad I could finally get to it. Hopefully will be of use to people, I know I learned a fair bit about bluetooth and how the stuff works and what matters etc. when making this feature, and also some oddities like why a device will vanish from the report and simply not show at all, and what to do to make it show again.


All times are GMT -5. The time now is 03:11 PM.