[Bug 211247] Tascam US-144mkii usb soundcard not installed

2016-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211247

--- Comment #5 from Carlos Martinez  ---
I have a creative X-fi pci card which is not working either... but my main
concern is the tascam. thank you.

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


[Bug 211247] Tascam US-144mkii usb soundcard not installed

2016-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211247

--- Comment #4 from Carlos Martinez  ---
Created attachment 173485
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=173485&action=edit
dmesg.boot

Thank you!

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


[Bug 211247] Tascam US-144mkii usb soundcard not installed

2016-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211247

--- Comment #3 from Carlos Martinez  ---
Created attachment 173484
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=173484&action=edit
pciconf

here's pciconf

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


[Bug 211247] Tascam US-144mkii usb soundcard not installed

2016-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211247

--- Comment #2 from Carlos Martinez  ---
Created attachment 173483
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=173483&action=edit
Devinfo

hope this helps

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


Re: Digi Watchport/T temperature sensor as /dev/ttyU

2016-08-09 Thread Warren Block

On Tue, 9 Aug 2016, Warner Losh wrote:


18B20 doesn't support humidity. The kernel also supports reading
it periodically and reporting the results via a sysctl now that we have
onewire support in the kernel. This has worked better for me than
reading them from Python...


If you want humidity also then there is the DHT22 or DHT11, both
of which can be tied to the PI but need a GPIO pin per sensor.  I
haven't tried either of them personally.


Those work, but same here. I've not tried them personally.


I have half a dozen of the DHT21 here, connected to ES8266 boards, 
reporting temperature and humidity wirelessly, standard 802.11g.


http://www.electrodragon.com/product/nodemcu-lua-amica-r2-esp8266-wifi-board/
http://www.electrodragon.com/product/am2301-dht21-digital-temperature-humidity-sensor/

My software has them wake up, take measurements, and report to an MQTT 
broker about once a minute.  The rest of the time they are in low-power 
sleep.


The ESP8266 boards are just NodeMCU boards, an ESP8266 with a micro USB 
port and a 3.3V regulator on a board with headers.  These are about $5 
US.  The DHT21 is about that price or a little less.  (Why the DHT21? 
Because the spec sheet for it claims 3.3V compatibility, while the 
others are usually 3.5V, which would probably work, but still.)


These are all running Arduino, both because of the availability of 
software modules for things like MQTT and such, and also because the 
built-in Lua in the NodeMCU was capable of going into low-power sleep, 
but not waking up.


These modules will talk to FreeBSD with any of the standard USB to 
serial adapters, including CP2102, CH340, and PL2303.  I avoid and 
recommend avoiding FTDI, but they work also.


Unfortunately, the later versions of the Arduino software and the 
ESP8266 compilers have not been ported, so doing the development on 
FreeBSD is not currently possible.


Of course this involves assembling the hardware, putting it in some kind 
of case, rewriting the firmware from NodeMCU to Arduino, then adding 
your own application software.  It's not terribly involved, but it's not 
off the shelf.

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


Re: Digi Watchport/T temperature sensor as /dev/ttyU

