TV Server does not recognize BlackGold BGT3510 (1 Viewer)

Khurram

Portal Pro
May 12, 2008
211
5
Home Country
Pakistan Pakistan
I just bought a BlackGold BGT3510. I installed it in my pc and installed drivers 7.6.9.0. My pc was already running 1.0.1.0, single master. But TVServer would not recognize the card. I did a re-installed 1.0.1 (after a full uninstall and a reboot), but still the same.
tv.log gives the following error:
Code:
2009-05-27 23:20:05.078125 [TVService]: Detecting Cards
2009-05-27 23:20:05.515625 [PowerEventThread]: TV service PowerEventThread 537
2009-05-27 23:20:05.546875 [PowerEventThread]: TV service PowerEventThread 537
2009-05-27 23:20:05.562500 [TVService]: Detected DVB-T card:7164 bda dvbt tuner
2009-05-27 23:20:05.812500 [TVService]: Detected DVB-T card:7164 bda dvbt tuner
2009-05-27 23:20:05.953125 [TVService]: Detected analog card:7164 bda analog tv tuner
2009-05-27 23:20:06.031250 [TVService]: Detected analog card:7164 bda analog tv tuner
2009-05-27 23:20:06.062500 [TVService]: Controller: DeInit.
2009-05-27 23:20:09.078125 [TVService]: Controller: 2 init attempt
2009-05-27 23:20:09.078125 [TVService]: C:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal TV Server\gentle.config
2009-05-27 23:20:09.078125 [TVService]: Controller: using MySQL database connection: Server=akzsf;Database=MpTvDb;User ID=.....
2009-05-27 23:20:09.078125 [TVService]: ----------------------------
2009-05-27 23:20:09.093750 [TVService]: Detecting Cards
2009-05-27 23:20:09.140625 [TVService]: Detected DVB-T card:7164 bda dvbt tuner
2009-05-27 23:20:09.156250 [TVService]: Detected DVB-T card:7164 bda dvbt tuner
2009-05-27 23:20:09.281250 [TVService]: Detected analog card:7164 bda analog tv tuner
2009-05-27 23:20:09.312500 [TVService]: Error while reading analog card configuration file
2009-05-27 23:20:09.359375 [TVService]: Controller: DeInit.
2009-05-27 23:20:12.359375 [TVService]: Controller: 3 init attempt
2009-05-27 23:20:12.375000 [TVService]: C:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal TV Server\gentle.config
2009-05-27 23:20:12.375000 [TVService]: Controller: using MySQL database connection: Server=akzsf;Database=MpTvDb;User ID=......
2009-05-27 23:20:12.375000 [TVService]: ----------------------------
The second part above is repeated 4 times in the log. There is an xml file for the card in C:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal TV Server\AnalogCard, but it is always 0 bytes.
In error.log, I get the following:
Code:
2009-05-28 00:00:11.718750 [TVService]: Exception   :System.NullReferenceException: Object reference not set to an instance of an object.
   at TvLibrary.Implementations.Analog.Configuration.writeConfiguration(Configuration configuration)
   at TvLibrary.Implementations.Analog.TvCardAnalog..ctor(DsDevice device)
   at TvLibrary.Implementations.TvCardCollection.DetectCards()
   at TvLibrary.Implementations.TvCardCollection..ctor(IEpgEvents epgEvents)
   at TvService.TVController.InitController()
2009-05-28 00:00:14.953125 [TVService]: Exception   :System.NullReferenceException: Object reference not set to an instance of an object.
   at TvLibrary.Implementations.Analog.Configuration.writeConfiguration(Configuration configuration)
   at TvLibrary.Implementations.Analog.TvCardAnalog..ctor(DsDevice device)
   at TvLibrary.Implementations.TvCardCollection.DetectCards()
   at TvLibrary.Implementations.TvCardCollection..ctor(IEpgEvents epgEvents)
   at TvService.TVController.InitController()
2009-05-28 00:00:18.187500 [TVService]: Exception   :System.IO.IOException: The process cannot access the file 'C:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal TV Server\AnalogCard\Configuration-0-7164 BDA Analog TV Tuner.xml' because it is being used by another process.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at System.Xml.XmlTextWriter..ctor(String filename, Encoding encoding)
   at TvLibrary.Implementations.Analog.Configuration.writeConfiguration(Configuration configuration)
   at TvLibrary.Implementations.Analog.TvCardAnalog..ctor(DsDevice device)
   at TvLibrary.Implementations.TvCardCollection.DetectCards()
   at TvLibrary.Implementations.TvCardCollection..ctor(IEpgEvents epgEvents)
   at TvService.TVController.InitController()
2009-05-28 00:00:21.421875 [TVService]: Exception   :System.IO.IOException: The process cannot access the file 'C:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal TV Server\AnalogCard\Configuration-0-7164 BDA Analog TV Tuner.xml' because it is being used by another process.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at System.Xml.XmlTextWriter..ctor(String filename, Encoding encoding)
   at TvLibrary.Implementations.Analog.Configuration.writeConfiguration(Configuration configuration)
   at TvLibrary.Implementations.Analog.TvCardAnalog..ctor(DsDevice device)
   at TvLibrary.Implementations.TvCardCollection.DetectCards()
   at TvLibrary.Implementations.TvCardCollection..ctor(IEpgEvents epgEvents)
   at TvService.TVController.InitController()
2009-05-28 00:00:24.671875 [TVService]: Exception   :System.NullReferenceException: Object reference not set to an instance of an object.
   at TvLibrary.Implementations.Analog.Configuration.writeConfiguration(Configuration configuration)
   at TvLibrary.Implementations.Analog.TvCardAnalog..ctor(DsDevice device)
   at TvLibrary.Implementations.TvCardCollection.DetectCards()
   at TvLibrary.Implementations.TvCardCollection..ctor(IEpgEvents epgEvents)
   at TvService.TVController.InitController()
It seems like it detects the card but them something goes wrong :confused:
 

Khurram

Portal Pro
May 12, 2008
211
5
Home Country
Pakistan Pakistan
This is a known bug in 1.0.1 as you can read here: MEDIAPORTAL - free media center - Rescheduled 1.0.2 release to address critical issues of 1.0.1
Please update to 1.0.2 or use the updated dll which is linked in the news.
:D I did a fresh install of 1.0.2 and it went very smoothly.
BTW: The other thread is only for the patch and not generally for analog cards.
I have edited my post on that other thread and moved it back here. Sorry for the confusion.
 

Users who are viewing this thread

Top Bottom