Re: Webcam with FC6

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

 



On Wed, 2006-12-13 at 22:15 +0000, Keith Powell wrote:
> On Wednesday 13 December 2006 9:11 pm, Mike Cohler wrote:
> > Keith Powell <keith <at> keithg4jvx.force9.co.uk> writes:
> > > However, make stopped with the error message:
> > >
> > > /lib/modules/2.6.18-1.2798.fc6/build   No such file or directory
> > >
> > > There is an empty file called build, but it has a question mark
> > > on it.
> >
> > Do you have kernel-devel installed?  If not then do "yum install
> > kernel-devel" as root, and try again.
> >
> > Mike
> 
> Mike,
> 
> I have now installed kernel-devel, using yum. Then I rebooted.
> 
> Sorry, but I get the same error message saying that there is no 
> '/lib/modules/2.6.18-1.2798.fc6/build' directory. The /build 
> directory is as it was, a file with a question mark on it.

The latest kernel is 2.6.18-1.2849.fc6, and that's probably the kernel-
devel RPM that got installed.  You can check that by doing "rpm -q
kernel-devel" as the root user.

Verify which kernel you're running (via the "uname -r" command).  If
it's not the current one (I suspect you're running the older
2.6.18-1.2798.fc6 kernel) AND you don't want to upgrade to the current
kernel (I recommend you do that unless you have good reasons not to),
then you must tell yum to install the kernel-devel RPM that matches it:

	yum install kernel-devel-2.6.18-1.2798.fc6

Yum may refuse to do that since you probably have a later version
already installed.  In that case, do 

	yum remove kernel-devel*

to remove all instances of the kernel-devel RPM, THEN do:

	yum install kernel-devel-2.6.18-1.2798.fc6

to install the older one that matches your kernel.

----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer     rstevens@xxxxxxxxxxxxxxx -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-           Fear is finding a ".vbs" script in your Inbox            -
----------------------------------------------------------------------


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

  Powered by Linux