lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 30 Mar 2018 10:46:44 -0700
From:   Tony Lindgren <tony@...mide.com>
To:     Michael Nazzareno Trimarchi <michael@...rulasolutions.com>
Cc:     Merlijn Wajer <merlijn@...zup.org>, devicetree@...r.kernel.org,
        alsa-devel@...a-project.org, kernel@...labora.com,
        Dan Williams <dcbw@...hat.com>, linux-kernel@...r.kernel.org,
        Mark Brown <broonie@...nel.org>, Takashi Iwai <tiwai@...e.com>,
        Liam Girdwood <lgirdwood@...il.com>,
        Rob Herring <robh+dt@...nel.org>, Pavel Machek <pavel@....cz>,
        Sebastian Reichel <sebastian.reichel@...labora.co.uk>,
        linux-omap@...r.kernel.org, Lee Jones <lee.jones@...aro.org>
Subject: Re: [alsa-devel] omap4-droid4: voice call support was Re: [PATCHv5,
 5/5] ARM: dts: omap4-droid4: add soundcard

* Tony Lindgren <tony@...mide.com> [180330 15:46]:
> * Michael Nazzareno Trimarchi <michael@...rulasolutions.com> [180330 15:27]:
> > Hi
> > 
> > On Fri., 30 Mar. 2018, 11:22 pm Tony Lindgren, <tony@...mide.com> wrote:
> > 
> > > * Merlijn Wajer <merlijn@...zup.org> [180330 13:09]:
> > > > On 30/03/18 12:37, Pavel Machek wrote:
> > > > > On Thu 2018-03-29 14:56:13, Tony Lindgren wrote:
> > > > >> * Pavel Machek <pavel@....cz> [180329 18:41]:
> > > > >>> Thanks. I got call working including outgoing audio: in capture
> > > > >>> settings, right->mic 1, Mic1 + Mic2 in alsamixer -> 100%. But I had
> > > > >>> the other phone muted, so I don't yet know if such call would be of
> > > > >>> usable quality.
> > > > >>
> > > > >> Great, good to hear that :)
> > > > >
> > > > > I also got ofonod to work, with rather crazy hacks. But I now have
> > > > > incoming/outgoing calls with GUI :-).
> > > >
> > > > Would you mind sharing those hacks - I would like to play around with
> > > > ofonod as well. Maybe I can help with a way forward.
> > >
> > > Yeah that would be fun to play with :)
> > >
> > > Below is a patch that works better at least for ModemManager,
> > > does anybody have ideas what the unused three ports might be?
> > >
> > > I wonder if ofono can use /dev/ttyUSB0 CQDM port?
> > >
> > 
> > One of them can be used proprably to bridge debug for modem certification.
> > This is usually disable for production device. The other could used for
> > unsolicited response of GPS function if exists in this modem
> 
> OK so at least one of the ports is probably permanently disabled then.
> 
> GPS is there for sure, it can be accessed with at least mmcli with
> ModemManager running assuming modem instance 0:
> 
> $ mmcli -m 0 --enable
> $ mmcli -m 0 --location-enable-gps-raw
> $ sudo chmod a+r /dev/cdc-wdm0
> 
> Then configure gpsd to use /dev/cdc-wdm0.
> 
> But having a dedicated NMEA port would be nice. Any ideas how the
> GPS port might be enabled for ttyUSB, should it start just printing
> out data if GPS is enabled?
> 
> FYI, selecting the "BP HW Diag & Boot AP" option from bootloader with the
> volume buttons routes the whole modem to the OTG USB interface with
> the same ports available to PC so that's probably for cert use.
> If needed we can do this from Linux too by just by setting one of
> the USB PHY pins high with cpcap_usb_gpio_set_mode().

And after some searching the the three unknown ports seem to
be NMEA, TCMD and MUX in some unknown order. No idea what the
TCMD and MUX are here.

Looks like /dev/ttyUSB3 pretty much just echoes back the
characters typed in.

Regards,

Tony

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