[SOLVED] Lost MAC address on network card

It seems that my wired ethernet card has lost its MAC address. Some information/output:
# lspci|grep Ethernet
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8055 PCI-E Gigabit Ethernet Controller
The card uses the sky2 kernel module
# dmesg|grep sky2
sky2 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
sky2 0000:02:00.0: setting latency timer to 64
sky2 0000:02:00.0: v1.22 addr 0xf7dfc000 irq 16 Yukon-2 EC Ultra rev 2
sky2 eth0: addr 00:00:00:00:00:00
Adding a line
#ifconfig eth0 hw ether <random-address-here>
to the startup-scripts makes it possible to use the nic, but it seems like a very temporary solution.
I don't know what can have caused this. Maybe the winter cold here in Norway erased some part of the nic's ROM?
- Does anybody have any idea how I can remedy this?
- Do I have to send the laptop in for repair to get it restored?
Last edited by kapelrud (2008-12-05 16:35:54)

iBertus wrote:I suppose a driver bug could have corrupted the ROM on the network card. Do you have a Windows install that you can boot into to see if the card is working correctly with those drivers?
Using "ipconfig /all" on windows showed the same zeroed mac address, so I guess the problem isn't (wasn't) linux-specific.
I left the pc in my locker at school last night and when I started it up again this morning the mac had mysteriously returned! Maybe the university leprechaun was bored yesterday.
So I guess the problem is solved, for now... Thanks anyway!

