Download Compaq WLAN MultiPort W200 Driver



Contents

  1. Download Compaq WLAN MultiPort W200 Driver
  2. Download Compaq Wlan Multiport W200 Drivers

Download the Driver Update Utility for Compaq. Double-click on the program to run it. Aug 31, 2014 Helpjet.net is a free website dedicated to pc driver software and useful utilities. All files and other materials presented here can be downloaded for free. Compaq Wireless LAN Multiport W200 Driver. Discuss: Compaq Wireless LAN MultiPort W200 - network adapter Sign in to comment. Be respectful, keep it civil and stay on topic. We delete comments that violate our policy, which we encourage you.

The Compaq W200 Multiport WiFi adapter uses an Orinoco chipset which has an experimental driver that is not in the stock Linux kernel. The driver does WEP only - there are no reports of success with WPA.

You must download the driver source and compile the kernel module yourself. Fortunately, this is not difficult.

The orinoco_usb driver is regarded as very unfinished by the Orinoco driver project, having had little work since 2004, though there are plans to merge it into orinoco_pci. SVN version 1284 of July 2007 is updated for kernel 2.6.22. 1276 of Apr 2007 is updated for kernel 2.6.21. Users of Ubuntu 6.06 or 6.10 must check out an earlier revision.

This device can be very frustrating indeed under Linux (and only slightly less frustrating under Windows). The MultiPort interface inside the lid-mounted shell is in fact USB electrically - if you are good with electronics, you may seriously consider gutting the shell and putting a well-supported USB wifi adapter inside it (Tom's Hardware forums).

There is a driver patch which lets the driver work with kernel 2.6.27 or 2.6.28. David Gerard has a git tree that incorporates patches for 2.6.27 through 2.6.31. If you are using Karmic Koala, follow the instructions here rather than the ones below.

  • Karmic Koala (9.10): SVN rev 1300 might work with 2.6.31 using David Gerard's patches.

  • Jaunty Jackalope (9.04): SVN rev 1300 works for 2.6.28-11-generic with the patch (Compaq Evo N610c).

  • Intrepid Ibex (8.10): SVN rev 1300 works for 2.6.27-9-generic with the patch. You can also use gcc-4.3 and cpp-4.3 without problems (Compaq Evo N410c).

  • Hardy Heron (8.04): SVN rev 1300 works for 2.6.24-16-generic without the patch being needed (Compaq Evo N610c).

  • Gutsy Gibbon (7.10): There have been some reports of system being extremely unstable in the orinoco-devel mailing list. One report of a stable system (N610c?). If you have stability problems, do not use Network Manager or KWifiManager - you may in fact need to remove network-manager entirely and set up your wifi from the command line (ip, iwconfig, iwlist, dhclient3). This is annoying, though possibly less annoying than a wifi card sticking out the side of your laptop.

  • Feisty Fawn (7.04): Using the Network Manager hangs the system. Manual connection with either static IP address or DHCP works. SVN rev 1284 compiles for 2.6.20-16-generic.

Prerequisites

For initial setup, you must already be connected to the internet (e.g. via the internal Ethernet).

First, save a copy of this page, so you have instructions to hand on how to recompile the module as needed. You will need to recompile every time your kernel is upgraded, even slightly.

Second, open a Terminal window. All the driver installation is done from the command line.

The following packages are required:

  • subversion
  • build-essential
  • curl
  • gcc-3.4 (gcc-3.4-base on ubuntu 6.06)
  • cpp-3.4
  • linux-headers-XXX

Where XXX is your hardware type - to find this out, run:

To install these all in one go::

Installing the driver

Get a suitable revision of the orinoco_usb driver from SVN. For 6.06 and 6.10:

For 7.04:

For 7.10 (2.6.22-14-generic):

For 8.04 (2.6.24-16-generic), 8.10 (2.6.27-7-generic) and 9.04:

Download the driver patch (if you're on 8.10 or later) and save it in the same usb directory where the orinoco files are stored

Download Compaq WLAN MultiPort W200 driver

You now need to patch rev 1300 files if you're on 8.10 or 9.04:

The following 3 files should be patched

We now need to compile and install the driver:

Downloading the firmware

Next, download the device firmware. There is a nice script to help us with this. For 6.10 and higher:

The firmware file is about 6066kB and the actual firmware is 6976 bytes. If you've downloaded it correctly, you'll see lines like these in an ls -l :

If you get an error 'gzip: stdin has more than one entry--rest ignored' edit the get_ezusb_fw file and comment the following line

Run the get_ezusb_fw script again and it should work correctly.

The firmware needs to go in the same folder as other firmware.

On Ubuntu 6.06 and higher, you can copy it to the correct place by doing:

Adaptec 3010S Ultra3 Four Channel Driver download. Drivers Installer for Adaptec 3010S Ultra3 Four Channel. If you don’t want to waste time on hunting after the needed driver for your PC, feel free to use a dedicated self-acting installer. It will select only qualified and updated drivers for all hardware parts all alone. To download SCI Drivers Installer, follow this link.

On 5.04 and 5.10, do:

Activating the adapter

We now need to load the driver into the kernel:

If the green light on the adapter goes on, it's worked! If not, it should work after a reboot.

Tell the system to load the driver automatically on startup. Open a text editor using sudo (e.g. gksudo gedit /etc/modules) and edit /etc/modules and add a new line at the bottom of the file:

Configuring wireless

Now you should be able to start configuring and using your adapter. Switch the adapter on by pressing Fn and F2. If the adapter has a green light showing then it's switched on.

We can now start configuring the card, using System -> Administration -> Networking. You should read WiFiHowto to find out how to do this if you're not sure.

After a kernel upgrade

You will need to recompile the adapter every time the installed Linux kernel changes even slightly, i.e. once you've rebooted after a linux-kernel update. Go through the steps above in 'Installing the driver' (make, sudo make install), then reboot.

If the driver does not then work, connect the system to the Internet (via Ethernet or whatever) and run through all steps above, from getting the drivers from SVN onwards.

Troubleshooting

Odd things can happen after the adapter's DHCP lease runs out, e.g. the keyboard stops working in X. That it was the wifi was confirmed by hitting Fn-F2 twice, once to switch the wifi off and once to switch it back on; keyboard works again, wait thirty seconds and it gets a new address. Similar things can happen coming back from suspend or hibernate.

So, if in doubt: Fn-F2 to switch the adapter off (green light goes out), wait 10-20 seconds, Fn-F2 to switch it back on (green light goes on). After about 10 seconds, the interface should pick up an address.

(If you're curious, running xconsole while you do this will give you some idea of what your system is doing.)

If after rebooting the wireless adapter stops working, then restarting the wireless interface may fix it. Do ip addr to check the interface name (likely either eth1 or eth2 - the laptop's wired Ethernet socket is likely to be eth0), then do:

(or eth2 as needed).

CategoryNetworking

Available drivers:6'275'123Total size:377.98 TBDownloads:273'380'718
Free Compaq Presario 2821EA Notebook Models Utility to Restore Registry Defaults driver v.1.00 C.
To download this file click 'Download'
Download
Manufacturer:Compaq
Software type:Software
Software nameNotebook Models Utility to Restore Registry Defaults
File Size:5.8Mb
Released:04 Jun 2003
Status:Free
Description:Notebook Models Utility to Restore Registry Defaults driver for Compaq Presario 2821EA
Type: Software - Managemen
This contains an InstallShield utility that allows the user to restore the registry defaults provided by Compaq for the notebook models listed below.
Legal information:All software on DriversCollection.com are free of charge type. All brands and logos are property of their owners.
Attention:Some software were taken from unsecure sources. We do not guarantee its workability and compatibility. Always check downloaded files with antivirus software. We do not cover any losses spend by its installation. Downloading files from DriversCollection.com means you are informed about it and agree to Agreement.

Similar files:

Version:5.12.01.3920
System:Windows XP
Description:ADI Soundmax Audio Driver for Compaq Presario 2821EA
Type: Driver - Audio
This contains the Windows 2000 and Windows XP audio driver for ADI host-basedaudio CODECs.FIXES:
Fixes problem where AC3 stream noise was heard from front channel after selecting and then de-selecting.
Fixes problem where the S/­PDIF output would become enabled for PCM streams..
Download Compaq Presario 2821EA ADI Soundmax Audio Driver v.5.12.01.3920
Version:1.0.0.0 A
System:Windows XPWindows 2000
Description:EMEA Mobile PhoneTools Update driver for Compaq Presario 2821EA
Type: Driver - Modem
This SoftPaq contains an update to the Mobile PhoneTools software to fix automatic SMS reception on the computer models listed below sold in Europe, the Middle East, and Africa with the GPRS (General Packet Radio Service) Multiport hardware.
Download Compaq Presario 2821EA EMEA Mobile PhoneTools Update v.1.0.0.0 A driver
Software name:EMEA GPRS Multiport Plug and Play Driver
Released:16 Oct 2002
Description:EMEA GPRS Multiport Plug and Play Driver for Compaq Presario 2821EA
Type: Driver - Modem
This SoftPaq contains the Compaq GPRS Multiport Plug and Play driver for the notebook models listed below in Europe, the Middle East, and Africa. It installs as a Multiport USB Plug and Play device under Modems in the Device Manager.
Download Compaq Presario 2821EA EMEA GPRS Multiport Plug and Play Driver v.2.0.1.1 A
Version:F.14
W200
System:BIOS
Description:ROM Image driver for Compaq Presario 2821EA
Type: BIOS
This SoftPaq creates files that contain a binary image for the System BIOS for the notebook models. with a 68P4W Family ROM. This SoftPaq is used to flash the System BIOS on target PCs on a network, and it requires System Software Manager (SSM) or Remote Management Setup. The ROM Family andROM date can be determine..
Download Compaq Presario 2821EA ROM Image v.F.14 driver
Version:7.5.3.8 (7.00 C 3)
System:Windows XPWindows 2000
Description:Synaptics Touchpad Driver for Compaq Presario 2821EA
Type: Driver - Keyboard, Mouse and Input Devices
FIXES:
- Fixes intermittent computer lockup.
HOW TO USE:
1. Download the SoftPaq to a directory on your hard drive. The file that is
downloaded is an executable with a filename based on the SoftPaq Number above.
2. Run the downloaded So..
Download Compaq Presario 2821EA Synaptics Touchpad Driver v.7.5.3.8 (7.00 C 3)
Version:1.0 A
System:Windows XP
Description:Microsoft Windows XP Fix driver for Compaq Presario 2821EA
Type: Operating System - Enhancements and QFEs
Fixes a problem under Windows XP where a STOP 0xEA error message may occur after entering and resuming multiple times from Standby and/­or hibernate modes.
Download Compaq Presario 2821EA Microsoft Windows XP Fix v.1.0 A driver
Version:F.12
System:BIOS
Description:ROMPaq driver for Compaq Presario 2821EA
Type: BIOS
DESCRIPTION:
This SoftPaq creates a ROMPaq firmware diskette that can be used to locally restore or upgrade the System ROM in the Presario/­Evo models listed below with a 68P4w Family ROM. The ROM Family and ROM date can be determined by running the Setup Utility by pressing F10 on the target computer during..
Download Compaq Presario 2821EA ROMPaq v.F.12 driver
Version:3.00 H
System:Windows XP
Description:System Enhancements Disk driver for Compaq Presario 2821EA
Type: Operating System - Enhancements and QFEs
This Softpaq installs Microsoft fixes and enhancements for Windows XP. These enhancements are designed tohelp these notebooks run better.
NOTE: The System Enhancements Disk will no longer install the USB 2.0 driver. To install the latest USB 2.0 driver, ple..
Download Compaq Presario 2821EA System Enhancements Disk v.3.00 H driver
Version:7.86.19.3708
System:Windows XPWindows 2000
Description:Wireless LAN Multiport W200 Driver for Compaq Presario 2821EA
Type: Driver - Network
This package contains the Microsoft Windows 2000 and Windows XP driver for the Compaq Wireless LAN Multiport W200 used with desktop models with Multiport.
PURPOSE: Routine
OPERATING SYSTEM(S):
Microsoft Windows 2000
Microsoft Windows XP 32-bit Home Edition
..
Download Compaq Presario 2821EA Wireless LAN Multiport W200 Driver v.7.86.19.3708

Download Compaq WLAN MultiPort W200 Driver

Version:F.23
System:BIOS

Download Compaq Wlan Multiport W200 Drivers

Description:ROM Image driver for Compaq Presario 2821EA
Type: BIOS
IMPORTANT: Users who update to this Version F.23 BIOS MUST also install the ATI Video Driver and Control Panel, Version of 8.003.3-040515a-015594C, available in Softpaq SP27665, which is downloadable from the 'Driver Graphics' catetory of the support web page for the supported models.
This SoftPaq contains a..
Download Compaq Presario 2821EA ROM Image v.F.23 driver