modprobe
Anders Häggström
hagge.ubuntu at intercorner.net
Mon May 28 13:38:07 UTC 2007
2007/5/28, norman <norman at littletank.org>:
> In order to get my TV card recognised I used to use modprobe cx88_dvb
> and then carry on with the card having been recognised. This morning I
> did my usual update and now when I try modprobe cx88_dvb I get the
> following:-
>
> norman at gruber:~$ modprobe cx88_dvb
> WARNING: Error inserting dvb_core
> (/lib/modules/2.6.20-16-386/kernel/drivers/media/dvb/dvb-core/dvb-core.ko): Operation not permitted
> WARNING: Error inserting video_buf_dvb
> (/lib/modules/2.6.20-16-386/kernel/drivers/media/video/video-buf-dvb.ko): Operation not permitted
> WARNING: Error inserting dvb_pll
> (/lib/modules/2.6.20-16-386/kernel/drivers/media/dvb/frontends/dvb-pll.ko): Operation not permitted
> WARNING: Error inserting cx88_vp3054_i2c
> (/lib/modules/2.6.20-16-386/kernel/drivers/media/video/cx88/cx88-vp3054-i2c.ko): Operation not permitted
> FATAL: Error inserting cx88_dvb
> (/lib/modules/2.6.20-16-386/kernel/drivers/media/video/cx88/cx88-dvb.ko): Operation not permitted
> norman at gruber:~$
>
> How should I now proceed to get the card recognised?
>
> Norman
Use sudo (root-access)
$ sudo modprobe cx88_dvb
And if you want the modules to load automatically at boot insert them
(only the name of the module) on onle line each in /etc/modules.
// Anders
More information about the ubuntu-users
mailing list