Re: Can't locate module sound-slot-1

2004-02-20 Thread Andreas Janssen
Hello Luc Lefebvre (<[EMAIL PROTECTED]>) wrote: > I keep getting the following message in my logs: > > modprobe: modprobe: Can't locate module sound-slot-1 > modprobe: modprobe: Can't locate module sound-service-1-0 > > Yet when I look at my modules.conf file I only have one entry, > > alias l

Re: Can't locate module sound-slot-1 [SOLVED]

2003-06-10 Thread Brian Poole
This problem is caused by KDE probing for a second sound card. You can tell kde not to probe for a second sound card by going to control centre -> sound -> Mixer Here you'll find the Option "Maximum count of tested devices per mixer" which is on the value "2". Change the value to "1" and confir

Re: Can't locate module sound-slot-1

2003-06-08 Thread Marcelo Ramos
El(On) 08/06/2003 (20:18:52), Brian Poole escribió(wrote): > Why am I getting these errors in syslog? > I don't seem to be having any sound problems. > I'm using Woody. > > modprobe: modprobe: Can't locate module sound-slot-1 > modprobe: modprobe: Can't locate module > sound-service-1-0 > modprobe

Re: Can't locate module char-major-116

2002-09-17 Thread Dave Sherohman
On Mon, Sep 16, 2002 at 03:22:07PM +0100, Colin Watson wrote: > If you don't care about modules being automatically loaded for ALSA, > then just ignore the warning. ...or add the line alias char-major-116 off to /etc/modules.conf. -- When we reduce our own liberties to stop terrorism, the ter

Re: Can't locate module char-major-10-135

2002-01-29 Thread Pollywog
On 2002.01.30 00:07 martin f krafft wrote: also sprach Aldo Maggi <[EMAIL PROTECTED]> [2002.01.29.2148 +0100]: > Jan 29 01:27:05 debian modprobe: modprobe: Can't locate module char-major-10-135 > what should i check in order to settle the matter? that's the rtc module. uhm, what does grep cha

Re: Can't locate module char-major-10-135

2002-01-29 Thread martin f krafft
also sprach Aldo Maggi <[EMAIL PROTECTED]> [2002.01.29.2148 +0100]: > Jan 29 01:27:05 debian modprobe: modprobe: Can't locate module > char-major-10-135 > what should i check in order to settle the matter? that's the rtc module. uhm, what does grep char-major-10-135 /etc/modules.conf say on y

Re: Can't locate module nls_iso8859-1

2001-04-27 Thread Brian Nelson
On Thu, Apr 26, 2001 at 09:37:37PM -0700, Brandon High wrote: > On Thu, Apr 26, 2001 at 10:01:35PM -0400, Brian Nelson wrote: > > Ever since I've rolled my own kernel, I've got this message on bootup > > that's been bugging the hell outta me. > > > > When mounting some vfat partitions on bootup, I

Re: Can't locate module nls_iso8859-1

2001-04-26 Thread Brandon High
On Thu, Apr 26, 2001 at 10:01:35PM -0400, Brian Nelson wrote: > Ever since I've rolled my own kernel, I've got this message on bootup > that's been bugging the hell outta me. > > When mounting some vfat partitions on bootup, I repeatedly get a > message that's something like: > modprobe: can't loc

Re: Can't locate module net-pf-10

2001-01-19 Thread Preben Randhol
Ethan Benson <[EMAIL PROTECTED]> wrote on 19/01/2001 (14:11) : > > thats because this file is not supposed to be edited directly, (which > is really contrary to debian policy) you need to instead edit > /etc/modutils/aliases and then run update-modules. > > changes made directly to module.conf

Re: Can't locate module net-pf-10

2001-01-19 Thread Ethan Benson
On Fri, Jan 19, 2001 at 01:58:26PM +0100, Preben Randhol wrote: > > [...] > > > # alias net-pf-10 off # IPv6 > > > > Uncomment all those entries for protocols you don't use/need (don't > > uncomment net-pf-[12] !) > > I see thanks. I had done that earlier, but module.conf has been >

Re: Can't locate module net-pf-10

2001-01-19 Thread Preben Randhol
Ernst Martin Witte <[EMAIL PROTECTED]> wrote on 19/01/2001 (13:50) : > Have a look at your /etc/modules.conf file. There you'll find some entries > like > > # Uncomment the network protocols you don't want loaded: [...] > # alias net-pf-10 off # IPv6 > > Uncomment all those entries f

Re: Can't locate module net-pf-10

2001-01-19 Thread Ernst Martin Witte
> After upgrading to unstable I keep getting in my logs: > >modprobe: modprobe: Can't locate module net-pf-10 > > I cannot find out what this module is nor how to tell modprobe to look > for it. Have a look at your /etc/modules.conf file. There you'll find some entries like # Uncomment the

Re: can't locate module char-major-5

