[solved] kmod not on-demand-loading modules with custom kernel

2022-09-21 Thread hede
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 functionality is missing. C

Re: [kmod] not on-demand-loading modules with custom kernel

2022-09-20 Thread hede
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

Re: systemd-udevd: failed to execute /lib/udev/kmod

2014-05-05 Thread alex . andreotti
On Mon, May 05, 2014 at 06:06:58PM +0200, Michael Biebl wrote: > Am 05.05.2014 17:03, schrieb Alex Andreotti: > > > systemd-udevd[253]: failed to execute '/lib/udev/kmod' 'kmod sg': No > > such file or directory > > Fixed in systemd.git: >

Re: systemd-udevd: failed to execute /lib/udev/kmod

2014-05-05 Thread Michael Biebl
Am 05.05.2014 17:03, schrieb Alex Andreotti: > systemd-udevd[253]: failed to execute '/lib/udev/kmod' 'kmod sg': No > such file or directory Fixed in systemd.git: http://anonscm.debian.org/gitweb/?p=pkg-systemd/systemd.git;a=commitdiff;h=f11a2ddeb6a43f99179f2f9d322ee08

systemd-udevd: failed to execute /lib/udev/kmod

2014-05-05 Thread Alex Andreotti
can't find nothing about, any hint would be apreciated. Thanks in advance. systemd[1]: Starting udev Kernel Device Manager... systemd[1]: Started udev Kernel Device Manager. systemd-udevd[253]: failed to execute '/lib/udev/kmod' 'kmod sg': No such file or directory -- T

kmod aliases

2004-04-04 Thread ms419
Where does Debian recommend putting network driver kernel module aliases for kmod (eg. alias eth0 8139too)? Should they all go in "/etc/modutils/aliases"? Or in a separate file, like "/etc/modutils/net"? Or each in its own file: "/etc/modutils/eth0", et cet

Re: "find /var/log -type f | xargs grep kmod" opens garbled dselect window

2004-02-18 Thread Wolfgang Pfeiffer
Hi Vineet On Wed, 2004-02-18 at 21:10, Vineet Kumar wrote: > * Wolfgang Pfeiffer ([EMAIL PROTECTED]) [040218 11:59]: > > What am I doing wrong? > > does the output of > > find /var/log -type f > > look correct? yes > How about > > find /var/log -type

Re: "find /var/log -type f | xargs grep kmod" opens garbled dselect window

2004-02-18 Thread Vineet Kumar
* Wolfgang Pfeiffer ([EMAIL PROTECTED]) [040218 11:59]: > What am I doing wrong? does the output of find /var/log -type f look correct? How about find /var/log -type f | xargs echo grep kmod I don't really understand what malfunction you're seeing, but perhaps these techni

"find /var/log -type f | xargs grep kmod" opens garbled dselect window

2004-02-18 Thread Wolfgang Pfeiffer
What am I doing wrong? Bug in find/grep? grep 2.5.1.ds1-2 findutils 4.1.20-3 I'm on unstable, powerpc, 2.4.22-ben2. Thanks in anticipation. Best Regards Wolfgang -- Profile, Links: http://profiles.yahoo.com/wolfgangpfeiffer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "un

kmod: runaway modprobe loop assumed and stopped

2003-11-18 Thread Robert Rati
I've been having problems logging into my unstable debian box, and on a most recent problem I saw this message on the console after I was able to initiate a reboot: kmod: runaway modprobe loop assumed and stopped I looked in /var/log/ksymoops and see logs for the day it happened, but

kmod problum?

2001-09-01 Thread Gabriel Pickard
During 2.2r3 install, in the first bootup from floppy, after the base-system has been installed, the problematica situation of this problem descends on me: " kmod: failed to exec /sbin/modprobe -s -k binfmt -, errno=8 " fills my screen infinetely. What shall i do? Thank You, Gabriel.

Re: Replacing kerneld with kmod?

2001-08-23 Thread Ken Januski
Thanks for pointing me in right direction. I uncommented "auto" in /etc/modules and rebooted. But I still got the same error. Then I saw that the top of /etc/modules suggests "no auto" if you don't want kerneld to run. The error message indicated that I shouldn't be running it with a 2.0 or greate

Re: Replacing kerneld with kmod?

