usb/140590: [bluetooth] [usb] ng_ubt(4) ng_l2cap_process_cmd_rej warnings

Alexander Best alexbestms at wwu.de
Mon Nov 16 02:10:02 UTC 2009


>Number:         140590
>Category:       usb
>Synopsis:       [bluetooth] [usb] ng_ubt(4) ng_l2cap_process_cmd_rej warnings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 16 02:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Best
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD otaku 9.0-CURRENT FreeBSD 9.0-CURRENT #7 r199258M: Sat Nov 14 00:05:10 CET 2009     root at otaku:/usr/obj/usr/src/sys/ARUNDEL  i386
>Description:
when receiving data with my usb bluetooth dongle device i'm getting these warnings:

ng_l2cap_process_cmd_rej: ubt0l2cap - unexpected L2CAP_CommandRej command. Requested ident does not exist, ident=2
ng_l2cap_process_cmd_rej: ubt0l2cap - unexpected L2CAP_CommandRej command. Requested ident does not exist, ident=2

when sending data these are the warnings appear:

ng_l2cap_process_cmd_rej: ubt0l2cap - unexpected L2CAP_CommandRej command. Requested ident does not exist, ident=1
ng_l2cap_process_cmd_rej: ubt0l2cap - unexpected L2CAP_CommandRej command. Requested ident does not exist, ident=1
ng_btsocket_rfcomm_receive_dm: Got DM for non-existing dlci=18

this is my device:

ugen3.3: <product 0x0001 vendor 0x0a12> at usbus3, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON

  bLength = 0x0012
  bDescriptorType = 0x0001
  bcdUSB = 0x0200
  bDeviceClass = 0x00e0
  bDeviceSubClass = 0x0001
  bDeviceProtocol = 0x0001
  bMaxPacketSize0 = 0x0040
  idVendor = 0x0a12
  idProduct = 0x0001
  bcdDevice = 0x1593
  iManufacturer = 0x0000  <no string>
  iProduct = 0x0000  <no string>
  iSerialNumber = 0x0000  <no string>
  bNumConfigurations = 0x0001

i have the following devd.conf entries installed to start bluetooth services upon attach:

attach 100 {
        device-name "ubt[0-9]+";
        action "/etc/rc.d/hcsecd onestart";
        action "/etc/rc.d/sdpd onestart";
        action "/etc/rc.d/bluetooth quietstart $device-name";
        action "/usr/local/bin/obexapp -u arundel -r /var/spool/obex -s -C1";
};

this is the detach entry:

detach 100 {
        device-name "ubt[0-9]+";
        action "/usr/bin/killall obexapp";
        action "/etc/rc.d/bluetooth quietstop $device-name";
        action "/etc/rc.d/sdpd onestop";
        action "/etc/rc.d/hcsecd onestop";
};

cheers.
alex
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-usb mailing list