2016-08-09 Thread Warner Losh
On Tue, Aug 9, 2016 at 8:10 AM, Gary Palmer  wrote:
> On Tue, Aug 09, 2016 at 08:28:47AM -0500, Karl Denninger wrote:
>>
>> On 8/9/2016 01:36, O. Hartmann wrote:
>> > On Sun, 24 Jul 2016 13:12:35 -0600
>> > Ian Lepore  wrote:
>> >
>> >> On Sun, 2016-07-24 at 12:52 -0600, Warner Losh wrote:
>> >>> On Sun, Jul 24, 2016 at 12:42 PM, Kevin Oberman 
>> >>> wrote:
>>  There are several different USB serial drivers. Off-hand I see
>>  ubser, ubsa,
>>  uchcom, ucom, ucycom, uftdi, ubgensa, umcs, umct, umoscom, uplcom,
>>  usb_serial, uslcom, and uvscom. Whether any of these will support
>>  the TI
>>  chip, I can't say. Most have man pages, but a few, as has been
>>  noted, are
>>  lacking one.
>> >>> I tried to automate discovery of these things. However, the only way
>> >>> you can really know for sure about the TI chip is to read it's
>> >>> datasheet
>> >>> and compare that with extant drivers. It's actually easier than it
>> >>> sounds.
>> >>>
>> >>> I've often thought of unification of the TTY USB drivers, since they
>> >>> are
>> >>> most (but not all) based on the standard plus extra bits.
>> >>>
>> >>> Warner
>> >> To reiterate:  we do not have a driver for TI 5052 chips.
>> >>
>> >> It's not much like other usb-serial chips.  In fact it's not strictly a
>> >> usb-serial chip, it's a multifunction chip that includes a software
>> >> -controllable usb hub, 2 serial ports, gpio, an i2c bus master, an MCU
>> >> interface, a multichannel DMA controller, and apparently even has the
>> >> ability to download your own 8052-compatible microcontroller code into
>> >> the 5052 and have it take over from the built-in rom code.
>> >>
>> >> It would be reasonable enough to write a driver that initially
>> >> supported only the uart part of the chip.
>> >>
>> >> -- Ian
>> > Now, that I know that I can not use any of our plenty Digi Watchport/T 
>> > sensors
>> > with FreeBSD, I'm looking for a cheap alternative of sensor, prefereably 
>> > being
>> > capable of taking temperature and humidity and being accessed as easy as a
>> > serial terminal - as the Digi Watchport/T does with Linux.
>> >
>> > I still have a "resistance" changing the OS of our infrastructure to Linux 
>> > due
>> > to ZFS, but the very good support of drivers with the Linux OS is tempting 
>> > ...
>> > ___
>> > freebsd-usb@freebsd.org mailing list
>> > https://lists.freebsd.org/mailman/listinfo/freebsd-usb
>> > To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"
>>
>> Does hardware platform matter?  If not a very inexpensive alternative
>> set is found on Adafruit's site for the Raspberry Pi and FreeBSD can
>> easily talk to either some of the options directly or a cheap ($10)
>> 4-channel 12-bit analog board.  I am using this approach with the Pi2 as
>> a pool controller with multiple temperature inputs and drive (through a
>> relay board) to handle both the VFD-controlled pump motor and valves,
>> plus spa heater.
>
> If you go down that path the DS 18B20 is a digital temperature probe
> that can be tied to the GPIO pins on a PI and read from python
> quite easily.  Don't think it does humidity, but as the temp. probes
> have a hardware address you can hook multiple up to the same GPIO pin.

18B20 doesn't support humidity. The kernel also supports reading
it periodically and reporting the results via a sysctl now that we have
onewire support in the kernel. This has worked better for me than
reading them from Python...

> If you want humidity also then there is the DHT22 or DHT11, both
> of which can be tied to the PI but need a GPIO pin per sensor.  I
> haven't tried either of them personally.

Those work, but same here. I've not tried them personally.

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


Re: Digi Watchport/T temperature sensor as /dev/ttyU

2016-08-09 Thread Karl Denninger

On 8/9/2016 09:10, Gary Palmer wrote:
> On Tue, Aug 09, 2016 at 08:28:47AM -0500, Karl Denninger wrote:
>> On 8/9/2016 01:36, O. Hartmann wrote:
>>> On Sun, 24 Jul 2016 13:12:35 -0600
>>> Ian Lepore  wrote:
>>>
 On Sun, 2016-07-24 at 12:52 -0600, Warner Losh wrote:
> On Sun, Jul 24, 2016 at 12:42 PM, Kevin Oberman 
> wrote:  
>> There are several different USB serial drivers. Off-hand I see
>> ubser, ubsa,
>> uchcom, ucom, ucycom, uftdi, ubgensa, umcs, umct, umoscom, uplcom,
>> usb_serial, uslcom, and uvscom. Whether any of these will support
>> the TI
>> chip, I can't say. Most have man pages, but a few, as has been
>> noted, are
>> lacking one.  
> I tried to automate discovery of these things. However, the only way
> you can really know for sure about the TI chip is to read it's
> datasheet
> and compare that with extant drivers. It's actually easier than it
> sounds.
>
> I've often thought of unification of the TTY USB drivers, since they
> are
> most (but not all) based on the standard plus extra bits.
>
> Warner  
 To reiterate:  we do not have a driver for TI 5052 chips.

 It's not much like other usb-serial chips.  In fact it's not strictly a
 usb-serial chip, it's a multifunction chip that includes a software
 -controllable usb hub, 2 serial ports, gpio, an i2c bus master, an MCU
 interface, a multichannel DMA controller, and apparently even has the
 ability to download your own 8052-compatible microcontroller code into
 the 5052 and have it take over from the built-in rom code.

 It would be reasonable enough to write a driver that initially
 supported only the uart part of the chip.

 -- Ian