2001-08-23 Thread Eric G. Miller
eally done? > And why, outside of following the advice of dmesg?:-) You've disabled kerneld. But you've got kmod, so all should be okay. Only thing is, kmod needs a cron job to unload inactive modules ;-( -- Eric G. Miller

Re: Replacing kerneld with kmod?

2001-08-23 Thread Eric G. Miller
On Thu, Aug 23, 2001 at 08:10:58PM -0400, Ken Januski wrote: > I've been getting messages on bootup for last few months saying "you > almost certainly don't want to be running kerneld". I'm running 2.2.17 > and from what I've read that's true: I don't want to be running kerneld. > But I have no ide

Replacing kerneld with kmod?

2001-08-23 Thread Ken Januski
I've been getting messages on bootup for last few months saying "you almost certainly don't want to be running kerneld". I'm running 2.2.17 and from what I've read that's true: I don't want to be running kerneld. But I have no idea how to change this. Do I need to recompile kernel? I don't recall e

Re: can't find kmod info

2001-08-22 Thread Calvin Chong
Maid = Maid's Agreed Ideal Doctrine - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, August 23, 2001 12:48 PM Subject: can't find kmod info > I am having difficulty loading the 2.4.9 kernel, I get an error in kmod, something to the effect >

can't find kmod info

2001-08-22 Thread bedlam
I am having difficulty loading the 2.4.9 kernel, I get an error in kmod, something to the effect kmod: failed to exec /sbin/modprobe -s -k binfmt-464c, errno = 8 I have looked all over and can't find anything documenting kmod. I don't know what binfmt-464c is either. I made a l

Install problem: kmod: failed to exec...

2001-07-31 Thread joe golden
I am trying to install a stable set up and after installing kernel modules and configuring base system and rebooting am getting the following message: kmod: failed to exec /sbin/modprobe -s -k binfmt -, errno = 8 Did I forget to install a needed module? Thanks in advance for any tips

Re: /etc/modules vs. kmod/modules.conf

2001-07-06 Thread Joost Kooij
> say. There is no preferred method afaik. If you do not have kmod, then you will need /etc/modules, because /etc/modules.conf is simply not used. Since I use kmod, I create a new file, named /etc/modutils/local, and put my machine's settings in there. Then run update-modules to regene

/etc/modules vs. kmod/modules.conf

2001-07-05 Thread Martin F. Krafft
hey all, just a general question... i usually build my kernels with modules for everything, just like the debian kernel. it's still one kernel per machine, and the few modules i compile are still always loaded, so i don't know why i do so, but i guess it doesn't really matter. however, i have a qu

Re: kmod: failed to exec /sbin/modprobe -s -k binfmt-464c

2001-04-15 Thread Luigi Bianca
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

Re: kmod: failed to exec /sbin/modprobe -s -k binfmt-464c

2001-04-14 Thread Shaul Karl
> 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

kmod: failed to exec /sbin/modprobe -s -k binfmt-464c

2001-04-14 Thread Luigi Bianca
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

Re: kmod errors on boot (kernel 2.4.3)

2001-04-13 Thread Shaul Karl
> 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 > reboo

kmod errors on boot (kernel 2.4.3)

2001-04-12 Thread Bryan Walton
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. Does a

Re: kmod

2001-04-07 Thread Raghavendra Bhat
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

kmod

2001-04-04 Thread Andrew D Dixon
Hi All, I've been having problems with dynamically loading modules. I've got a 2.4.2 kernel and I've configured kmod as described in Documents/kmod.txt. Sadly, I can't get it to work. I've been looking around for documentation on it and can't seem to find anything

Re: kmod and NAT broken in 2.4.1? SOLVED

2001-03-18 Thread Ross Boylan
spoofprotect in place. KMOD On kmod, I'm still not sure what the deal is. I think it is now working, and it may be related to my adding "auto" to /etc/modules. I found it in some documentation for the old scheme, and it seems a little odd I need to say anything--kmod is compile

Re: kmod and NAT broken in 2.4.1?

2001-03-15 Thread Phil Brutsche
-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

Re: kmod and NAT broken in 2.4.1?

2001-03-15 Thread Ross Boylan
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

Re: kmod and NAT broken in 2.4.1?

2001-03-15 Thread Phil Brutsche
-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

kmod and NAT broken in 2.4.1?

2001-03-15 Thread Ross Boylan
I built a 2.4.1 kernel from the debianized source, and have noticed a couple of problems: 1) kmod shows no signs of working, though I did compile with this option on. modprobe is able to load the necessary modules. 2) iptables NAT facility doesn't seem to work. I have a line iptables -t n

