View previous topic :: View next topic |
Author |
Message |
matttah Apprentice

Joined: 22 Jan 2005 Posts: 207
|
Posted: Sat Feb 06, 2010 5:37 pm Post subject: mac address change fails |
|
|
I'm trying to change the mac address on my wireless NIC however when i do
Code: |
$ ifconfig eth1 down hw ether 11:22:33:44:55
SIOCSIFHWADDR: Too many open files in system
|
I tried installed macchanger too and it has the same problems. I even tried putting mac_eth1 in my conf.d for net and it fails too. Any ideas how to fix this? This is on a bcm4315 wireless nic.
Thanks,
Daum |
|
Back to top |
|
 |
Marq n00b

Joined: 31 Mar 2009 Posts: 40 Location: Cracow, Poland
|
Posted: Sat Feb 06, 2010 8:31 pm Post subject: |
|
|
Have you tried to change MAC with ip command?
Code: | ip link set eth1 address 00:11:22:33:44:55 |
|
|
Back to top |
|
 |
matttah Apprentice

Joined: 22 Jan 2005 Posts: 207
|
Posted: Sat Feb 06, 2010 8:32 pm Post subject: |
|
|
yep also tried that then i get the error: RTNETLINK answers: too many open files in system |
|
Back to top |
|
 |
|