>>> Now, that I know that I can not use any of our plenty Digi Watchport/T 
>>> sensors
>>> with FreeBSD, I'm looking for a cheap alternative of sensor, prefereably 
>>> being
>>> capable of taking temperature and humidity and being accessed as easy as a
>>> serial terminal - as the Digi Watchport/T does with Linux.
>>>
>>> I still have a "resistance" changing the OS of our infrastructure to Linux 
>>> due
>>> to ZFS, but the very good support of drivers with the Linux OS is tempting 
>>> ...
>>> ___
>>> freebsd-usb@freebsd.org mailing list
>>> https://lists.freebsd.org/mailman/listinfo/freebsd-usb
>>> To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"
>> Does hardware platform matter?  If not a very inexpensive alternative
>> set is found on Adafruit's site for the Raspberry Pi and FreeBSD can
>> easily talk to either some of the options directly or a cheap ($10)
>> 4-channel 12-bit analog board.  I am using this approach with the Pi2 as
>> a pool controller with multiple temperature inputs and drive (through a
>> relay board) to handle both the VFD-controlled pump motor and valves,
>> plus spa heater.
> If you go down that path the DS 18B20 is a digital temperature probe
> that can be tied to the GPIO pins on a PI and read from python
> quite easily.  Don't think it does humidity, but as the temp. probes
> have a hardware address you can hook multiple up to the same GPIO pin.
>
> If you want humidity also then there is the DHT22 or DHT11, both
> of which can be tied to the PI but need a GPIO pin per sensor.  I 
> haven't tried either of them personally.
>
> Regards,
>
> Gary
> ___
> freebsd-usb@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-usb
> To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"
The code to read the Adafruit 12 and 16-bit I2c ADCs is trivial (about a
dozen lines of "C" code) and would allow the use of very inexpensive (a
buck each!) transistor-sized temperature sensors (such as the TMP36)

Here's Adafruit's i2c temp/humidity options -- any of these should be
trivially easy to interface as with the ADC code on the Pi2. One of
these (pick based on your mounting and accuracy requirements) + FreeBSD
+ RPI2 + a bit of code and you're in business.

https://www.adafruit.com/products/165?q=i2c%20humidity&;

-- 
Karl Denninger
k...@denninger.net
/The Market Ticker/




smime.p7s
Description: S/MIME Cryptographic Signature


Re: Digi Watchport/T temperature sensor as /dev/ttyU

2016-08-09 Thread Gary Palmer
On Tue, Aug 09, 2016 at 08:28:47AM -0500, Karl Denninger wrote:
> 
> On 8/9/2016 01:36, O. Hartmann wrote:
> > On Sun, 24 Jul 2016 13:12:35 -0600
> > Ian Lepore  wrote:
> >
> >> On Sun, 2016-07-24 at 12:52 -0600, Warner Losh wrote:
> >>> On Sun, Jul 24, 2016 at 12:42 PM, Kevin Oberman 
> >>> wrote:  
>  There are several different USB serial drivers. Off-hand I see
>  ubser, ubsa,
>  uchcom, ucom, ucycom, uftdi, ubgensa, umcs, umct, umoscom, uplcom,
>  usb_serial, uslcom, and uvscom. Whether any of these will support
>  the TI
>  chip, I can't say. Most have man pages, but a few, as has been
>  noted, are
>  lacking one.  
> >>> I tried to automate discovery of these things. However, the only way
> >>> you can really know for sure about the TI chip is to read it's
> >>> datasheet
> >>> and compare that with extant drivers. It's actually easier than it
> >>> sounds.
> >>>
> >>> I've often thought of unification of the TTY USB drivers, since they
> >>> are
> >>> most (but not all) based on the standard plus extra bits.
> >>>
> >>> Warner  
> >> To reiterate:  we do not have a driver for TI 5052 chips.
> >>
> >> It's not much like other usb-serial chips.  In fact it's not strictly a
> >> usb-serial chip, it's a multifunction chip that includes a software
> >> -controllable usb hub, 2 serial ports, gpio, an i2c bus master, an MCU
> >> interface, a multichannel DMA controller, and apparently even has the
> >> ability to download your own 8052-compatible microcontroller code into
> >> the 5052 and have it take over from the built-in rom code.
> >>
> >> It would be reasonable enough to write a driver that initially
> >> supported only the uart part of the chip.
> >>
> >> -- Ian
> > Now, that I know that I can not use any of our plenty Digi Watchport/T 
> > sensors
> > with FreeBSD, I'm looking for a cheap alternative of sensor, prefereably 
> > being
> > capable of taking temperature and humidity and being accessed as easy as a
> > serial terminal - as the Digi Watchport/T does with Linux.
> >
> > I still have a "resistance" changing the OS of our infrastructure to Linux 
> > due
> > to ZFS, but the very good support of drivers with the Linux OS is tempting 
> > ...
> > ___
> > freebsd-usb@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-usb
> > To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"
> 
> Does hardware platform matter?  If not a very inexpensive alternative
> set is found on Adafruit's site for the Raspberry Pi and FreeBSD can
> easily talk to either some of the options directly or a cheap ($10)
> 4-channel 12-bit analog board.  I am using this approach with the Pi2 as
> a pool controller with multiple temperature inputs and drive (through a
> relay board) to handle both the VFD-controlled pump motor and valves,
> plus spa heater.

