Installing LAN drivers for gx720, how?

Hi,
I did a fresh OS reinstall (Vista 32bit) and now need to install drivers. I have a CD with drivers of course but I'd like to apply the drivers from the MSI website download section since they're probably newer.
I'm having trouble installing the RealTek LAN drivers, though (on the site, the driver's is specifically listed as 'Realtek 811X PCI-E Gigabit Ethernet NIC' on the following page: http://eu.msi.com/index.php?func=downloaddetail&type=driver&maincat_no=135&prod_no=1521). Without these, I cannot use direct LAN connection for ie. internet access.
Thus, the specific download file I'm having trouble with is this: http://download1.msi.com/files/downloads/dvr_exe/realtek_lan_v_nb.zip. Because it is a 'clean' package with no setup program or executable file, I don't know how to install it. I suspect a simple overwrite of original files (in Windows folder) is NOT the way to install this. For all I know I need to use the .INF file to install but I have no idea how this is done.
Being a fairly advanced user yet never having come across this kind of problem before, I do recommend documentation of installation procedure be included in said file for other users' sake.
Thanks in advance for replies!

You just caught me at the right time, with an easy question to answer!
Good luck!

Similar Messages

  • How can I install gutenprint drivers for my Epson Stylus Color 440?

    Good day all!
    I have and old and useful printer -Epson Stylus Color 440- and just bougth a cable for connecting it to USB port. Add a new print on its Print and Scan Preference Panel and it was recognized inmediatly, but I was told there was not any driver to that printer.
    Tried to set "Epson Stylus Color Series" on its driver but when I went to print, printer seemed to work but does not eject any ink. It seemed as if I were ran out of ink; its car moved over the places occupied by the photo and sounded as normal printing, but not a drop of ink. I checked on an older windows pc, and ink is full, printed normally. I also looked for its drivers on Epson pages, but it seems there are only available for previos Mac OSs, not for X.
    A son told me that in his Snow Leopard MacBook White there's a dirver called "Epson Stylus Color 440 gutenprint" on his Print and Scan Driver Menu; haven't tried to print from his MacBook yet, and as I searched, those are open drivers.
    I wonder if I can download and install that "Epson Stylus Color 440 gutenprint" from the web, of if there's a way to copy it from my son's Macbook, when he comes and check.
    Thanks in advance for your help.

    How can I install gutenprint drivers for my Epson Stylus Color 440
    Download then isntall:  http://gimp-print.sourceforge.net/

  • I've installed windows 7 with the help of bootcamp on my macbook pro 2011. Please help me how to install mac drivers for windows7 64 bit???

    I've installed windows 7 with the help of bootcamp on my macbook pro 2011.
    Please help me how to install mac drivers for windows7 64 bit???

    You either download drivers from within Boot Camp Assistant and save to USB FAT disk, or you insert and use 10.6.x OS X DVD when in Windows and install and run the SETUP from there.
    General Help:
    Boot Camp 4.0, OS X Lion: Frequently asked question
    http://support.apple.com/kb/HT4818
    http://manuals.info.apple.com/en_US/boot_camp_install-setup_10.7.pdf
    create a Windows support software (drivers) CD or USB storage media
    http://support.apple.com/kb/HT4407
    Installation Guide   Instructions for all features and settings.
    Boot Camp 4.0 FAQ   Get answers to commonly asked Boot Camp questions.
    Windows 7 FAQ   Answers to commonly asked Windows 7 questions.
    - support articles and tips, how to.
    http://www.apple.com/support/bootcamp/
    Macs that work with 64-bit editions of Microsoft Windows Vista and Windows 7
    http://support.apple.com/kb/HT1846
    Step 4: Install the Boot Camp Drivers for Windows
    After installing Windows, install Mac-specific drivers and other software for Windows using your Mac OS X installation disc.  The Mac OS X disc installs drivers to support Mac components, including AirPort,built-in iSight camera, the Apple Remote, the trackpad on a portable Mac, and thefunction keys on an Apple keyboard. 
    The Mac OS X disc also installs the Boot Camp control panel for Windows and theApple Boot Camp system tray item.
    To install the Boot Camp drivers:
    1 Eject the Windows installation disc.
    2 Insert the Mac OS X disc.  If the installer doesn’t start automatically, browse the disc using Windows Explorerand double-click the setup.exe file in the Boot Camp directory.
    3 Follow the onscreen instructions.
    If a message appears that says the software you’re installing has not passed Windows  Logo testing, click Continue Anyway.
    Windows that appear only briefly during the installation don’t require your input.
    If nothing appears to be happening, there may be a hidden window that you mustrespond to. Check the taskbar and look behind open windows.
    Important: Do not click the Cancel button in any of the installer dialogs.
    4 After your computer restarts, follow the instructions in the Found New Hardware  Wizard to update your software drivers (Windows XP only).
    5 Follow the instructions for any other wizards that appear.
    6 Check for updated Boot Camp drivers by using Apple Software Update or going to www.apple.com/support/bootcamp.
      If You Have Problems Installing the Device Drivers 
    If it appears that the Boot Camp drivers weren’t successfully installed, try repairing them.
    To repair Boot Camp drivers:
    1 Start up your computer in Windows.
    2 Insert your Mac OS X installation disc.
    3 If the installer doesn’t start automatically, browse the disc using Windows Explorerand double-click the setup.exe file in the Boot Camp directory.
    4 Click Repair and follow the onscreen instructions.
    If a message appears that says the software you’re installing has not passed Windows  Logo testing, click Continue Anyway. 
    If you need to reinstall specific drivers, you can install one driver at a time. For example,if your built-in iSight camera isn’t working, you can reinstall just the iSight driver.
    Individual drivers are in the Drivers folder on the Mac OS X installation disc.

  • How can I install JDBC drivers for Oracle?!?....

    i have a program that has this line:
    import oracle.jdbc.pool.OracleDataSource;
    that gives this error when I compile it:
    package oracle.jdbc.pool does not exist
    So I think I need to install JDBC drivers for Oracle. (?)
    I went here: [http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_111060.html]
    and downloaded the files for JDBC Thin.
    Then I followed this: [http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/111070_readme.html]
    by entering these commands (I'm using Ubuntu):
    export CLASSPATH=$CLASSPATH:/path/to/files/ojdbc6.jar
    export CLASSPATH=$CLASSPATH:/path/to/files/orai18n.jar
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/files
    When I type echo $CLASSPATH I can see that those commands worked, but it hasn't made any difference when I try to compile.
    I still get the same error. Is it because I didn't do anything about the .so files? The readme page didn't mention them in the installation section.
    Please help! I am so stuck...

    I don't think you need the shared libraries (.so files) and given what I saw when I glanced at those pages, I don't think they'd even work for you, although maybe I just didn't read enough of it.
    What happens when you type
    javap oracle.jdbc.pool.OracleDataSourceon the command line?
    How are you invoking javac? Are you perhaps passing a classpath argument?
    Are you sure that the path to the jar files is correct? Are the paths relative?

  • Using bootcamp 5.1, Windows 7 home is installed but missed installing the drivers disk. How to install the Mac drivers for windows after the fact.

    While using Bootcamp 5.1, and OS X 10.8.2, I partitioned my Mac disk with 80 Gigs for Windows 7 home and the install went great, but I must have missed the time when I was to install the Mac drivers disk to install the drivers for Windows,(when in Windows I don't have a mouse or optical drive.)  Is there a way to install the drivers after Windows is installed, or do I have to go through the whole process all over again?

    Press X key after the startup sound to boot into OS X. Then, open Boot Camp Assistant, download Boot Camp drivers and burn them into a USB drive or DVD. Finally, boot in Windows and install drivers

  • Cannot install LAN driver for my "KT6 Delta Series" motherboard

    I've got this motherboard (KT6 Delta Series). Bought it second hand recently and I haven't got the original MSI driver CD. I downloaded all the drivers from the MSI website (http://www.msi.com.tw/program/support/driver/dvr/spt_dvr_detail.php?UID=474&kind=1) but I'm not able to install the driver for my onboard LAN.
    I just get a yellow dot on the ethernet controller under unknown devices in my device manager. When I try to update driver from device manager by searching the folder where I unzipped the driver, I just get a message saying something like "no driver could be found for this device in the selected folder... will you connect to Windows Update to search for a driver...?". I've also tried to install it the hard way by selecting "from floppy disc" and browse for the "b44win.inf" file inside the "WinXP" folder in the unzipped driver folder... but I stilll get an error message... saying something like "can't find any information of the hardware in the selected folder"... it's a bit difficult for me to describe the messages correctley because not English Windows version.
    I've downloaded both LAN drivers for this card from MSI download site (http://www.msi.com.tw/program/support/driver/dvr/spt_dvr_detail.php?UID=474&kind=1). Both "Broadcom 5788 LAN Drivers" and "Broadcom 4401 LAN Drivers" and non of them will install on my system. I've also tried downloading from the Broadcom website (http://www.broadcom.com/drivers/downloaddrivers.php). NON of them will install (
    I've just formated my harddrive with fresh Windows XP install... The only software already installed is drivers for my motherboard and AGP card. No other software that can make any conflicts. When I connect a network cable to the onboard LAN the yellow light goes on so it seems the card itself is working.... but where can I get a driver that will install???
    I've also tried connecting another network card (realtek 10/100) and connected my ADSL internett through it... and used the MSI Live Update utility... but still no luck... the only network driver it gets is the one for my reltek card :-(
    Any suggestions???
    I use Windows XP Professional SP2. How do I install the drivers for my onboard LAN???
    Best regard.
    Tor-Atle Kindsbekken

    Quote from: osnavi on 05-November-05, 20:02:09
    "...so my onboard Broadcom 4401/5788 controller thinks it is a 3COM controller instead of a broadcom controller..." Think it shouldn't be possible since basic data should be written in a kind of ROM.  Now, if that could happen, it should be possible to reverse it the same way you did to overwrite that data.
    I belive you are right... but I can't reverse it the same way I did when overwrite the data... because I'm not able to install the driver :( I cannot install the driver at all in Windows XP. In Windows ME it's possible to force the installation of the driver... but it does not work. It moves from unknown devices to network controllers... but it gets a yellow dot... and is not working. Every time I boot Windows ME I get a message reporting that something is wrong with the broadcom ethernet controller :(
    I belive the only way I can reverse it is to replace my harddrive with another... with Windows XP and drivers for my card is already installed on the harddrive... the same way as I did when overwriting the rom file(s) with data from my Asus board... but I can't make such a harddrive when the drivers won't install on my card :(
    I maybe think this also has happend to the onboard Audio controller... and maybe the chipsett also :( The audio controller works perfectley eith the MSI C-Media drivers... but when I run MSI live update... I get drivers for the C-Media device... but also drivers for "VIA AC97" audio controller can be downloaded from the MSI Live Update Utility... The "VIA AC97" is the audio controller on my Asus board... so I belive it has happened here also... and maybe also to the "VIA 4in1" chipset... but this is the same "VIA KT600" chipset as on my Asus board. When updating my Via 4in1 driver, I just get an option to update the inf file. But normaly on "Via 4in1" drivers on other boards I know, there shold be installed drivers for PCI, IDE and AGP. Is it the same way for you guys with this motherboard? Is it only the "Inf file" to update for you guys also?
    What I think is most frustrating here is that things like this cab happen. This can happen to everybody. Many times I've switched harddrive from one computer to another... and I've never experienced anything like this before. This time I was not planing to boot the harddrive at all... just format it... but forgot to set the right boot order... so the harddrive booten... and that's all it takes to "destroy" my board. Shouldn't these ROM files be a littlebit more difficult to overwrite, you think? Why doesn't MSI writeprotect their ROM files or anything... to make them a littlebit more difficult to destroy...?
    Well... I'm still interested in advices on how to "restore" my motherboard data to the original values... and remember... clear CMOS and update BIOS is not enough :(

  • Windows Update installed the drivers for the wrong sound card?

    I need serious help with this one.
    It all started October 31st when I find that Windows Update lists an update for my sound card - a Sound Blaster Li've! 24bit internal card. I install it, reboot, and realize that my sound is not coming through the speakers (Note, sound was working before I installed this update. I'm not even sure if the sound card is processing to it). I realized that Windows Update seemed to have installed the drivers for the wrong sound card. It installed drivers for "SB Audigy" (it was originally SB Li've!), why they chose to be so generic - I don't know. I later find out that not even Creative's website has this updated driver, but apparently, only Windows Update is issuing this out.
    But wait, it gets even more frustrating.
    So I don't have System Restore enabled (big resource hog), and I need to go back to the older drivers. I originally do a driver rollback using the Device Manager, which made the drivers go back to what they were before - but still wasn't outputting sound. I think even though the older drivers were being used by Windows, the software that Creative issued wasn't picking up this fact and thought I still using the newer ones for Audigy. So I decided to uninstall everything and start with an actual driver installation executable from Creative's website (SB24_PCDRV_LB__04_0090.exe). What I found out was that if new drivers are detected, I can't actually install over them.
    However, if I uninstall the drivers using the Device Manager, it'll automatically install everything - the control panel, the preferences, drivers, etc for the new "SB Audigy" drivers that were issued Oct 3st once I scan for hardware changes. The reason I need to scan for hardware changes is because if I uninstall the drivers from the Device Manager, it'll remove the instance of "SB Audigy" from the list. This causes problems for the installer for the older drivers (SB24_PCDRV_LB__04_0090.exe) because now it thinks there isn't any hardware to install the drivers for (all because I haven't made the Device Manager actually discover my actual sound card, yet unless I press "Scan for Hardware changes" which as a result, will install the newer drivers from Oct 3st automatically. I hope this makes sense so far).
    So now I can't uninstall the newer incorrect drivers so I can install the older ones for the actual sound card. Normally I heard that you can change something in the new driver's installation executable to properly uninstall everything. Only problem is, Windows Update doesn't exactly tell you where it's downloading the driver/hardware installation files. I know in the Software Distribution you can find Windows Update stuff downloading there - but I couldn't find the SB Audigy driver update it keeps installing while "scanning for hardware changes" in the Device Manager.
    This was incredibly hard to put into detail, so I hope that it makes a little bit of sense. If you need clarification on anything please let me know and I'll do anything to help eliminate the problem. Just remember I have:
    Windows 7 x64
    Sound Blaster Li've! 24bit
    I think the only problem I'd like to solve is - how could I install older drivers if Windows keeps installing the newer ones even after I uninstall them? Because right now, I can't do much unless I know how to get rid of the installation files for the Oct 3st update so it won't have anything to use. Another way to rephrase the question is, how could I get the Device Manager in Windows to display my soundcard as "Multimedia Audio Controller" for as long as I need so I can run SB24_PCDRV_LB__04_0090.exe which will then detect that there is a sound card that can use the drivers and install them properly?
    Thanks for your help guys, I hope we can solve this. Because I've done everything I could. Hopefully I don't need to reinstall the operating system just so I can have sound working.

    Click on Start> ALL Programs > Creative > Creative Audio Console.
    Make sure speakers are set to 5. if that's what you're using. I like to Synchronize with Windows Control Panel. Turn EAX to No effects, and/or turn effects to 0%. On the CMSS 3D Tab, turn the Mode to OFF.

  • In which boot camp support software I can install the drivers for win 7 32 bit.my os is X10.8.5 and I install windows 7 32 bit but I can not install drivers

    in which boot camp support software I can install the drivers for win 7 32 bit.
    my os is X10.8.5 and I install windows 7 32 bit but I can not install drivers.
    also my macbook pro model is MC723.

    Read this. You need to be running Snow Leopard or later.
    http://support.apple.com/kb/ht3986

  • Im trying to install new drivers for my printer and it will not accept my password

    Im trying to install new drivers for my printer and it will not accept my password

    Hey fyermanbob,
    Thanks for using Apple Support Communities.
    OS X Mavericks: If your administrator password was not accepted
    http://support.apple.com/kb/PH14014
    Have a nice day,
    Mario

  • Palm TX will sync but not transfer data after installing 64bit drivers for Windows 7

    Palm TX will sync but not transfer data after installing 64bit drivers for Windows 7 using the USB cable. Does anyone have any advise?
    Post relates to: HP TouchPad (WiFi)

    @MikeNTxs - 64bit USB drivers have been available since April of 2010, and they do work. I've synced successfully to my Vista64 bit laptop many times via USB.
    See the sticky thread at the top of this section titled "64bit Palm Desktop drivers are here!"
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Problem installing Audio Drivers for Windows XP on G550

    I have tried all the posibilities to install sound drivers for Win XP on G550, but every attempt a big failure . Could someone help me to install sound drivers?
    System gives error of Now Media Object.

    try to download drivers from here

  • LAN drivers for MSI 7005 for Windows 7?

    I am running a Win XP PE USB for Macrium Reflect, made by Macrium Reflect and it asks or a Network driver.   I suppose it wants a Windows 7 one as it used Windows 7 as a base when creating the CD.  I've booted to the CD and just want to point it to Windows 7 Network drivers.
    So i'm trying to download Windows 7 LAN drivers for it/
    It may be RealTek LAN 10/100 driver though its not listed for Windows 7.
    http://www.msi.com/product/mb/651M-V.html#/?div=Driver

     Try the Vista drivers.

  • How Do I Install Apple Drivers For Windows XP?

    Okay, so I have a 15 inch mid 2012 MacBook Pro that is running OS X Mavericks. After many attempts, I managed to install Windows XP 32 bit as a secondary operating system on the HDD using Disk Utility. The only devices that Windows XP recognised upon the installation were the keyboard and the trackpad. I then inserted a Snow Leopard disc to install the Apple Drivers for Windows XP and it appeared as though the drivers got installed(the Boot Camp icon appeared on the taskbar next to the digital clock). However, when I restarted windows, none of the devices other than the keyboard and the trackpad worked. Does this imply that the drivers didn't get installed? If so, why is this and how can I install the drivers? If the drivers did get installed, why aren't the devices working? Please help me out, if possible. Thanks in advance.

    It does not work because you are running Mavericks and trying to use non-Mavericks drivers for an operating system (XP) that is not support on your hardware or your operating system.

  • How to install printer drivers for monarch

    Dear Friends,
    I got requirement where users are going to use new printer for Bar code printing.
    Kindly suggest on how to install printer drivers in SAP.
    regards
    Jiggi

    Hi,
    In tcode SPAD, goto "Utilities --> For device types --> Import".
    There are specific notes regarding specific manufactures, search the SAP portal for notes in application area BC-CCM-PRN-DVM.
    Check SAP Note 8928 for a start.
    Regards,
    Muralidhar

  • How to install unix drivers for Olympus MAUSB smartmedia reader

    I want to use my Olympus "Camedia" MAUSB-2 smartmedia card reader. I have downloaded a coupl eof drivers from the web
    USBDSSFDCReaderDriver
    USBSSFDCReaderShim
    These show up as Unix Executables in the Finder
    I have no idea how to install them. Can anyone help?

    Where did you find these files?
    I can't find any support for MAUSB-2 under Mac OS X?
    The only drivers I can find on Olympus' site are for Mac OS (not Mac OS X) and date from 2000 (which predates Mac OS X). Mac OS drivers won't work on Mac OS X.
    That said, I've never had to install any driver for any card reader I've used. Are you sure you need one?

Maybe you are looking for