Install Atheros Wireless Driver Ubuntu Live Cd


Linux has come a long way with hardware support, but if you have a wireless card that still does not have native Linux drivers you might be able to get the card working with a Windows driver and ndiswrapper.

Using a Windows driver inside of Linux may also give you faster transfer rates or better encryption support depending on your wireless card.

If your wireless card is working, it is not recommended to install the Windows driver just for fun because it could cause a conflict with the native Linux driver.

Download Wireless Card Driver

The first thing you need to do is figure out what wireless card you have. There are a couple ways to do this and some involve finding the device chipset and others involve scouring through system logs.

The easiest method is to just look at the device itself, if you have an external wireless card, or search your manufactures website for what wireless card came with your computer, if you have an internal wireless card.

Once you know what wireless adapter you are trying to install, go to the manufacturer’s website to download the Windows drivers for the device.

Ada beberapa alternatif meng-install driver wifi di Acer 4520 (baik itu chipset Broadcom maupun Atheros). Kita coba saja alternatif yang paling sederhana yaitu meng-install paket ndiswrapper yang sudah terdapat pada Live CD Ubuntu 8.04 LTS tanpa koneksi internet. Langkah-langkah: Boot Ubuntu 8.04, setelah log in masukan Live CD Ubuntu 8.04. Boot into a live CD/DVD of Ubuntu, or another live USB stick that isn't the one you plan to install onto. Go into try Ubuntu mode, and open up GParted. Wipe the USB stick that you want to install Ubuntu onto, and create a fat file system for Ubuntu. 'Install Ubuntu' from your secondary live cd/dvd/usb onto the USB stick you want to install to. Installing wireless adapter drivers from CD (no ethernet connection) The install.sh file on the CD is supposed to be what I can use to easily install the drivers. However when I right-click the file on the CD and try to set the permissions to run it as a file it doesn't allow me to do that. ATHEROS AR5418? Installed with netmw14.inf file from driver cd packaged with card on Ubuntu 10.10. Works on Live CD and network install, too! Did a fresh install + updates of Kubuntu 8.10 on a customer’s laptop and had no wireless even though it’s an Atheros chipset. UPDATE: I recently tried this method on a similar Acer laptop with Ubuntu 8.10 AMD64 with no results.

If at all possible, you should try to download the 32-bit Windows XP drivers in .zip format rather than .exe. If you don’t have an option, select the latest Windows driver that your manufacturer provides.

Qualcomm Atheros Linux Drivers

Extract Wireless Driver

To extract the files, browse to the .exe or .zip file, right click on it, and select open with archive manager.

Note: Although archive manager can extract both .exe and .zip files, sometimes the files within the .exe may not work with ndiswrapper.

Click extract at the top and copy all the files to an easy to find location.

Atheros Linux Driver

Install Ndiswrapper

Ndiswrapper is the tool that allows Linux to use Windows drivers for wireless card support.

To install it in Ubuntu go to the Software Center and search for ndisgtk.

Note: Linux Mint comes with ndiswrapper installed.

Install Windows Driver

Now that you have your wireless driver extracted and ndiswrapper installed, open Windows Wireless Drivers from the System -> Administration menu.

In the window that opens, click on install new driver and browse to where you extracted the driver.

Sometimes the .inf files will be in sub-folders inside the driver so you may need to dig around to locate the right file to use.

After you select the .inf file for your wireless card click install. It will take a couple minutes to install the driver so be patient while it works.

After the driver is installed the main window will indicate if you selected the right .inf file by telling you if the hardware is present or not. If you selected the wrong driver the first time you can try installing a different .inf file that was extracted from the driver.

If none of the .inf files work you may want to try the driver for the same card for a different version of Windows (e.g. XP, Vista, 7).

After you get the right driver installed click configure network to open Ubuntu network connections and connect to your wireless network.

If you are still having trouble you may want to check out the ndiswrapper wiki to see if others have had success with the wireless card.

READ NEXT
  • › What Does “FOMO” Mean, and How Do You Use It?
  • › How to Fix a Slow or Unresponsive Mac
  • › Windows 10’s Tablet Mode May Be Replaced With the Desktop
  • › How to Quickly Switch Between Gmail Accounts on Android, iPhone, and iPad
  • › How to Use the chmod Command on Linux
Active4 years ago

I recently built my first computer and installed the newest version of Ubuntu on it (note: I'm new to Linux). However, I didn't have a wireless card (and no ethernet either), so I got a wireless USB (netis ac1200 wireless dual band usb adapter). It came with a CD with drivers for Linux but I have no idea how to install them! Yes, it has a readme and a PDF for install instructions. I read through them and tried to follow the directions but I keep getting errors when I try to install with the terminal.

Install atheros wireless driver ubuntu live cd download

The install.sh file on the CD is supposed to be what I can use to easily install the drivers. However when I right-click the file on the CD and try to set the permissions to run it as a file it doesn't allow me to do that.

Meanwhile, if I move the install.sh file to the Desktop and allow it to run as a program and then try sudo ./install.sh I get a bunch of errors when trying to run it (it can't find the Makefile, etc.).

Any suggestions before I go any further?

I really don't want to have to go back to Windows but this is getting very frustrating! Two weeks I've been struggling with this install of drivers.

Muzaffar
4,5862 gold badges15 silver badges35 bronze badges
SageSage

2 Answers

You probably can't. As you've already seen, the install.sh can't be made executable on the CD as it is a read-only medium. You need read-write-execute.

Atheros Wireless Driver Ar5007

Install Atheros Wireless Driver Ubuntu Live Cd

Next, the install.sh needs other files that are in the folder with the install.sh, so you'd need to drag and drop the entire folder to any convenient place, your desktop, for example.

Even when you do this, the install.sh actually compiles source code. Compiling requires linux-headers which are included in recent Ubuntu versions but not some older versions. You also need a package called build-essential which is a meta package of other packages.

Finally, many of the driver discs are too old to be useful; that is, they were built for kernel version 2.8 or some such, and will not compile on kernel versions 3.xx and 4.xx.

I suggest you identify the device from the command:

Post the result and let's see if we can help you.

Install Atheros Wireless Driver Ubuntu Live Cd Software

chili555chili555
40.8k5 gold badges56 silver badges85 bronze badges

The easiest thing to do would be to just leave the script in the folder on the CD, as it most likely references other files relative to its location, then navigate to it using cd and run it from the terminal. (Keep in mind that external drives in Linux aren't mounted as D: and E: like Windows, but rather a folder, such as /media//. You'll probably want to figure out its mount point from the GUI and then navigate to it in the terminal.) I've always had trouble running .sh scripts from the GUI, so I'd stick with the terminal. If there's a .deb, you can probably run that from the GUI, but since it includes a .sh file, you'll probably want to try that first.

Atheros Firmware For Linux

Stephen KendallStephen Kendall

How To Install Atheros Driver

Not the answer you're looking for? Browse other questions tagged wirelessdrivers or ask your own question.