Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

odvr for Olympus WN-960PC : problem installing multimedia repository on Stretch

29 views
Skip to first unread message

Bernard

unread,
Sep 24, 2018, 10:40:04 AM9/24/18
to
Hi to Everyone,

I recently discovered that I could run that old voice recorder on
Debian. According to what I read on

https://raywoodcockslatest.wordpress.com/2016/05/15/linux-vn960pc/

it works well once this :

odvr_0.1.4.1_i386.deb

is installed (or maybe something more recent...). Problem is, this is
unavailable on my default repositories. I tried adding

deb http://www.deb-multimedia.org stretch main non-free

to my sources.list, but, after the update, the package odvr is still
unavailable.

Where can I get this package, or is there anything else that could fill
my purpose with this Olympus voice recorder ?

Thanks in advance for your help

Bernard

deloptes

unread,
Sep 24, 2018, 1:40:04 PM9/24/18
to
if package is there, it means that also (probably) source code is there.
just compile it for stretch and install (but be careful - perhaps better do
this in a virtual machine as you will have to load a lot of development
packages and you can also test first on that machine)

regards

Matthew Crews

unread,
Sep 24, 2018, 3:30:04 PM9/24/18
to
Are you sure that ODVR is in the repos? I'm looking and it doesn't
appear to be.

http://www.deb-multimedia.org/dists/stable-backports/main/binary-i386/

Bernard

unread,
Sep 25, 2018, 1:20:04 PM9/25/18
to
True enough, the package odvr is not in any Debian repository. Reading
more carefully the same doc from Ray Woodcocks, I found a Google storage
place where said package could be downloaded

https://code.google.com/archive/p/odvr/downloads

But... trying to install

#dpkg -i odvr_0.1.4.1_i386.deb

I got an error message saying that my hardware was not compatible since
it was md65, not i386. The same Google archive also proposes something
for md65, but it has to be built and compiled, and there is NO MAKEFILE
provided... the user is supposed to create its own, and I am not ready
to go that way.

So, instead, I installed odvr_0.1.4.1_i386.deb on a very old DELL
Inspiron running Ubuntu 8.04 (Hardy Heron)... and... IT WORKS there with
my Olympus recorder !

deloptes

unread,
Sep 25, 2018, 2:50:03 PM9/25/18
to
Bernard wrote:

> True enough, the package odvr is not in any Debian repository. Reading
> more carefully the same doc from Ray Woodcocks, I found a Google storage
> place where said package could be downloaded
>
> https://code.google.com/archive/p/odvr/downloads
>
> But... trying to install
>
> #dpkg -i odvr_0.1.4.1_i386.deb
>
> I got an error message saying that my hardware was not compatible since
> it was md65, not i386. The same Google archive also proposes something
> for md65, but it has to be built and compiled, and there is NO MAKEFILE
> provided... the user is supposed to create its own, and I am not ready
> to go that way.
>
> So, instead, I installed odvr_0.1.4.1_i386.deb on a very old DELL
> Inspiron running Ubuntu 8.04 (Hardy Heron)... and... IT WORKS there with
> my Olympus recorder !

Hi, first of all we don't top post as it is hard to read. Secondly you meant
amd64 and not md65 (I guess).
If this is the case you may need to install i386 compatibility aka
multiarch. This means you can run 386 software on 64bit.
https://wiki.debian.org/Multiarch/HOWTO

Another option would be to use the amd64 package
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/odvr/odvr-0.1.4.1_amd64.deb

I personally would try to compile and if compile succeeds repackage for
stretch.

I wounder why you stick to the 0.1.4 when there is 0.1.5, but as it looks
like you have time to spend, you may try compiling both.
In both tar files I see make files - not sure where you looked at

https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/odvr/odvr-0.1.5.tar.gz
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/odvr/odvr-0.1.4.1.tar.gz

regards
0 new messages