Before i share what i have understood, would like to point out that the link i had mentioned in my question - Laptop graphics update...How to - this is a very old guide. I had posted another question just regarding non-working of the link.
This was a clean install, not an upgrade per say. Windows update would install some updates and AMD drivers and this driver update would not work, the issue I faced is screen going blank at login screen.
Windows update option of excluding Drivers (through registry / Group policy) in the update process did not work, AMD drivers would get downloaded and installed. Also Synaptics driver (touch pad) would get downloaded and installed which i felt was causing some issue as well. System restore was the only way out to the system to desktop without the drivers. Windows would install Generic windows Display adapter.
I performed a clean install, let windows do download and install the updates which included AMD and Synaptics driver. Before Reboot I went to Device Manager and performed a Rollback of drivers, uninstalled AMD and Synaptics from Control panel and let the system reboot.
hi im facing the same issue i have amd readon hd 7500/7600m card but my windows cant detect it when ever i try to put it on from the devic manager my screen goes black and dosent work until i go into safe mode and change my drivers to microsoft bacic drivers i also cant for some reason update too 22hz latest windows bec when i try the installion comes to 50% and my screen just goes black i tried updating my drivers to the lastest it tells me that amd readon hd 7500m/7600m drivers are on but when i go into dxdiag to check it says bacic drivers and also when i look in device manager it says no drivers are installed for this device. the sleep button is gone and my resulation is stuck on 1024 768 been trying for months but still havent found any solution any help ?
As we know, Device Manager is a control panel tool to view and control the performance of the hardware devices in Windows operating system. The device which is not working will be highlighted to be dealt with. For the base system device driver issue, here are the top 3 solutions to fix it.
If the Windows fails to find the latest driver for your device, you can do this manually by yourself. But there could be multiple base system devices in the Device Manager, so the first thing we need to do is to know what the specific device is. Do as followings:
Hope you find this article useful for fixing the base system device driver issue in Device Manager on Windows 10. Feel free to leave us comments if you need more help. To learn more about fixing driver issues, you can also read:
This document contains the hardware compatibility notes forFreeBSD 6.1-RELEASE on the AMD64 hardware platform (also referredto as FreeBSD/amd64 6.1-RELEASE). It lists devices known to work onthis platform, as well as some notes on boot-time kernelcustomization that may be useful when attempting to configuresupport for new devices.
Note that there are two names for this architecture, AMD64 (AMD)and Intel EM64T (Extended Memory 64-bit Technology). 64-bit mode ofthe two architectures are almost compatible with each other, andFreeBSD/amd64 should support them both.
In many respects, FreeBSD/amd64 is similar to FreeBSD/i386, interms of drivers supported. There may be some issues with 64-bitcleanliness in some (particularly older) drivers. Generally,drivers that already function correctly on other 64-bit platformsshould work.
FreeBSD/amd64 is a very young platform on FreeBSD. While thecore FreeBSD kernel and base system components are generally fairlyrobust, there are likely to still be rough edges, particularly withthird party packages.
This section describes the devices currently known to besupported by with FreeBSD on the AMD64 platform. Otherconfigurations may also work, but simply have not been tested yet.Feedback, updates, and corrections to this list are encouraged.
Where possible, the drivers applicable to each device or classof devices is listed. If the driver in question has a manual pagein the FreeBSD base distribution (most should), it is referencedhere. Information on specific models of supported devices,controllers, etc. can be found in the manual pages.
Note: The device lists in this document are beinggenerated automatically from FreeBSD manual pages. This means thatsome devices, which are supported by multiple drivers, may appearmultiple times.
All major firmware revisions (2.x, 3.x, 4.x and 5.x) aresupported, however it is always advisable to upgrade to the mostrecent firmware available for the controller. Compatible Mylexcontrollers not listed should work, but have not been verified.
With all supported SCSI controllers, full support is providedfor SCSI-I, SCSI-II, and SCSI-III peripherals, including harddisks, optical disks, tape drives (including DAT, 8mm Exabyte,Mammoth, and DLT), medium changers, processor target devices andCD-ROM drives. WORM devices that support CD-ROM commands aresupported for read-only access by the CD-ROM drivers (such ascd(4)). WORM/CD-R/CD-RW writingsupport is provided by cdrecord(1), which is a part ofthe sysutils/cdrtools port in the PortsCollection.
The sis(4) driver supports SiliconIntegrated Systems SiS 900 and SiS 7016 based Fast Ethernetadapters and embedded controllers, as well as Fast Ethernetadapters based on the National Semiconductor DP83815 (MacPhyter)chip. Supported adapters include:
A range of USB peripherals are supported; devices known to workare listed in this section. Owing to the generic nature of most USBdevices, with some exceptions any device of a given class will besupported, even if not explicitly listed here.
The system hang!! The system hang while trying to start thePCMCIA services. The solution is to set NOPCMCIA=1 at the boot prompt whilebooting from harddisk. After you have booted successfully setSTART_PCMCIA="no" in /etc/rc.config. PCMCIA service is now disabled atboottime. BecauseI do not need PCMCIA I have not checked in detail why it does not work.
I'm using the USB port for an EDIROL UA5 Audio device. This audiodevice works with no problems in standard mode. The ASIO 2.0 mode currentlyis not supported under Linux. For harddisk recording I use a small selfmade utility.
You can compile the sonypi module into you kernel, but this modulesdoes not recognize the programmable keys. If you want use them youneed a small patch.The patch is against kernel 2.4.17. Goto/usr/src/linux/drivers/chars and patch the files sonypi.c and sonypi.h:
patch sonypi.c < sonypi.c.diff
patch sonypi.h < sonypi.h.diff
Then add to you /etc/modules.conf alias char-major-10-250 sonypi options sonypi nojogdial=1To be continued later... VAIO tools