Results 1 to 9 of 9

Thread: how to find MAC Address

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Beans
    1

    how to find MAC Address

    how do you find out what the MAC Address for the wireless internet is??

  2. #2
    Join Date
    Sep 2007
    Location
    England
    Beans
    1,103

    Re: how to find MAC Address

    Code:
    ifconfig
    You're looking for the "HWaddr" entry

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

    Re: how to find MAC Address

    ifconfig -a should all available interfaces - even if down.
    lshw -C network should also work, but it takes a bit more digging to find.
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

  4. #4
    Join Date
    Jan 2010
    Beans
    3

    Re: how to find MAC Address

    My experience (2 days) teaches me that in the latest version (9.10) the command ifconfig gives me no information about the wireless adapter. For that, I had to use iwconfig, but that doesnt tell me the MAC address.

  5. #5
    Join Date
    Jul 2007
    Location
    Poland
    Beans
    4,499
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: how to find MAC Address

    try hwinfo --wlan

  6. #6

    Re: how to find MAC Address

    Quote Originally Posted by Zordkhan View Post
    My experience (2 days) teaches me that in the latest version (9.10) the command ifconfig gives me no information about the wireless adapter. For that, I had to use iwconfig, but that doesnt tell me the MAC address.
    Hello,

    Have you tried:

    Code:
    ifconfig | grep HWaddr

  7. #7
    Join Date
    Dec 2006
    Location
    OK
    Beans
    115
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: how to find MAC Address

    Right click on the network connection in the panel and select 'Connection Information'. The second line, 'Hardware Address' shows you the MAC address.
    Peace be with you,

    Br. Jack+, LC

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

    Re: how to find MAC Address

    Quote Originally Posted by CrHaRcIzS View Post
    how do you find out what the MAC Address for the wireless internet is??
    I suppose it's worth asking which MAC address you seek - the wireless adapter (in your computer) or the access point?
    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
  •