Mailinglist Archive: opensuse (3225 mails)

< Previous Next >
Re: [SLE] Net-pf-xx, vfat support
  • From: Anders Johansson <andjoh@xxxxxxxxxxxxxxxxxxxxx>
  • Date: Sat, 20 Jul 2002 21:28:23 +0200
  • Message-id: <200207202128.23788.andjoh@xxxxxxxxxxxxxxxxxxxxx>
On Saturday 20 July 2002 21.06, Thomas Amoroso wrote:
> Hi,
>
> In doing various things, mostly havng to do with recompiling the modules
> (damn newbies (indicating myself)), I seem to have misplaced the modules
> named above (net-pf-17 is the particular one missing in the series
> net-pf-xx). I have tried to recompile the kernel and the modules to
> recover them without success. Can anyone tell me where in the rpm's I
> might find them? I have tried the base rpm's, any that might look like net
> or fs rpm's, and while nothing else has broken (whew...), nothing has been
> fixed, either (sigh...).
>
> Thanks,
>
> >Tom<

net-pf-17 isn't the name of a module as such, it is an alias for the module
af_packet.o, which should be available as an option in the kernel
configuration. Make sure also you have the alias properly set up in
/etc/modules.conf

If you've compiled af_packet support into the kernel (not as a module) put the
alias

alias net-pf-17 off

in modules.conf and run depmod -a. This will remove the superfluous warnings.

In general, however, you would find files in the SuSE distribution by
zgrepping the file ARCHIVES.gz in the root directory of CD1 or the DVD.

zgrep net-pf-17 ARCHIVES.gz

in this case gives no answer, which means there is no file of that name in the
distribution.

regards
Anders

< Previous Next >
References