Results 1 to 4 of 4

Thread: Easy Question; how to find the device name of my wireless adapter?

  1. #1
    Join Date
    Aug 2010
    Beans
    2

    Question Easy Question; how to find the device name of my wireless adapter?

    Hello everyone, I'm working on a stubborn wirelss networking issure and attempting to get my wireless adapter running in monitor/promiscuous mode to capture 802.11 management packets. I've been following some tutorials on the matter, but I'm not nearly as practiced with Ubuntu (or Linux in general) as I am with Windows, and I'm having a hard time nailing down the device name of my wireless adapter.

    I'm trying to run the command "sudo ifconfig XXX promisc" where XXX is my adapter name, but of course this is my problem.

    I've loaded the "Device Manager" application and run "lspci -vv" from the terminal and not been able to come up with a solid answer.

    Thank you in advance for your assistance

    - Justin

  2. #2
    Join Date
    Jul 2007
    Location
    In the trees . . .
    Beans
    353
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Easy Question; how to find the device name of my wireless adapter?

    Just run:

    Code:
    ifconfig
    or
    Code:
    iwconfig
    in a terminal, it should give you all the info you need.
    Make sure to use a descriptive title for your threads.
    Registered Ubuntu User #21746
    Not all Who Wander Are Lost . . . . .

  3. #3
    Join Date
    Aug 2010
    Beans
    2

    Talking Re: Easy Question; how to find the device name of my wireless adapter?

    Hahah wow, the answer was in front of me the whole time. It just wasn't obvious until I ran iwconfig! I've run ifconfig and reviewed the information, but I was looking for something like "RTL-8185" or something that refered to the make and model of the adapter, not something simple like "wlan0".... Thanks!

  4. #4
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Easy Question; how to find the device name of my wireless adapter?

    Having contributed SOOO... much to this thread,
    I almost hesitate to suggest marking it [SOLVED]
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •