linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* All In Wonder Radeon and bttv module
@ 2002-06-05 14:00 Salvatore D'Angelo
  2002-06-05 20:57 ` Bongani
  0 siblings, 1 reply; 2+ messages in thread
From: Salvatore D'Angelo @ 2002-06-05 14:00 UTC (permalink / raw)
  To: linux-kernel

Hi all,

I tried to use kwintv on my desktop with All in Wonder ATI Radeon AGP.

I have compiled my kernel (2.4.18)  with almost all the video drivers 
compiled as module. The problem is that I have tried to upload the 
module bttv.o using the command

   modprobe bttv

and the following messages have  appeared:

/lib/modules/2.4.18-6mdk/kernel/drivers/media/video/bttv.o.gz: 
init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, 
including invalid IO or IRQ parameters
modprobe: insmod 
/lib/modules/2.4.18-6mdk/kernel/drivers/media/video/bttv.o.gz failed
modprobe: insmod bttv failed

Can anyone of you help me to understand what is the problem. I think 
that the default IRQ and IO ports are not correct for my video board. If 
so, is it possible have the correct one?

I have tried to search on the Web and in the Linux archives to check if 
these type of errors
have already been solved by someone else, but I haven't found anything.

Thanks in advance for your help.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: All In Wonder Radeon and bttv module
  2002-06-05 14:00 All In Wonder Radeon and bttv module Salvatore D'Angelo
@ 2002-06-05 20:57 ` Bongani
  0 siblings, 0 replies; 2+ messages in thread
From: Bongani @ 2002-06-05 20:57 UTC (permalink / raw)
  To: Salvatore D'Angelo; +Cc: Linux Kernel

Try adding something like this on your
/etc/modules.conf

alias	char-major-81	bttv
options	bttv 	radio=1 card=56
options	tuner	type=1

the card, radio and tuner values are in the linux
source tree under
/usr/src/linux/Documentation/video4linux/bttv/CARDLIST

If you don't have the kernel's source, let me know I'll
send you thta file

On Wed, 2002-06-05 at 16:00, Salvatore D'Angelo wrote:
> Hi all,
> 
> I tried to use kwintv on my desktop with All in Wonder ATI Radeon AGP.
> 
> I have compiled my kernel (2.4.18)  with almost all the video drivers 
> compiled as module. The problem is that I have tried to upload the 
> module bttv.o using the command
> 
>    modprobe bttv
> 
> and the following messages have  appeared:
> 
> /lib/modules/2.4.18-6mdk/kernel/drivers/media/video/bttv.o.gz: 
> init_module: No such device
> Hint: insmod errors can be caused by incorrect module parameters, 
> including invalid IO or IRQ parameters
> modprobe: insmod 
> /lib/modules/2.4.18-6mdk/kernel/drivers/media/video/bttv.o.gz failed
> modprobe: insmod bttv failed
> 
> Can anyone of you help me to understand what is the problem. I think 
> that the default IRQ and IO ports are not correct for my video board. If 
> so, is it possible have the correct one?
> 
> I have tried to search on the Web and in the Linux archives to check if 
> these type of errors
> have already been solved by someone else, but I haven't found anything.
> 
> Thanks in advance for your help.
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-06-05 20:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-05 14:00 All In Wonder Radeon and bttv module Salvatore D'Angelo
2002-06-05 20:57 ` Bongani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).