[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#357792: marked as done (Please enable CONFIG_FEATURE_IFCONFIG_HW)



Your message dated Sun, 20 Jul 2008 11:36:29 +0200
with message-id <20080720093629.GA5938@qamar>
and subject line Re: Bug#357792: installation-reports: Fishy NIC prevents network install
has caused the Debian Bug report #357792,
regarding Please enable CONFIG_FEATURE_IFCONFIG_HW
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
357792: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357792
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: installation-reports
Severity: normal

Boot method: beta2 businesscard CD
Image version: http://cdimage.debian.org/cdimage/etch_di_beta2/i386/iso-cd/debian-testing-i386-businesscard.iso
Date: 2006-03-19 ~14:00 UTC

Machine: Assembled PC (Duron processor, integrated NIC)
Partitions: not relevant

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:           [O]
Detect network card:    [O]
Configure network:      [O]
Detect CD:              [O]
Load installer modules: [E]
Detect hard drives:     [ ]
Partition hard drives:  [ ]
Create file systems:    [ ]
Mount partitions:       [ ]
Install base system:    [ ]
Install boot loader:    [ ]
Installed system ok:    [ ]

Comments/Problems:

My NIC has the following dubious feature: its default MAC address is
FF:FF:FF:FF:FF:FF.  That doesn't prevent it from getting assigned an
IP address via DHCP (it does, after all, receive the packets, since
they are broadcast).  But when it comes to actually transmit or
receive IP packets, the broadcast address isn't exactly appropriate,
and any attempt to fetch anything over IP fails.

This is a problem I'm aware of, and I can't blame anyone for failing
to support admittedly broken hardware out of the box.  I know a
workaround: Alt-F2, then manually set a MAC address in the NIC, then
try again, which used to work (I obviously have to add a script to
/etc/network/if-pre-up.d/eth0).  Except it has ceased doing so (the
following is a mockup of what actually happens):

# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr FF:FF:FF:FF:FF:FF
# ifconfig eth0 hw ether 54:65:78:21:98:46
# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr FF:FF:FF:FF:FF:FF
#

It appears that the debian/config-udeb file in the busybox source
package (1:1.01-4) contains the following:
# CONFIG_FEATURE_IFCONFIG_HW is not set
Which, according to the source, is precisely what makes my ifconfig
invocation silently fail.

I therefore suggest turning this feature back on.

lspci -n:
0000:00:04.0 0200: 1039:0900 (rev 91)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


--- End Message ---
--- Begin Message ---
Version: 1:1.9.1-2

On Sun, Mar 19, 2006 at 05:41:54PM +0100, Frans Pop wrote:
> On Sunday 19 March 2006 16:13, Roland Mas wrote:
> > It appears that the debian/config-udeb file in the busybox source
> > package (1:1.01-4) contains the following:
> > # CONFIG_FEATURE_IFCONFIG_HW is not set
> > Which, according to the source, is precisely what makes my ifconfig
> > invocation silently fail.
> 
> Was this feature turned off? If so, for what reason?
> If not, any objections to enabling it?

ifconfig has been disabled in busybox-udeb in favor of the "ip" tool.

Configuring the MAC address can be done using:
  # ip link set eth0 addr 52:54:00:78:9A:BC

Cheers,
-- 
Jérémy Bobbio                        .''`. 
lunar@debian.org                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: