Install Atheros Wireless Driver Ubuntu Live Cd

Active6 years, 7 months ago

First off, I am fairly new to Ubuntu. Anyway.

  1. How do i install nvidia drivers for ubuntu 14.04; Windows wireless drivers not showing in ubuntu 14.04 [Solved] How to download wireless network adapter driver vista without internet.
  2. Either use ndisgtk to install the driver. Sudo ndiswrapper -i net5211.inf. 144 thoughts on “ Atheros AR5007 wireless with madwifi on Ubuntu 8.04 (Hardy heron) ” « Older Comments. # This script is to re-define the Atheros wifi driver after a kernel update in Ubuntu.
  3. 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.

I very recently bought a laptop that comes with a FreeDOS, and a disk containing drivers.

But unable to install driver for AC 1200 Dual-Band usb 3.0 Adapter. When try to compile driver (cd included with Latest LQ Deal: Linux Power. I've installed Ubuntu 18.04. But unable to install driver for AC 1200 Dual-Band usb 3.0 Adapter. Replace single band 'Centrino Wireless-N 2230' with dual band Qualcomm Atheros wireless (Ubuntu 14. Install Broadcom Wireless driver in Ubuntu 13.10 / 13.04 / 12.10 / 12.04. Updated by Administrator| Feb 7, 2014. From the list select Broadcom Wireless Driver and click on the Activate button. Provide password for the user when prompted. It is not possible for live cd, it will work on live usb. Because you should restart your system.

Installation of Ubuntu was fine. However, I think many important drivers are not installed. For example, I can't even connect to wifi, it detects nothing. When I also looked up the 'graphics' of my laptop, it says unknown, although it has AMD Radeon HD 7670M.

Then I tried to use the disk that supposedly contains the drivers. However it does not work, and when I try to manually run the 'CDsetup.exe', a window appears where it seems to be reading the .exe file as an archive, then an error message appears(I can't really paste the error message here, I am only using my phone which is my only way to the internet right now.:()

I think the laptop salesman told me that the disk works only(?) for windows, and true enough, there's a 'windows7' folder in the disk. He wasn't sure if the disk works for Ubuntu.

Do you think that's the problem? And if so, how do I install the drivers when I can't even connect to the net?

Advanced thanks to anyone who answers!!! Your help is GREATLY appreciated.:)

Edit:

Here are the results of what Mr. Web-E told me to type in the terminal.

When I type 'lspci':

When I typed 'sudo lshw -c network':soren@soren-CX41-1AC:~$ sudo lshw -c network

When I typed 'rfkill list all'Nothing happens. :(

Web-E
18.3k11 gold badges45 silver badges90 bronze badges
SorenSoren

2 Answers

Welcome to askubuntu. Please don't ask many question in one question. For graphics card issue create a question, for wireless another. Please try to follow it next time. :)

Answers;

My gpu isn't detected,

Follow How can I get my graphics card to be recognized in System Info?

Drivers

Yes,Windows driver aren't compatible with linux.

But good news, almost all drivers are built in ubuntu. But few companies don't want to give away source code of their driver, so these are propitiatory drivers and need to be installed separately.

With internet there is a great way to get such restricted drivers, press Windows key (key between alt and ctrl on left side), search for addtional drivers. This will fetch the drivers required for your laptop.

Please check whether by any means you can connect to internet using wired neteork/ usb modem.

If you can connect,

graphics card driver installation instruction - follow this

Without internet, it is a bit difficult,

For wireless driver we need the hardware id, or you can search using that id in this forum.

Install Atheros Wireless Driver Ubuntu Live Cd

To get hardware ids, open a terminal, execute these commands one by one. Copy the result and add to your question

lspci

sudo lshw -c network

rfkill list all

Update:

Your wireless card isn't at all recognized by ubuntu. :( . I think this is a newer model.

If you can installtest ubuntu 12.10 that will be better. You don't have to install anything (hopefully). Atheros driver free, as your model is new one. It doesn't include the drivers.

If you can connect by any other means (ethernet/usb modem)

execute following

Last resort will be building driver as told here Atheros wifi not working 12 LTS

Community
Web-EWeb-E
18.3k11 gold badges45 silver badges90 bronze badges

First, welcome to Ubuntu...

Know your basics first... Ubuntu is one of many Linux versions or 'distributions'. Of course it's one of the most popular.

Windows on the other hand is a product from Microsoft. Now, if you see any program that has and extension 'exe' or 'dll', it is guaranteed to be a Windows-only product. So the first thing you should do is to see in your CD, if there are any folders named 'Linux' or 'Ubuntu' or even 'Debian'. If you don't find any, then your CD is strictly Windows-only. So you shouldn't waste time trying to get it going.

Now, assuming that you don't have a CD for Linux/Ubuntu, the best way to install all drivers is to first install the OS with a network cable connected to your computer so that it detects that networking/internet devices automatically.

Of course you can install all this later on and configure your wireless connection later but as a person new to Ubuntu or Linux in general, that would mean a very lot of work. So if this is a fresh intallation, you're better off redoing it. But make sure that you're plugged in to the net via a cable.

If on the other hand, you're up for a challenge, you may try looking for answers on how to configure networking for Ubuntu.

itsolsitsols
4914 gold badges15 silver badges37 bronze badges

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

Windows needs manufacturer-provided hardware drivers before your hardware will work. Linux and other operating systems also need hardware drivers before hardware will work — but hardware drivers are handled differently on Linux.

The good news is that, if a device will work on Linux, it’ll probably “just work” out of the box. You may sometimes need to install drivers, but some hardware may just not work at all.

How Hardware Drivers Work on Windows

When you install Windows, you’ll need to install hardware drivers provided by the hardware’s manufacturer — motherboard chipset drivers, graphics card drivers, Wi-Fi drivers, and more.

RELATED:Should You Use the Hardware Drivers Windows Provides, or Download Your Manufacturer’s Drivers?

Windows does try to help. Microsoft bundles a lot of these manufacturer-provided drivers with Windows, and hosts many of them on Windows Update. When you plug in a new device to your Windows computer and you see the “Installing Driver” bubble pop up, Windows might be downloading a manufacturer-provided driver from Microsoft and installing it on your PC. Microsoft doesn’t write these drivers on its own — it gets them from the manufacturers and provides them to you after vetting them.

If hardware isn’t working on Windows, there’s usually a driver to make it work. Unless you have an ancient device that only works with older versions of Windows, the manufacturer has done the work of making it work with Windows. Hardware that doesn’t work is usually just a quick driver download away from working.

Install Atheros Wireless Driver Ubuntu Live Cd

How Hardware Drivers Work on Linux

Things are different on Linux. Most of the drivers for hardware on your computer are open-source and integrated into Linux itself. These hardware drivers are generally part of the Linux kernel, although bits of graphics drivers are part of Xorg (the graphics system), and printer drivers are included with CUPS (the print system).

That means most of the available hardware drivers are already on your computer, included along with the kernel, graphics server, and print server. These drivers are sometimes developed by hobbyists. But they’re sometimes developed by the hardware manufacturer themselves, who contributes their code directly to the Linux kernel and other projects.

In other words, most hardware drivers are included out-of-the-box. You don’t have to hunt down manufacturer-provided drivers for every bit of hardware on your Linux system and install them. Your Linux system should automatically detect your hardware and use the appropriate hardware drivers.

How to Install Proprietary Drivers

Some manufacturers to provide their own, closed-source, proprietary drivers. These are hardware drivers that the manufacturers write and maintain on their own, and their closed-source nature means most Linux distributions won’t bundle and automatically enable them for you.

Most commonly, these include the proprietary graphics drivers for both NVIDIA and AMD graphics hardware, which provide more graphics performance for gaming on Linux. There are open-source drivers that can get your graphics working, but they don’t offer the same level of 3D gaming performance. Some Wi-Fi drivers are also still proprietary, so your wireless hardware may not work until you install them.

How you install proprietary drivers depends on your Linux distribution. On Ubuntu and Ubuntu-based distributions, there’s an “Additional Drivers” tool. Open the dash, search for “Additional Drivers,” and launch it. It will detect which proprietary drivers you can install for your hardware and allow you to install them. Linux Mint has a “Driver Manager” tool that works similarly. Fedora is against proprietary drivers and doesn’t make them so easy to install. Every Linux distribution handles it in a different way.

How to Install Printer Drivers

You may need to install drivers for printers, however. When you use a printer-configuration tool to configure CUPS (the Common Unix Printing System), you’ll be able to choose an appropriate driver for your printer from the database. Generally, this involves finding your printer’s manufacturer in the list and choosing the model name of the printer.

You can also choose to provide a PostScript Printer Description, or PPD, file. These files are often part of the Windows driver for PostScript printers, and you may be able to hunt down a PPD file that makes your printer work better. You can provide a PPD file when setting up the printer in your Linux desktop’s printer configuration tool.

Printers can be a headache on Linux, and many may not work properly — or at all — no matter what you do. It’s a good idea to choose printers you know will work with Linux the next time you go printer-shopping.

How to Make Other Hardware Work

Atheros Wireless Driver Ar5007

RELATED:10 of the Most Popular Linux Distributions Compared

Occasionally, you may need to install proprietary drivers your Linux distribution hasn’t provided for you. For example, NVIDIA and AMD both offer driver-installer packages you can use. However, you should strive to use proprietary drivers packaged for your Linux distribution — they’ll work best.

In general, if something doesn’t work on Linux out-of-the-box — and if it doesn’t work after installing the proprietary drivers your Linux distribution provides — it probably won’t work at all. if you’re using an older Linux distribution, upgrading to a newer one will get you the latest hardware support and improve things. But, if something isn’t working, it’s likely that you can’t make it work simply by installing a hardware driver.

Install Atheros Wireless Driver Ubuntu Live Cd Download

Searching for a guide to making a specific piece of hardware work on your specific Linux distribution might help. Such a guide might walk you through finding a manufacturer-provided driver and installing it, which will often require terminal commands. Older proprietary drivers may not work on modern Linux distributions that use modern software, so there’s no guarantee an old, manufacturer-provided driver will work properly. Linux works best when manufacturers contribute their drivers to the kernel as open-source software.

In general, you shouldn’t mess with hardware drivers too much. That’s the vision of Linux — the drivers are open-source and integrated into the kernel and other pieces of software. You don’t have to install them or tweak them — the system automatically detects your hardware and uses the appropriate drivers. If you’ve installed Linux, your hardware should just work — either immediately, or at least after you install some easy-to-install proprietary drivers provided by a tool like the Additional Drivers utility in Ubuntu.

Atheros Wireless Download Driver

If you have to hunt down manufacturer-provided proprietary drivers and extended guides for installing them, that’s a bad sign. The drivers may not actually work properly with the latest software in your Linux distribution.

Atheros Firmware For Linux

Image Credit: Blek on Flickr

Install Atheros Wireless Driver

READ NEXT
  • › 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
  • › How Writers Can Use GitHub to Store Their Work