ASUS is a leading company driven by innovation and commitment to quality for products that include notebooks, netbooks, motherboards, graphics cards, displays, desktop PCs, servers, wireless solutions, mobile phones and networking devices. ASUS ranks among BusinessWeek’s InfoTech 100 for 12 consecutive years. Apps for Drivers. Drivers are code that help Windows and MacOS recognize the physical components of your computer, like a printer, graphics card, or mouse. Realtek driver for RTL8188CU and Windows 7 32bit. A complete list of available wireless device drivers for Realtek RTL8188CU. On this page, you will find all available drivers listed by release date for the Windows 7 32bit operating system. From the following list, select any driver and try it on your device. The PCE-AC68 uses Broadcom’s new 5th generation Wi-Fi 802.11ac chipset to reach speeds of up to 1.3Gbit/s through the 5GHz band, which is three times faster than 802.11n Wi-Fi. At the same time, it maintains full backward compatibility with all previous Wi-Fi protocols, providing high performance two-way transmission while ensuring a smooth. CPlus is the best electronic component distributor for all your electronic component shortages needs! Get your services from the finest industrial automation component distributor.
If you are trying to get a device working with ndiswrapper, please help ndiswrapper project wiki by contributing your findings. See HowToContribute
Hi there, welcome to ndiswrapper's wiki
Many vendors do not release specifications of the hardware or provide a Linux driver for their wireless network cards. This project implements Windows kernel API and NDIS (Network Driver Interface Specification) API within Linux kernel. A Windows driver for wireless network card is then linked to this implementation so that the driver runs natively, as though it is in Windows, without binary emulation.
With ndiswrapper, most miniPCI (builtin), PCI, PCMCIA (Cardbus only) or USB wireless network cards work in Linux with x86 or x86-64. Although ndiswrapper is intended for wireless network cards, other devices are known to work: e.g., ethernet cards, USB to serial port device, home phone network device etc.
This wiki aims to be a knowledge base for ndiswrapper.
If you have something to contribute please send your articles to HowToContribute
Documentation
- List of Companies with devices listed on this wiki. Each company's page lists the devices available in the device database.
- Misc categories for other devices.
- HowTos and Setup Guides
Support
Downloads
This article describes Ethernet specifics, general network configuration is covered in Network configuration.
Device driver
Check the status
udev should detect your network interface controller (NIC) and automatically load the necessary kernel module at startup. Check the 'Ethernet controller' entry (or similar) from the lspci -v
output. It should tell you which kernel module contains the driver for your network device. For example:
Next, check that the driver was loaded via dmesg | grep module_name
. For example:
Broadcom Motherboards Drivers
Skip the next section if the driver was loaded successfully. Otherwise, you will need to know which module is needed for your particular model.
Load the module
Search the internet for the right module/driver for your chipset. Some common modules are 8139too
for cards with a Realtek chipset, or sis900
for cards with a SiS chipset. Once you know which module to use, try to load it manually. If you get an error saying that the module was not found, it is possible that the driver is not included in the Arch kernel. You may search the AUR for the module name.
If udev is not detecting and loading the proper module automatically during bootup, see Kernel module#Automatic module loading with systemd.
Tips and tricks
Broadcom Motherboards Drivers
ifplugd for laptops
ifplugd is a daemon which will automatically configure your Ethernet device when a cable is plugged in and automatically unconfigure it if the cable is pulled. This is useful on laptops with onboard network adapters, since it will only configure the interface when a cable is really connected. Another use is when you just need to restart the network but do not want to restart the computer or do it from the shell.
By default it is configured to work for the eth0
device. This and other settings like delays can be configured in /etc/ifplugd/ifplugd.conf
.
netctl-ifplugd@.service
, otherwise you can use ifplugd@.service
from ifplugd package. For example, enableifplugd@eth0.service
.Troubleshooting
Swapping computers on the cable modem
Some cable ISPs (Vidéotron for example) have the cable modem configured to recognize only one client PC, by the MAC address of its network interface. Once the cable modem has learned the MAC address of the first PC or equipment that talks to it, it will not respond to another MAC address in any way. Thus if you swap one PC for another (or for a router), the new PC (or router) will not work with the cable modem, because the new PC (or router) has a MAC address different from the old one. To reset the cable modem so that it will recognise the new PC, you must power the cable modem off and on again. Once the cable modem has rebooted and gone fully online again (indicator lights settled down), reboot the newly connected PC so that it makes a DHCP request, or manually make it request a new DHCP lease.
If this method does not work, you will need to clone the MAC address of the original machine. See also MAC address spoofing.
Explicit Congestion Notification
Explicit Congestion Notification (ECN) may cause traffic problems with old/bad routers [1]. As of systemd 239, it is enabled for both ingoing and outgoing traffic.
To enable ECN only when requested by incoming connections (the reasonably safe, kernel default):
To disable ECN completely (to e.g. test whether ECN was causing problems):
See also the kernel documentation.
Realtek no link / WOL problem
Users with Realtek 8168 8169 8101 8111(C) based NICs (cards / and on-board) may notice a problem where the NIC seems to be disabled on boot and has no Link light. This can usually be found on a dual boot system where Windows is also installed. It seems that using the official Realtek drivers (dated anything after May 2007) under Windows is the cause. These newer drivers disable the Wake-On-LAN feature by disabling the NIC at Windows shutdown time, where it will remain disabled until the next time Windows boots. You will be able to notice if this problem is affecting you if the Link light remains off until Windows boots up; during Windows shutdown the Link light will switch off. Normal operation should be that the link light is always on as long as the system is on, even during POST. This problem will also affect other operating systems without newer drivers (eg. Live CDs). Here are a few fixes for this problem.
Enable the NIC directly in Linux
Follow Network configuration#Enabling and disabling network interfaces to enable the interface.
Rollback/change Windows driver
You can roll back your Windows NIC driver to the Microsoft provided one (if available), or roll back/install an official Realtek driver pre-dating May 2007 (may be on the CD that came with your hardware).
Enable WOL in Windows driver
Probably the best and the fastest fix is to change this setting in the Windows driver. This way it should be fixed system-wide and not only under Arch (eg. live CDs, other operating systems). In Windows, under Device Manager, find your Realtek network adapter and double-click it. Under the 'Advanced' tab, change 'Wake-on-LAN after shutdown' to 'Enable'.
In Windows XP (example):
Disable
has no effect (you will notice the Link light still turns off upon Windows shutdown). One rather dirty workaround is to boot to Windows and just reset the system (perform an ungraceful restart/shutdown) thus not giving the Windows driver a chance to disable LAN. The Link light will remain on and the LAN adapter will remain accessible after POST - that is until you boot back to Windows and shut it down properly again.Enable LAN Boot ROM in BIOS/CMOS
It appears that setting Integrated Peripherals > Onboard LAN Boot ROM > Enabled in BIOS/CMOS reactivates the Realtek LAN chip on system boot-up, despite the Windows driver disabling it on OS shutdown.
No interface with Atheros chipsets
Users of some Atheros ethernet chips are reporting it does not work out-of-the-box (with installation media of February 2014). The working solution for this is to install backports-patchedAUR.
Broadcom BCM57780
This Broadcom chipset sometimes does not behave well unless you specify the order of the modules to be loaded. The modules are broadcom
and tg3
, the former needing to be loaded first.
Download Allied Telesis Network Card drivers, firmware, bios, tools, utilities. Legacy viewer application for Allied Vision 1394 cameras. Downloads: SmartView v1.14.2, User Guide, Release Notes. 1394 BusDriverPackage. The 1394 BusDriverPackage enables Allied Vision IEEE1394b cameras to run at S800 data rate (800Mbps) under Windows Vista and XP (SP2/SP3). Downloads: 1394 Bus Driver Package v1.0, User Guide. Download allied driver.
These steps should help if your computer has this chipset:
- Find your NIC in lspci output:
- If your wired networking is not functioning in some way or another, unplug your cable then do the following:
- Plug your network cable back in and check whether the module succeeded with:
- If this procedure solved the issue you can make it permanent by adding
broadcom
andtg3
(in this order) to theMODULES
array:
- Alternatively, you can create an
/etc/modprobe.d/broadcom.conf
:
Realtek RTL8111/8168B
The adapter should be recognized by the r8169
module. However, with some chip revisions the connection may go off and on all the time. The alternative r8168 should be used for a reliable connection in this case. Blacklistr8169
, if r8168 is not automatically loaded by udev, see Kernel modules#Automatic module loading with systemd.
The factual accuracy of this article or section is disputed.
Another fault in the drivers for some revisions of this adapter is poor IPv6 support. IPv6#Disable functionality can be helpful if you encounter issues such as hanging webpages and slow speeds.
Gigabyte Motherboard with Realtek 8111/8168/8411
With motherboards such as the Gigabyte GA-990FXA-UD3, booting with IOMMU off (which can be the default) will cause the network interface to be unreliable, often failing to connect or connecting but allowing no throughput. This will apply to the onboard NIC and to any other pci-NIC in the box because the IOMMU setting affects the entire network interface on the board. Enabling IOMMU and booting with the install media will throw AMD I-10/xhci page faults for a second, but then boots normally, resulting in a fully functional onboard NIC (even with the r8169 module).
When configuring the boot process for your installation, add iommu=soft
as a kernel parameter to eliminate the error messages on boot and restore USB3.0 functionality.
Certainly, More than just the most expensive laptop, these have become some very interesting collectibles. Leave a message in the comments section, which one will you buy if given an opportunity. Update: The costliest laptop you can buy through Amazon is Zephyrus GX501 15.6” Full-HD 120Hz Ultra-portable Gaming Laptop, GTX 1080, Intel Core i7. Laptops have come a long way since they were first invented as a more compact form of the desktop computer. Today, they come in countless shapes and sizes, each with its own unique features. This makes choosing one quite a challenge. Ideally, your laptop should be made with portability, efficiency, and durability in mind. Exclusivepc laptops & desktops driver download for windows 10. The exclusive PC Laptops Lifetime Service Guarantee is backed by our team of over 100 certified computer nerds at your beck and call. PC Laptops has won prestigious INC 500 awards, Utah Best of State, Intel Premier Provider, Microsoft Gold Reseller awards and so many more year after year! The Laugh & Learn Click & Learn Laptop is an interactive toy computer loaded with activities to keep those little hands busy pressing, sliding, flipping, and spinning away. As your baby interacts with the activities, they'll hear songs and phrases introducing the alphabet, colors, shapes, and more.