hi all.
Am 19.09.2022 16:27, schrieb hede:
I need help getting module on-demand-loading working with a custom
kernel.
Additional information:
My problem seems less related to udev but more probably related the
kernel kmod subsystems!?
The kernel usually calls /sbin/modprobe if functionalit
On 14 Apr 01, at 23:32, Shaul Karl wrote:
> > after recompiling 2.2.17 (official potato) i cant boot normally, but
> > only with cdrom as rescue.
> > I tried to recompile changing modules in different combination but
> > nothing.
> > Anybody can help?
> > Bye, from Luigi
> >
>
>
> Do provide
> after recompiling 2.2.17 (official potato) i cant boot normally, but
> only with cdrom as rescue.
> I tried to recompile changing modules in different combination but
> nothing.
> Anybody can help?
> Bye, from Luigi
>
Do provide some more details.
--
Shaul Karl <[EMAIL PROT
> I just compiled a 2.4.3 kernel on my Debian testing laptop. During the boot
> process, I get the following error:
>
> kmod: failed to exec /sbin/modprobe -s -k binfmt -464c, errno = 8
>
> This message keeps going and doesn't stop until I hit Ctrl+Alt+Del and
> reboot using a different kernel.
Andrew D Dixon posts:
> I've been looking around for documentation on it and
> can't seem to find anything useful.
You have not been looking at the relevant docs. Have
you gone through the Debian Policy manual ? Do that
so that you become very clueful.
> Does anyone know of a good reference f
NAT
The NAT problem had a simple cause: I entered the wrong IP address in
the forward field. So, naturally, the packets never came back. NAT
is *not* broken. I used 2.4.1 and 2.4.2 custom built kernels.
My options file is
ip_forward=yes
spoofprotect=yes
syncookies=no
So I was able to leave sp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A long time ago, in a galaxy far, far way, someone said...
> I don't think I was trying to contact the external interface, but we may be
> using that word differently.
>
> My router has a card eth1 with address x.y.z.q, used both by me and the
> outsi
At 10:25 AM 3/15/01 -0600, Phil Brutsche wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A long time ago, in a galaxy far, far way, someone said...
> 2) iptables NAT facility doesn't seem to work. I have a line
> iptables -t nat -A POSTROUTING -s 192.168.10.0/24 -o eth1 -j SNAT
> --to-so
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A long time ago, in a galaxy far, far way, someone said...
> 1) kmod shows no signs of working, though I did compile with this
> option on. modprobe is able to load the necessary modules.
No idea 'bout that one - kmod just worked for me
> 2) iptabl
On Fri, 28 Jan 2000, Eric G . Miller wrote:
: On Fri, Jan 28, 2000 at 05:03:27PM +0200, Shaul Karl wrote:
: > 1) Does /etc/modules needed with kmod or can it be deleted?
: > 2) Why there is no line like
: > 0-59/5 * * * * /sbin/rmmod -a
: > for cron to process?
:
: For the /etc/crontab
On Fri, Jan 28, 2000 at 05:03:27PM +0200, Shaul Karl wrote:
> 1) Does /etc/modules needed with kmod or can it be deleted?
> 2) Why there is no line like
>0-59/5 * * * * /sbin/rmmod -a
> for cron to process?
For the /etc/crontab entry, make it
0-59/5 * * * * root /sbin/rmmod -a
It wants a
On Fri, Jan 28, 2000 at 05:03:27PM +0200, Shaul Karl wrote:
> 2) Why there is no line like
>0-59/5 * * * * /sbin/rmmod -a
> for cron to process?
My understanding is that it causes problems for some PCMCIA devices. I
don't have any such beasties tho, so I can't verify this.
> A long time ago, in a galaxy far, far way, someone said...
>
> > 1) Does /etc/modules needed with kmod or can it be deleted?
>
> Yes that's still needed - /etc/modules is a Debian feature independent of
> the kernel.
>
Isn't /etc/modules a kerneld related stuff? Without kerneld, (have kmod
i
A long time ago, in a galaxy far, far way, someone said...
> 1) Does /etc/modules needed with kmod or can it be deleted?
Yes that's still needed - /etc/modules is a Debian feature independent of
the kernel.
> 2) Why there is no line like
>0-59/5 * * * * /sbin/rmmod -a
> for cron to proce
> > Apr 11 13:59:43 valis modprobe: can't locate module char-major-14
> Alias this in /etc/conf.modules. For my SoundBlaster16, I have:
You mean *manually*? Not done automagically by the package manager? Oh well,
and I was getting so excited about how easy make-kpkg makes recompiling a
kerne
> Apr 11 13:59:43 valis modprobe: can't locate module char-major-14
Alias this in /etc/conf.modules. For my SoundBlaster16, I have:
alias char-major-14 sb
post-install sb /sbin/modprobe "-k" "adlib_card"
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
options adlib_card io=0x388 # FM sy
Jason Stokes <[EMAIL PROTECTED]> writes:
JS> In order to get sound support for my SB Ensoniq AudioPCI 32, I
JS> compiled a custom 2.2.3 kernel with make-kpkg and installed it.
JS> Alas, the new module interface isn't functioning correctly.
(Actually, it sounds like kmod is in fact DTRTing.)
JS> C
On Sun, Apr 11, 1999 at 02:03:31PM +1000, Jason Stokes wrote:
> Certain modules hang around in the
> kernel forever, even when they aren't being used, and are never flushed (eg
> ppa, the Zip parallel port driver)
Do an lsmod. Do the offending modules have a use count of 0, the
"(autoclean)" fl
18 matches
Mail list logo