Šta je novo?

upgrade+problem s tv kartom

Loookkeeed

Slavan
Učlanjen(a)
09.12.2006
Poruke
15
Poena
304
Postovanje,
uradio sam upgrade racunara s sledecim komponentama:
- MSI K9N Neo F
- AMD 64 3500+ AM2
- Kingston 2x512 DDR2 667 Mhz
- Asus EN7300GS
ostao je stari hard 80gb WD koga ce u skorije vreme zameniti dva nova diska SATA II Wd svaki po 300 Gb.
Pri pokusaju instalacije Tv kartice nastaje problem: Kartica je : V-Stream Studio Tv Terminator poznatija kao Quick Tv. Prvo cd s instalacijom nekrece sam; drugo kad se rucno pokrene instalacija Wdm drajvera za philips 7131wdm prijavi da drajveri nisu kompatibilni s operativnim sistemom (ajd to je isto prijavljivao i na prosloj konfiguraciji al se nista nije dogadjalo vec je sve radilo normalno)trece kad se instalira Quick tv ponjegovoj instalaciji kaze da je hardver incompatible s postojecom kofiguracijom sto je novina.
Premestao sam karticu iz Pci slota u drugi i isto se dogadja.............
Da li neko zna sta se desava i sta da preduzmem - sve ostalo radi normalno i nema nikakvih
problema........
Ako mozda ovo nije tema za ovaj forum unapred se izvinjavam!
Pozdrav i hvala
 
Poceo je da ti baguje Windows,pa samim i drajveri.Formatiranje i instalacija svezih drajvera bi trebalo da odradi stvar.
 
Pretpostavljam posto si radio Upgrade da si i podigao nov sistem. Tako da "Sarmica" nije u pravu. Pokusaj da skines neke novije drajvere i probas sa njima. A mozes probati i DScaler jer onda ti nisu potrebnio drajveri samo ubodi pravu verziju. Jer kod mene je isti problem sa Pinnacle PCTV Stereo. Ranije posto sam podigao WinMCE u prvo vreme je bila fora drajveri nisu kompatibilni, pa se sistem vremenom Update-ovao i to se sredilo samo, ali sam u medjuvremenu ubacio DScaler tako da ne koristim uopste software od Pinnacle-a koji sam dobio uz karticu. A u ostalom moja kartica kao ni tvoja nema hardverski kontroler tako da ti je sve jedno.
 
Tacno je instalirao sam taze windovs Xp Sp2............
nasao sam taj DScaler al sta da radim s njim ? on je u vidu zip fajla koji kad se dekompresuje ima svasta u sebi i izmedju ostalog instal folder u kome nema .exe fajla i u onim silnim pisanijama pise da :

Instructions For New & Existing Developers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Hello and welcome to the DScaler source. There are a few hoops to jump through before the
source can be compiled. Our guides will hopefully smooth that process.

For starters there are two supported compilers. You can use either

1) Visual Studio 6
Follow the guide in ReadMe.VS6.txt

2) Visual Studio .NET 2003
Follow the guide in ReadMe.NET.txt

Thanks

John Adcock


Compilation instructions for Visual Studio .NET 2003
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1. Unpack the DScaler source code into any subdirectory

The DDK is required to compile the drivers. In their wisdom Mircosoft no longer have the
DDK available for download. It is possible to compile the rest of DScaler without the DDK.

If you can get hold of the latest DDK follow those instructions otherwise follow the No DDK instructions.


Windows XP SP1 DDK
~~~~~~~~~~~~~~~~~~

5. Install the DDK to your machine (IMPORTANT you must include ME stuff).
You must NOT accept the default setup options.
Expand the "Build Environment" component group and select all the entries,
especially "VxD and 16 Bit Devleopement Enviroment"
And install.

6. Build the Win95 VxD
Start "Win Me Free Build Environment" from the DDK menu.
Go to the Driver\DSDrv95 directory
Build the driver using the command "nmake"
You should then copy DSDrv4.vxd manually from Release to Debug

7. Build the NT driver
Start "Win XP Free Build Environment" from the DDK menu.
Go to the Driver\DSDrvNT directory
Build the driver using the command "build"
You should then copy DSDrv4.sys manually from Release to Debug

8. Open DScaler\DScaler.sln in Visual Studio and build

No DDK
~~~~~~

5. Copy the DSDrv4.vxd and DSDrv4.sys from a recent DScaler installation to
the Release and Debug directories


6. Open DScaler\DScaler.sln in Visual Studio and build



Compilation instructions for Visual Studio 6
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1. Unpack the DScaler source code into any subdirectory

2. Upgrade your Visual Studio to SP5:
http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp5/default.aspx
Note that SP6 is NOT supported at present since there is no processor pack

3. Get the Visual C++ Processor Pack from:
http://msdn.microsoft.com/vstudio/downloads/tools/ppack/download.aspx
Install. It will automatically upgrade Visual Studio.
This software adds SSE and SSE2 support for DScaler's assembly code.

4. Get the Windows Platform SDK (Core SDK) from:
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
Install as c:\program files\Microsoft SDK or another drive of your choice.
We'll use c:\program files\Microsoft SDK as an example here .

The DDK is required to compile the drivers. In their wisdom Mircosoft no longer have the
DDK available for download. It is possible to compile the rest of DScaler without the DDK.

Also there are two version of the DDK that we support. Follow the correct instructions depending
on the DDK that you have

