Audio Transcription Service Provider

2019-04-15 Thread Lisa Williams


___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 237083] [ubt] Init fails on Thinkpad t480s

2019-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237083

Bjoern A. Zeeb  changed:

   What|Removed |Added

   Assignee|wirel...@freebsd.org|b...@freebsd.org
 Status|New |Open

--- Comment #4 from Bjoern A. Zeeb  ---
Ok, confirmed; I'll go and have a look if no one else beats me to it (in which
case please take the PR from me again).

Autoloading module: ng_ubt.ko
ubt0 on uhub1
ubt0:  on
usbus0
Autoloading module: ng_ubt.ko
Autoloading module: ng_ubt.ko
Autoloading module: ng_ubt.ko
ubt0: ubt_ctrl_write_callback:782: control transfer failed: USB_ERR_TIMEOUT
ng_hci_process_command_timeout: ubt0hci - unable to complete HCI command
OGF=0x3, OCF=0x3. Timeout
/etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0

# usbconfig -d 0.4 dump_device_desc
ugen0.4:  at usbus0, cfg=0 md=HOST spd=FULL
(12Mbps) pwr=ON (100mA)

  bLength = 0x0012
  bDescriptorType = 0x0001
  bcdUSB = 0x0200
  bDeviceClass = 0x00e0  
  bDeviceSubClass = 0x0001
  bDeviceProtocol = 0x0001
  bMaxPacketSize0 = 0x0040
  idVendor = 0x8087
  idProduct = 0x0a2b
  bcdDevice = 0x0010
  iManufacturer = 0x  
  iProduct = 0x  
  iSerialNumber = 0x  
  bNumConfigurations = 0x0001

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-15 Thread Adrian Chadd
i thought i had the various combinations working when i last poked at this
stuff. I'll have to go re-test it all.


-a


On Mon, 15 Apr 2019 at 10:35, Alexey Dokuchaev  wrote:

> On Mon, Apr 15, 2019 at 02:52:17PM +0200, Matthias Apitz wrote:
> > I have not missed (or deleted) any mail in this thread of 24++ mails.
> > But as Adrian said "Does ath3k load OK?" I was confused and thinking
> > in a loadable kernel module.
>
> Ah, OK, I understand.  Anyways, now that this little confusion is resolved,
> could you try to upload the firmware using this tool?  For me it didn't
> work, but that might be because of the particular hardware (USB 3.0/xHCI).
> I don't know about C720, but it can be sufficiently different so ath3kfw
> would work on it.  This is very important to understand our next course of
> action.  Thanks,
>
> ./danfe
>
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-15 Thread Alexey Dokuchaev
On Mon, Apr 15, 2019 at 02:52:17PM +0200, Matthias Apitz wrote:
> I have not missed (or deleted) any mail in this thread of 24++ mails.
> But as Adrian said "Does ath3k load OK?" I was confused and thinking
> in a loadable kernel module.

Ah, OK, I understand.  Anyways, now that this little confusion is resolved,
could you try to upload the firmware using this tool?  For me it didn't
work, but that might be because of the particular hardware (USB 3.0/xHCI).
I don't know about C720, but it can be sufficiently different so ath3kfw
would work on it.  This is very important to understand our next course of
action.  Thanks,

./danfe
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-15 Thread Matthias Apitz
El día lunes, abril 15, 2019 a las 12:26:52p. m. +, Alexey Dokuchaev 
escribió:

> I've posted exact instructions how to use it and debug log earlier in
> this thread, you being CC'ed, I don't understand how could you've missed
> those emails.

I have not missed (or deleted) any mail in this thread of 24++ mails. But as 
Adrian
said "Does ath3k load OK?" I was confused and thinking in a loadable
kernel module. Sorry.

matthias
-- 
Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub
70 years of NATO - 70 years of wars (Jugoslavia, Afghanistan, Syria, ...) and 
70 years
of war preparation against Russia.  -- PEACE instead of NATO !!!
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-15 Thread Alexey Dokuchaev
On Sat, Apr 13, 2019 at 12:35:30PM -0700, Adrian Chadd wrote:
> On Sat, 13 Apr 2019 at 12:14, Alexey Dokuchaev wrote:
> > ...
> > If you tell me how to implement Linuxish usleep_range() correctly in
> > our userland, I can do that. :-)
> 
> usleep_range() is just the same as usleep() at either min, max or a value
> in between. It's just a hint to the scheduler that says "look, don't sleep
> exactly for this amount of time to wake me up; here are my bounds that are
> fine so if you schedule something else before then don't forget about me."

I understand, and it makes sense to give hints to the scheduler from the
kernel side, but less so when calling uslee() from userland.

> Just pick a value in between. :-)

Oh well, maybe that'll do.

./danfe
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-15 Thread Alexey Dokuchaev
On Mon, Apr 15, 2019 at 06:48:36AM +0200, Matthias Apitz wrote:
> I git cloned it and built it, but this does not give any kernel module
> to load: [...]
> 
> $ ./ath3kfw
> Usage: ath3kfw (-D) -d ugenX.Y (-f firmware path) (-I)
> -D: enable debugging
> -d: device to operate upon
> -f: firmware path, if not default
> -I: enable informational output
> 
> What next? Will it brick my Wifi chip? I need this C720 for work. :-)

No, it should not brick your chip (well, at least it didn't brick mine,
even that it didn't manage to load the firmware correctly and left the
chip in a bogus state, but reboot seems to cure it).

I've posted exact instructions how to use it and debug log earlier in
this thread, you being CC'ed, I don't understand how could you've missed
those emails.

./danfe
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"