Related
Hello!!
Well, hey guys. I thought I tell you the story, on why I posted this thread.
It started as I was installing Windows 8, on my laptop, and had the same problem, as some others. I just could not install the drivers, for my Droid, so I had a looksee and found that Windows 8 didn't yet have the capability, to download unsigned drivers, unlike Windows 7. So, I found a way of "tricking" Windows, into thinking, that these drivers are legit and it isn't forbidden to use, which is exactly what this tutorial tells Windows, in a way.
So, get going and use the full potential of your Android device!
Tutorial:
I have found a solution, to the following problem;
After installing Windows 8, you cannot install fastboot drivers, but it recognizes the ADB drivers...
Solution:
Open the dev-manager, by typing following, in a command prompt window, or the run dialog. Whichever you prefer... : devmgmt.msc
Now, the dive manager, should pop up.
Install ADB drivers, (If you do not have them present, download them here/
To prevent confusion: When I say install, it can mean unpack, or instal... Quick tip: An installer does nothing, apart from unpacking files, to allocated space, on your computer
Download USB drivers, from here. (Link fixed)
Should you NOT have drivers installed:
Install the USB drivers, and download ADB/fastboot drivers.
Installation of ADB/fastboot drivers:
Open the device manager, and look for "Samsung Mobile Device", or "Unidentified Device". You can make your search easier, by unplugging the phone, whilst in device manager, then plug it back in, and see what's changed...
Once you have found your phone, Perform a right-click, on the device. Select : "Update device drivers", once the dialog has poped up, choose "Browse my computer" and goto your dsktop, where you have installed the files to.
Open just the "drivers" folder, nothing else...
Select OK, then wait for installation to finish.
Once that has been done, you need to reboot your device, into bootloader mode; do this by typing
Code:
path=%userprofile%\Desktop\ADB\adb reboot-bootloader
adb reboot-bootloader
into the command prompt (download & install this, if you want to do it the cmd-way...)
Or, turn off your phone, and reboot i it manually into bootloader-mode, by pressing
Code:
VOL UP +DWM & PWR
together, untill phone vibrates...
Once the phone is in bootloader, go back to the device manager, and look for a device named "android 1.0". Perform a right-click on this and select "Update device drivers". Again, selct "Browse my computer", but, instead of clicking on "Browse" and selecting the folder, again, select "Let me pick, from a list of drivers." Once the menu has popped up, select "Samsung Android ADB interface". Click OK, and wait for the drivers to install . Then, you're done. You have then successfully installed the ADB + fastboot drivers correctly, to test this, open a cmd window, and type following:
Code:
path=%userprofile%\Desktop\ADB\
fastboot devices.
If your device shows up, then you have done it!!
Now type:
Code:
fastboot reboot
adb wait-for-device
adb kill-server
Note: while the phone is booting (If you typed "adb wait-for-device") A cursor will blink, wait for that, to stop blinking, then type the next command
I hope you learned, from this tutorial!! Check my root helper out, if you have enough time
Should you have problems, in recovery, open your dev. manager, and look for following device:
Code:
Full
Select, right-click. Update driver (blah, blah, witter, droan)
Browse my computer -> Let me pick -> Samsung ADB -> Done. You have enabled the ADB drivers, on your SAMUNG GALAXY NEXUS!"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Addition: You can only reboot into bootloader, if you are using a motorola, Google or HTC branded Android device! This will NOT work with Samsung models (i.e. Galaxy S II/III) due to the fact, that they use Odin mode. Should the drivers need updating, for some devices, please let me know!
Motorola Razr
Hello, I was wondering if this would work for the Motorola drivers. I've been trying to install them so that I can fastboot my Razr, but it quits right after it recognizes that I'm on Windows 8.
I guess I might as well just try it in the meantime!
-Jake
Edit: In the ADB drivers link you posted, there's nothing to install. Just .sys files, .dlls, two .cat files, and some .infs. How exactly does one do anything with these files? Also, your second link for USB drivers was removed by mediafire.
thejakenixon said:
Hello, I was wondering if this would work for the Motorola drivers. I've been trying to install them so that I can fastboot my Razr, but it quits right after it recognizes that I'm on Windows 8.
I guess I might as well just try it in the meantime!
-Jake
Click to expand...
Click to collapse
Download MotoHelper. Right click the file and run in compatibility mode. It should install the drivers. I used this to run fastboot with my xoom.
It still hangs while running as admin under compatability mode for 7, I'll try as XP momentarily.
Edit: XP compatability didn't work either.
thejakenixon said:
It still hangs while running as admin under compatability mode for 7, I'll try as XP momentarily.
Edit: XP compatability didn't work either.
Click to expand...
Click to collapse
Bummer, I just remembered there was a setting to skip os version check in compatibility mode. Did you try that? If that won't work unfortunately I don't know what else to try. Sorry.
Sent from my Xoom using XDA Premium HD app
thejakenixon said:
Hello, I was wondering if this would work for the Motorola drivers. I've been trying to install them so that I can fastboot my Razr, but it quits right after it recognizes that I'm on Windows 8.
I guess I might as well just try it in the meantime!
-Jake
Edit: In the ADB drivers link you posted, there's nothing to install. Just .sys files, .dlls, two .cat files, and some .infs. How exactly does one do anything with these files? Also, your second link for USB drivers was removed by mediafire.
Click to expand...
Click to collapse
First of all, thanks, for letting me know about the link It's uploading again ^^
Yes, you can do the same for your Motorola. But only with the ADB drivers. Just do the same as with the Samsung. Select your device, form the devman. and right click. Update device drivers -> Browse -> Let me choose from a list... -> Samsnung ADB interface.
They are all provided by Google, inc. so, they are compatible, with every Android device. I've even used my Samsung ADB drivers, for a Sony Ericsson Xperia X8. So I can actually say, for myself, that they work. You then can work, using fastboot... ^^
Have fun fastbooting!
LG familyguy59/Beatsleigher
Well, I'm definitly glad, to see I'm actually helping some people, and they're appreciating it!!
I don't remember mentioning it, but if you Need help, PM me. I'll help you via Team Viewer ^^
will this work on Windows 8 Release Preview also ? are those compatible with x64 version of W8?
iconicpaul said:
will this work on Windows 8 Release Preview also ? are those compatible with x64 version of W8?
Click to expand...
Click to collapse
Yes, it works on both x86 and x64 bit architectures of Windows 8, works withRC and with pre-release...
Sent from my GT-I9300 using xda app-developers app
confirmed, it works, thank you...very fast and easy
thejakenixon said:
Hello, I was wondering if this would work for the Motorola drivers. I've been trying to install them so that I can fastboot my Razr, but it quits right after it recognizes that I'm on Windows 8.
I guess I might as well just try it in the meantime!
-Jake
Edit: In the ADB drivers link you posted, there's nothing to install. Just .sys files, .dlls, two .cat files, and some .infs. How exactly does one do anything with these files? Also, your second link for USB drivers was removed by mediafire.
Click to expand...
Click to collapse
To your edit. You have extracted the files. This is also called "installing" because you have extracted NEEDED files. Even when you extract a .zip/.rar/.tar/.tar.gz and so on, because you need files out of them, you are installing, but not to the system, but to yourself
Sorry for bringing up an old post, but this method is not working for me on Windows 8 Consumer Preview. When I'm trying to install the ADB drivers, it says the drivers cannot be installed because it's not digitally signed.
UPDATE: I got it to work by disabling the Digital Signature Enforcement on Windows 8. Steps: Restart Windows > Boot loader Menu > Other Options > Advance Options > *Computer Automatically Restarts* > Press F7 to Disable Digital Signature Enforcement
I cant get odin to work on win8 with my epic touch could this be my solution? Ive tried everything
Sent from my SPH-D710 using xda app-developers app
2phonejones said:
I cant get odin to work on win8 with my epic touch could this be my solution? Ive tried everything
Sent from my SPH-D710 using xda app-developers app
Click to expand...
Click to collapse
Yes, it should work with all Android-modification applications. I have never really had problems, with Odin, with any version of Windows, mainly because this is the first thing I do, on any of my Windows machines, but it is always worth a try Tell us, what you have found out!
If necessary, I'll try to find a solution myself
Sent from some GS III in some country, to a server somewhere in the US...
iconicpaul said:
confirmed, it works, thank you...very fast and easy
Click to expand...
Click to collapse
No worries, dude That's what I posted this thread for.
familyguy59 said:
Yes, it should work with all Android-modification applications. I have never really had problems, with Odin, with any version of Windows, mainly because this is the first thing I do, on any of my Windows machines, but it is always worth a try Tell us, what you have found out!
If necessary, I'll try to find a solution myself
Sent from some GS III in some country, to a server somewhere in the US...
Click to expand...
Click to collapse
thanks bro i didnt think anyone would repsond lol. Trying now, report back with results i want to flash so bad.:good:
Could someone pls. create a video tutorial, nad post this on Youtube, for me?
My laptop broke a couple of days ago, and my PC is only capable of running 98 - Vista, so, running on XP with 1GB of RAM.
I would appreciate this very much!
If you could do so and send me the link, via PM, I would be glad to pay 5€, via PayPal!
2phonejones said:
thanks bro i didnt think anyone would repsond lol. Trying now, report back with results i want to flash so bad.:good:
Click to expand...
Click to collapse
Ok, dude! Have fun!
Didn't work for me.
jorgefcbastos said:
Didn't work for me.
Click to expand...
Click to collapse
Did you follow the tutorial COMPLETELY, or did you leave stuff out? If you left something out, it's obviously not going to work
You may have to disable device driver signing, I've had quite a few people notify me about this.
But I'll sign the drivers, ASAP, so you won't have this problem
LG familyguy59/Beatsleigher
Edit: I forgot to mention, you need to tell me what exactly didn't work, otherwise I can't really help you
Right, I hope I am not being a total noob with this but here goes.
I got my HTC One V today, I plan to unlock bootloader and root my device.
So, following the bootloader stages, blah blah blah (at HTCDev).
And then, I get this: (< waiting for device > )
(Attached image 1)
So, I done some research, and it seemed to narrow down to me not having the right drivers. So I've done some driver research and so on, and installed a few. I also installed HTC Sync.
And then I got to this, when the device is turned on and plugged in through USB:
(Attached image 2)
So, now I try to turn it off and enter the bootloader, follow the steps and so on, but I still get < waiting for device >. Also, if I got to device manager while in this mode I am presented with this:
(Attached image 3)
I have tried following some guides and steps to fix this but I'm getting nowhere.
Anyone think they could help me?
when using fastboot or adb make sure you have adb drivers from android sdk and htc drivers from htc sync and also close htc sync in your tray.
Sent from my HTC One V using Tapatalk 2
by the way, anybody can help me how to relock bootloader ?
-EDIT-
gonemad02 said:
when using fastboot or adb make sure you have adb drivers from android sdk and htc drivers from htc sync and also close htc sync in your tray.
Sent from my HTC One V using Tapatalk 2
Click to expand...
Click to collapse
I am almost certain I have the ADB drivers and the HTC Drivers from HTC Sync. Although I am not so sure about the HTC Sync drivers. I downloaded and installed the program and then I exited it when I try and fastboot.
My device manager now says this when I go into the bootloader on my HTC One V.
(attached image 1)
Any help would be greatly appreciated.
HI..check ckpv5's post...it is the link to the thread he created to unlock the boot loader...if you need right drivers install htc sync.....
Then put in bootloader and let it install..then wait for it in fastboot....after all drivers have been installed it will work.....
BUT BEFORE THAT YOU HAVE TO DELETE THAT UNKNOWN DEVICE AND RE-CONNECT YOUR DEVICE..
shubhamchamaria said:
HI..check ckpv5's post...it is the link to the thread he created to unlock the boot loader...if you need right drivers install htc sync.....
Then put in bootloader and let it install..then wait for it in fastboot....after all drivers have been installed it will work.....
BUT BEFORE THAT YOU HAVE TO DELETE THAT UNKNOWN DEVICE AND RE-CONNECT YOUR DEVICE..
Click to expand...
Click to collapse
I have followed that thread about 5/6 times but still get waiting for device.
Installed and reinstalled HTC Sync about 4 times.
The drivers appear to be on my computer, yet I'm still getting waiting for device.
Jamizzle93 said:
I have followed that thread about 5/6 times but still get waiting for device.
Installed and reinstalled HTC Sync about 4 times.
The drivers appear to be on my computer, yet I'm still getting waiting for device.
Click to expand...
Click to collapse
Pictorial representation for thee!!
EDIT: sorry i didnt read your post properly...most probably try installing sdk and the usb driver package that comes with it..i had it installed as it is very useful
shubhamchamaria said:
Pictorial representation for thee!!
EDIT: sorry i didnt read your post properly...most probably try installing sdk and the usb driver package that comes with it..i had it installed as it is very useful
Click to expand...
Click to collapse
I assume you mean this driver: (attached image 1).
Yeah, its installed. Also, if I try and install this driver in fastboot mode on the bootloader it says the driver cannot be found. (attached image 2 & 3).
Jamizzle93 said:
I assume you mean this driver: (attached image 1).
Yeah, its installed. Also, if I try and install this driver in fastboot mode on the bootloader it says the driver cannot be found. (attached image 2 & 3).
Click to expand...
Click to collapse
Try my files here: http://bit.ly/IwbRMu
It has Android SDK but the old version, you can skip that one if you want to.
It has Android USB driver and HTC usb driver. So on any unknown device, just point to the drivers folder and see whether it helps or not. After install, reboot your pc first.
Edit: It may be old version but it works great for my new Win7 PC at work that I receive today
ckpv5 said:
Try my files here: (android tools)
It has Android SDK but the old version, you can skip that one if you want to.
It has Android USB driver and HTC usb driver. So on any unknown device, just point to the drivers folder and see whether it helps or not. After install, reboot your pc first.
Edit: It may be old version but it works great for my new Win7 PC at work that I receive today
Click to expand...
Click to collapse
Just to catch everyone up, following on from advice and images above I uninstalled the driver I had installed in this image (image 1).
I am now trying to reinstall a driver which will hopefully work and not give me a <waiting for device> message when trying to unlock the bootloader.
These files in Android Tools still don't seem to want to work, I am getting the following messages below: (images 2 and 3).
Also my hardware ID's are as follows: (image 4).
Jamizzle93 said:
Just to catch everyone up, following on from advice and images above I uninstalled the driver I had installed in this image (image 1).
I am now trying to reinstall a driver which will hopefully work and not give me a <waiting for device> message when trying to unlock the bootloader.
These files in Android Tools still don't seem to want to work, I am getting the following messages below: (images 2 and 3).
Also my hardware ID's are as follows: (image 4).
Click to expand...
Click to collapse
Image 2, seems like you don't point to driver folder as it read:
C:\Users\James\Downloads\Android Tools
It should read: C:\Users\James\Downloads\Android Tools\HTC Driver\Driver Files\XP_x86
I have finally got it to work, after ages of trying a number of different drivers I have found something which eventually returned a result. I now have my identifier token.
Jamizzle93 said:
I have finally got it to work, after ages of trying a number of different drivers I have found something which eventually returned a result. I now have my identifier token.
Click to expand...
Click to collapse
Good to know you got it working.... so case closed
Edit your title to (Solved).
Jamizzle93 said:
I have finally got it to work, after ages of trying a number of different drivers I have found something which eventually returned a result. I now have my identifier token.
Click to expand...
Click to collapse
I am also facing the same problem, how did you solve the problem? Plz help
bootloader issue
biecp008 said:
I am also facing the same problem, how did you solve the problem? Plz help
Click to expand...
Click to collapse
Just follow this guide. Everything is explained in the post itself
http://forum.xda-developers.com/showthread.php?t=1598964
[email protected] said:
Just follow this guide. Everything is explained in the post itself
http://www.forum.xda-developers.com/showthread.php?t=1598964
Click to expand...
Click to collapse
FTFY
Sent from my HTC One V using xda app-developers app
Uninstalled htc sync manager & drivers, solved the problem.
I installed htc sync and drivers , was still stuck at waiting for device , uninstalled htc sync - still stuck right there any ideas ?? i got windows 8.1 , is that the problem by any chance ??
Anyone got P8000 to detect correctly in Windows 10?
At first my W10 refused to install driver package cause of driver signing, which was expected,
so i restarted W10 in mode without driver signing and run through the installation without problems.
Still nothing at all happends though when i connect my P8000 via USB to computer...
* Checked USB cable and port
* Checked that USB debugging is on in Dev-options
Suggestions? Anyone else tried?
I experienced the same. It seems like the P8000 requires an additional driver when it connects in off-mode. Never found a solution for it in Win10, so I used an old computer with Win7. That worked like a charm
I got the drivers working on Windows 10. I'm not quite sure what steps are needed but these worked for me:
-Download and install the driver package. The Drivers where extracted to the specified folder, but Windows wasn't able to install them.
-Reboot the PC.
-Open the device manager and plug the P8000 in while it is off.
-Under other devices, there should be an entry called MT65xx Preloader. Click on it and select "Update drivers"
-In the following window, select "Browse for driver software" and browse to the folder where the drivers where extracted in the first step.
-Confirm the selection and the warning message.
After this, you should get a message that Preloader USB VCOM was installed and flashing should work.
P.S: Now, what would also be interesting would be flashing with linux. But I don't think this is possible yet.
restarted W10 in mode without driver signing, installed again, restarted, connected phone when it's on, connected phone when it's off... Not sure what made the difference but now it's working
sharkware said:
restarted W10 in mode without driver signing, installed again, restarted, connected phone when it's on, connected phone when it's off... Not sure what made the difference but now it's working
Click to expand...
Click to collapse
Where can I download the drivers?
dgdeivid said:
Where can I download the drivers?
Click to expand...
Click to collapse
http://en.lmgtfy.com/?q=elephone+p8000+root+tutorial
sharkware said:
I can´t quote URL
Click to expand...
Click to collapse
I downloaded P8000 drivers from many different sites but many sites are malware or are general drivers tools or drivers make error when install, Could you indicate where you downloaded the drivers to have a link here that we know it works?
dgdeivid said:
I downloaded P8000 drivers from many different sites but many sites are malware or are general drivers tools or drivers make error when install, Could you indicate where you downloaded the drivers to have a link here that we know it works?
Click to expand...
Click to collapse
Why don't you download directly from Elephone??
http://bbs.elephone.hk/forum.php?gid=269
sharkware said:
Why don't you download directly from Elephone??
Click to expand...
Click to collapse
I assume you're referring to these
"SP_Driver_v2.0.rar"
I install and get the next error:
h t t p : //s27.postimg.org/pk8ig719t/Sin_t_tulo.png
I restarted W10 in mode without driver signing, did "not" istall any drivers and flashtool was working perfect.
P8000 drivers
dgdeivid said:
Where can I download the drivers?
Click to expand...
Click to collapse
I tried many drivers but none worked, finally this driver worked for me:
h t t p : // w w w .mediafire. com/download/5ff6s5bk1couva9/Compelte+USB+Drivers%2BPDanet%2BAdb+Installer.rar
From the above rar, I installed: "Universal Android USB Driver\Universal ADB DRiver.exe" and it worked fine.
So I'm running windows 10 on my pc and my op3 is easily found by windows. When I enter fastboot mode on my op3, the command "fastboot devices" doesn't show my op3. I used that 15 sec adb & fastboot installer.
MrHaPpY66 said:
So I'm running windows 10 on my pc and my op3 is easily found by windows. When I enter fastboot mode on my op3, the command "fastboot devices" doesn't show my op3. I used that 15 sec adb & fastboot installer.
Click to expand...
Click to collapse
Have you enabled oem unlocking from developer options?
I'm having the same problem. After going back to Oxygen OS (now 3.5.4) from MIUI 8 fastboot just doesn't work anymore. ABD works just fine (tried on Minimal ABD and Fastboot on Windows and ABD installed over Android Studio on Ubuntu. Fastboot did recognize the phone on Ubuntu but flashing TWRP resolved in a bootloop (tried the old and the new recovery image).
All drivers are installed on both Windows and Ubuntu (I even removed all drivers on Windows and added them again) and just to make sure everything gets installed I disabled driver signature verification on Windows, but as I said - still no luck.
Edit: Of course USB Debugging and OEM Unlocking is enabled (my bootloader is also unlocked since I already had tried out multiple roms)
Had the same Problem, Win10 is the Problem + the old OP Drivers + the new Update to Win10 etc.
Nothing worked, tryed everything. Created a Thread last week here also...
After that i created a new Partition and installed Win7 on it. All works fine, only thing is while Boot ur System u have to pick ur OS or it waits 30sec to boot up but thats ok.
Now i have Win10 for everything and i reboot to win7 for Fastboot/OP3
http://forum.xda-developers.com/oneplus-3/help/connect-to-phone-adb-fastboot-t3485079
Didnt tryed the last Tip.
KornY10 said:
Win10 is the Problem
Click to expand...
Click to collapse
Can't solve your problem, but OP3 fastboot does work in Windows 10. I did have to disable driver signature verification to install the driver in the first place, and you'll have to leave it off for the driver to stay functional, but it definitely works on Win 10.
I dont tryed ur Way, so yes after disable Driver sign. it works like u Said but i did not Test it.
i had the same problem to find the correct adb driver spent many hours but it didnt work so after that last i try to update windows 10 and find adb driver there after updating window its work like charm so all u have to do is just connect ur phone with data transfer mode on and search the window automatic updates .
Same here
It's driving me crazy. I've updated from a rooted stock OS (incl TWRP) via full OTA directly to 3.2.7, which removed TWRP and root.
I now cannot enter a Fastboot mode which detects the USB connection. Thus I can't flash TWRP again and can't root my phone, making lots of apps unusable.
I've tried every suggestion on every thread but nothing works...
Sent from my ONEPLUS A3003 using Tapatalk
Also got kedacom on my device manager after automatic driver update but my phone still isn't recognised in adb devices, does everyone else's serial number show up?
You guys still have the problem?
Sent from my Xiaomi Mi 5 using XDA Labs
Managed to solve it: Disable driver signature verification (follow howtogeek guide) then reinstall Drivers from Oneplus. Go to device manager chose the Kedacom Device and select the correct Oneplus Driver instead then reboot PC and Phone and now it should work
SgtIcetea said:
Managed to solve it: Disable driver signature verification (follow howtogeek guide) then reinstall Drivers from Oneplus. Go to device manager chose the Kedacom Device and select the correct Oneplus Driver instead then reboot PC and Phone and now it should work
Click to expand...
Click to collapse
Good that you found the solution..
Sent from my Xiaomi Mi 5 using XDA Labs
Well I didn't really solve the problem on win 10 so i just decided to use Ubuntu instead. Worked well
SgtIcetea said:
Managed to solve it: Disable driver signature verification (follow howtogeek guide) then reinstall Drivers from Oneplus. Go to device manager chose the Kedacom Device and select the correct Oneplus Driver instead then reboot PC and Phone and now it should work
Click to expand...
Click to collapse
I tried that too, but didn't work. What driver did you select in Device manager?
superiscch said:
I tried that too, but didn't work. What driver did you select in Device manager?
Click to expand...
Click to collapse
Rebooted both devices, OP3 was in fastboot. Then there was a Driver called Oneplus Bootloader Interface (or something similar)
SgtIcetea said:
Rebooted both devices, OP3 was in fastboot. Then there was a Driver called Oneplus Bootloader Interface (or something similar)
Click to expand...
Click to collapse
The driver that shows up as a spare drive when you connect the phone? Tried that too, no good. Going to boot Ubuntu later today, hope that works. I just need twrp, then I'm good ?
superiscch said:
The driver that shows up as a spare drive when you connect the phone? Tried that too, no good. Going to boot Ubuntu later today, hope that works. I just need twrp, then I'm good
Click to expand...
Click to collapse
Yeah that one. After disabling the driver signature verification you have to re install it, when it's not disabled windows just doesn't install it although it says it does. After I disabled it Windows actually showed a completely new window during installation to install the driver properly
superiscch said:
The driver that shows up as a spare drive when you connect the phone? Tried that too, no good. Going to boot Ubuntu later today, hope that works. I just need twrp, then I'm good
Click to expand...
Click to collapse
Man, had to just do it through my Ubuntu VM. Tried Win 10 Win 7, all gave me troubles.
Started Ubuntu, setup ADB and unlocked in a breeze
i have same problem
Hi there,
i want to unlock my phone and having root and update it also to the new update 4.0.2 ... but
The problem come from the start .... my phone is working fine and i can transfer data to my compute
but in the drives it say (The drivers for this device are not installed),
So my computer can't recognize it when i try to log in, when i'm in the Bootloader
and i try with most of the drives and it's not working and with the CD that is come with the phone
my computer in the windows 8
You probably need to disable driver signature here is a guide. https://www.google.co.uk/amp/www.ho...so-that-you-can-install-unsigned-drivers/amp/
Then install the driver package. :fingers-crossed:
LMcR92 said:
You probably need to disable driver signature here is a guide. https://www.google.co.uk/amp/www.ho...so-that-you-can-install-unsigned-drivers/amp/
Then install the driver package. :fingers-crossed:
Click to expand...
Click to collapse
true. i had the same problem once.
LMcR92 said:
You probably need to disable driver signature here is a guide. https://www.google.co.uk/amp/www.ho...so-that-you-can-install-unsigned-drivers/amp/
Then install the driver package. :fingers-crossed:
Click to expand...
Click to collapse
it's working know, after i disable the driver signature i try to install the CD again and it work this time.
So, thanks a lot guys for this help.