Bug 13749 (joseangel)

Summary: I can't install v4l-dvb on openSUSE
Product: v4l-dvb Reporter: joseangel (oeste3781)
Component: em28xxAssignee: Brandon Philips (brandon)
Status: RESOLVED INVALID    
Severity: normal CC: brandon, oeste3781
Priority: P1    
Hardware: i386   
OS: Linux   
Kernel Version: 2.6.27.23-0.1-pae - openSUSE 11.1 Subsystem:
Regression: No Bisected commit-id:

Description joseangel 2009-07-09 14:32:19 UTC
linux-u8tx:/usr/local/bin/mercurial/v4l-dvb # uname -r
2.6.27.23-0.1-pae
linux-u8tx:/usr/local/bin/mercurial/v4l-dvb # make
make -C /usr/local/bin/mercurial/v4l-dvb/v4l 
make[1]: se ingresa al directorio `/usr/local/bin/mercurial/v4l-dvb/v4l'
Updating/Creating .config
Preparing to compile for kernel version 2.6.27
File not found: /lib/modules/2.6.27.7-9-pae/build/.config at ./scripts/make_kconfig.pl line 32, <IN> line 4.
make[1]: *** No hay ninguna regla para construir el objetivo `.myconfig', necesario para `config-compat.h'.  Alto.
make[1]: se sale del directorio `/usr/local/bin/mercurial/v4l-dvb/v4l'
make: *** [all] Error 2
Comment 1 joseangel 2009-07-09 14:51:04 UTC
I'm trying to install an usb Pinnacle PCTV 330e,that work with the module em28xx, on an openSUSE 11.1 distro with kernel 2.6.27.23-0.1-pae. But when I run make, the system report Error 2.Do you Know why? 

Thanks.
Comment 2 Brandon Philips 2009-07-10 01:59:26 UTC
(In reply to comment #1)
> I'm trying to install an usb Pinnacle PCTV 330e,that work with the module
> em28xx, on an openSUSE 11.1 distro with kernel 2.6.27.23-0.1-pae. But when I
> run make, the system report Error 2.Do you Know why? 

Do you have a kernel-source package installed that matches your Kernel version?

zypper install devel_kernel kernel-source
Comment 3 Brandon Philips 2009-07-12 23:58:25 UTC
`zypper install kernel-default-devel` is what I meant, sorry.