If you go down that path the DS 18B20 is a digital temperature probe
that can be tied to the GPIO pins on a PI and read from python
quite easily.  Don't think it does humidity, but as the temp. probes
have a hardware address you can hook multiple up to the same GPIO pin.

If you want humidity also then there is the DHT22 or DHT11, both
of which can be tied to the PI but need a GPIO pin per sensor.  I 
haven't tried either of them personally.

Regards,

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


Re: Digi Watchport/T temperature sensor as /dev/ttyU

2016-08-09 Thread Karl Denninger

On 8/9/2016 01:36, O. Hartmann wrote:
> On Sun, 24 Jul 2016 13:12:35 -0600
> Ian Lepore  wrote:
>
>> On Sun, 2016-07-24 at 12:52 -0600, Warner Losh wrote:
>>> On Sun, Jul 24, 2016 at 12:42 PM, Kevin Oberman 
>>> wrote:  
 There are several different USB serial drivers. Off-hand I see
 ubser, ubsa,
 uchcom, ucom, ucycom, uftdi, ubgensa, umcs, umct, umoscom, uplcom,
 usb_serial, uslcom, and uvscom. Whether any of these will support
 the TI
 chip, I can't say. Most have man pages, but a few, as has been
 noted, are
 lacking one.  
>>> I tried to automate discovery of these things. However, the only way
>>> you can really know for sure about the TI chip is to read it's
>>> datasheet
>>> and compare that with extant drivers. It's actually easier than it
>>> sounds.
>>>
>>> I've often thought of unification of the TTY USB drivers, since they
>>> are
>>> most (but not all) based on the standard plus extra bits.
>>>
>>> Warner  
>> To reiterate:  we do not have a driver for TI 5052 chips.
>>
>> It's not much like other usb-serial chips.  In fact it's not strictly a
>> usb-serial chip, it's a multifunction chip that includes a software
>> -controllable usb hub, 2 serial ports, gpio, an i2c bus master, an MCU
>> interface, a multichannel DMA controller, and apparently even has the
>> ability to download your own 8052-compatible microcontroller code into
>> the 5052 and have it take over from the built-in rom code.
>>
>> It would be reasonable enough to write a driver that initially
>> supported only the uart part of the chip.
>>
>> -- Ian
> Now, that I know that I can not use any of our plenty Digi Watchport/T sensors
> with FreeBSD, I'm looking for a cheap alternative of sensor, prefereably being
> capable of taking temperature and humidity and being accessed as easy as a
> serial terminal - as the Digi Watchport/T does with Linux.
>
> I still have a "resistance" changing the OS of our infrastructure to Linux due
> to ZFS, but the very good support of drivers with the Linux OS is tempting ...
> ___
> freebsd-usb@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-usb
> To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Does hardware platform matter?  If not a very inexpensive alternative
set is found on Adafruit's site for the Raspberry Pi and FreeBSD can
easily talk to either some of the options directly or a cheap ($10)
4-channel 12-bit analog board.  I am using this approach with the Pi2 as
a pool controller with multiple temperature inputs and drive (through a
relay board) to handle both the VFD-controlled pump motor and valves,
plus spa heater.

-- 
Karl Denninger
k...@denninger.net
/The Market Ticker/




smime.p7s
Description: S/MIME Cryptographic Signature