Koozali.org: home of the SME Server

compiling gspcav1 help

Offline redteo

  • *
  • 122
  • +0/-0
    • redteo blog
compiling gspcav1 help
« 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???


Offline christian

  • *
  • 369
  • +0/-0
    • http://www.szpilfogel.com
Re: compiling gspcav1 help
« Reply #1 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


SME since 2003

Offline redteo

  • *
  • 122
  • +0/-0
    • redteo blog
Re: compiling gspcav1 help
« Reply #2 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

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: compiling gspcav1 help
« Reply #3 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

Offline redteo

  • *
  • 122
  • +0/-0
    • redteo blog
Re: compiling gspcav1 help
« Reply #4 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


Offline redteo

  • *
  • 122
  • +0/-0
    • redteo blog
Re: compiling gspcav1 help
« Reply #5 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