home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
MPstandbyHandler
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ichessblumen" data-source="post: 642077" data-attributes="member: 45047"><p><strong>How to get it to work with Win7 (x86 and x64)</strong></p><p></p><p>Since I'm on Win7 the hardware reset of devices fails with MPSH. This is known.</p><p></p><p>I've found a workaround. Download the Windows Driver Kit 7.1.0 from <strong><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=36a2630f-5d56-43b5-b996-7633f2ec14ff" target="_blank">here 619 MB</a></strong></p><p>Unzip the ISO to a folder. Then search in this folder for devcon.exe</p><p>You'll find there </p><p>WDK\setuptools_ia64fre_cab001.cab, </p><p>WDK\setuptools_x64fre_cab001.cab </p><p>WDK\setuptools_x86fre_cab001.cab</p><p></p><p>extraxt the devcon.exe which belongs to your Win7 OS and rename devcon.exe_00000 in devcon.exe</p><p></p><p>If you're on a 32-bit OS then copy the devcon.exe in %Windows\system32</p><p></p><p>Write a small .bat file my means of an editor and save it for example as "restartdevices.bat". This bat will enable or disable devices. If you'd like to enable/disable your LAN device and TV card navigate to hardware manager and find out the device number in properties tab.</p><p></p><p>here's a sample:</p><p>[CODE]rem this disables your TV card. find out the hardware ID of your card in device manager properties . the asterisk is a wildcard</p><p></p><p>devcon disable "PCI\VEN_1822*" </p><p></p><p>rem give it some time thats why I use ping localhost before next command</p><p></p><p>ping localhost</p><p></p><p>rem next enables your card again</p><p></p><p>devcon enable "PCI\VEN_1822*"</p><p>[/CODE]</p><p></p><p>In resume tab of MPSH insert then "External command" the path to the "restartdevices.bat"</p><p></p><p>I think, that'll help alot of people having problems wth reinit of tuners and LAN connections.</p><p></p><p>have fun</p></blockquote><p></p>
[QUOTE="ichessblumen, post: 642077, member: 45047"] [b]How to get it to work with Win7 (x86 and x64)[/b] Since I'm on Win7 the hardware reset of devices fails with MPSH. This is known. I've found a workaround. Download the Windows Driver Kit 7.1.0 from [B][URL="http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=36a2630f-5d56-43b5-b996-7633f2ec14ff"]here 619 MB[/URL][/B] Unzip the ISO to a folder. Then search in this folder for devcon.exe You'll find there WDK\setuptools_ia64fre_cab001.cab, WDK\setuptools_x64fre_cab001.cab WDK\setuptools_x86fre_cab001.cab extraxt the devcon.exe which belongs to your Win7 OS and rename devcon.exe_00000 in devcon.exe If you're on a 32-bit OS then copy the devcon.exe in %Windows\system32 Write a small .bat file my means of an editor and save it for example as "restartdevices.bat". This bat will enable or disable devices. If you'd like to enable/disable your LAN device and TV card navigate to hardware manager and find out the device number in properties tab. here's a sample: [CODE]rem this disables your TV card. find out the hardware ID of your card in device manager properties . the asterisk is a wildcard devcon disable "PCI\VEN_1822*" rem give it some time thats why I use ping localhost before next command ping localhost rem next enables your card again devcon enable "PCI\VEN_1822*" [/CODE] In resume tab of MPSH insert then "External command" the path to the "restartdevices.bat" I think, that'll help alot of people having problems wth reinit of tuners and LAN connections. have fun [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
MPstandbyHandler
Contact us
RSS
Top
Bottom