Similar Messages

  • Do Mac Pros need network cards?

    I bought a Mac pro in 2007.  It's running 10.4. Do I need to buy a network card to access an existing wireless network?

    In 2007, so that should have been an original Mac Pro.  The wireless network card was an optional add-on with a Mac Pro, so if you did not order one with it, then you do not have a wifi card and will need to purchase one.
    I think wifi was only as a build to order option (that is, no wifi as standard equipment) up to about the 2010 Mac Pro's.
    P.S. if you are really running 10.4 on that machine, then you must actually have a PowerMac G5, not a Mac Pro (all Mac Pro's are Intel machines) and the first Mac Pro would have shipped with OS X 10.5 on it.  No PowerMac every shipped with wifi as a standard item, only as build to order optional equipment.

  • Airport allows deleted MAC addresses on network

    Am I misunderstanding Airport Security and timed access? I've deleted Mac addresses from devices previously on my network, but the devices are still able to join the Airport network again. (I have not changed the password.) I thought this set up required the device to be "on the list" in order to share the network. Is it only about the password?
    Thanks for any advice.

    Timed Access can be a bit tricky.
    It helps to remember that the default under Timed Access will allow all devices unlimited access to the network. Double click on the default setting and a window will open with more details.
    If you want to restrict this to certain devices, you must first change the default "rule" to not allow any access.
    Then, list each device separately that you want to connect along with the "rule" or allowed connection times for that device.

  • How to map MAC address to Logical name

    Hi all:
    Is there any command to get the logical NIC name according to MAC address?
    The 'ifconfig -a' command only list the network information for these plumbed network card.
    But how to get the logical name for these unplumbed network cards if I know the MAC address?
    Thanks a lots!

    Hi both, Thanks!
    I have tried to use "prtconf -v > output_file" and search under /dev and /devices method. It couldn't find the unplumbing network name.
    Is there any other suggestion?
    And also I think I should describle more clear about my question.
    I want to configure IPMP group automatically by scripts after OS (spac system)installed. For the script, only the MAC addresses(which network card is not unplumbed) are passed as parameter for IPMP group setting. You know for IPMP setting. it needs to written setting in /etc/hostname.<interfacename>.
    So I need to map the MAC address(which is not unplumbed) to logical name(interface name).
    how to do this?
    I wonder for the "ifconfig -a" command:
    When I use "ifconfig -a" command in Beign script, which is called before OS Jumpstart installation. It works to find out all network interface and MAC address.
    See below script:
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    probe_interfaces()
    SI_INT=`ifconfig -a|awk -F: '/^[^.lo.]/ && /^[a-zA-Z]/{print $1;}'`
    SI_NUMINT=`ifconfig -a|awk -F: 'BEGIN{num=0;}/^[^.lo.]/ && /^[a-zA-Z]/{num++;}END{print num;}'`
    export SI_INT
    export SI_NUMINT
    probe_ethers()
    SI_ETHERS=`ifconfig -a|grep ether|awk ' { print $2 } '`
    export SI_ETHERS
    And the result of executing in Begin script , see below:
    Ethernet interfaces detected:( I got all these interface name and MAC address)
    bge0
    bge1
    bge2
    bge3
    ce0
    ce1
    MAC addresses:
    0:3:ba:dd:de:4f
    0:3:ba:dd:de:50
    0:3:ba:dd:de:51
    0:3:ba:dd:de:52
    0:3:ba:d9:eb:f7
    0:3:ba:d9:eb:f8
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    I only configure one network card on this OS. But after the OS installed, the "ifconfig -a" doesn't work to find all these network interface. It is only show the configured network interface.
    I don't know why the behaviors of "ifconfig -a" command are different between before OS installed and after OS installed.
    Thanks!

  • Windows Network Load Balancing - Virtual MAC Address

    Hi All,
    I have environment that running 2 Exchange 2010 server with CASHT and join windows network load balancing as a node.
    My question is,
    If NLB service is restart, is it virtual MAC Address for NLB will change to new virtual MAC Address?
    Thanks for response,
    Best Regards,
    Henry Stefanus

    Hi Henry Stefanus,
    The NLB work mechanism will not change whether what higher application we used and I am not very familiar with Exchange NLB architecture, may the following KB and article
    may help you.
    When you use the unicast method, all cluster hosts share an identical unicast MAC address. Network Load Balancing overwrites the original MAC address of the cluster adapter
    with the unicast MAC address that is assigned to all the cluster hosts.
    When you use the multicast method, each cluster host retains the original MAC address of the adapter. In addition to the original MAC address of the adapter, the adapter is
    assigned a multicast MAC address, which is shared by all cluster hosts. The incoming client requests are sent to all cluster hosts by using the multicast MAC address.
    Selecting the Unicast or Multicast Method of Distributing Incoming Requests
    http://technet.microsoft.com/en-us/library/cc782694(v=ws.10).aspx
    The related third party article:
    Building NLB Exchange 2010 RTM CAS / HT Servers (Hyper-V) – Part 1
    http://blog.morecoffeeany1.com/2010/03/19/building-nlb-exchange-2010-rtm-cas-ht-servers-hyper-v-%E2%80%93-part-1/
    I’m glad to be of help to you!
    *** This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these
    sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use
    of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet. ***
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Setting MAC-address on wireless Intel 2200 BG card

    I have a wireless Intel 2200 BG card in my laptop. I have installed the ipw2200-package, and it appears to be working. The module ipw2200 loads just fine and iwconfig gives me this:
    eth1 radio off ESSID:off/any
    Mode:Ad-Hoc Channel:0 Cell: 00:00:00:00:00:00
    Bit Rate=0 kb/s Tx-Power=off
    RTS thr:off Fragment thr:off
    Encryption key:off
    Power Management:off
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    However, i have not been able to set the MAC-address. I am at my parrents house, and their ISP have enabled a MAC-filter on the wireless router. So i can't access the router with my wireless card.
    if i do a "ifconfig eth1", i can see that the MAC-address of the card is 00:0E:35:FE:2D:1A
    Then i do:
    ifconfig eth1 hw ether 00:50:BF:9C:D7:A5
    I do not get any error-messages, but when i do a "ifconfig eth1", the MAC-address is still 00:0E:35:FE:2D:1A
    Any suggestions on how i can set the MAC-address of my card?

    It isn't my router, it is owned by our ISP. They might give me the username/password if i ask, but i thought setting the MAC-address on my card would be an easy thing to do. I have done it on my wired ethernet card, so i am using that one right now. But wireless would be more fun.

  • Tecra A8 - MAC address lost

    Hi.
    One of computers in our LAN - notebook *Toshiba Tecra A8 - had lost MAC address after a storm*. Now every time after restart, MAC address is changing (drav lots) - for example: b1:81:b1:81:b1:81 or af:81:af:81:af:81 itp.
    How can I fix it ?
    Does manufacturer place somewhere at public serwer soft to fix / reflash right MAC adress ?

    Means "after a storm" that the machine was strucked by a lightning? If so, then I would send the machine to a repair center because you cannot simply reflash something to bring the MAC address back.
    You could try it with a BIOS update but I dispute that it could fix that issue if the ROM was damaged...
    Greets

  • Getting Mac address

    hi all
    is there any way to get the mac address of Network Interface Card. i need it in my form application
    thanks

    Hi,
    not from Forms directly and I doubt you can do this from Java. If so, you could use the Java Importer to obtain this information. Otherwise you can call out to C as well from Forms.
    Frank

  • Mac address in Adobe AIR2

    HI
    I am facing problem with mac address reading. I am able to read mac address from NIC card when it is connected to network via wired or wire less.
    I want to read mac address from NIC without wired or wire less,  how can i read this.
    Thanks in advance to all.
    Regards
    sss

    Hi Mihnea Ovidenie,
    Thanks for your reply.
    I am using the below code to read network interfaces
    var results:Vector.<NetworkInterface> = NetworkInfo.networkInfo.findInterfaces();
    I am using results[i].hardwareAddress to read MAC address from results vector. When i connected my NIC to  network using wired or wireless, the above code was working fine. But when i am not connected to network, i am unable to read MAC address from NIC cards.
    Is it possible to read MAC from address i.e.., hardware address from NIC(Network Interface Cards)  cards when it is not connected to a network?
    Environment:
    Operating System: Windows XP professional
    Adobe AIR vrsion:2.0
    Adobe flex Builder:3.5

  • MAC address question - Solaris Intel

    I am running Solaris 8 for Intel and using the Intel Ether Express Pro 100TX (iprb driver) network card and I need to permanently override the card's MAC address. Temporarily, I have used ifconfig to change the card's ether address, but as you know, that's only good until you reboot. The setting isn't in the iprb.conf file (and it's not like I have the luxury of having an OpenBoot eeProm).
    If anybody knows, I appreciate your help. - Ken

    The Mac addresses in intel cards are burnt into a serial eeprom on the card. So you can't change it. :-)

  • MAC addresses are different

    I bought a new MacBook Air a few days ago and have been setting it up. When I tried to connect it to the Internet, I had to enter the MAC address of the computer into the system of the Internet provider.
    I looked up the MAC address by going into "About This Mac". Under "Bluetooth" there is a twelve digit address given which ends in the letter 'd'.
    I tried that MAC address but it didn't work and I couldn't connect to the Internet.
    While I was in Network in System Preferences, I noticed there was a MAC address there. It was the same one as the one above except for the last letter/number which was a 'c'.
    I entered that into the system and I was able to be connected.
    Is that normal? Does the Bluetooth have a slight differently different address to get connected than the Internet?

    On browsing the Internet, I think I found the answer:
    QUOTE:
    Some info first. All bluetooth devices have a hardware address similar to the MAC address for network (NIC) cards. That address is the unique identification information on the dongle.
    From: http://www.siddharthabbineni.com/tech/hardware/change-bluetooth-device-mac-addre ss.html
    So the bluetooth device, the MacBook Air, has a different address to the MAC address for the network, though they are very similar (only the last letter is different in the case of my MBA).

  • Mac Address and Ip

    Hello, i was just wondering, is there a way to tell what mac address will be asigned to a specific ip? like what ip goes with which mac address for your isp.

    I can try to answer your question even though...it's a bit odd. 
    1.  Every network device has its own MAC address.
    2.  ISP only cares (usually for residential) about a single MAC address, which is the modem.  Pretty much any modem can be access to find it's MAC address.
    3.  Some IPs, like Comcast, are set to a PCs specific MAC address for connectivity.  Meaning, they know your modem, then they'll lock down to your PCs MAC address.  You can find that, if Windows, Start > Run >> type cmd, Dos window appears >> type ipconfig/all   <-- This will give you MAC address at Physical address (the network card of your PC.
    In this manner, the ISP assigns IP address to you (client) via your PCs MAC address.  This is what would be known as the WAN side.
    It is different on the LAN side.  Some modems can act as routers, or a separate router is installed downstream of the modem.  The router in this case handles all IP address for all connected network devices.  These are termed to be the private network aka LAN (interchangeable terms).
    The router is used then to set an IP address to each network device via their MAC address.  This is one way to do it.
    It's also possible to assign an IP address by telling a PC to USE a specifc IP address.
    Hope this helps!

  • ISP blocks my APBS due to various MAC addresses used by the router

    Hi all,
    My Internet provider limits access to Internet over Ethernet cable
    for fixed MAC address(s). That means, I have to inform ISP of the
    only MAC address I'll use to transfer data. In the case ISP detects
    traffic with other MAC addresses on my cable, he blocks any traffic
    at all (until cable unplugged and kind of 30secs are waited).
    My configuration is APBS GigaN with "shared public IP" and with
    MacBookPro connected over embedded WiFi AirPort N card.
    I reported EthernetID of my APBS to ISP, but stuck into the problem
    that all the time router is blocked. It successfully receives
    IP settings from DHCP of provider, and then passes nothing in/out.
    The provider said he can see the packets with different MAC addresses,
    as I understood these MACs are exactly AirportID and EthernetID of
    APBS. Why is it happening so, when "shared public IP" with DHCP
    and NAT are selected? Why MAC address of wireless card of APBS is
    visible to outside? What can I do with it, supposing that provider
    can't fix the case on his side?
    Regards,
    Strim

    kevj is right, Your linksys router has 3 MAC address and they all are assocciated with each other.

  • Looking for my computer name and mac address.  Where do i find them?

    I think this should be straightforward.  Where would I find my Mac Address and name of my computer?  I want to tether with my phone and need to give my phone this info.
    Thanks in Advance.
    Deb

    Your Computer Name is found in the Sharing preferences at the top. For your MAC address open Network preferences, select your desired port such as Wireless then click on the Advanced button. Click on the Hardware tab. You will find it there.

  • Why does my AE gen 2 crash when I put my iPhone MAC address in?

    AE gen 2 with Time Capsule.
    I use MAC address for security (I think that is OK). I have a number of items that need WIFI and their specific MAC addresses are put into the box. All OK so far! Recently my wife and I have purchased iPhone which I also want to have access to WIFI from AE. In goes WIFI address for both phones and it will not restart after 'UPDATE' command given.
    Push the reset button while it is plugged in and it comes back minus the MAC addresses specific to the iPhone!!!!!
    Any ideas? Could it need replacing?
    I tried going to WPA2 Personal but my wifes laptop kept coming back with "Connection Timed Out".
    Have done HARD reset (Reset button with power cord out then insert while keeping reset button pushed) and no difference.
    Any help would be very much appreciated.
    Thx
    David

    Both our laptops are MacBook Pros.
    Then they both really shouldn't have any issues connecting to a wireless network configured to use WPA2 Personal which uses the AES/CCMP encryption protocol. Currently the strongest security type available for consumer wireless networking.
    I was under the impression MAC addresses were pretty secure.
    Although MAC addresses are unique, as I have mentioned they can be spoofed. So a wireless client, using a spoofed MAC address, can easily bypass any security method that relies on these addresses. The other security failacy is closing or disabling the broadcast of the wireless network name. This may thwart the most casual network leech, but like MAC addresses, the network name (or SSID) can still be found using utilities easily obtained from the Internet.

Maybe you are looking for

  • IBM cognos TM1 Executive viewer is not working on direct Access

    Hi, We are implementing DirectAccess in our environment and testing applications in test lab. It has been observed that executive viewer is not working on Direct Access but working fine over VPN mobile checkpoint. When DA client click on open view bu

  • Lightroom 4 download button for the trial version of Lightroom 4 doesn't work

    the download button for the trial version of Lightroom 4 at https://www.adobe.com/cfusion/tdrc/index doesn't seem to work I have tried this on my pc and laptop both running windows 7

  • Itunes video quality

    Have just recently downloaded a video clip from itunes music store, except the video is jumpy thru out (as in it stops and starts again with a second). Does not happen to any of my other itunes videos. Does anyone have any thoughts/experience with th

  • How to do SAP Buffer Tuning

    Hi Gurus! We having performance problem on some tcode lately (we are using sap R/3 4.7 on Windows - 2003 Server & our database is Oracle - 9i ) Can anybody give me an advice or link to sap notes or the other article or guide how to perform sap buffer

  • Music onto new computer

    My old PC is no longer useable, and therefore the only access I have to the music in on my ipod. I really need to transfer the music back onto my ipod, does anyone know how to do this? I have tried the obvious copy and paste from iTunes folder, howev