Re: Intel usb camera on FC6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2/22/07, Tim <ignored_mailbox@xxxxxxxxxxxx> wrote:
>>> kernel-2.6.19-1.2895.fc6.i586
>>> kernel-2.6.19-1.2911.fc6.i586


Jeff G:
> OK, then.  What's the easiet way to tell what is the correct kernel for my CPU?
>
> Assuming it's the 686 version, then how do I upgrade to it?

Seeing as you've got two kernels, it's moderately easy.  You won't have
to fight the system to replace kernel-2.6.19-1.2911 586 with the 686
version of the same kernel-2.6.19-1.2911.

One way is to reboot and use the old kernel.  Uninstall the newer one.
Download and install the 686 version of the latest one or two kernels
(two gives you some options to play with, just in case).  Then you can
reboot with the latest 686 kernel, and if things work fine, remove the
old 586 one.

--
(This box runs FC6, my others run FC4 & FC5, in case that's
 important to the thread.)

Don't send private replies to my address, the mailbox is ignored.
I read messages from the public lists.


Thanks Axel and Tim.  There was a "script" to run

http://fedoraproject.org/wiki/Bugs/FC6Common?highlight=%28fc6%29#head-e0676100ebd965b92fbaa7111097983a3822f143

BUT, it had two bugs: a typo on lines 11 and 13.

line 11 WAS:
KARCH=$(rpm -q kernel --qf "%{arch}\n | tail -n 1")

Supposed to be:
KARCH=$(rpm -q kernel --qf "%{arch}\n" | tail -n 1)
--->The last quote on the line was in the wrong place.


line 13 WAS:
if [ $KARCH == "i586" ]; then

Should be:
if [ $KARCH == "i586" ] ; then
--->put a space between the ] and ;

I also installed camstream.

now it recognized the device, but seems to not be able to display anything.


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux