Hi,

> > kernel 2.4.5, bttv 0.7.68
> > 
> > on opening /dev/radio I get (with debug on)
> 
> Opening with what? In C with open()?

Yep, sorry if I've been uninformative.

It's plain C and plain open( dev_name, O_RDONLY )

> > tuner: radio freq set to 400.00
> > tuner: radio freq (400.00) out of range (65-108)
> > 
> > Hum?
> 
> Is this the radio device from bttv?

Yep, /dev/radio from tuner module (bttv driver)

> > Some ioctl( .. VIDIOCSFREQ .. ) too early ?!
> 
> ioctl() before open()???

Nope. No ioctls in my C program (yet).
It's something like :

  if( ( fd = open( dev_name, O_RDONLY ) ) > 0 ) {
    printf( "Hurray!\n" );
  } else { 
    fprintf( stderr, "No interface found!\n" );
    exit(1);
  }


--
FUBared.

-------------------- H T h i n e t - - W e b M a i l --------------------
Ova poruka poslana je upotrebom HThinet WebMail usluge.
http://webmail.hinet.hr




_______________________________________________
Video4linux-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/video4linux-list

Reply via email to