Wifi drivers chrome os

How to Update Wi-Fi Driver?

how-to-update-wifi-driver

The best way to keep your device drivers up to date is to allow them update automatically. When the Wi-Fi interface is not working or running slow, updating the Wi-Fi drivers can do wonders for you.

On Windows, you can perform Wi-Fi driver updates through the device manager. Or, you can manually update it by downloading updates from the manufacturer’s website. However, on the Mac and Linux based devices, the update process is taken care of by the regular system updates.

In this article, we will discuss in detail how to update the Wi-Fi drivers across different OS platforms.

Using Device Manager

Windows device manager is an important platform to check all the drivers installed on your device. It lets you update, uninstall and even roll back the drivers. You can always use this tool to update your Wi-fi drivers to their latest version.

This is how you can do it using the device manager:

  1. Press Windows key + R on your keyboard and enter devmgmt.msc
    devmgmt
  2. Inside Network Adapters, you will see the Wi-Fi driver used by your device. Right-click on it and select Update Driver.
    update-driver
  3. Now, you will have two options to choose from
    • Search Automatically for Drivers: If you choose this option windows will automatically search for wi-fi drivers over the internet and notify you if a newer version is available. In case the Wi-Fi driver is already up to date it will let you know that too.
    • Browse my computer for drivers: Choose this option if you have already downloaded the Wi-Fi drivers manually from the manufacturer’s website. This option also lets you install older versions of the Wi-Fi drivers and also override the latest one.
      search-automatically
  4. Install the latest driver and restart the system when finished. After the device boots up, go to the device manager and verify that the Wi-Fi driver has updated to its latest version.

Manually Updating the Wi-Fi Drivers

To update the Wi-Fi driver on your own, you need to download the driver’s installation files from the manufacturer’s website. Intel and Realtek are some prominent Wi-Fi driver manufacturers, so we will cover how to download the required drives from their websites.

Читайте также:  Настроить усилитель вай фай mercusys

Updating Intel Wi-Fi Divers

To update the Wi-Fi drivers without using the device manager, follow these steps,

DOWNLOADING-DRIVERS

  1. Go to the driver download center from Intel’s official website.
  2. Find the correct driver for your device and download the file.
  3. Now, run the executable file and restart when installation is finished.

Updating Realtek Drivers

To update the Realtek Wi-Fi drivers, follow these steps:

rtl87

  1. Go to Realtek’s official software download page.
  2. Find the latest WLAN driver that is compatible with your device and click on download.

Using Windows Update

You can also perform windows update to keep your drivers, in this case, the Wi-Fi drivers up to date. It will automatically download and install the latest drivers for the Wi-Fi adapter.

To check and download the latest drivers using the windows update, follow these steps;

check-for-updates

  1. Press Windows key + I to open settings.
  2. On the left panel of the settings window, Click on Windows update.
  3. Under Windows Update, it must say You’re up to date. If not, click on Check for Drivers to search for the available updates. If new updates are found, click on Download & install.

Update Wi-Fi Driver On Mac

On Apple devices, especially Mac, the drivers are automatically downloaded and installed when available. To check if any latest updates are available on this device,

automatic-update-software

  1. Click on the Apple logo in the top left corner and select System Preferences.
  2. In the System preference window, go to Software Updates.
  3. Now, click on the Update now button. Also, check the Automatically keep my Mac Up to date box.

Update Wi-Fi Driver on Linux

The Linux kernels have the Wi-Fi drivers integrated into them. Therefore, the drivers get updated automatically when new updates for the kernel are rolled out. However, if you want to update the drivers you can use the GUI or the Terminal of the Linux distros. In this article, we will talk about how to install the Wi-Fi driver updates on Ubuntu and Fedora distros.

To perform a Wi-Fi driver update in Ubuntu, the most convenient thing to do is to use the Additional Drivers tool. To use this feature follow these steps,

  1. Go to the Ubuntu dash and search for Additional Drivers. Click on the application.
    home
  2. This application will start automatically searching for the latest Wi-Fi or other device drivers.
  3. On the list of all the available drivers search for the Wi-Fi driver update and select it.
    ubuntu-update-driver

If you perform a thorough system update, this also can update the Wi-Fi device drivers. You can do this very easily using the command lines. Follow these steps to perform the system update.

sudo-apt-get-update

  1. Open the Terminal by pressing Ctrl + Alt + T.
  2. Now type the command sudo apt-get update and hit enter. Enter the user password and it will start updating the packet index files.
  3. After this, execute the command sudo apt-get upgrade . This will update all the packages to their latest version including your wi-fi drivers.
  4. When asked, Press Y to continue, and this will install the latest package for the device.

In the case of Fedora, you can again update the drivers using the terminal. Open the Terminal and enter the command Yum Update and hit enter. This command will update all the packages available for the system including the Wi-Fi interface.

Update Wi-Fi Driver On Chrome OS

The OS updates on Chromebooks automatically install the Wi-Fi drivers for the device. So, just make sure your system is up to date and it will take care of the Wi-Fi drivers on its own. The Chrome OS generally updates automatically. However, you can also perform the updates by yourself by following these steps;

