Should have been working fine for a few years now.
** Changed in: ifupdown (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/109725
Title:
can't set ha
>> sudo ifconfig eth0 inet hw ether 00:0b:6a:3a:30:a6 up
!sweet, thanks atollic!
my Ethernet connection has been broken for almost 4 months.
and that's all it took to fix it...
--
can't set hardware address in /etc/network/interfaces
https://bugs.launchpad.net/bugs/109725
You received this bug
I just installed 8.10 on a laptop that has sis900 for ethernet. Network does
not work as hw address is 00:00:00:00:00:00.
When I do
fconfig eth0 hw ether 01:23:45:67:89:ab
I get
SIOCSIFHWADDR: cannot assign requested address
see also:
http://bugzilla.kernel.org/show_bug.cgi?id=11649
--
can't se
** Changed in: ifupdown (Debian)
Status: Unknown => Fix Released
--
can't set hardware address in /etc/network/interfaces
https://bugs.launchpad.net/bugs/109725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mail
** Also affects: ifupdown (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=224468
Importance: Unknown
Status: Unknown
--
can't set hardware address in /etc/network/interfaces
https://bugs.launchpad.net/bugs/109725
You received this bug notification because you are a mem
Oh Hardy the file /etc/network/if-pre-up.d/vlan contains a hook for
setting the hardware address of the interface:
# This is not vlan specific, and should actually go somewhere else.
if [ -n "$IF_HW_MAC_ADDRESS" ]; then
ip link set $IFACE address $IF_HW_MAC_ADDRESS
fi
But unforunately this do
I am having a similar problem in Gutsy. After adding the line
"hwaddress ether 01:23:45:67:89:ab" to /etc/network/interfaces and
running "sudo /etc/init.d/networking restart", I get the error message
"SIOCSIFHWADDR: Device or resource busy". Commenting out the hwaddress
line and adding a pre-up r
** Changed in: ifupdown (Ubuntu)
Status: Needs Info => Confirmed
--
can't set hardware address in /etc/network/interfaces
https://bugs.launchpad.net/bugs/109725
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bug
Try using a pre-up rule on the /etc/network/interfaces file, like this:
auto eth0
iface eth0 inet static
pre-up ifconfig eth0 hw ether 01:01:01:01:01:01
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
I don't know why Feisty is not sending the hwaddress option before the
others, so
** Attachment added: "syslog"
http://librarian.launchpad.net/7406341/syslog
--
can't set hardware address in /etc/network/interfaces
https://bugs.launchpad.net/bugs/109725
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ub
Internet connection can be established by doing manually:
sudo ifconfig eth1 down
sudo ifconfig eth1 inet hw ether 00:0b:6a:3a:30:a6 up
sudo dhclient3
--
can't set hardware address in /etc/network/interfaces
https://bugs.launchpad.net/bugs/109725
You received this bug notification because you a
dmesg
** Attachment added: "dmesg"
http://librarian.launchpad.net/7406339/dmesg
--
can't set hardware address in /etc/network/interfaces
https://bugs.launchpad.net/bugs/109725
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
** Changed in: ifupdown (Ubuntu)
Sourcepackagename: network-manager => ifupdown
--
can't set hardware address in /etc/network/interfaces
https://bugs.launchpad.net/bugs/109725
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ub
** Changed in: network-manager (Ubuntu)
Sourcepackagename: None => network-manager
--
can't set hardware address in /etc/network/interfaces
https://bugs.launchpad.net/bugs/109725
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
** Changed in: Ubuntu
Status: Unconfirmed => Needs Info
--
can't set hardware address in /etc/network/interfaces
https://bugs.launchpad.net/bugs/109725
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing
** Description changed:
- My SIS900 NIC hardware address is not correctly recognized, so I've
- added line in to /etc/network/interfaces:
+ My SIS900 hardware address is not correctly recognized, so I've added
+ line in to /etc/network/interfaces:
auto eth1
iface eth1 inet dhcp
hw
** Description changed:
My SIS900 NIC hardware address is not correctly recognized, so I've
added line in to /etc/network/interfaces:
auto eth1
iface eth1 inet dhcp
- hw ether 00:0b:6a:3a:30:a6
+ hwaddress ether 00:0b:6a:3a:30:a6
This worked well with 6.10 but not w
17 matches
Mail list logo