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

Re: Trying out http://people.debian.org/~tfheen/d-i



* Matt Kraai <kraai@alumni.cmu.edu> [2002-10-24 10:13]:
> On Thu, Oct 24, 2002 at 12:13:18AM +0200, Thomas Poindessous wrote:
> > I'm not sure this patch will be included in discover-data-1.
> > >From apt-cache show discover-data :
> > 
> > The Linux kernel module information corresponds to Linux 2.2.20; module
> > names for Linux 2.4.x are also provided in many cases for the convenience
> > of 2.4.x users, but only where they do not conflict with 2.2.20 module
> > names.
> > 
> > But discover2 is out, and we can hope it will be packaged very soon.
> > Or we need to have a special pci.lst for kernel 2.4 or use 
> > /usr/share/hwdata/pcitable for hwdata package.
> 
> Thanks for the info.  discover2 also uses rtl8139.

In fact, from discover-data-2.2002.10.17.tar.gz / pci-device.xml, you can
found :

  <device busclass="0200" vendor="10ec" model="8139" model_name="RTL-8139">
    <data class="linux" version="[2.4,inf)">
      <data class="module">
          <data class="name">8139too</data>
      </data>
    </data>
    <data class="linux" version="[2.2,2.4)">
      <data class="module">
          <data class="name">rtl8139</data>
      </data>
    </data>
  </device>

So for a 2.4.x, kernel it will use 8139too module (I thinks, I don't know
very well how discover2 works).

-- 
Thomas Poindessous



Reply to: