[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mjpeg-users
Subject:    Re: [Mjpeg-users] Lubuntu doesn't seem to recognize IOmega Buz capture card
From:       William Lum <lumwaiman () gmail ! com>
Date:       2021-02-25 5:25:42
Message-ID: CA+84gYvj12J_kyxHdu9aNR9djm4JY1Qmywz3A9rXCLN07o=Y8g () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hello,

Following your instructions here is what I found.

I should also note that I am testing on a live USB stick vs installed on
ssd.  This was mainly because I had installed 3-5 different versions and
flavours of linux trying to get this to work and wanted to avoid installing
more until I find a solution.  Please let me know if this is an issue.

On Ubuntu 15.04 (Linux ubuntu 3.19.0-15-generic)
The hardware is the IOmega Buz (0.6:09.0 Multimedia video controller
[0400]: Zoran Corporation *ZR36057*PQC Video cutting chipset [11de:6057]
(rev 01)

I looked for drivers in  /lib/modules/  that took me to
/lib/modules/3.19.0-15-generic/kernel/driver/media/pci/zoran where I found:
- videocodec.ko
- zr36016.ko
- zr36050.ko
- zr36060.ko
- zr36067.ko

none seem to be a direct match for the zr36057

Tried to load the driver  "modprobe -n -v --show-depends zoran" this
resulted "FATAL: Module zoran not found."

Then tried  "modprobe -n -v --show-depends zr36067" this seemed to install
modules
insmod /lib/modeules/3.19.0-15-generic/kernel/driver/...ko (ic2/alogo,
media, V4l2, videocodec, zr36067)

but when I "lspci -nnk" it still does not show any subsystem or driver in
use so not sure if it worked... also wanted to try testing it with VLC but
couldn't install as the Ubuntu software center is too old and the links no
longer seem to work.  This worries me, if I do get this working will I be
able to install any software (i.e. Kdenlive etc).  Don;t know how to do
this if the ubuntu software center isn't working.  apt get also had errors
as the folders for this version of ubuntu seem to no longer exist.

Thoughts on how I should proceed?

Thanks for your continued help.
William



On Mon, Feb 22, 2021 at 1:30 PM Bernhard Praschinger <shadowlord@utanet.at>
wrote:

> Hallo
>
>
> William Lum wrote:
> > Responses inline in Red. Thanks for your help.
> The color vanishes when I do a text only reply.
>
> > >    Some thought's about what you try to accomplish. Sorry for the
> longer
> > >    delay.
> >
> > >     > I have a Zoran based capture card that Lubuntu doesn't seem to
> > >     > recognize.  Here is what I have done so far.  I'm new to linux so
> > >     > please take that into consideration with you instructions.
> > >     >
> > >     >  1. lspci | grep Zoran
> > >    Which card do you actually want to use ? I don't know the type by
> the
> > >    output of lspci.
> > 0.6:09.0 Multimedia video controller [0400]: Zoran Corporation
> > ZR36057PQC Video cutting chipset [11de:6057] (rev 01)
>
> That Chip was used in the Pinnacle/Miro DC10(new and old), and in the
> Pinnacle/Miro DC30. The Cards use differen IC's for TV encoding a
> decoding and for the mjpeg encoder:
> https://mjpeg.sourceforge.io/driver-zoran/cards.php
>
>
> > >     >  2. sudo dmidecode -t 2
> > >     >
> > >     > Is there support for AMD 790FX chipset?
> > >    Which kernel does the distribution use ? (uname -a)
> > Linux ubuntu 3.19.0-15-generic
> That is a older kernel (~8years old) which is a good thing.
>
> > >     > 4. Tried steps
> > >     >
> > >     >
> https://www.kernel.org/doc/html/v4.14/media/v4l-drivers/zoran.html#how-do-i-get-this-damn-thing-to-work
> > >     > Looking for the Zoran Conf file but it's not there
> > >    If I understand the text correct you should try to load the driver
> > >    manually, and if that works you create the file so you don't need
> to do
> > >    everything manually.
> >     Can you point me to instructions on where to download the right
> >     driver and then how to load a driver manually?
> The correct driver should be shipped with the linux kernel.
> Usually the kernel modules are located in /lib/modules/ go to that
> directory and search for zoran, zr36, saa711, adv717
>
> It should find some files.
>
> > >     > 5. Load zr36067.o.
> > >     > How do I do that?
> > >    Depending on the kernel your distribution uses it can be that the
> > >    driver
> > >    is in the staging area. And not available by default.
> > >    Newer Kernel like 4.x might have that problem. So if possible use a
> > >    older distribution using a kernel 3.x or 2.6.x Also the mjpegtools
> and
> > >    lavrec need oss, and have no native support for alsa means that
> > >    recording sound can be tricky.
> >     tried older kernel (see above) still not working
> If there search did find a zoran module try to load the modules as root
> with a command like this for a first test:
> modprobe -n -v --show-depends zoran
>
> And once without the --show-depends, and if the output looks prosing
> without the -n
>
> If there s no zoran.o, replace the zoran with zr36067, so the command
> looked like that: modprobe -n -v --show-depends zr36067
>
> auf hoffentlich bald,
>
> Berni the Chaos of Woodquarter
>
> Email: shadowlord@utanet.at
> www: http://www.lysator.liu.se/~gz/bernhard
>

[Attachment #5 (text/html)]

<div dir="ltr"><div dir="ltr"><div>Hello,  </div><div><br></div><div>Following your \
instructions here is what I found.</div><div><br></div><div>I should also note that I \
am testing on a live USB stick vs installed on ssd.   This was mainly because I had \
installed 3-5 different versions and flavours of linux trying to get this to work and \
wanted to avoid installing more until I find a solution.   Please let me know if this \
is an issue.</div><div><br></div><div>On Ubuntu 15.04 (Linux  ubuntu \
3.19.0-15-generic)</div><div>The hardware is the IOmega Buz (0.6:09.0 Multimedia \
video controller [0400]: Zoran Corporation <b>ZR36057</b>PQC Video cutting chipset \
[11de:6057] (rev 01)    </div><div><br></div><div>I looked for drivers in  

/lib/modules/   that took me to  

/lib/modules/3.19.0-15-generic/kernel/driver/media/pci/zoran where I \
found:</div><div>- videocodec.ko</div><div>- zr36016.ko</div><div>- \
zr36050.ko</div><div>- zr36060.ko</div><div>- \
zr36067.ko</div><div><br></div><div>none seem to be a direct match for the \
zr36057</div><div><br></div><div>Tried to load the driver   &quot;modprobe -n -v \
--show-depends zoran&quot; this resulted &quot;FATAL: Module zoran not \
found.&quot;</div><div>    <br></div><div>Then tried  


&quot;modprobe -n -v --show-depends 

zr36067&quot; this seemed to install modules</div><div>insmod \
/lib/modeules/3.19.0-15-generic/kernel/driver/...ko (ic2/alogo, media, V4l2, \
videocodec, zr36067)</div><div dir="ltr"><br></div><div>but when I &quot;lspci \
-nnk&quot; it still does not show any subsystem or driver in use so not sure if it \
worked... also wanted to try testing it with VLC but couldn&#39;t install as the \
Ubuntu software center is too old and the links no longer seem to work.   This \
worries me, if I do get this working will I be able to install any software (i.e. \
Kdenlive etc).   Don;t know how to do this if the ubuntu software center isn&#39;t \
working.   apt get also had errors as the folders for this version of ubuntu seem to \
no longer exist.</div><div><br></div><div>Thoughts on how I should proceed?    \
</div><div dir="ltr"><br></div>Thanks for your continued help.<br \
clear="all"><div><div dir="ltr" class="gmail_signature" \
data-smartmail="gmail_signature"><div dir="ltr"><div>William \
<br><br></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" \
class="gmail_attr">On Mon, Feb 22, 2021 at 1:30 PM Bernhard Praschinger &lt;<a \
href="mailto:shadowlord@utanet.at">shadowlord@utanet.at</a>&gt; \
wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hallo<br> <br>
<br>
William Lum wrote:<br>
&gt; Responses inline in Red. Thanks for your help.<br>
The color vanishes when I do a text only reply.<br>
<br>
&gt; &gt;      Some thought&#39;s about what you try to accomplish. Sorry for the \
longer<br> &gt; &gt;      delay.<br>
&gt; <br>
&gt; &gt;        &gt; I have a Zoran based capture card that Lubuntu doesn&#39;t seem \
to<br> &gt; &gt;        &gt; recognize.   Here is what I have done so  far.   I&#39;m \
new to linux so<br> &gt; &gt;        &gt; please take that into consideration with \
you instructions.<br> &gt; &gt;        &gt;<br>
&gt; &gt;        &gt;   1. lspci | grep Zoran<br>
&gt; &gt;      Which card do you actually want to use ? I don&#39;t know the type by \
the<br> &gt; &gt;      output of lspci.<br>
&gt; 0.6:09.0 Multimedia video controller [0400]: Zoran Corporation <br>
&gt; ZR36057PQC Video cutting chipset [11de:6057] (rev 01)<br>
<br>
That Chip was used in the Pinnacle/Miro DC10(new and old), and in the <br>
Pinnacle/Miro DC30. The Cards use differen IC&#39;s for TV encoding a <br>
decoding and for the mjpeg encoder:<br>
<a href="https://mjpeg.sourceforge.io/driver-zoran/cards.php" rel="noreferrer" \
target="_blank">https://mjpeg.sourceforge.io/driver-zoran/cards.php</a><br> <br>
<br>
&gt; &gt;        &gt;   2. sudo dmidecode -t 2<br>
&gt; &gt;        &gt;<br>
&gt; &gt;        &gt; Is there support for AMD 790FX chipset?<br>
&gt; &gt;      Which kernel does the distribution use ? (uname -a)<br>
&gt; Linux  ubuntu 3.19.0-15-generic<br>
That is a older kernel (~8years old) which is a good thing.<br>
<br>
&gt; &gt;        &gt; 4. Tried steps<br>
&gt; &gt;        &gt;<br>
&gt; &gt;        &gt;<a \
href="https://www.kernel.org/doc/html/v4.14/media/v4l-drivers/zoran.html#how-do-i-get-this-damn-thing-to-work" \
rel="noreferrer" target="_blank">https://www.kernel.org/doc/html/v4.14/media/v4l-drivers/zoran.html#how-do-i-get-this-damn-thing-to-work</a><br>
 &gt; &gt;        &gt; Looking for the Zoran Conf file but it&#39;s not there<br>
&gt; &gt;      If I understand the text correct you should try to load the driver<br>
&gt; &gt;      manually, and if that works you create the file so you don&#39;t need \
to do<br> &gt; &gt;      everything manually.<br>
&gt;        Can you point me to instructions on where to download the right<br>
&gt;        driver and then how to load a driver manually? <br>
The correct driver should be shipped with the linux kernel.<br>
Usually the kernel modules are located in /lib/modules/ go to that <br>
directory and search for zoran, zr36, saa711, adv717<br>
<br>
It should find some files.<br>
<br>
&gt; &gt;        &gt; 5. Load zr36067.o.<br>
&gt; &gt;        &gt; How do I do that?<br>
&gt; &gt;      Depending on the kernel your distribution uses it can be that the<br>
&gt; &gt;      driver<br>
&gt; &gt;      is in the staging area. And not available by default.<br>
&gt; &gt;      Newer Kernel like 4.x might have that problem. So if possible use \
a<br> &gt; &gt;      older distribution using a kernel 3.x or 2.6.x Also the \
mjpegtools and<br> &gt; &gt;      lavrec need oss, and have no native support for \
alsa means that<br> &gt; &gt;      recording sound can be tricky.<br>
&gt;        tried older kernel (see above) still not working<br>
If there search did find a zoran module try to load the modules as root <br>
with a command like this for a first test:<br>
modprobe -n -v --show-depends zoran<br>
<br>
And once without the --show-depends, and if the output looks prosing <br>
without the -n<br>
<br>
If there s no zoran.o, replace the zoran with zr36067, so the command <br>
looked like that: modprobe -n -v --show-depends zr36067<br>
<br>
auf hoffentlich bald,<br>
<br>
Berni the Chaos of Woodquarter<br>
<br>
Email: <a href="mailto:shadowlord@utanet.at" \
                target="_blank">shadowlord@utanet.at</a><br>
www: <a href="http://www.lysator.liu.se/~gz/bernhard" rel="noreferrer" \
target="_blank">http://www.lysator.liu.se/~gz/bernhard</a><br> \
</blockquote></div></div>





_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic