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

Bug#659305: marked as done (linux-image-3.0.0: Missing 8139 PCI Ethernet Adapter ID)



Your message dated Sun, 02 Dec 2012 17:22:36 +0000
with message-id <1354468956.5309.15.camel@deadeye.wl.decadent.org.uk>
and subject line Re: Bug#659305: [wheezy] Missing 8139 PCI Ethernet Adapter ID
has caused the Debian Bug report #659305,
regarding linux-image-3.0.0: Missing 8139 PCI Ethernet Adapter ID
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.)


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

Dear Maintainer,
The PCI ID for my network adapter (specifically an ADSL2+ card,
but its interface is that of an network adapter) is not included
in *any* current Linux release (I have checked the source of
3.1 and 3.2 kernels manually).

The card includes an Realtek 8139 chip (8139too.c being the
relevant driver) and has a PCI ID of "0x00ec, 0x8139".  Adding
this ID to the:

  DEFINE_PCI_DEVICE_TABLE(rtl8139_pci_tbl)

as

{0x00ec, 0x8139, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 },

array allows Linux to detect the device which functions as
expected.  Windows 7 detects the device automatically without
issue or need for drivers.

A Google search shows other people being affected by this
particular PCI ID.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (800, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-3.0.0 depends on:
ii  coreutils              8.13-3
ii  debconf [debconf-2.0]  1.5.41

linux-image-3.0.0 recommends no packages.

Versions of packages linux-image-3.0.0 suggests:
ii  fdutils                <none>
ii  ksymoops               <none>
ii  linux-image-3.0.0-dbg  <none>
ii  linux-source-3.0.0     3.0.0-3

-- debconf information excluded



--- End Message ---
--- Begin Message ---
On Sat, 2012-11-24 at 17:12 -0800, Jonathan Nieder wrote:
> reassign 659305 src:linux linux-2.6/3.0.0-3
> tags 659305 + upstream - patch
> # hardware support
> severity 659305 important
> quit
> 
> Hi Freddie,
> 
> In February, Freddie Witherden wrote:
> 
> > The PCI ID for my network adapter (specifically an ADSL2+ card,
> > but its interface is that of an network adapter) is not included
> > in *any* current Linux release (I have checked the source of
> > 3.1 and 3.2 kernels manually).
> >
> > The card includes an Realtek 8139 chip (8139too.c being the
> > relevant driver) and has a PCI ID of "0x00ec, 0x8139".
> 
> Sorry for the slooow response.  Please attach full "dmesg" and
> "lspci -vvnn" output after booting the patched kernel.  0x00ec is not
> an allocated vendor id.  Is this an AOpen card?

The vendor ID should be 10ec but is reading as 00ec.  This is usually
due to a damaged chip or improperly connected board.  We must not add
broken IDs - they may conflict with the real IDs of other devices, and
the chips probably will be broken in other ways too.

Ben.

-- 
Ben Hutchings
It is easier to change the specification to fit the program than vice versa.

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply to: