[resent from my subscribed address -- moderator, please disregard previous copy from dan.sheridan@xxxxxxxxxxxxxx] For some time, radio support has been included but disabled in bttv for the Miro PCTV Pro card, although I don't recall any problems once it was decided to disable the initialisation of the card. The following patch (against 2.4.0) re-enables the radio support. Could it be included, or have I missed an important bug report? Dan. diff -u --recursive --new-file orig/linux/drivers/media/video/bttv-cards.c linux/drivers/media/video/bttv-cards.c --- orig/linux/drivers/media/video/bttv-cards.c Mon Jan 8 00:26:22 2001 +++ linux/drivers/media/video/bttv-cards.c Tue Jan 9 22:56:30 2001 @@ -278,9 +278,10 @@ audio_inputs: 1, tuner: 0, svhs: 2, - gpiomask: 65551, + gpiomask: 0x3004F, muxsel: { 2, 3, 1, 1}, - audiomux: {1,65537, 0, 0,10}, + audiomux: {1, 0x10011, 5, 0,10}, + gpiomask2: 0x3004F, needs_tvaudio: 1, tuner_type: -1, },{ diff -u --recursive --new-file orig/linux/drivers/media/video/bttv-driver.c linux/drivers/media/video/bttv-driver.c --- orig/linux/drivers/media/video/bttv-driver.c Mon Jan 8 00:26:22 2001 +++ linux/drivers/media/video/bttv-driver.c Mon Jan 8 00:35:53 2001 @@ -1833,10 +1833,8 @@ return -EFAULT; btv->win.freq=v; bttv_call_i2c_clients(btv,cmd,&v); -#if 0 if (btv->type == BTTV_MIROPRO && btv->radio) tea5757_set_freq(btv,v); -#endif return 0; } -- Dan Sheridan -- Research Student -- Department of Computer Science University of York, Heslington, York YO10 5DD