check-for-updates

  1. Go to Settings
  2. Click on About Chrome OS.
  3. Now Click on Check for Updates. This will download and install the updates if available.

Wi-Fi Not Working in Windows After the Driver Update

If this is the case, try rolling back the drivers to the previous version.

Follow these steps on Windows:

rollback-wifi-driver

  1. Go to Device Manager
  2. Under the Network Adapters, right-click on the Wi-Fi interface.
  3. Select Properties and click on the Drivers tab.
  4. Now, click on the Roll-back driver button and do as instructed.

Nishant is an enthusiast who loves writing about technology. He also is heavily invested in keeping himself updated about the latest happenings in the tech world. At Tech News Today, he covers Operating Systems, how-to-topics, and Fixes.

Источник

How to get the Broadcom wireless drivers working in Chromium OS

A shameless cobbling of the build files from http://linux.dell.com/files/cto/ leads to a fix for the Broadcom wireless issues!

As ever, boot your device and get to su command line ([ Ctrl ] [ Alt ] [ F2 ]), log in as chronos and then:

sudo su mount -o remount, rw / sudo echo "blacklist b43" >> /etc/modprobe.d/blacklist.conf sudo echo "blacklist b43legacy" >> /etc/modprobe.d/blacklist.conf sudo echo "blacklist ssb" >> /etc/modprobe.d/blacklist.conf sudo echo "blacklist bcma" >> /etc/modprobe.d/blacklist.conf sudo echo "wl" >> /etc/modules sudo touch /etc/modprobe.d/wl.conf sudo echo "alias wlan0 wl" >> /etc/modprobe.d/wl.conf cd /lib/modules/3.4.0/kernel/drivers/net/wireless/ wget http://chromium.arnoldthebat.co.uk/files/fw/lib/modules/3.4.0/kernel/drivers/net/wireless/wl.ko sudo insmod /lib/modules/3.4.0/kernel/net/wireless/cfg80211.ko sudo insmod /lib/modules/3.4.0/kernel/net/wireless/lib80211.ko sudo insmod /lib/modules/3.4.0/kernel/net/wireless/lib80211_crypt_ccmp.ko sudo insmod /lib/modules/3.4.0/kernel/net/wireless/lib80211_crypt_tkip.ko sudo insmod /lib/modules/3.4.0/kernel/net/wireless/lib80211_crypt_wep.ko sudo insmod /lib/modules/3.4.0/kernel/drivers/net/wireless/wl.ko sudo depmod -a

Wireless networks should start to miraculously appear and you can connect as required.

One minor gripe is that the driver doesn’t seem to like hidden SSID and bombs out when attaching to them. Other that that it seems to work fine!

Huge thanks to Doug Anson @ Dell for providing the driver.

As per the readme located http://www.broadcom.com/docs/linux_sta/README.txt a good few variants should be supported. As ever, its tested on a Dell Inspiron 910 only (Mini 9)!

Share on google

Share on twitter

Share on facebook

Share on linkedin

Share on tumblr

Share on reddit

Share on whatsapp

186 thoughts on “How to get the Broadcom wireless drivers working in Chromium OS”

Hi, Thanks for this post so that I can have my Dell Latitude E5410 wireless card works successfully(on the Vanilla Chromium OS build 2013.1.7 from hexxeh).
But I can’t go through this guide on the latest chromium OS build (2013.2.28) from hexxeh,
once insmod the wl.ko, my computer reboots, everytime. All the above commands running successfully.
So.. any suggestion?
Thank you very much!

Everything seems work until it told me “resolving chromium.arnoldthebat.co.uk…failed:Temporary failure in name resolution. wget: unable to resolve host address ‘chromium.arnoldthebat.co.uk’ WHAt now.

Still not working. the ethernet line not even flashing while plugged into my laptop.it can’t connect to internet

You can try the files from here:
http://chromium.arnoldthebat.co.uk/fw.php?dir=lib%2Fmodules%2F3.4.0%2Fkernel%2Fnet%2Fethernet%2Fatheros%2Fatlx%2F The directory structure tells you where they need to live. You will need to transfer them via USB stick of course!

Hi, I’m very sorry for bringing up this old discussion but I’m a complete command newb. This is my first time using linux and I don’t know what to do. I booted your Broadcom-specific IMG from a USB onto my sister’s old netbook, a Acer eMachines 355, which has the exact same ethernet card as Wakan Yu, therefore I’m not able to connect to an ethernet cable to setup chrome OS. I downloaded the two files you linked (http://chromium.arnoldthebat.co.uk/fw.php?dir=lib%2Fmodules%2F3.4.0%2Fkernel%2Fnet%2Fethernet%2Fatheros%2Fatlx%2F) and copied them on a different USB key than the bootable one. now whe I boot my netbook and connect the key with the two files, how do I copy those files where they have to be? I can press Ctrl+Alt+F2 and open a command prompt, log in as chronos user and do cd /media and then ls. From here only one name appears, “archive removable”. How do I proceed from here?

I run to the 17 step, system reboot automaticly..after restart, the wifi was enabled,but when I connect to it, error’Out of range’ accurred,I don’t know how to solve it.

Источник

Оцените статью
Adblock
detector