Windows DDK (with Windows 2000 and ME support):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

5. Install as C:\NTDDK or another location of your choice.
We'll use drive C:\NTDDK as an example here.

6. In Visual Studio set up the build directories
EXACTLY as ordered. This is VERY IMPORTANT, or the project won't
compile properly. You will need to substitute the directories
with the ones on your system if you have installed thsdk or ddk to
different directories

Visual Studio->Tools->Options->Directories->Include Files
C:\NTDDK\inc
C:\NTDDK\inc\ddk
C:\Program Files\Microsoft SDK\include
{the various MSVC directories}
C:\NTDDK\inc\win_me

Visual Studio->Tools->Options->Directories->Library Files
C:\Program Files\Microsoft SDK\lib
{the various MSVC directories}
C:\NTDDK\libfre\i386
C:\NTDDK\lib\win_me

Visual Studio->Tools->Options->Directories->Executable Files
{the various MSVC directories}
C:\NTDDK\bin

7. Open and build DScaler\DScaler.dsw
This should build all of DScaler's components


Windows XP SP1 DDK
~~~~~~~~~~~~~~~~~~

5. Install the DDK to your machine (IMPORTANT you must include ME stuff).
You must NOT accept the default setup options.
Expand the "Build Environment" component group and select all the entries,
especially "VxD and 16 Bit Devleopement Enviroment"
And install.

6. Build the Win95 VxD
Start "Win Me Free Build Environment" from the DDK menu.
Go to the Driver\DSDrv95 directory
Build the driver using the command "nmake"
You should then copy DSDrv4.vxd manually from Release to Debug

7. Build the NT driver
Start "Win XP Free Build Environment" from the DDK menu.
Go to the Driver\DSDrvNT directory
Build the driver using the command "build"
You should then copy DSDrv4.sys manually from Release to Debug

8. In Visual Studio set up the build directories
EXACTLY as ordered. This is VERY IMPORTANT, or the project won't
compile properly. You will need to substitute the directories
with the ones on your system if you have installed thsdk or ddk to
different directories

Visual Studio->Tools->Options->Directories->Include Files
C:\Program Files\Microsoft SDK\include
{the various MSVC directories}

Visual Studio->Tools->Options->Directories->Library Files
C:\Program Files\Microsoft SDK\lib
{the various MSVC directories}

9. Open DScaler\DScaler.dsw in Visual Studio remove the DSDrvNT and DSDrv95
projects from the workspace and build

No DDK
~~~~~~

5. Copy the DSDrv4.vxd and DSDrv4.sys from a recent DScaler installation to
the Release and Debug directories

6. In Visual Studio set up the build directories
EXACTLY as ordered. This is VERY IMPORTANT, or the project won't
compile properly. You will need to substitute the directories
with the ones on your system if you have installed thsdk or ddk to
different directories

Visual Studio->Tools->Options->Directories->Include Files
C:\Program Files\Microsoft SDK\include
{the various MSVC directories}

Visual Studio->Tools->Options->Directories->Library Files
C:\Program Files\Microsoft SDK\lib
{the various MSVC directories}

7. Open DScaler\DScaler.dsw in Visual Studio remove the DSDrvNT and DSDrv95
projects from the workspace and build



- Neko ce reci da sve lepo pise al dzaba brate kad neznam sta treba raditi il sam ja nabo nesto sto neodgovara za moju karticu verzija je: DScaler4115src zip
- E ako je to sto mi treba ajd sad malo upustva sta ciniti da ga instaliram i da sljaka...
Hvala unapred
 
Trebalo bi da su u pitanju drajveri. Znaci na net i nabavi najnovije drajvere za grafiku i tv karticu i trebalo bi da se sredi. DScaler koristim i ja, ali bez njegovih drajvera, jer on te pita pri instalaciji koje drajvere da koristis, vec postojoce ili njegove sopstvene.
 
Da ne otvaram novu temu zanima me par stvari u vezi sa TV karticom. Danas sam kupio polovnu karticu i posto nisam dobio kutiju ili bilo kakvo uputstvo od nje nisam znao koja je u pitanju. Posto sam pokusao da pretrazim ovaj forum da bi nasao problem predpostavljam da je kartica koja se spominje u ovoj temi posto sam sa njom dobio jedino CD na kome pise Quick Tv na kojoj su drajveri i programi za TXT i gledanje. U sustini instalacija prodje kako treba i FM radi korektno ali na TV-u kartica ne hvata skoro nista. U stvari njoj kao da ne radi antenski ulaz (za koaksialni kabel) vec joj radi FM antena, jer pomeranjem fm antene(obicna zica koja se kaci preko cinc ulaza) uhvatim nekih 10 programa sa dosta smetnji a ubacivanjem antene koja na obicnom TV-u daje dobru sliku nista se ne menja.
E sada me zanima da li je neko imao ovakvih problema i da li u meniju za input treba da bude odabrano antena ili cable jer kada prebacim na cable onda nemam nikakvu sliku. Znam da cete mi odmah reci da preinstaliram nove drajvere ali me zanima da li se neko sretao sa ovim problemom pa je to resio novim drajverima ili je kvar hardverski. Predpostavljm da je to ova kartica posto ima neki philips chip (ne mogu sada da pogledam koji posto sam na poslu) pa me zanima gde da skinem drajvere za nju. Napominjem da kartica radi normalno samo sto joj ne radi antenski ulaz.
 
Nazad
Vrh Dno