Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: redteo on November 04, 2008, 11:23:16 PM

Title: compiling gspcav1 help
Post by: redteo on November 04, 2008, 11:23:16 PM
i need to compile the module to use one usb webcam.
but i have this problem
the installed kernel is 2.6.9-78.0.1.EL
but the source i'm able to install from the repository is 2.6.9-78.0.5.EL-i586
some one can tell me where found the rigth source???

Title: Re: compiling gspcav1 help
Post by: christian on November 05, 2008, 12:09:42 AM
To the best of my knowledge, SME never issued 2.6.9-78.0.1.EL.

The current kernel is kernel-smp-2.6.9-67.0.7.EL

and the one in smeupdates-testing is 2.6.9-78.0.5.EL


Title: Re: compiling gspcav1 help
Post by: redteo on November 05, 2008, 12:24:07 AM
Code: [Select]
[root@server bin]# uname -r
2.6.9-78.0.1.EL
[root@server bin]#
this that my server said
Title: Re: compiling gspcav1 help
Post by: Stefano on November 05, 2008, 12:57:12 AM
Code: [Select]
[root@server bin]# uname -r
2.6.9-78.0.1.EL
[root@server bin]#
this that my server said

then you have updated your server enabling some CENTOS' repo..

that kernel is not current kernel for SME

anyway, install a dev machine, preferably CENTOS, with dev rpms and compile there the module you need.

my 2c

Ciao
Stefano
Title: Re: compiling gspcav1 help
Post by: redteo on November 05, 2008, 07:12:46 PM
then you have updated your server enabling some CENTOS' repo..

that kernel is not current kernel for SME

anyway, install a dev machine, preferably CENTOS, with dev rpms and compile there the module you need.

my 2c

Ciao
Stefano
csn you be more clear..
i not undestod what i have to do..
i can try to update enablin centosplus repo.
in my server is active contribs and dungogMembers
i not remember to have installed rpm from testing repo.
but i remember something from centosplus

Title: Re: compiling gspcav1 help
Post by: redteo on November 05, 2008, 11:26:25 PM
i solved.
i tougth that some moth ago i had one rpm db problem and forced the reistallation of the sme on the same machine..
ok i din't like to lose loot of data.
so i did this to solve

Code: [Select]
rm -f /var/lib/rpm/__db*
rpm --rebuilddb
yum clean all

after the daqtabase rebuil i did
Code: [Select]
yum update --enablerepo=smeudates-testingthat install the missed package.

thank for suggestion