Wanted: 3com (Etherlink XL 10/100 PCI nic) network adapter driver

Hello. 
I would like to get help for my problem.  I have an old PC (Pentium III clone)that I'm trying to revive. It does not have any onboard network adapter but has a pci 3COM etherlink XL 10/100 .  I tried getting the driver throught the internet but no luck.  And a number of sites that I went through has an external download site and when I clicked it directs me to HP.  I finally found a site that said that HP has acquired 3Com last 2010.
So my question is: does HP have a driver for my network pci adapter for Windows XP?  If yes, can you possibly direct me the download page?  thank you for any help on this request.

Hi:
See if this one works...
http://h20566.www2.hp.com/hpsc/swd/public/detail?swItemId=PSG_I17919_100969#tab1
Or this one...
http://h20566.www2.hp.com/hpsc/swd/public/detail?swItemId=PSG_I6782_8315
You may have to manually install the drivers.
I haven't disassembled the files to see how one needs to install the drivers.  A lot of those old drivers don't automatically install and you have to install the drivers from the device driver update tab.

Similar Messages

  • Update for 3com etherlink xl 10/100 pci t NIC (3c905c-tx) working with windows 7

    I need to download update for 3com etherlink xl 10/100 pci for complete pc management NIC (3c905c-tx) working with windows 7

    For Win7 64bit you have to install manually a compatible driver within in the driver collection of Win7: Choose network-adapter >>> realtek semiconductor (the 2nd) >>>
    HP EN 1207D-Tx PCI 10/100
    This driver is working well.
    Thanks for that! Sorted my problem with testing TMG on an old machine!
    well it works the device dont do shit it does in xp i write manually ip no signal unidentified network
    evrytime i install that driver i get message Realtek RTL8139/810x Family Fast Ethernet NIC windows has finished installing the driver software for this device WTF IS THIS FUCKING CRAP I CHOOSE TO INSTALL SOMEETHING DIFFRENT
    HP EN 1207D-Tx PCI 10/100
     i am using the server 2011

  • Driver 3Com EtherLink 10/100 PCI NIC 3C905C-TX-M working on windows 7 Download

    working driver on windows 7
    (3C905C-TX-M) 3Com® EtherLink® 10/100 PCI NIC for Complete PC Management
    Choose from the following categories to download files.
    http://www.3com.com/products/en_US/result.jsp?selected=5&sort=effdt&sku=3C905C-TX-M&order=desc
    3c905c_4_41.exe
    18 Sep 2003
    0.14 MB

    For Win7 64bit you have to install manually a compatible driver within in the driver collection of Win7: Choose network-adapter >>> realtek semiconductor (the 2nd) >>>
    HP EN 1207D-Tx PCI 10/100
    This driver is working well.
    Thanks for that! Sorted my problem with testing TMG on an old machine!
    well it works the device dont do shit it does in xp i write manually ip no signal unidentified network
    evrytime i install that driver i get message Realtek RTL8139/810x Family Fast Ethernet NIC windows has finished installing the driver software for this device WTF IS THIS FUCKING CRAP I CHOOSE TO INSTALL SOMEETHING DIFFRENT
    HP EN 1207D-Tx PCI 10/100
     i am using the server 2011

  • Realtek PCIe GBE network card driver for Solaris10 x86

    Hi Gurus,
    My laptop has a Realtek PCIe GBE network card but I could not find the driver for Solaris10 x86 anywhere, can anybody help me with this issue?
    Thanks

    how about this?
    http://homepage2.nifty.com/mrym3/taiyodo/eng/
    other google hits indicate that there is a realtek driver in OpenSolaris.

  • I want to check all functions of PCI 6534.I have read the user manual..I have some memory related questions.​Please help me for that.

    I want to check all functions of PCI 6534.I have read the user manual..I have some memory related questions.Please help me for that.
    1.)If i am using the continuous output mode.and the size of generated data is less than 32 MB.If i want to preload the memory,what should i do?I want that first of all i load all my data to onboard memory & then i want to make start the transfer between 6534 & peripheral.Is it possible?As per me it should be.Plz tell me how should i do this?I think that in normal procedure the transfer between 6534-peripheral & outputting data from pc buffer to onboard memory works parallely.But i don't want this.Is it poss
    ible?
    (2).Similarly in finite input operation(pattern I/O) is it possible to preload the memory and then i read it?Because i think that the PC memory will be loaded automatically when 6534 acquires the data and then when we use DIO read vi the pc buffer data will be transferred to application buffer.If this is true,i do not want this.Is it possible?
    (3) One more question is there if i am using normal operation onboard memory will be used bydefault right?Now if i want to use DMA and if i have data of 512 bytes to acquire.How will it work and how should i do it?Please tell me the sequence of operations.As per my knowledge in normal DMA operation we have 32 Bytes FIFO is there so after acquisition of 32 bytes only i can read it.How it will known to me that 32 bytes acquisition is complete?Next,If i want to acquire each byte separately using DMA interrupts what should i do?Provide me the name of sourse from which i can get details about onboard memory & DMA process of 6534 specifically
    (4).In 6534 pattern Input mode,if i want to but only 10 bits of data.and i don't want to waste any data line what should i do?

    Hi Vishal,
    I'll try to answer your questions as best I can.
    1) It is definitely possible to preload data to the 32MB memory (per group) and start the acquisition after you have preloaded the memory. There are example programs on ni.com/support under Example Code for pattern generation and the 6534 that demonstrate which functions to use for this. Also, if your PC memory buffer is less than 32MB, it will automatically be loaded to the card. If you are in continuous mode however, you can choose to loop using the on-board memory or you can constantly be reading the PC memory buffer as you update it with your application environment.
    2) Yes, your data will automatically be loaded into the card's onboard memory. It will however be transferred as quickly as possible to the DMA FIFO on the card and then transferred to the PC memory buffer through DMA. It is not going to wait until the whole onboard memory is filled before it transfers. It will transfer throughout the acquisition process.
    3) Vishal, searching the example programs will give you many of the details of programming this type of application. I don't know you application software so I can't give you the exact functions but it is easiest to look at the examples on the net (or the shipping examples with your software). Now if you are acquiring 512 bytes of data, you will start to fill your onboard memory and at the same time, data will be sent to the DMA FIFO. When the FIFO is ready to send data to the PC memory buffer, it will (the exact algorithm is dependent on many things regarding how large the DMA packet is etc.).
    4) If I understand you correctly, you want to know if you waste the other 6 bits if you only need to acquire on 10 lines. The answer to this is Yes. Although you are only acquiring 10 bits, it is acquired as a complete word (16bits) and packed and sent using DMA. You application software (NI-DAQ driver) will filter out the last 6 bits of non-data.
    Hope that answers your questions. Once again, the example code on the NI site is a great place to start this type of project. Have a good day.
    Ron

  • I want to measure rpm using 100 ppr incremental encoder via digital input

    i want to measure rpm using 100 ppr incremental encoder  via digital input max speed (4000 rpm)
    am using 9178 c-DAQ chassis and 9426 digital input module
    pl provide me example code for this

    Hi asaccullo.
    The recommended settings for encoders are using the counters in the daq cards. Using digital I/O’s is not recommended, the encoders send digital signals but one of the main differences between using digital IO vs counters is that counters are designed to handle these type of events.
    Here I found several examples in ni.com/code that you might check:
    Imitation Quadrature Encoder with DAQmx Counter Tasks
    Use Counter Frequency to obtain an Encoder Rotational Speed
    An Elvis is a daq device, so this should work for you.
    I also found an example for myDAQ, it uses the DIO but with a counter task in the set up.
    Regards,
    steve.bm
    AE | NI

  • I want to edit Pictures that are on my External Hard Drive Using iPhoto without having to import them every time, it was suggested to me to use Aperture. any advise is appreciated

    I want to edit Pictures that are on my External Hard Drive Using iPhoto without having to import them every time, it was suggested to me to use Aperture. any advise is appreciated

    Aperture is a nice program, I use it myself for it's adjustment and light editing capabiities.
    You can save a vault on another drive.

  • How to use Integrated 10/100 Base-T networking interface

    I am new to Solaris, in fact I just installed it. I assumed that I would be able to connect to the internet immediately, but that isn't the case. I have an HP a1610n media center pc, and it comes with an Integrated 10/100 Base-T networking interface. Do I need to install a driver to use this network interface?

    Can Solaris 'see' your device? this tool wil let you know. [Sun Device Detection Tool 2.1      |http://www.sun.com/bigadmin/hcl/hcts/device_detect.jsp]
    If it doesn't see the controller, there are links on the device detection tool page that should help you find a driver - if one's available - for your NIC.
    john

  • PCI Simple communications controller driver suitable for Windows 7 x64

    Hi,
    I'm looking for a PCI Simple communications controller driver suitable on Windows 7 x64.
    Does this have anything to do with Bluetooth? Because the Bluetooth is not working 100%, Nokia Suite does not recognize the Bluetooth device on my laptop.
    The Bluetooth symbol is in the taskbar, but only when i use "fn"+f12(wireless com.) after startup
    I have a HP envy 17 j009ed.
    Kid regards,
    NickdB

    NickdB
    Identical system, you find the drivers bios etc. here
    http://h30434.www3.hp.com/t5/Notebook-Operating-Systems-and-Software/Windows-7-64bits-drivers-for-En...
    Say thanks by clicking the "Kudos! Star" which is on the left.
    Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue.

  • PCIe eSATA controller and drive case

    Can someone recommend the best external backup to purchase? I don't quite understand the difference between a regular external hard drive, like something that WD makes, versus an PCIe eSATA controller and drive case. What is all of that? Do I really need such a thing, and is it better?
    Thanks.

    Can someone recommend the best external backup to purchase? I don't quite understand the difference between a regular external hard drive, like something that WD makes, versus an PCIe eSATA controller and drive case. What is all of that? Do I really need such a thing, and is it better?
    Dear kpdesigns,
    No one knows what you need or want but you. I can provide some ideas of various external storage options that are available for the Mac Pro. The various storage protocols differ in performance, expansion and reliability characteristics.
    1. USB - external USB drives are cheap and readily available. They work good for backing up small amounts of data (10-50GB). The performance of a USB drive on a Mac Pro is limited to approximately 17-18MB/sec. This translates into long backup periods when trying to copy 100GB of data to a USB device. FireWire 400, 800 and eSATA enclosures are all faster.
    2. FireWire 400 - external FW400 drives are little more expensive than USB 2.0 enclosures but they provide approximately 32-38MB/sec transfer rates which is almost twice as fast as USB 2.0 on a Mac Pro. FW400 provides adequate speed for most backup situations where less than 100GB of data is in play.
    3. FireWire 800 - external FW800 drives can provide 52-60MB/sec. transfer speeds. This method works well as a backup drive for a Mac Pro as the FW800 ports are built in. It also works well as a boot drive if necessary. However, when using more than one FW800 drive, speeds can be lower and many users end up resorting to PCIe expansion cards when adding more than three FW800 drives. FW800 does not provide the RAID performance that external SATA solutions can provide.
    4. eSATA - external SATA hard drives can provide 57-70MB/sec. This is the fastest method for adding external storage to a Mac Pro. In addition to the Mac Pro SATA 4-bay tray system, there are also two more SATA ports on the Mac Pro motherboard (just under the front fan assembly). These ports are marked as "ODD SATA" on the motherboard. Users can install SATA cables on these ports and run them out of the back of the Mac Pro to SATA->eSATA converters like the Addonics model AASA2SAP15C. OWC also sells a kit that accomplishes this.
    Ecternal 2-Port PCIe Cards
    The next level of external SATA on the Mac Pro is a two port card that utilizes the SiI-3132 chip. These PCIe cards provide great individual and dual SATA hard drive performance but are limited to approx. 125MB/sec when used with a SATA PM multi-drive setup in a RAID configuration. Examples of cards in this category include:
    Addonics PCIe 2-Port model ADSA3GPX1-2EM ($39.99)
    http://www.amug.org/amug-web/html/amug/reviews/articles/addonics/adsa3gpx1-2em/
    FirmTek SeriTek/2SE2-E ($99.95)
    http://www.amug.org/amug-web/html/amug/reviews/articles/firmtek/2se2e/
    External 4-Port PCIe eSATA Cards
    The next step up of SATA controllers for the Mac Pro includes 4-port external eSATA cards that provide very good RAID performance and support port multiplier (SATA PM) and direct connect enclosures. These cards can support up to 20 hard drives using 4 SATA PM 5-bay enclosures and can provide 200-700MB/sec performance in RAID 0 configurations with 5-20 hard drives. Examples of Mac Pro host adapters that fall into this category include:
    Addonics ADSA3GPX8-4EM ($199)
    http://www.amug.org/amug-web/html/amug/reviews/articles/addonics/adsa3gpx8-4em/
    DAT Optic eSATA_PCIe8 ($189)
    http://www.amug.org/amug-web/html/amug/reviews/articles/datoptic/pcie8/
    NORCO-4629 ($189.99)
    http://www.amug.org/amug-web/html/amug/reviews/articles/norco/4629/
    RocketRAID 2314 ($200)
    http://www.amug.org/amug-web/html/amug/reviews/articles/highpoint/2314/
    Sonnet Tempo E4P ($299
    http://www.amug.org/amug-web/html/amug/reviews/articles/sonnet/mac-pro/
    SATA PCIe RAID Controllers
    The next step up for Mac Pro SATA host adapters is high performance RAID 5 and RAID 6 controllers that provide redundancy. Performance for this group using 8 drives in a RAID 5 configuration is 420MB/sec on average. Using RAID 6 performance is 350-380MB/sec on average. Mac Pro host adapters that fall into this category include:
    Apple RAID 5 internal 4-port card ($999)
    HighPoint RocketRAID 2322 RAID 5 Controller ($299)
    http://www.amug.org/amug-web/html/amug/reviews/articles/enhance/e8/
    Areca ARC-1221x RAID 6 SATA Controller ($680)
    http://www.amug.org/amug-web/html/amug/reviews/articles/areca/1221x/
    RAID 6 SAS Controllers
    The next upgrade for external Mac Pro SATA/SAS hard drive users is the new SAS RAID 6 controllers. These cards provide 8-12 ports that work with either SATA hard drives or SAS drives. They also have the capability to support up to 128 devices using SAS Expanders. This new category of external storage provides almost unlimited expansion capability with a single Mac Pro PCIe host adapter. An example of this category is the bootable Areca ARC-1680x SAS RAID 6 SATA Controller ($845). AMUG is currently reviewing this card and the review should be available soon.
    As you can see the Mac Pro supports a wide range of external storage options. Users simply need to decide how much storage they need and what performance level they desire. Typically, as the volume of data being maniplulated grows higher the need for higher performance also grows higher. Users working with uncompressed HD video will find large high performance RAID systems provide a great platform for video editing.
    Have fun!

  • Wireless capability Compaq Presario SR1950NX with Integrated 10/100 Base-T networking interface

    Wireless capability available for 6-year old Compaq Presario SR1950NX desktop with "Integrated 10/100 Base-T networking interface" ?  How best to do this. Wireless adapter via USB 2.0 ?  Have Time Warner's modem and my Linksys N750  router in another room, and want to use wireless printer in a third room.  Router currently serves Smart TV and a Lap Top in different rooms.

    Hi:
    Yes, the easiest thing to do is to purchase an external usb wireless adapter.
    I just got this one for my desktop.
    http://www.linksys.com/en-eu/products/adapters/AE3000
    You can read some customer reviews on the adapter at the link below.
    http://www.newegg.com/Product/Product.aspx?Item=N82E16833124477
    I am very happy with mine. It connects to my Linksys E4200 router at 450 MBPS on my N only 5.0 GHz band.
    I believe that is the maximum throughput for the AE 3000 wireless adapter.
    I also like that it comes with the 3' usb extension cable and cradle to position the device for the best reception.

  • PAX PCI XFI All-OS-Driver V1.65

    PAX PCI XFI All-OS-Driver V.65. Celebrated 5 years of PAX drivers.
    ?PAX PCI XFI All-OS-Driver V.65. - XP/Vista/Win7 ? 32/64Bit - Read me
    PAX
    Performance Audio Xeleration
    Tweaked Drivers for Creative Soundcards:
    Better Performance. Better Audio. Better Xeleration.
    PAX PCI XFI All-OS-Driver V.65
    Code name ?WildWing?
    ?Tweaked Edition?
    Supported cards:
    Sound Blaster X-Fi XtremeGamer Fatalty? Professional Series
    Sound Blaster X-Fi Platinum Fatalty Champion Series
    Sound Blaster X-Fi XtremeMusic
    Sound Blaster X-Fi XtremeGamer
    Sound Blaster X-Fi Platinum
    Sound Blaster X-Fi Fatalty
    Sound Blaster X-Fi Elite Pro ?
    Sound Blaster X-Fi
    Soundblaster X-Fi OEM Cards: Dell, HP and Gateway
    Setup should work with any XFI Card now!
    Supported OS:
    XP, Vista, Win7
    32 and 64Bit
    Based on:
    AuzenTech HD Theater Driver set
    2.20.0002.
    PAX Changes:
    + Fix 3d CMSS
    + updated CT Cab Info.
    This just driver set only.
    http://dl.technewshw.com/drivers/Pax...0OS%20V.65.exe
    Please download this one for suite thankyou.

    First of all:
    Based on:
    AuzenTech HD Theater Driver set
    2.20.0002.
    If you would actualy check inf you would notice that HomeTheater set is version 2.20.0000.24. Second if you would compare driver versions you would notice HomeTheater driver version is 6.0.0.40 while old prelude beta drivers are 6.0.0.402. Considering HT drivers where actualy signed on 4th dec, we could argue what drivers are newer, but i still think prelude ones are. Because version and time of signing is not related. Two components that are newer in HT drivers for sure are?CMSS-3D (UDA stuff) and Driver setup tool, rest prelude should have newer.
    I'm not very good with hex numbers
    considering what i wrote above, it doesnt seems you are good with decimal numbers as well
    Also another note, i just checked your inf and one thing poped out was your Setting_TweakDatabase_Config.AddReg section. Do you actualy know basics how drivers install? If you want to apply certain registry setting you add certain section and then you also need to refrence that section in driver instalation for ex:
    [XFi_Device_Vista.NTX86]
    AddReg=XFi_Setup.AddReg, BinaryClassID.AddReg, XFi_VistaDatabase.AddReg, XFi_Config.AddReg, AudioBrandXFi.AddReg, COINST.AddReg, Setting_TweakDatabase_Config.AddReg
    btw im not saying those options are correct or not or whatever,?but you have basic structure errors. You might want to do some thinking before you release something next time.

  • Pci network adapter on Thinkcenter EDGE 3484-jpg - win7 downgraded from win8

    I need add an extra nic on Thinkcenter EDGE 3484-jpg, computer is natively win8 and uefi boot downgraded (from lenovo) to win7 pro. Tring 2 different network controller pci-e 16x - intellinet - startech pex100s systems freeze while loading bios; removing nic i can access uefi bios but i don't find any option to disable/enable pci-e slot (also disable uefi bios). With same computer model bought some month ago (born with win7 and old-style bios) i have no such problems. Lenovo phone helpdesk told me the network card are not compatible, but they don' t know any pci-e nic who run on this hw. Do you have any hint?

    Hi:
    Yes, you can burn the files to a CD and use those to install the drivers you need.
    You need to install the AMD Chipset and USB 3 drivers which are not on your notebook's support page.
    http://h20565.www2.hp.com/hpsc/swd/public/detail?swItemId=cp_117181_1
    Download and install both of these drivers for the usb...
    http://h20564.www2.hp.com/hpsc/swd/public/detail?s​p4ts.oid=6943835&swItemId=ob_139250_1&swEnvOid=40...
    http://h20564.www2.hp.com/hpsc/swd/public/detail?s​p4ts.oid=6943835&swItemId=ob_133037_1&swEnvOid=40...
    Reboot after each installation.
    PCI E/D Controller:  Not on your notebook's support page.
    Run this file and then manually install the driver.
    http://h20565.www2.hp.com/hpsc/swd/public/detail?swItemId=vc_133833_1
    To manually install the driver, go to the device manager and click on the PCI E/D Controller needing the driver.
    Click on the driver tab, click on update driver.  Select the Browse my computer for driver software option and browse to the driver folder that was created when you ran the file.
    That folder will be located in C:\SWSetup\sp66974.   Make sure the Include Subfolders box is checked and the driver should install.  Then reboot.
    Ethernet Controller:
    Realtek Local Area Network (LAN) Driver
    File name: sp69625.exe
    PCI Device:
    Realtek Card Reader Driver
    File name: sp69619.exe
    I don't know what model wireless card your model uses, so if you still need the wireless card driver (Network Controller), please do the following steps so I can figure that out and then I will post the link to the wireless card driver you need...
    To find the hardware ID, go to the device manager and click on the device labeled Network Controller.
    Then click on the Details tab at the top of the Network Controller window.
    Now you see a Property drop down list and it is defaulted to Device Description.
    Drop down on that list and select the second item (Hardware ID's).
    Post the top string of characters you see in the window.

  • Greeting,  I want to reformat my external hard drive using Mac OS Extended (Journaled, Encrypted ) but before formatting it, I want to make sure that if I loose the hard drive or the hard drive get stolen, no one will be able to retrieve or recover the in

    Greeting,
    I want to reformat my external hard drive using Mac OS Extended (Journaled, Encrypted ) but before formatting it, I want to make sure that if I loose the hard drive or the hard drive get stolen, no one will be able to retrieve or recover the information on it so could you tell me what kind of encryption will be used or is there any way to recover the information?
    Thanks!

    I think FileVault is used to encryp internal hard drive but I wanna encrypt an external hard drive with Mac OS Extended Journaled Encrypted which is completely different!

  • I want to put all my music onto an external hard drive.  But I can't get it to put music on my itunes.  The music list is completely empty and so is my IPOD.

    I want to put all my music onto an external hard drive.  But I can't get it to put music on my itunes.  The music list is completely empty and so is my IPOD.  How do I do this?  I have a PC with Windows.

    You say the music is not on the external HD, the music list (iTunes?) is empty, and it is not on the iPOd. Then where is the music you want to move to the external HD?
    You can redownlaod iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

Maybe you are looking for