On 2012-05-03, Joey L wrote:
>
> insmod: error inserting
> /lib/modules/2.6.32-5-486/kernel/drivers/scsi/aacraid/aacraid.ko : -1
> File exists
Does it (is it already loaded)?
lsmod | grep aacraid
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of
i downloaded the new aacraid driver from ibm.
- I need to install it during debian install - but getting an error -
insmod: error inserting
/lib/modules/2.6.32-5-486/kernel/drivers/scsi/aacraid/aacraid.ko : -1
File exists
I have no clue what this means -- here are the instructions :( it
module-init-tools: 'insmod' generate segmentation fault when load module
I use Debian unstable. see
reference<http://www.vmware.com/community/thread.jspa?messageID=650674>
.
Am 23.05.2005 um 13:23 schrieb Mohammad Halawah:
> Context: I want to install the WLAN driver for realtek 8180 using the driver
> provided by the manufacturer.
>
> Problem: When I insert the module using
> insmode 8180_26_private.ko
>
> I get in the shell the follo
Hello fox,
Context: I want to install the WLAN driver for realtek 8180 using the driver
provided by the manufacturer.
Problem: When I insert the module using
insmode 8180_26_private.ko
I get in the shell the following:
insmod: error inserting './8180_26_private.ko': -1 Invalid mod
If the above works for you, then all you need to do is add ne2k-pci to
/etc/modules and it will be done automatically at boot. If there are
any additional module dependencies that must be handled first, then you
may need to become familiar with the modutils system (see
/usr/share/doc/modutils).
--
belahcene wrote:
Hi,
at each reboot I have to insert the network card module like this
modprobe ne2k-pci
insmod ne2k-pci
I want to do it permanently, insert the module at the boot
where can I do it
thanks
bela
Add each module to /etc/modules
smime.p7s
Description: S/MIME Cryptographic
Hi,
at each reboot I have to insert the network card module like this
modprobe ne2k-pci
insmod ne2k-pci
I want to do it permanently, insert the module at the boot
where can I do it
thanks
bela
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Cont
Hello,
I am unable to load the module agpgart.o on a
2.4.18-686 kernel. I just let it autoprobe for the
parameters but it wants me to provide them. It is for
an i845 Intel graphics controller on the 0:2:0 PCI
buss.
Does anyone know how to form them?
Thanks.
ejd
__
gt; (MacPhyter)
>
> The first one is my old card, so I guess the second one is the new card. I
> am using the 2.4.18-k6 kernel, which didn't seem to come with a ns83815
> driver, but has a ns83820 driver. I tried using that, but get insmod "No
> such device" errors.
>
(MacPhyter)
>
> The first one is my old card, so I guess the second one is the new card. I
> am using the 2.4.18-k6 kernel, which didn't seem to come with a ns83815
> driver, but has a ns83820 driver. I tried using that, but get insmod "No
> such device" error
using the 2.4.18-k6 kernel, which didn't seem to come with a ns83815
driver, but has a ns83820 driver. I tried using that, but get insmod "No
such device" errors.
Is this because it is the wrong driver, or do I need to pass some options?
Do I need to compile my own kernel to use th
modules. I did
>
> make bzdisk
> make modules (no modules_install yet)
> boot of the floppy
> goto one of the kernel compile directories that contain module xx.ko
> (say, sound_core.ko)
> insmod xx.o
>
> I get
>
>insmod: QM_MODULES: Function not implemented
es gcc from sid.
After compilation I can insert the modules using insmod and have no
problems. However if I install the modules in /lib/modules... and then
run depmod -a it fails with a "floating point exception"
here is an output from the end of strace depmod -a
lseek(3, 3968, SEEK_S
Hello
Ramasubramanian Ramesh (<[EMAIL PROTECTED]>) wrote:
> Since this morning I am running 2.6.0-test9 (upgraded from 2.4.18)
> to sort things out. However I noticed that my first test itself has
> proved to be impasse. I am nolonger able to load modules.
You need the module-init-tools for Kern
(say, sound_core.ko)
insmod xx.o
I get
insmod: QM_MODULES: Function not implemented
insmod: cannot open /proc/ksyms No such file or directory
in /proc I only see a kallsyms and not ksyms. Also I do not know what
this QM_MODULES is.
Is my insmod out of date?
Thanks and
one of the kernel compile directories that contain module xx.ko (say,
sound_core.ko)
insmod xx.o
I get
insmod: QM_MODULES: Function not implemented
insmod: cannot open /proc/ksyms No such file or directory
in /proc I only see a kallsyms and not ksyms. Also I do not know what this
what you are doing.
> /etc/modutils/aliases:alias usbmouse mousedev
This says modprobe(8) to load `mousedev' instead of `usbmouse'. Insmod
doesn't look at /etc/modules.conf, so it is not affected. Comment out
this line, run update-modules(8), and it should work ok.
Just for a r
/drivers/usb directory where xxx matches the
> output of uname-r.
>
> So the net of this is I get to the kdm login screen with no mouse
> capability. If I switch to terminal 1 (i.e., C-A-F1), logon and issue
> modprobe usbmouse, modprobe says the module is not found. However if I
this is I get to the kdm login screen with no mouse
capability. If I switch to terminal 1 (i.e., C-A-F1), logon and issue
modprobe usbmouse, modprobe says the module is not found. However if I
issue insmod usbmouse the module loads and the mouse works great.
Any ideas? I have been reading all of
On Sun, 7 Sep 2003 01:33:43 +0200 (CEST), Roberto Sanchez wrote:
> No bug, just the behavior of the program. You probably want to stick to
> modprobe anyway.
Turns out that with the version of insmod that is for kernels 2.5.48
and above, one should either specify the path or use mo
On Sun, Sep 07, 2003 at 01:33:43AM +0200, Roberto Sanchez wrote:
>
> From the modprobe man page:
>
> Modprobe will automatically load all base modules needed in a module
> stack, as described by the dependency file modules.dep.
>
> Basically, modprobe automatically resolves module dependenci
--- Shaul Karl <[EMAIL PROTECTED]> escribió: > # insmod tun
> Can't open 'tun': No such file or directory
> # lsmod |grep tun
> # modprobe tun
> # lsmod |grep tun
> tun 7776 0
>
> And /dev/net/tun do exi
# insmod tun
Can't open 'tun': No such file or directory
# lsmod |grep tun
# modprobe tun
# lsmod |grep tun
tun 7776 0
And /dev/net/tun do exists.
Am I doing something wrong or is it a bug?
--
Shaul Karl,shaulk @ ac
On Wed, Sep 03, 2003 at 10:03:15AM +0200, Niels L. Ellegaard wrote:
> I have a logitech 4000 camera and I can use it with camstream and
> usb-ohci. However after a while it freezes with a v4l
> timeout. (Details will follow in a later post)
>
> I decided to try to follow the the installation instr
csj <[EMAIL PROTECTED]> writes:
> At 02 Sep 2003 22:19:32 +0200,
> Niels L. Ellegaard wrote:
> > I have some trouble loading the module usb-uhci into my kernel
> > (It is a 2.4.21 and I am using Sarge). I would be very grateful
> > for a hint of what I am doing wrong. Where should I look to
> > gai
At 02 Sep 2003 22:19:32 +0200,
Niels L. Ellegaard wrote:
>
>
> I have some trouble loading the module usb-uhci into my kernel
> (It is a 2.4.21 and I am using Sarge). I would be very grateful
> for a hint of what I am doing wrong. Where should I look to
> gain further knowledge?
[...]
Are you s
(autoclean)
nissefisken# modprobe usb-uhci
/lib/modules/2.4.21/kernel/drivers/usb/host/usb-uhci.o: init_module:
No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO
or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib
Thomas Krennwallner wrote:
Hi!
On Tue Jul 22, 2003 at 11:51:07PM +0100, Tim wrote:
I cannot insmod sis900 with a 2.2.20 or 2.4.18 kernel on a friends desktop.
Do you
# insmod sis900
or do you
# modprobe sis900
?
Please do the modprobe since it resolves module depencies. I think that
sis900
Hi!
On Tue Jul 22, 2003 at 11:51:07PM +0100, Tim wrote:
> I cannot insmod sis900 with a 2.2.20 or 2.4.18 kernel on a friends desktop.
Do you
# insmod sis900
or do you
# modprobe sis900
?
Please do the modprobe since it resolves module depencies. I think that
sis900 depends on mii and it
Hi folks,
Thought that if I were to recompile this email it might be made into
some sense by an helpful person out there. Sorry for being OT. If
inappropriate, what list could you suggest I send to?
The short problem:
I cannot insmod sis900 with a 2.2.20 or 2.4.18 kernel on a friends
: Device or resource
busy
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters
/lib/modules/2.2.20-idepci/net/sis900.o: insmod
/lib/modules/2.2.20-idepci/net/sis900.o failed
I haven't added any parameters for the module insertion.
Does this poi
On Fri, Nov 15, 2002 at 01:02:13 +0100, Eduard Bloch wrote:
> #include
> * mdevin [Fri, Nov 15 2002, 09:38:11AM]:
>
> > I compiled the module bcm4400.o against the kernel-headers-2.4.18
> > package (ie. the one for my kernel-source 2.4.18), so I don't understand
> > these unresolved symbol errors
#include
* mdevin [Fri, Nov 15 2002, 09:38:11AM]:
> I compiled the module bcm4400.o against the kernel-headers-2.4.18
> package (ie. the one for my kernel-source 2.4.18), so I don't understand
> these unresolved symbol errors.
Is -DMODVERSIONS passed while compiling?
Gruss/Regards,
Eduard.
--
CD that came with the motherboard.
> >
> > When I insmod the module I get a heap of unresolved symbol errors:
> > shark:/home/mark/src/broadcom4400/src# insmod bcm4400.o
>
> Try modprobe instead of insmod.
>
I tried to put the module in my /lib/modules/2.4.18/kernel/drivers/ne
r my particular kernel version
> (2.4.18). In fact, I just recompiled my kernel and the module.
>
> When I insmod the module I get a heap of unresolved symbol errors:
> shark:/home/mark/src/broadcom4400/src# insmod bcm4400.o
Try modprobe instead of insmod.
--
Seneca
[EMAIL PROTECTED]
the module.
When I insmod the module I get a heap of unresolved symbol errors:
shark:/home/mark/src/broadcom4400/src# insmod bcm4400.o
bcm4400.o: unresolved symbol skb_over_panic_Rsmp_2344b59d
bcm4400.o: unresolved symbol free_irq_Rsmp_f20dabd8
bcm4400.o: unresolved symbol
(debian woody
stable)
> insmod: modprobe: cannot create /var/log/ksymoods/20020824.log
> read-only file system
> insmod: /lib/modules/2.4.18-k7/kernel/net/unix/unix.o cannot create
> /var/log/ksymoods/2002082403211.ksyms read-only file system
> insmod: /lib/modules/2.4.18-k7/kernel/
On Thursday 20 June 2002 04:37 am, Dr. Sharukh K. R. Pavri. wrote:
[snipped everything]
your kernel config is apparently not suited to your system and, by the look
of the dmesg errors, it's not exactly generic or vanilla either. take a look
at your kern.log and configure a new kernel, based on t
On Wed, 19 Jun 2002, Seneca wrote:
> On Wed, Jun 19, 2002 at 03:09:06PM +0530, Dr. Sharukh K. R. Pavri. wrote:
> > I have just installed woody and am running into a few errors on boot up:
> >
> > -------
> > insmod: modprobe: cann
all,
On Wed, Jun 19, 2002 at 06:24:50AM -0400, Seneca wrote:
> > ---
> > insmod: modprobe: cannot create /var/log/ksymoops/20020619.log Read-only
> > file system
> > insmod: /lib/modules/2.2.19/misc/unix.o: cannot create
> > /v
On Wed, Jun 19, 2002 at 03:09:06PM +0530, Dr. Sharukh K. R. Pavri. wrote:
> I have just installed woody and am running into a few errors on boot up:
>
> ---
> insmod: modprobe: cannot create /var/log/ksymoops/20020619.log Read-only
> file system
I have just installed woody and am running into a few errors on boot up:
---
insmod: modprobe: cannot create /var/log/ksymoops/20020619.log Read-only
file system
insmod: /lib/modules/2.2.19/misc/unix.o: cannot create
/var/log/ksymoops/20020619202417.ksyms Read
On Die, Jun 04, 2002 at 07:22:23 +0200, prover wrote:
> CAN YOU DO SOMETHING WITH IT?
ohh my dear, you hopelessness ;)
http://www.debian.org/MailingLists/
and follow instructions there.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PRO
From: "Mathias Gygax" <[EMAIL PROTECTED]>
To: "Debian-user"
Sent: Tuesday, June 04, 2002 12:44 PM
Subject: Re: insmod in /etc/module file?
> On Mon, Jun 03, 2002 at 08:33:39AM -0400, Jule Slootbeek wrote:
> > >> Hey i'm trying
On Mon, Jun 03, 2002 at 08:33:39AM -0400, Jule Slootbeek wrote:
> >> Hey i'm trying to add : "insmod ide-scsi" during start-up do i put
^^
> >> this in the "/etc/modules file"?
> OK thanks, i just wasnt sure if runni
Paul Scott wrote:
> Jule Slootbeek wrote:
>
>> Hey i'm trying to add : "insmod ide-scsi" during start-up do i put
>> this in the "/etc/modules file"?
>
>
> Yes, you put the names of modules in /etc/modules.
>
> If you are trying to get c
Dear all,
Thanks for your answers. I actually realised that I just needed to provide
lt_modem with a Forced=... parameter in order to load both lt_modem and
lt_serial with no problem, using my isapnp.conf parameters.
I thought it would not work with lt_serial as I was sure it should be
loaded bef
gt;
To: debian-laptop
Subject: insmod lt_serial, lt_modem on Acer Extensa 501 Dx
Hi,
I am trying to get my lt winmodem work under linux. I have compiled my own
kernel and made the corresponding kernel-headers package using make-kpkg.
Everything works fine since I have installed this new kernel
ubject: insmod lt_serial, lt_modem on Acer Extensa 501 Dx
Hi,
I am trying to get my lt winmodem work under linux. I have compiled my own
kernel and made the corresponding kernel-headers package using make-kpkg.
Everything works fine since I have installed this new kernel but I
encounter problems wi
Jule Slootbeek wrote:
Hey i'm trying to add : "insmod ide-scsi" during start-up
do i put this in the "/etc/modules file"?
Yes, you put the names of modules in /etc/modules.
If you are trying to get cdrecord going you need to pass ide-scsi to the
kernel in your boot
Hey i'm trying to add : "insmod ide-scsi" during start-up
do i put this in the "/etc/modules file"? or somewhere else?
what is the equivalent of RH's "/etc/rc.local" in Woody?
thanks
Jule
--
Jule Slootbeek
[EMAIL PROTECTED]
http://blindtheory.cjb.net
#include
Eduardo Gargiulo wrote on Fri May 31, 2002 um 09:17:07PM:
> -
> insmod: modprobe: cannot create /var/log/ksymoops/20020531.log Read-only file
> system
> insmod: /lib/modules/2.4.18/kernel/net/unix/unix.o: c
On Fri, May 31, 2002 at 09:17:07PM -0400, Eduardo Gargiulo wrote:
> I'm running woody on i386. During boot process, the log shows some
> errors like that
>
> -----
> insmod: modprobe: cannot create /var/log/ksymoo
Hi all.
I'm running woody on i386. During boot process, the log shows some
errors like that
-
insmod: modprobe: cannot create /var/log/ksymoops/20020531.log Read-only file
system
insmod: /lib/modules/2.4.18/kernel/net/unix/u
Arthur Dent wrote:
From: Olivier Crouzet <[EMAIL PROTECTED]>
To: debian-laptop
Subject: insmod lt_serial, lt_modem on Acer Extensa 501 Dx
Date: Fri, 31 May 2002 17:21:37 +0200
Hi,
I am trying to get my lt winmodem work under linux. I have compiled my
own
kernel and ma
From: Olivier Crouzet <[EMAIL PROTECTED]>
To: debian-laptop
Subject: insmod lt_serial, lt_modem on Acer Extensa 501 Dx
Date: Fri, 31 May 2002 17:21:37 +0200
Hi,
I am trying to get my lt winmodem work under linux. I have compiled my own
kernel and made the corresponding kernel-h
.. if you upgrade
the library, then every other package will break. That Would Be Bad.
Yes it is potato I'm running. I'll go with your suggestion and try to get
Woody. I've managed to install the PCMCIA package off the CDs, had a
glitch and now must learn about insmod.
I hav
>>>>> "Lukas" == Lukas <[EMAIL PROTECTED]> writes:
Lukas> Hi. I've got some problems with my /etc/modules. I've
Lukas> compiled a new Kernel (2.4.17). Now I've got some modules
Lukas> which have to be insmod at startup. I
#include
Lukas wrote on Sat Feb 09, 2002 um 03:37:05PM:
> I've compiled a new Kernel (2.4.17).
> Now I've got some modules which have to be insmod at startup.
> I've put them in the /etc/modules.
Run "/etc/init.d/modutils start" manually and check the messages
Hi.
I've got some problems with my /etc/modules.
I've compiled a new Kernel (2.4.17).
Now I've got some modules which have to be insmod at startup.
I've put them in the /etc/modules.
But nothing happens.
Every time I`ve to insmod them manually.
What's wrong with my etc/m
mikepolniak wrote:
My Pinnacle studio PCTV pro card shows up in /proc/pci and i can load all the
required modules (tuner, videodev,i2c)...but when i
#insmod bttv card=52
...it says no such device.
Syslog shows :
... bttv: driver version 0.7.83 loaded
... bttv: using 2 buffers with 2080k
My Pinnacle studio PCTV pro card shows up in /proc/pci and i can load all the
required modules (tuner, videodev,i2c)...but when i
#insmod bttv card=52
...it says no such device.
Syslog shows :
... bttv: driver version 0.7.83 loaded
... bttv: using 2 buffers with 2080k (4160k total) for capture
--- Shawn Lamson <[EMAIL PROTECTED]> wrote:
> Date: Tue, 8 Jan 2002 06:56:08 -0800 (PST)
> From: Shawn Lamson <[EMAIL PROTECTED]>
> Subject: Re: insmod: sr_mod: no module by that name found ; scsi_mod
> same
> To: debian
>
> > > Hello all -
> > >
> > Hello all -
> > hope your computing is happy and the hair isnt falling out all over
> > the
> > keyboard. (how did i know that?)
> >
> > i just installed a GCE-8160B CDRW (brand names are LG / GOLDSTAR)
> > which is listed on some of the compatibility lists for cdrecord...
> >
> > i can pla
--- Shawn Lamson <[EMAIL PROTECTED]> wrote:
> Date: Mon, 7 Jan 2002 19:28:24 -0800 (PST)
> From: Shawn Lamson <[EMAIL PROTECTED]>
> Subject: insmod: sr_mod: no module by that name found ; scsi_mod same
> To: debian
>
> Hello all -
> hope your computing is ha
Hello all -
hope your computing is happy and the hair isnt falling out all over the
keyboard. (how did i know that?)
i just installed a GCE-8160B CDRW (brand names are LG / GOLDSTAR)
which is listed on some of the compatibility lists for cdrecord...
i can play cd's, mount data discs, etc... but
I've installed potato r3 onto a K6/300 that hopefully one day will be an
ADSL router. I'm trying to use either a D-Link 528 or a D-Link 530TX+. The
installer was able to add the rtl8139 driver and when I use insmod rtl8139.o
I get:
rtl8139.o: init_module: Device or resource busy
/netfilter/ipchains.o:
init_module: Device or resource busy
Hint: insmod errors can be caused by incorrect module parameters, including
invalid IO or IRQ parameters
Using /lib/modules/2.4.14-586/kernel/net/ipv4/netfilter/ipfwadm.o
Warning: loading
/lib/modules/2.4.14-586/kernel/net/ipv4/netfilter
)
It works fine with Windows 98, Mandrake Linux,
Coyote Linux Router
however in Debian 2.2r3 insmod wd fails
(neither with io=0x280 irq=5
nor with autoprobe). Where is the problem ?
sincerely,
Kirill Nelus
--- End Message ---
Shaul Karl
email: shaulka (replace these parenthesis with
Hi !
I have an old ISA NIC:
SMC EtherCard Plus Elite
16 Combo (WD/8013EW)
It works fine with Windows 98, Mandrake Linux,
Coyote Linux Router
however in Debian 2.2r3 insmod wd fails
(neither with io=0x280 irq=5
nor with autoprobe). Where is the problem ?
sincerely,
Kirill Nelus
On Sat, Oct 20, 2001 at 07:51:56PM -0400, Doc - KD4E wrote:
| insmod finds cdrom module but fails to find the pcmcia mocule
|
| "find -name pcmcia" shows /lib/modules/2.2.18/pcmcia
This is a directory.
|
| I am in the midst of upgrading Progeny to Woody and my laptop
| froze up (n
insmod finds cdrom module but fails to find the pcmcia mocule
"find -name pcmcia" shows /lib/modules/2.2.18/pcmcia
I am in the midst of upgrading Progeny to Woody and my laptop
froze up (no idea why, no M$ products on it!) this forced a reboot
just as I was about to download a current
giovanni sartoni wrote:
> Hi everybody
>
> I just solved my troubles with my winmodem and got it working
> under linux. What it got is installing the linux driver:
>
> >insmod -f pctel_pci.o
>
> this is then de-installed when I shutdown and I must repeat it
&g
Hi everybody
I just solved my troubles with my winmodem and got it working
under linux. What it got is installing the linux driver:
insmod -f pctel_pci.o
this is then de-installed when I shutdown and I must repeat it
every time I reboot.
If I understand correctly a way to automate this is
In-Reply-To: <[EMAIL PROTECTED]>; from [EMAIL PROTECTED] on Wed, Oct 25, 2000
at 06:49:53PM -0500
Erik,
I found the thread on debian-user where you and others were discussing the
problem with timestamps on /etc/modules.conf and /lib/modules/`uname
-r`/modules.dep:
http://lists.debian.org/debian
Hey,
I'm trying to figure out how to get all eight
buttons (four buttons, four throttles) working on my gamepad. The
joy-analog module will only detect four buttons, so I have to specify arguments
with bitmasks and stuff while insmod-ing. I don't have a clue on how to do
thi
* Erik Steffl <[EMAIL PROTECTED]> [251000 18:09]:
> tjm wrote:
> >
> > Hello,
> >
> > I have had the same problem although it doesn't seem to
> > cause any adverse condition with the machine.
The startup
> > script /etc/rcS.d/S20modutils (/etc/init.d/modutils) runs
> > depmod -a when the ma
* Erik Steffl <[EMAIL PROTECTED]> [251000 18:09]:
> tjm wrote:
> >
> > Hello,
> >
> > I have had the same problem although it doesn't seem to
> > cause any adverse condition with the machine.
The startup
> > script /etc/rcS.d/S20modutils (/etc/init.d/modutils) runs
> > depmod -a when the mach
>
> Using Debian potato with a 2.2.17 kernel.
>
> > >
> > > > Oct 25 00:08:06 jojda insmod: Note: /etc/modules.conf is more recent
> > > > than /lib/m
> > > > odules/2.2.17/modules.dep
> > > >
> > > > is somewhat troublin
ime back temporarily to see if it makes a difference. A
proper solution would be much nicer, though.
Using Debian potato with a 2.2.17 kernel.
> >
> > > Oct 25 00:08:06 jojda insmod: Note: /etc/modules.conf is more recent
> > > than /lib/m
> > > odules/2.2.17/
>
>> On Wed, Oct 25, 2000 at 12:17:25AM -0700, Erik Steffl wrote:
>>
>> > Oct 25 00:08:06 jojda insmod: Note: /etc/modules.conf is more recent
>> > than /lib/m
>> > odules/2.2.17/modules.dep
>> >
>> > is somewhat troubling me, I
Philipp Schulte wrote:
>
> On Wed, Oct 25, 2000 at 12:17:25AM -0700, Erik Steffl wrote:
>
> > Oct 25 00:08:06 jojda insmod: Note: /etc/modules.conf is more recent
> > than /lib/m
> > odules/2.2.17/modules.dep
> >
> > is somewhat troubling me, I ha
On Wed, Oct 25, 2000 at 12:17:25AM -0700, Erik Steffl wrote:
> Oct 25 00:08:06 jojda insmod: Note: /etc/modules.conf is more recent
> than /lib/m
> odules/2.2.17/modules.dep
>
> is somewhat troubling me, I have fairly plain debian unstable install,
> why do I get the message
the message in subject:
Oct 25 00:08:06 jojda insmod: Note: /etc/modules.conf is more recent
than /lib/m
odules/2.2.17/modules.dep
is somewhat troubling me, I have fairly plain debian unstable install,
why do I get the message?
I tried to figure out why is the /etc/modules.conf newer than
I get the message "modprobe: insmod * failed" at boot time.
Where does this come from (searching for 'modprobe' in
/etc/... didn't yield anything?
How do I figure out what the problem is? What exactly
failed?
Daniel
--
Daniel Barclay
[EMAIL PROTECTED]
(Hmm.
the winmodem from lucent,
> but not having any experience at all with modems under linux
> I'm at a bit of a loss as to how to set up the whole thing to get it all
> automated.
>
> Firstly, can someone please tell me where to put the
> insmod -f yadiyadi.o statement so
ss as to how to set up the whole thing to get it all
automated.
Firstly, can someone please tell me where to put the
insmod -f yadiyadi.o statement so that it gets loaded at
boot time.
Also, how can I set my machine up to boot for two different
networking environments, i.e to boot up with my mo
On Fri, Feb 04, 2000 at 12:22:34PM +, Tony wrote:
[]
> I have been trying to install the module support for a 3905 3com ethernet
> card. 3Com supply the driver as c code; I compile this and then try to do
> insmod 3905x.0. This command returns:
> 390x.o was compiled for kernel ve
3com ethernet
> card. 3Com supply the driver as c code; I compile this and then try to do
> insmod 3905x.0. This command returns:
> 390x.o was compiled for kernel version 2.0.36 whilst this kernel is 2.2.12.
>
> uname tells me that I am indeed running 2.2.12
As you may know, the gli
> OK - I've now tried those things, and I get the same old message ... Any more
> thoughts?
You could try: insmod /lib/modules/2.2.12/net .o
or modprobe /lib/modules/2.2.12/net .o
(If the first says unresolved externals).
Another option of course is downloading another
#x27;
^(or something like that, when using make menuconfig it's in the same menu
^as 'Enable modules').
Done.
^- Make sure you did both 'make modules' and 'make modules_install'
Done
^- What does modprobe 3905x say??
modprobe can't locate
insmod stil
I guess this is Slink.
>
> I have been trying to install the module support for a 3905 3com ethernet
> card. 3Com supply the driver as c code; I compile this and then try to do
> insmod 3905x.0. This command returns:
> 390x.o was compiled for kernel version 2.0.36 whilst this
is and then try to do
insmod 3905x.0. This command returns:
390x.o was compiled for kernel version 2.0.36 whilst this kernel is 2.2.12.
uname tells me that I am indeed running 2.2.12
When I asked 3com about this, they suggested I recompile my kernel and try
again. I did this, with exactly the sa
David J. Kanter [EMAIL PROTECTED] wrote:
> Yesterday I recompiled my kernel with sound support, as a module, and then
> compiled the Aureal Vortex 2 driver. All worked well until I rebooted.
>
> After rebooting I had to log on a root, then type insmod au8830.o because
> all soun
Yesterday I recompiled my kernel with sound support, as a module, and then
compiled the Aureal Vortex 2 driver. All worked well until I rebooted.
After rebooting I had to log on a root, then type insmod au8830.o because
all sound software said no sound device was detected. After that everything
Quoting Wendell Buckner ([EMAIL PROTECTED]):
> When I use Insmod ppa (to connect my zip 100 iomega drive via parrallel
> port), I get the following error:
>
> ver 1.42
> probing port 03bc
> probing port 0278
> 0 hosts
> /lib/modules/2.0.36./scsi/ppa.0 device or resourc
When I use Insmod ppa (to connect my zip 100
iomega drive via parrallel port), I get the following error:
ver 1.42
probing port 03bc
probing port 0278
0 hosts
/lib/modules/2.0.36./scsi/ppa.0 device or
resource busy
Does any one have any ideas about this
one?
By the way, I tested the
On Sat, Jul 17, 1999 at 11:12:47AM -0700, Wendell Buckner wrote:
> I'm trying to connect my iomega zip 100 to my linux box and the ZIP-HOW-TO I
> found on zip drives says that I should do a "insmod ppa" before I attempt to
> compile the kernel. I guess the module ne
I'm trying to connect my iomega zip 100 to my
linux box and the ZIP-HOW-TO I found on zip drives says that I should do a
"insmod ppa" before I attempt to compile the kernel. I guess the
module necesary to attach the zip drive may already be compiled into my kernel?
And t
1 - 100 of 124 matches
Mail list logo