How do I detect and install a Wifi adapter in Debian?

59,696

Solution 1

To know what driver to look for here is a simple way:

  • If the card is PCI, run lspci in a shell and look for the closest thing.
  • In case the card is USB, run lsusb.

Solution 2

There are far too many possibilities to cover in a simple answer here. I would suggest you start by reading http://wiki.debian.org/WiFi

Solution 3

Do you have any network access? Usually the any built-in LAN adapter should work fine.

If you get that working it should be rather simple to "apt-get update" and install the stock kernel and wifi firmware (often missing) shipped with Debian 5.0.

But schwert is right, in any case you need to figure out what kind of make/model your card is. Also, it might be easier to simply reinstall the laptop. And unless you really know Debian you might be better off installing Ubuntu on it. They ship wifi firmware and have quite helpful HW guides should anything go wrong.

Share:
59,696

Related videos on Youtube

Nick Bolton
Author by

Nick Bolton

Hello, I'm the CEO of Symless, the company behind Synergy, software that lets you share one mouse and keyboard between multiple computers.

Updated on September 17, 2022

Comments

  • Nick Bolton
    Nick Bolton almost 2 years

    I've recently imaged a laptop with a Debian 5.0, and it doesn't appear to be detecting the wifi adapter. The image was originally from a different laptop, so maybe this is part of the problem.

    How do I install the drivers for the card? Furthermore, I'm not even sure what the adapter model is (all I know is that the previous Windows XP install used Intel wifi drivers), so is there a way to find out the chipset model number? Also to make matters worse, there's no model number on the case - other than "Phillips Freevents".

  • Nick Bolton
    Nick Bolton over 13 years
    Unfortunately Debian media won't boot from the laptop, hence why I cloned from another computer.
  • slhck
    slhck about 11 years
    Could you please include a link and a little more context about what to do? That'd be much appreciated.
  • Agguro
    Agguro about 3 years
    the wicd package for Debian is here, beside other packages for wireless.