boot fails with "kmod: runaway modprobe loop assumed and stopped"

2001-02-23 Thread bob9960
Hello I've not re-booted my machine for a while and have been regularly upgrading to unstable. I built a new kernel and re-booted. During the re-boot it displayed the message: kmod: runaway modprobe loop assumed and stopped about 5 times and stops. None of my old kernels will

Re: Confused! Confused! hotplug, kmod, kerneld, devfs, devfsd

2001-02-23 Thread Chun Kit Edwin Lau
t; On Thu, 22 Feb 2001 18:59:48 Ethan Benson wrote: > > > On Thu, Feb 22, 2001 at 01:47:37PM -0500, Chun Kit Edwin Lau wrote: > > > > Hi everyone, > > > > > > > > It is strictly speaking not a Debian question, but since I am > > > using

Re: Confused! Confused! hotplug, kmod, kerneld, devfs, devfsd

2001-02-23 Thread Nate Amsden
an... please help!! I am having trouble trying to sort out what > > each > > > one of these things do: hotplug, kmod, kerneld, devfs, devfsd. I know > > they > > > are not the same, but I don't know the differences. I check out the > > man, > > > h

Re: Confused! Confused! hotplug, kmod, kerneld, devfs, devfsd

2001-02-22 Thread Chun Kit Edwin Lau
On Thu, Feb 22, 2001 at 01:47:37PM -0500, Chun Kit Edwin Lau wrote: > > Hi everyone, > > > > It is strictly speaking not a Debian question, but since I am > using > > Debian... please help!! I am having trouble trying to sort out what > each > > one of

Re: Confused! Confused! hotplug, kmod, kerneld, devfs, devfsd

2001-02-22 Thread Ethan Benson
On Thu, Feb 22, 2001 at 01:47:37PM -0500, Chun Kit Edwin Lau wrote: > Hi everyone, > > It is strictly speaking not a Debian question, but since I am using > Debian... please help!! I am having trouble trying to sort out what each > one of these things do: hotplug, kmod,

Confused! Confused! hotplug, kmod, kerneld, devfs, devfsd

2001-02-22 Thread Chun Kit Edwin Lau
Hi everyone, It is strictly speaking not a Debian question, but since I am using Debian... please help!! I am having trouble trying to sort out what each one of these things do: hotplug, kmod, kerneld, devfs, devfsd. I know they are not the same, but I don't know the differences. I

Re: still-extant potato boot problems (kmod/runany modprobe loop)

2000-08-18 Thread Daniel Barclay
> From: Wookey <[EMAIL PROTECTED]> > On Sun 13 Aug, Daniel Barclay wrote: > > > > Are there any fixes (or even diagnoses) yet for the following problem? > > Has anyone else even seen these symptoms? > > >- "start ppp0: SIOCSIFMETRIC: Operation not supported" > > ... > > This is a 'standar

Re: still-extant potato boot problems (kmod/runany modprobe loop)

2000-08-14 Thread Wookey
On Sun 13 Aug, Daniel Barclay wrote: > > Are there any fixes (or even diagnoses) yet for the following problem? > Has anyone else even seen these symptoms? >- "start ppp0: SIOCSIFMETRIC: Operation not supported" > (asynchonously, after something had triggered diald) This is a 'standard'

Re: still-extant potato boot problems (kmod/runany modprobe loop)

2000-08-13 Thread Randolph Chung
> Earlier I reported a problem with installing potato (from scratch) > and getting errors at boot time like: > >kmod: runaway modprobe loop assumed and stopped > > and many occurrences of: > >modprobe: modprobe: Can't open dependencies files > /lib/mod

Re: still-extant potato boot problems (kmod/runany modprobe loop)

2000-08-13 Thread Eric G . Miller
Maybe try running "depmod -a" before the next reboot. I've seen this as well with 2.2.17pre... -- MegaHAL quote: I think a blowpipe is a marijuana cigarrette. It'll get you deleted!

still-extant potato boot problems (kmod/runany modprobe loop)

2000-08-13 Thread Daniel Barclay
Are there any fixes (or even diagnoses) yet for the following problem? Has anyone else even seen these symptoms? Earlier I reported a problem with installing potato (from scratch) and getting errors at boot time like: kmod: runaway modprobe loop assumed and stopped and many occurrences of

kmod: runaway modprobe loop assumed and stopped

