Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
mac address ff:ff:ff:ff:ff:ff
Name: sanjay Date: May 19, 2002 at 20:06:32 Pacific
Comment:
I am porting settop box using 2.4.18 kernel. My inbuilt ethernet interface RTL 8139C gives mac address as ff:ff:ff:ff:ff:ff. How to solve this problem?How to get mac adrees if i type ifconfig?
Name: junky_toof Date: May 19, 2002 at 20:13:37 Pacific
Reply:
sanjay, "I am porting settop box using 2.4.18 kernel...RTL 8139C gives mac address as ff:ff:ff:ff:ff:ff." Your mac address is noted in this type in ifconfig: "HWaddr 0C:AA:CC:40:3B:2F" What you noted is the broadcast address. Look for the Hwaddr line and let us know what's up. Also what do you mean you are "porting box", are you replacing another OS or doing experimental work(?) of some kind.
0
Response Number 2
Name: scrappy Date: May 19, 2002 at 20:55:29 Pacific
Reply:
if your asking how to manually set the MAC ADDRESS you simply put the folling command in the ethernet adapter configuration which is found in /etc/sysconfig/network-scripts/ifcfg-eth0 on my redhat 7.0 machine:
MACADDR="00:40:05:5B:49:2F"
that will set your mac address for the ethernet card.
Summary: HI, I am a Rogers high-speed user (Toronto) and I am trying to connect my linux box to the internet instead of my windows pc. From some reason , I am not getting an IP address when my LINUX is connec...
Summary: I know it not possible to change MAC address of network adapter but can we change MAC ADDress in software driver level. I have changed MAC Address of Virtual network adapter just now.but i do not know...