2001-01-15 Thread Ayman Haidar
I am not sure what it does, but if you look at the /etc/modules.conf or the /etc/modutils/aliases you should find it there. comment it and it should go away. Once upon a time Jeff East ([EMAIL PROTECTED]) wrote: >Well, since I upgraded from 2.1r2 to 2.2 (via apt-get > dist-upgrade), I'

Re: can't locate module tap0 (tap1,tap2,...,tap15)

2000-11-14 Thread Neil Darlow
On 11/13/00, 5:57:28 PM, Krzys Majewski wrote: > How do I fix this? More generally, where do I look if I'm > having problems of this form? -chris alias tap0 ethertap options tap0 -o tap0 unit=0 ... alias tap15 ethertap options tap15 -o tap15 unit=15 There's an ethertap readme with diald and the

Re: can't locate module tap0 (tap1,tap2,...,tap15)

2000-11-13 Thread John Galt
One of two places: modprobe ethertap or /dev/MAKEDEV. tapX devices are for the ethertap module. ethertap isn't really required, but is a good thing to play with. If you know you already have the module loaded/have enabled it in a custom kernel, then your problem is the devices aren't in /dev.

Re: can't locate module tap0 (tap1,tap2,...,tap15)

2000-11-13 Thread Adam Lazur
Krzys Majewski ([EMAIL PROTECTED]) said: > > Look in /lib/modules/x.y.z/ where x.y.z is your linux kernel version. > > If the modules are not there, you will have to compile them from the kernel > > sources. > > (first, check if they are not included as part of the kernel). > > Silver > > Hrm no,

Re: can't locate module tap0 (tap1,tap2,...,tap15)

2000-11-13 Thread Krzys Majewski
> Look in /lib/modules/x.y.z/ where x.y.z is your linux kernel version. > If the modules are not there, you will have to compile them from the kernel > sources. > (first, check if they are not included as part of the kernel). > Silver Hrm no, I think the tap modules are aliases for something, and

Re: can't locate module tap0 (tap1,tap2,...,tap15)

2000-11-13 Thread Silver
Look in /lib/modules/x.y.z/ where x.y.z is your linux kernel version. If the modules are not there, you will have to compile them from the kernel sources. (first, check if they are not included as part of the kernel). Silver - Original Message - From: "Krzys Majewski" <[EMAIL PROTECTED]> To

Re: can't locate module ppp0

1999-03-14 Thread Mike
On Sat, 13 Mar 1999, Pollywog wrote: > Whenever I reboot my machine (Debian Hamm with kernel 2.0.36) I get this: > > Unusual System Events > =-=-=-=-=-=-=-=-=-=-= > Mar 13 18:20:11 lilypad kernel: registered device ppp0 > Mar 13 18:20:10 lilypad modprobe: can't locate module ppp0 > Mar 13 18:20:

Re: Can't locate module net-pf-5

1999-01-07 Thread Peter Berlau
On Thu, Jan 07, 1999 at 11:35:08PM +1100, Shao Zhang wrote: > Hello All, > On boot up, I got the above message. > > I only had two lines in my /etc/modules: > > auto > sound > > So how do I avoid this message? What is the use of this module > anyway?? This is for th

Re: Can't locate module net-pf-5

1999-01-07 Thread Conrado Badenas
Shao Zhang wrote: > So how do I avoid this message? What is the use of this module > anyway?? Edit your file /etc/modutils/aliases and uncomment the line: alias net-pf-5 off # DDP / appletalk It seems it's used for appletalk. -- Conrado Badenas (Assistant Lecturer)

Re: Can't locate module net-pf-5

1999-01-07 Thread J.H.M. Dassen
On Thu, Jan 07, 1999 at 23:35:08 +1100, Shao Zhang wrote: > On boot up, I got the above message. Add alias net-pf-5 off # DDP / appletalk to /etc/modutils/aliases . HTH, Ray -- Tevens ben ik van mening dat Nederland overdekt dient te worden.

Re: can't locate module

1998-06-14 Thread Troy Hanson
Sounds like you are trying to load the UMSDOS filesystem as a kernel module, but you didn't build and install the modules yet, or UMSDOS wasn't selected as a fileystem type in the config stage. Go through the kernel config ('make menuconfig' is a quick and easy text menu), go down to "Filesystems"

Re: can't locate module char-major-10

1997-09-04 Thread Luis Francisco Gonzalez
--- Begin Message --- By the way, there is something wrong with your mailer as replying to you doesn't work. Luis. -- Luis Francisco Gonzalez <[EMAIL PROTECTED]> PGP Fingerprint = F8 B1 13 DE 22 22 94 A1 14 BE 95 8E 49 39 78 76 -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubsc

Re: can't locate module char-major-10

1997-09-04 Thread jdassen
On Sep 4, Aria Prima Novianto wrote > Every time I connect using pppd, I got this message in my console > after get connected: > > pppd[257]: remote IP address 128.10.16.110 > modprobe: can't locate module char-major-10 > > I can't find char-major-10 module in my kernel source. Is it safe to put