2000-06-06 Thread Ralf G. R. Bergs
Hi there, I just noticed this boot-time warning on a freshly-installed Debian 2.1r4 system, running kernel 2.3.99pre7. Any ideas what this means and how to fix it? Thanks, Ralf -- Sign the EU petition against SPAM: L I N U X .~. http://www.politik-digital.de/spam/The

how to upgrade from kerneld to kmod?

2000-03-23 Thread Joseph de los Santos
Greetings!, When I boot up, I get a warning message that kerneld is obsolete and I should use kmod instead, if I was using kernel 2.2.x.(I am using 2.2.x) I would like to know how I can accomplish this upgrade. thank you. __ Get Your

Re: kmod questions?

2000-01-28 Thread Nathan E Norman
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? : :

Re: kmod questions?

2000-01-28 Thread Eric G . Miller
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

Re: kmod questions?

2000-01-28 Thread Gregory T. Norris
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.

Re: kmod questions?

2000-01-28 Thread Shaul Karl
> 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

Re: kmod questions?

2000-01-28 Thread Phil Brutsche
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

kmod questions?

2000-01-28 Thread Shaul Karl
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?

Re: A quicky on kerneld and kmod.

2000-01-26 Thread David J. Kanter
On Wed, Jan 26, 2000 at 09:57:15AM +1100, Martin Bishop wrote: > >From the docs that I've read in the kernel source, I gathered > that kerneld and kmod are two different utils to load modules. > > But how do I know which one is being used on my system, and > does it reall

Re: A quicky on kerneld and kmod.

2000-01-25 Thread Phil Brutsche
A long time ago, in a galaxy far, far way, someone said... > Hello, > > >From the docs that I've read in the kernel source, I gathered > that kerneld and kmod are two different utils to load modules. > > But how do I know which one is being used on my system, and &

A quicky on kerneld and kmod.

2000-01-25 Thread Martin Bishop
Hello, >From the docs that I've read in the kernel source, I gathered that kerneld and kmod are two different utils to load modules. But how do I know which one is being used on my system, and does it really a make big difference? Thanks, MB

modules, kmod, printing, and tape backup

1999-09-11 Thread Colin Telmer
I recently upgraded from kernel 2.0.35 to 2.2.10 and am having difficulty getting modules loaded on the fly by kmod. I have easily got sound to work by creating the following file: -telmer:/etc/modutils/sound alias char-major-14 sb post-install sb /sbin/modprobe "-k" "adlib_c

Re: Kmod not functioning correctly with 2.2.3 kernel

1999-04-11 Thread Jason Stokes
> > 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

Re: Kmod not functioning correctly with 2.2.3 kernel

1999-04-11 Thread Will Lowe
> 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

Re: Kmod not functioning correctly with 2.2.3 kernel

1999-04-11 Thread David Z. Maze
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 i

Re: Kmod not functioning correctly with 2.2.3 kernel

1999-04-11 Thread James Mastros
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

Kmod not functioning correctly with 2.2.3 kernel

1999-04-11 Thread Jason Stokes
In order to get sound support for my SB Ensoniq AudioPCI 32, I compiled a custom 2.2.3 kernel with make-kpkg and installed it. Alas, the new module interface isn't functioning correctly. Certain modules hang around in the kernel forever, even when they aren't being used, and are never flushed

Kmod not functioning correctly with 2.2.3 kernel

1999-04-11 Thread Jason Stokes
In order to get sound support for my SB Ensoniq AudioPCI 32, I compiled a custom 2.2.3 kernel with make-kpkg and installed it. Alas, the new module interface isn't functioning correctly. Certain unused modules are autoloaded on startup, and are never flushed, while others (soundcore, es1371) d

Modules and kmod - I'm confused

1999-02-04 Thread M.C. Vernon
Dear all, I have a shiny new 2.2.1 kernel. I'm pretty sure I've not got modules sorted properly yet tho. I'm using kmod, so the kernel should load modules on demand. Do I need to add the rmmod -a line to root's crontab, or do the debian scripts put it some

2.1.106 + kmod + netcard?

1998-06-24 Thread Marcelo E. Magallon
Hi, I just compiled 2.1.106, and I'm having this problem: Jun 23 07:56:48 pollux kernel: ne.c: module auto-load (kmod) support not present. Jun 23 07:56:48 pollux kernel: ne.c: unable to auto-load required 8390 module. Jun 23 07:56:48 pollux kernel: ne.c: try "modprobe 8390&qu