Sorry guys,
It has been pointed out that I pasted the wrong line out of the UDTT2BDA.inf file
You need to change
HKR,"DriverData","FixedBandwidth",0x00010001, 0x00,0x00,0x00,0x00
to
HKR,"DriverData","FixedBandwidth",0x00010001, 0x07,0x00,0x00,0x00
and
HKR,"DriverData","ShiftFreqScan",0x00010001, 0x00,0x00,0x00,0x00
To
HKR,"DriverData","ShiftFreqScan",0x00010001, 0x01,0x00,0x00,0x00
you might also need to scan for additional services as MCE may not pick up all the services at once
Also reboot after retuning and doing any driver changes
QUOTE (strangecity @ Aug 20 2005, 07:06 PM)
All,
I Finally managed to solve this problem after many hours of frustration
Turns out to was a driver issue AND an MCE issue !
solved it by doing the following:
1. used a custom Psidec.dll (thanks to Arkay at Australian media centre community forum for the Dll) that allowed me to tune into only the UHF strong channels which then helped me troubleshoot the issue futher
2. I had to force the tinyUSB driver into 7mhz mode by modifying (uncommenting) the following lines in the UDTT2BDA.inf driver file
;HKR,"DriverData","FixedBandwidth",0x00010001, 0x06,0x00,0x00,0x00
; //Fixed 7 MHz
; //Don't scan +-167KHz, just return lock failure
;HKR,"DriverData","ShiftFreqScan",0x00010001, 0x01,0x00,0x00,0x00
I solved this by looking at the MSI VOX BDA driver inf file for an Australian MCE
Hopefully this may help others with the similar problems !
Renura,
It might be worth modifying your driver to reflect this