Trying to install drivers for Lexmark X4650

I've downloaded the RPM based drivers for this printer from Lexmark and am now trying to get it working with CUPS.
I created a PKGBUILD based on one of the other LEXmark driver examples. makepkg completes successfully and gives me a package but, after installing, this package doesn't seem to make any difference to CUPS...  In particular I'm hoping to see it listed in the printers available when setting up a printer.
My PKGBUILD is as follows:
# Contributor: Paul Hunnisett <[email protected]>
pkgname=lexmark-08z
pkgver=1
pkgrel=1
pkgdesc="Lexmark 08z Printer Driver"
makedepends=('rpmunpack' 'cpio' 'gzip' 'bash')
depends=('libstdc++5' 'libcups')
url="http://www.lexmark.com/"
arch=('i686')
source=(http://www.monkeypower.co.uk/lexmark-08z-series-driver-1.0-1.i386.rpm)
md5sums=('1fc4ff46b306efb29d1806bfbbcbf85c')
build() {
cd $startdir/src
rpmunpack lexmark-08z-series-driver-1.0-1.i386.rpm
cd $startdir/pkg
mkdir -p ./usr/lib/cups/backend/
mkdir -p ./usr/lib/cups/filter/
mkdir -p ./usr/share/cups/model/
mkdir -p ./usr/local/08zero/
mkdir -p ./usr/include/lexmark/
mkdir -p ./usr/local/08zero/utility/
zcat $startdir/src/lexmark-08z-series-driver-1.0-1.cpio.gz | cpio -i
rm -rf ./usr/include
rm -rf ./usr/local/08zero
find . -name '*.la' -exec rm {} \;
Any ideas what I'm missing/getting wrong?

Here ya go:
%FILES%
usr/
usr/lib/
usr/lib/cups/
usr/lib/cups/backend/
usr/lib/cups/filter/
usr/local/
usr/local/lexmark/
usr/local/lexmark/08z-series-driver.link
usr/local/lexmark/08z-series-driver.unlink
usr/local/lexmark/08zero/
usr/local/lexmark/08zero/bin/
usr/local/lexmark/08zero/bin/.scripts/
usr/local/lexmark/08zero/bin/.scripts/apparmor.pl
usr/local/lexmark/08zero/bin/.scripts/lsbrowser
usr/local/lexmark/08zero/bin/.scripts/lsusbdevice
usr/local/lexmark/08zero/bin/lxk08zusb
usr/local/lexmark/08zero/bin/printdriver
usr/local/lexmark/08zero/bin/prnutility
usr/local/lexmark/08zero/docs/
usr/local/lexmark/08zero/docs/license.txt
usr/local/lexmark/08zero/docs/readme.txt
usr/local/lexmark/08zero/etc/
usr/local/lexmark/08zero/etc/99-lexmark-08z.rules
usr/local/lexmark/08zero/etc/Lexmark-logo.xpm
usr/local/lexmark/08zero/etc/Lexmark08_1_0_0.conf
usr/local/lexmark/08zero/etc/lx36-46.ppd
usr/local/lexmark/08zero/etc/lx4900.ppd
usr/local/lexmark/08zero/etc/lx5000.ppd
usr/local/lexmark/08zero/etc/lx56-66.ppd
usr/local/lexmark/08zero/etc/lx7600.ppd
usr/local/lexmark/08zero/etc/lxZ2400.ppd
usr/local/lexmark/08zero/etc/lxdm.conf
usr/local/lexmark/08zero/etc/lxdmSCc0.bin
usr/local/lexmark/08zero/etc/lxdmSCg0.bin
usr/local/lexmark/08zero/etc/lxdmclr1.lut
usr/local/lexmark/08zero/etc/lxdmclr2.lut
usr/local/lexmark/08zero/etc/lxdmclr3.lut
usr/local/lexmark/08zero/etc/lxdmscan.conf
usr/local/lexmark/08zero/etc/lxdq.conf
usr/local/lexmark/08zero/etc/lxdqclr1.lut
usr/local/lexmark/08zero/etc/lxdqclr2.lut
usr/local/lexmark/08zero/etc/lxdqclr3.lut
usr/local/lexmark/08zero/etc/lxdr.conf
usr/local/lexmark/08zero/etc/lxdrSCc0.bin
usr/local/lexmark/08zero/etc/lxdrSCg0.bin
usr/local/lexmark/08zero/etc/lxdrclr1.lut
usr/local/lexmark/08zero/etc/lxdrclr2.lut
usr/local/lexmark/08zero/etc/lxdrclr3.lut
usr/local/lexmark/08zero/etc/lxdrscan.conf
usr/local/lexmark/08zero/etc/lxdu.conf
usr/local/lexmark/08zero/etc/lxduSCc0.bin
usr/local/lexmark/08zero/etc/lxduSCg0.bin
usr/local/lexmark/08zero/etc/lxduclr1.lut
usr/local/lexmark/08zero/etc/lxduclr2.lut
usr/local/lexmark/08zero/etc/lxduclr3.lut
usr/local/lexmark/08zero/etc/lxduscan.conf
usr/local/lexmark/08zero/etc/lxdw.conf
usr/local/lexmark/08zero/etc/lxdwSCc0.bin
usr/local/lexmark/08zero/etc/lxdwSCg0.bin
usr/local/lexmark/08zero/etc/lxdwclr1.lut
usr/local/lexmark/08zero/etc/lxdwclr2.lut
usr/local/lexmark/08zero/etc/lxdwclr3.lut
usr/local/lexmark/08zero/etc/lxdwscan.conf
usr/local/lexmark/08zero/etc/lxdx.conf
usr/local/lexmark/08zero/etc/lxdxSCc0.bin
usr/local/lexmark/08zero/etc/lxdxSCg0.bin
usr/local/lexmark/08zero/etc/lxdxclr1.lut
usr/local/lexmark/08zero/etc/lxdxclr2.lut
usr/local/lexmark/08zero/etc/lxdxclr3.lut
usr/local/lexmark/08zero/etc/lxdxscan.conf
usr/local/lexmark/08zero/etc/testpage.pdf
usr/local/lexmark/08zero/lib/
usr/local/lexmark/08zero/lib/libScanCorrect.so.2.0
usr/local/lexmark/08zero/lib/libhdctransport.so
usr/local/lexmark/08zero/lib/liblxdmflib.so
usr/local/lexmark/08zero/lib/liblxdmhpec.so
usr/local/lexmark/08zero/lib/liblxdmhpeh.so
usr/local/lexmark/08zero/lib/liblxdmhpep.so
usr/local/lexmark/08zero/lib/liblxdqflib.so
usr/local/lexmark/08zero/lib/liblxdqhpec.so
usr/local/lexmark/08zero/lib/liblxdqhpeh.so
usr/local/lexmark/08zero/lib/liblxdqhpep.so
usr/local/lexmark/08zero/lib/liblxdrflib.so
usr/local/lexmark/08zero/lib/liblxdrhpec.so
usr/local/lexmark/08zero/lib/liblxdrhpeh.so
usr/local/lexmark/08zero/lib/liblxdrhpep.so
usr/local/lexmark/08zero/lib/liblxduflib.so
usr/local/lexmark/08zero/lib/liblxduhpec.so
usr/local/lexmark/08zero/lib/liblxduhpeh.so
usr/local/lexmark/08zero/lib/liblxduhpep.so
usr/local/lexmark/08zero/lib/liblxdwflib.so
usr/local/lexmark/08zero/lib/liblxdwhpec.so
usr/local/lexmark/08zero/lib/liblxdwhpeh.so
usr/local/lexmark/08zero/lib/liblxdwhpep.so
usr/local/lexmark/08zero/lib/liblxdxflib.so
usr/local/lexmark/08zero/lib/liblxdxhpec.so
usr/local/lexmark/08zero/lib/liblxdxhpeh.so
usr/local/lexmark/08zero/lib/liblxdxhpep.so
usr/local/lexmark/08zero/lib/libnpa407.so
usr/local/lexmark/08zero/lib/libprintengine.so
usr/local/lexmark/08zero/lib/libprinterdictionary.so
usr/local/lexmark/08zero/lib/libsane-Lexmark08_1_0_0.so.1.0.18
usr/local/lexmark/08zero/lib/libuiocli.so
usr/local/lexmark/08zero/lib/libuiocmd.so
usr/local/lexmark/08zero/lib/libusblp.so
usr/share/
usr/share/cups/
usr/share/cups/model/

Similar Messages

  • Trying to install drivers for my scanner, not working

    I'm trying to install drivers for a canon scanner, it's not working. I ownloaded them from the canon website and they are for Mac OS 9, would they still work? or do i really have to get a new scanner?

    Hi Anna
    Which model of scanner is it? Have you checked thoroughly to see whether OS X drivers exist?
    Matthew Whiting

  • Windows trying to install drivers for iPod...

    So here's my problem. Whenever I try to connect my girlfriend's iPod, Windows XP trys to recognize a new device and the driver installation wizard pops up.
    I get a popup on the taskbar and Windows tries to install a driver for the iPod. If I cancel the installation it tells me the installation failed and there may be a problem with the device. The same thing happens if I allow the installation to continue as Windows in unable to find the correct driver.
    The iPod shows up in Device Manager with an exclamation point. It does not appear in Windows Explorer or iTunes.
    Any thoughts would be greatly appreciated. I have tried the 5R's to no effect. I have tried everything I can find in the support articles relating to iPods not being recognized in Windows or iTunes.

    I get a popup on the taskbar and Windows tries to install a driver for the iPod. If I cancel the installation it tells me the installation failed and there may be a problem with the device. The same thing happens if I allow the installation to continue as Windows in unable to find the correct driver.
    ipods use the standard Windows USB mass storage drivers. it is possible for those to go walkabout on a PC ... if that's what is happening here, the techniques from the following MarkJones post may be of some assistance:
    MarkJones: Re: Windows XP (SP2) Laptop only finds generic "New USB 2.0 Device"

  • I have an HP mini 210-214 dxpc want to install drivers for hp officejet G85 printer

    Help I'm at wits end I need driver (s) for hp officejet G85 all in one printer installed in my hp mini 210-214 dxpc with an upgraded windows 7 ultimate os in it.i've done everything i can find on hp website, the wizard finds the printer but no driver, windows can't find the driver, hp says its in my os already as a __os driver i cant find it or get this going been doing this for10 hrs now please somebody make it simple for me to install the necessary driver or whatever it is i need to do to get this printer operating from my laptop. oh this is through a usb connection if you need to know that.
    thank you for helping

    Hi @GoddessDiamond,
    Welcome to the HP Forums!
    I understand that you are trying to install drivers for your HP Officejet G85 printer on Windows 7. I am happy to help!
    Please take a look through this installation guide, Installing the Printer Driver Using the Windows 7 Built-in Solution for a USB Cable Connection.
    Otherwise, if that does not work, you can try to download the Windows XP driver, HP Officejet Basic Software and Driver, and run it using compatibility mode. Make older programs run in this version of Windows.
    If neither of those two options work, then the last step is to try an alternative driver, please see this post, How to Assign Alternate Print Drivers in Different Versions of Windows, by @Shane_R. 
    Hope this information resolves your issue, and have a good day!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • I have been trying to install Itunes for 3 days to my computer.  MY eyes burn and I want to smash this computer at this point!!!! HELP ME!!! I receive this message when I run the diagnostic on my iphone Microsoft Windows Vista Ultimate Edition (Build 6000

    I have been trying to install Itunes for 3 days to my computer.  MY eyes burn and I want to smash this computer at this point!!!! HELP ME!!! I receive this message when I run the diagnostic on my iphone
    Microsoft Windows Vista Ultimate Edition (Build 6000)
    Dell Inc. Studio 1535
    iTunes 10.6.1.7
    QuickTime not available
    FairPlay 1.14.37
    Apple Application Support 2.1.7
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device Driver 1.57.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.5.502
    Gracenote MusicID 1.9.5.115
    Gracenote Submit 1.9.5.143
    Gracenote DSP 1.9.5.45
    iTunes Serial Number 0020AEDC02A7C4B8
    Current user is an administrator.
    The current local date and time is 2012-04-17 17:05:40.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Mobile Intel(R) 965 Express Chipset Family
    Intel Corporation, Mobile Intel(R) 965 Express Chipset Family
    **** External Plug-ins Information ****
    No external plug-ins installed.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:          {92497F93-8A79-419C-AA27-50CD2F263F77}
    Description:          Microsoft Virtual WiFi Miniport Adapter
    IP Address:          0.0.0.0
    Subnet Mask:          0.0.0.0
    Default Gateway:          0.0.0.0
    DHCP Enabled:          Yes
    DHCP Server:
    Lease Obtained:          Wed Dec 31 19:00:00 1969
    Lease Expires:          Wed Dec 31 19:00:00 1969
    DNS Servers:
    Adapter Name:          {6FECCC1D-04CF-4A3F-92B6-DC6E68D12BE5}
    Description:          Dell Wireless 1397 WLAN Mini-Card
    IP Address:          192.168.0.118
    Subnet Mask:          255.255.255.0
    Default Gateway:          192.168.0.1
    DHCP Enabled:          Yes
    DHCP Server:          192.168.0.1
    Lease Obtained:          Tue Apr 17 16:59:28 2012
    Lease Expires:          Wed Apr 18 16:59:28 2012
    DNS Servers:          192.168.20.254
                        192.168.30.217
    Adapter Name:          {3323A300-E864-46C3-A6B6-F0B90AFF4AFE}
    Description:          Broadcom NetLink (TM) Gigabit Ethernet
    IP Address:          0.0.0.0
    Subnet Mask:          0.0.0.0
    Default Gateway:          0.0.0.0
    DHCP Enabled:          Yes
    DHCP Server:
    Lease Obtained:          Wed Dec 31 19:00:00 1969
    Lease Expires:          Wed Dec 31 19:00:00 1969
    DNS Servers:
    Active Connection:          LAN Connection
    Connected:          Yes
    Online:                    Yes
    Using Modem:          No
    Using LAN:          Yes
    Using Proxy:          No
    Firewall Information
    Windows Firewall is on.
    iTunes is NOT enabled in Windows Firewall.
    Connection attempt to Apple web site was unsuccessful.
    The network connection timed out.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was unsuccessful.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2012-04-17 17:04:26.
    **** CD/DVD Drive Tests ****
    No drivers in LowerFilters.
    UpperFilters: GEARAspiWDM (2.2.0.1),
    E: Optiarc DVD+-RW AD-7640S, Rev HD14
    Drive is empty.
    **** Device Connectivity Tests ****
    iPodService 10.6.1.7 is currently running.
    iTunesHelper 10.6.1.7 is currently running.
    Apple Mobile Device Service not found.
    Universal Serial Bus Controllers:
    Intel(R) ICH8 Family USB Universal Host Controller - 2830.  Device is working properly.
    Intel(R) ICH8 Family USB Universal Host Controller - 2831.  Device is working properly.
    Intel(R) ICH8 Family USB Universal Host Controller - 2832.  Device is working properly.
    Intel(R) ICH8 Family USB Universal Host Controller - 2834.  Device is working properly.
    Intel(R) ICH8 Family USB Universal Host Controller - 2835.  Device is working properly.
    Intel(R) ICH8 Family USB2 Enhanced Host Controller - 2836.  Device is working properly.
    Intel(R) ICH8 Family USB2 Enhanced Host Controller - 283A.  Device is working properly.
    FireWire (IEEE 1394) Host Controllers:
    Ricoh 1394 OHCI Compliant Host Controller.  Device is working properly.
    **** Device Sync Tests ****
    No iPod, iPhone, or iPad found.

    This should get your itunes store connection working.
    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 & above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    iTunes 10.5 for Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • Tried to install software for canon pro 100 getting  message "you can't open the application "setup.app" because it is not supported on this architecture"

    tried to install software for canon pro 100 getting  message "you can't open the application "setup.app" because it is not supported on this architecture"
    any suggestions?

    This is what Canon suggested,  still doesn't work.
    Thank you for your E-mail inquiry regarding your PIXMA PRO-100.
    Based on the information provided in your email, I recommend you download and install the driver for your PIXMA PRO-100 from the web site listed below.
    http://www.usa.canon.com/cusa/support/professional/professional_printers/destop_ printers/pixma_pro_100#DriversAndSoftware
    You will be required to download and install the following:
    1. PRO-100 series Mini Master Setup (OS X 10.5/10.6/10.7/10.8) (under Drivers)
    Should you require further assistance, please feel free to email us or visit our customer support website at http://www.canon.ca
    still receiving Alert This software is not supported by your computer (powerPC-based Macintosh)
    Also received error You can't open the application "Setup.app" because it is not supported on this architecture.
    thanks for your reply A Brody.

  • Just bought pro with new os installed - will not let me run install disk for lexmark printer

    just bought pro with new os installed - will not let me run install disk for lexmark printer?

    Is that disc for Mac systems or Windows ?
    I suggest you visit Lexmark web site and download and install drivers for your exact printer manually.

  • I can`t install drivers for Promise IDE on WINXP.

    Hi, guys. I have a problem. I can`t install drivers for Promise IDE on WINXP. I `ve got an error "This device cannot start. (Code 10)". In Norton Ghost (DOS) drive on Promise work fine. I can`t install WINXP + SP1 on HDD on Promise controller. After pressing F6 and installing driver i `ve got an error Can`t find drive. BIOS 193 beta. Devices: IBM 120Gb 180GXP on primary master, Seagate 120 SATA 26AS on Third master. CD-ROM and DVD-ROM on secondary channel. Drivers 1.00.1.37 from ASUS and 1.00.1.29 from MSI. No result.
    And another one. Why very poor perfomance when copying large files (700Mb). When starting copying speed is 25-27Mb/sec, when finishing 5-8Mb/sec. All drives under NTFS.
    PS. Sorry for my bad english.

    Quote
    Originally posted by Athlon1000
    But if you have selected Promise as: SATA in BIOS shouldn't you then use the ulsata.sys driver instead and if you choose Promise as: RAID in BIOS then you should use the f2tx*.sys, or am I way wrong here ?
    That's correct  
    So if I do not misunderstand you, Windows hangs when accessing the drive?
    Is it only with this drive, then maybe it's an incompatibility between the controller and the ata electronics of the drive.
    Or maybe it's completely broken.. have you tried it on the ICH5 IDE controller?
    If it works there you should use this configuration.
    I've read about problem with some drives ... take a look into the threads on the top of this board (FAQ etc.).
    What I found out yesterday: You can use the Promise in RAID mode and define a RAID0 array with only one single drive. So you could use the Fasttrak driver from MSI, which is up to date.
    I haven't tried this solution (one disk in a RAID0 stripe configuration), but I think it should work...
    Maybe you give it a try  
    PS.: Before you switch to RAID mode, you have to change the Promise Driver... but be careful: windows won't boot with the wrong driver - your last chance would be "last known good" then...

  • I am trying to install software for iTwin Connect, but after downloading the dmg file and launching the program, I receive a message saying the file can't open and to check my internet connection.  Any ideas?

    I am trying to install software for iTwin Connect, but after downloading the dmg file and launching the program, I receive a message saying the file can't open and to check my internet connection.  Any ideas?

    Many Thanks, Kurt.
    I knew I'd seen the solution you've provided somewhere - either in MacWorld or MacFormat - but couldn't remember the Gatekeeper bit!
    I shall save it somewhere VERY safe now in case this happens again …
    You have made an old man very happy and saved me from worrying that senile decay had suddenly set in. (I was 70 last week so you might understand the situation from that.)
    Best wishes
    OllyanDinah

  • I receive the following error message when trying to install QuickTime for Windows "Error writing to file C:/Program Files/QuickTime/QTSystems/QuickTimeCheck.ocx. Verify that you have access to that directory."

    I recieve the following error message when trying to install Quicktime for Windows "Error writing to file C:/Program Files/QuickTime/QTSystems/QuickTimeCheck.ocx. Verify that you have access to that directory."  I just trying to get the latest version of iTunes.  Thanks

    "Error writing to file C:/Program Files/QuickTime/QTSystems/QuickTimeCheck.ocx. Verify that you have access to that directory."
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • Hi im having huge problems trying to install flash for my mac 10.5 imac, iv gone through the internet and tried all of the solutions, everytime i try to install flash it says cant read the download file, or it just wont install, anybody plz help!

    hi im having huge problems trying to install flash for my mac 10.5 imac, iv gone through the internet and tried all of the solutions, everytime i try to install flash it says cant read the download file, or it just wont install, anybody plz help!
    iv unistalled flash, iv checked plug ins it just wont work,

    It would have been a great help to know precisely what Mac you have, so some of the following may not apply:
    You can check here:  http://www.adobe.com/products/flash/about/  to see which version you should install for your Mac and OS. Note that version 10,1,102,64 is the last version available to PPC Mac users*. The latest version,10.3.183.23 or later, is for Intel Macs only running Tiger or Leopard, as Adobe no longer support the PPC platform. Version 11.4.402.265 or later is for Snow Leopard onwards.
    (If you are running Mavericks: After years of fighting malware and exploits facilitated through Adobe's Flash Player, the company is taking advantage of Apple's new App Sandbox feature to restrict malicious code from running outside of Safari in OS X Mavericks.)
    * Unhelpfully, if you want the last version for PPC (G4 or G5) Macs, you need to go here:  http://kb2.adobe.com/cps/142/tn_14266.html  and scroll down to 'Archived Versions/Older Archives'. Flash Player 10.1.102.64 is the one you download. More information here:  http://kb2.adobe.com/cps/838/cpsid_83808.html
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb2.adobe.com/cps/909/cpsid_90906.html
    and also that you follow the instructions closely, such as closing ALL applications (including Safari) first before installing. You must also carry out a permission repair after installing anything from Adobe.
    After installing, reboot your Mac and relaunch Safari, then in Safari Preferences/Security enable ‘Allow Plugins’. If you are running 10.6.8 or later:
    When you have installed the latest version of Flash, relaunch Safari and test.
    If you're getting a "blocked plug-in" error, then in System Preferences… ▹ Flash Player ▹ Advanced
    click Check Now. Quit and relaunch your browser.
    You can also try these illustrated instructions from C F McBlob to perform a full "clean install", which will resolve the "Blocked Plug-in" message when trying to update via the GUI updater from Adobe.
    Use the FULL installer for 12.0.0.44:  Flash Player 12 (Mac OS X)
    And the instructons are here: Snow Leopard Clean Install.pdf
    (If you are running a PPC Mac with Flash Player 10.1.102.64 and are having problems with watching videos on FaceBook or other sites, try the following solution which fools the site into thinking that you are running the version 11.5.502.55:)
    Download this http://scriptogr.am/nordkril/post/adobe-flash-11.5-for-powerpc to your desktop, unzip it, and replace the current Flash Player plug-in which is in your main/Library/Internet Plug-Ins folder, (not the user Library). Save the old one just in case this one doesn't work.

  • How to manually install drivers for windows 7 64 bit?

    How do I install drivers for iphone 5s?  My desktop windows 7 64 bit is not recognizing the iphone

    Download and install the 64 bit version of iTunes to get all drivers for iOS devices.
    http://www.apple.com/itunes/download/

  • I have an iMac with mountain lion 10.8.3 with boot camp 5.0.2 .i installed windows 7 -64 bit with boot camp but the boot camp didn't install drivers for windows please guide me for trouble shooting .

    i have an iMac with mountain lion 10.8.3 with boot camp 5.0.2 .i installed windows 7 -64 bit with boot camp but the boot camp didn't install drivers for windows please guide me for trouble shooting .

    Kappy wrote:
    Boot Camp doesn't install the drivers. You have the drivers on a separate USB device if you followed directions. Once in Windows connect the USB drive with the driver software. It should startup automatically and install the drivers.
    You don't even need to do that. As downloading the drivers from within Boot Camp Assistant can be unreliable, it is better to get the package directly from here:
    http://support.apple.com/kb/DL1638
    Copy the .zip file to a USB flash drive or burn it to a DVD in OS X. Install Windows as normal, insert the flash drive/DVD in Windows, copy the .zip file to the hard drive, extract it, then run the setup executable.

  • HT1461 I have installed the Windows 8 on my MacBook using BootCamp, but I cannot install drivers for Windows now

    I have installed the Windows 8 on my MacBook using BootCamp already, but I cannot install drivers for Windows now: I've got only BootCamp 3 disk and it doesn't goo even if I start it using compatibility options. And my BootCamp on Mac didn't offer me to burn cd with drivers for windows as I saw in many instructions. How can I resolve the problem? Thanks a lot.

    Go back to Boot Camp: on the 2nd page you get this:
    Download the support software and as Windows is already installed uncheck the 2nd box.

  • Can anyone tell why I cannot install drivers for my IPOD Clasic

    I have iTunes installed and I cannot install drivers for my IPOD Classic while using windows vista 64 bit?

    Download the apps on your syncing computer and then sync to the iPod. Note that you can only sync apps for the one syncing computer you use with the iPod. You can manage music and videos among different computer.

Maybe you are looking for

  • Rating Column not working

    I have enabled rating setting for one discussion board in one of my site collection. Now when i hover over the rating stars rating stars don't turn yellow. I have checked central admin and made sure User Profile service and the two timer jobs associa

  • Please insert disk adobemastercollection english triall to continue

    somebody help me its been a week i have faild to install adobe cs5 master collection it tells me to to insert disk of adobe master collection english trial to continue,what ever i do it stills says the same thing,thats the problem i encounterd i need

  • Changes in jsp page not reflecting

    Hi, I have a requirement where I have to customize the self registration page in OIM, i.e. when a user enters uid, it should be checked for its availablity, that is if the user id is already present in OIM then we may suggest him a set a user ids fro

  • Exeuction plan

    Hi I Have some problem with the query execution plan. when i executed the query the exeution plan in 2 different schemas for the same query. and i have checked in both the schemas i have same table names, indexes on same columns and the statistics is

  • ABAP Run Time Error - Payroll

    Hi Experts, We have scheduled a background job for payroll simulation for South Africa, we are running it for all active employees, RPCALCWO, , it gives the dump error stating that