• Installing ALSA libraries

    From bob prohaska@3:770/3 to All on Sat May 8 01:22:36 2021
    Since the package for xoscope doesn't include ALSA support I
    tried downloading the latest sources. Looks like that doesn't
    find the required ALSA libraries, if I understand the instructions
    for compiling correctly. There doesn't seem to be a configure option
    for ALSA support, instead configure looks for libraries and builds
    for what it finds. At this point configure reports, in part:

    ALSA module: no
    COMEDI module: no


    An apt search for ALSA turns up lots of applications that use it,
    but I don't recognize a generic installation target. What am I
    missing?

    Thanks for reading

    bob prohaska

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Deloptes@3:770/3 to bob prohaska on Sat May 8 08:19:47 2021
    bob prohaska wrote:

    Since the package for xoscope doesn't include ALSA support I
    tried downloading the latest sources. Looks like that doesn't
    find the required ALSA libraries, if I understand the instructions
    for compiling correctly. There doesn't seem to be a configure option
    for ALSA support, instead configure looks for libraries and builds
    for what it finds. At this point configure reports, in part:

    ALSA module: no
    COMEDI module: no


    An apt search for ALSA turns up lots of applications that use it,
    but I don't recognize a generic installation target. What am I
    missing?

    Thanks for reading

    bob prohaska

    libasound2-dev is the one I guess

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From The Natural Philosopher@3:770/3 to Deloptes on Sat May 8 09:16:26 2021
    On 08/05/2021 07:19, Deloptes wrote:
    bob prohaska wrote:

    Since the package for xoscope doesn't include ALSA support I
    tried downloading the latest sources. Looks like that doesn't
    find the required ALSA libraries, if I understand the instructions
    for compiling correctly. There doesn't seem to be a configure option
    for ALSA support, instead configure looks for libraries and builds
    for what it finds. At this point configure reports, in part:

    ALSA module: no
    COMEDI module: no


    An apt search for ALSA turns up lots of applications that use it,
    but I don't recognize a generic installation target. What am I
    missing?

    Thanks for reading

    bob prohaska

    libasound2-dev is the one I guess

    libasound* works for *most* alsa. When I was playing with it I needed
    something else, but that *may* not have been alsa related...

    --
    Microsoft : the best reason to go to Linux that ever existed.
    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Deloptes@3:770/3 to The Natural Philosopher on Sat May 8 13:32:56 2021
    The Natural Philosopher wrote:

    libasound* works for *most* alsa. When I was playing with it I needed something else, but that *may* not have been alsa related...

    don't know what you mean by most - this is the alsa library headers needed
    for compiling with alsa support

    for comedy it is self explaining

    libcomedi-dev - Development library for Comedi

    however there is possibility that a specific version is required and the autotools system still does not find what it is configured to look for.
    You have then the option to look into the autotools config files and solve
    the dependencies in detail.
    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Big Bad Bob@3:770/3 to The Natural Philosopher on Sat May 8 15:32:55 2021
    On 2021-05-08 01:16, The Natural Philosopher wrote:
    On 08/05/2021 07:19, Deloptes wrote:
    bob prohaska wrote:

    Since the package for xoscope doesn't include ALSA support I
    tried downloading the latest sources. Looks like that doesn't
    find the required ALSA libraries, if I understand the instructions
    for compiling correctly. There doesn't seem to be a configure option
    for ALSA support, instead configure looks for libraries and builds
    for what it finds. At this point configure reports, in part:

             ALSA module:                    no
             COMEDI module:                  no


    An apt search for ALSA turns up lots of applications that use it,
    but I don't recognize a generic installation target. What am I
    missing?

    Thanks for reading

    bob prohaska

    libasound2-dev is the one I guess

    libasound* works for *most* alsa. When I was playing with it I needed something else, but that *may* not have been alsa related...



    you should post relevant parts of the error output so we can see what it
    failed to find and/or what other errors are related


    --
    (aka 'Bombastic Bob' in case you wondered)

    'Feeling with my fingers, and thinking with my brain' - me

    'your story is so touching, but it sounds just like a lie'
    "Straighten up and fly right"

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From bob prohaska@3:770/3 to Big Bad Bob on Mon May 10 02:27:17 2021
    Big Bad Bob <BigBadBob-at-mrp3-dot-com@testing.local> wrote:

    you should post relevant parts of the error output so we can see what it failed to find and/or what other errors are related


    That was the confusing part. There were no errors of any kind reported.

    Both libasound2-dev and libcomedi-dev are available and installed without problems. The configure script reported finding both of them and
    make completed without complaint.

    The resulting binary runs and displays in a reasonable fashion. It
    seems that ALSA works somewhat better, in the sense of giving a
    recognizable disply to a squarewave input more easily. It's possible
    to switch to COMEDI device mode, but the display seems unresponsive.
    Since I'm dealing with a sound capture device that's not very strange.

    Thanks very much for everyone's help!

    bob prohaska

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)