similar to: depmod madness

Displaying 20 results from an estimated 9000 matches similar to: "depmod madness"

2008 Apr 19
1
Not able to run kernel-xen with megasr module :/
I've managed to install CentOS 5.1 on S5000PAL with fakeraid Intel Embedded Raid Technology II Raid1 (LSI chipset) with some help of kickstart declaration 'driverdisk --source=http://.../driver.img' Then I've had some problems with yum update - new kernel didn't know about megasr.ko. I've solved it with commands: cd /lib/modules/ cp 2.6.18-53.el5PAE/updates/megasr.ko
2017 Sep 27
2
Semi-OT: hardware: NVidia proprietary driver, C7.4
Phil Perry wrote: > On 27/09/17 16:49, m.roth at 5-cent.us wrote: >> Hi, folks, >> >> Well, still more fun (for values of fun approaching zero): >> >> 1. Went to install CUDA 9.0... well, gee, there is *no* CUDA 9.0. >> Even though I installed the 9 repo, all that I get is 8. I've >> used their webform, and an waiting on a
2017 Sep 27
3
Semi-OT: hardware: NVidia proprietary driver, C7.4
Hi, folks, Well, still more fun (for values of fun approaching zero): 1. Went to install CUDA 9.0... well, gee, there is *no* CUDA 9.0. Even though I installed the 9 repo, all that I get is 8. I've used their webform, and an waiting on a reply. 2. I remove all nvidia packages. 3. It appears that the kmod-nvidia is what I need; that's what nvidia-detect
2004 Sep 17
1
Zaptel compile error - unresolved symbols
Hello - any help is greatly appreciated. I am trying to compile zaptel on debian 2.4.26-1-386. I have a single X100P card installed. When I run '/usr/src/zaptel/make clean;make install' I get the following: depmod: *** Unresolved symbols in /lib/modules/2.4.26-1-386/misc/torisa.o depmod: *** Unresolved symbols in /lib/modules/2.4.26-1-386/misc/zaptel.o /sbin/depmod -a depmod: ***
2004 Jan 21
2
zaptel part II
Hello people, Went to IRC and zoa helped a bit by saying me to Do a insmod zaptel and insmod wcusb When I did the insmod zaptel it worked fine, but when I did the wcusb it said asterisk:/usr/src/zaptel# insmod wcusb Using /lib/modules/2.4.24/misc/wcusb.o /lib/modules/2.4.24/misc/wcusb.o: unresolved symbol usb_submit_urb_R3d6f870e /lib/modules/2.4.24/misc/wcusb.o: unresolved
2002 Mar 11
1
RTLinux and EXT3 using 2.2.19 (need help badly)
Could anyone help me out, i've got a situation here. :-) I already contacted RTLinux users with no success, I hope ext3 users can help! I have a 2.2.19 kernel patched with RTLinux 3.1, clean and working. I found and applied the ext3 for 2.2.19 kernel patch. Patch went fine (like in README). I was able to tune2fs -j /dev/hda1 (activate the journal). And it actually works. 1) I was not able
2001 Oct 11
4
ext3 on 2.4.10-ac11 w/ext3-2.4-0.9.12-2410ac11
I am trying to compile 2.4.10-ac11 w/ the ext3-2.4-0.9.12-2410ac11 patch. I'm getting unresolved symbols w/ ext3 module: cd /lib/modules/2.4.10-ac11; \ mkdir -p pcmcia; \ find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.10-ac11; fi depmod: *** Unresolved symbols in
2004 Jun 18
1
trouble compiling zaptel-0.9.1 on YellowDog (PowerMac)
I am running asterisk on an old PowerComputing Mac clone running YellowDog 3.0 (Red Hat clone for PowerMacs) I've decided to try adding a generic winmodem card and compile zaptel-0.9.1 for it. First I tried to just unpack zaptel archive and do make clean; make install. Compiled fine, but during insallation I got the "unresolved symbols" error messages from depmod -a I did
2001 Nov 14
1
unresolved symbols in loop
Hello, i have downloaded the kernel 2.4.14 and the correspondig ext3 patch ext3-2.4-0.9.15-2414.gz. After this i extract the archiv at /usr/src, renamed the dir linux to linux-2.4.14 and made a symlink linux-2.4. I changed to the directory linux-2.4 and add the patch as decsribed on the website gunzip < ~/ext3-2.4-0.9.15-2414.gz | patch -p1. There was no error and the patch was successful.
2003 Jul 13
5
unresolved symbols in /lib/modules/2.4.18/misc/zaptel.o
Hi all. I've been lurking here for a couple weeks just trying to get an idea of how to install asterisk. I'm running Debian with a custom kernel version 2.4.18. I think I've got all the dependencies installed - debian packages readline4 and openssl are installed. It's a very barebones install with only the packages relevant to building a kernel and asterisk installed. The
2006 Apr 24
1
compiling zaptel-1.2.5
Hello, What's wrong ? make install ..... options torisa base=0xd0000 alias char-major-196 torisa alias wcfxs wctdm alias wct2xxp wct4xxp if [ -d /etc/modutils ]; then \ /sbin/update-modules ; \ fi depmod: *** Unresolved symbols in /lib/modules/2.4.27-2-386/misc/wctdm24xxp.o depmod: *** Unresolved symbols in /lib/modules/2.4.27-2-386/misc/zaptel.o depmod: *** Unresolved symbols in
2005 Sep 07
1
mkinitrd
I''ve compiled xen without any problems. but now i have to create an initrd file. When i use the command mkinitrd (without any options) the i''ve got some errors: # mkinitrd Root device: /dev/sda3 (mounted on / as reiserfs) Module list: ata_piix mptbase mptscsih qla2300 reiserfs Kernel image: /boot/vmlinuz-2.6.11.12-xen0 Initrd image: /boot/initrd-2.6.11.12-xen0 Shared
2006 May 20
2
FATAL: Could not open ''System.map''
Hello all, I downloaded the linux-2.6.16.16.tar.bz2 (www.kernel.org) and xen-3.0.2-src.tgz. I tried on Debian: # tar -xvzf xen-3.0.2-src.tgz # tar -xvjf linux-2.6.16.16.tar.bz2 # cd xen-3.0.2-2 # mkbuildtree ../../linux-2.6.16.16 # cd ../../linux-2.6.16.16 # make menuconfig (I made a basic configuration) # make-kpkg --append-to-version=-686-xen --revision=1.0 -us -uc kernel_image However
2005 Aug 10
4
could not load modules.dep stops network from working?
Iam new to Xen and I am trying to FC4 and FC4 domains. I came across a problem when my newly created domain never gets a network. When I start the domain I get a fatal error that leads me to believe that thios might be the reason why I don''t have networking with the bridge: Checking for new hardwaremodprobe: FATAL: Could not load /lib/modules/2.6.12-1.1411_FC4xen0/modules.dep: No such
2016 Jul 21
3
Re: How to debug supermin5 issue?
At 2016-07-21 19:52:11, "Pino Toscano" <ptoscano@redhat.com> wrote: >On Thursday, 21 July 2016 18:50:52 CEST Chen Hanxiao wrote: >> >> At 2016-07-21 18:43:04, "Richard W.M. Jones" <rjones@redhat.com> wrote: >> >On Thu, Jul 21, 2016 at 06:36:20PM +0800, Chen Hanxiao wrote: >> >> the virtio modules in kmods did existed in this
2011 Jun 03
3
Unable to build appliance
Hello-- I've been trying to build libguestfs 1.2.14 with the appliance enabled on an older type of system at my company. Getting all the required dependencies installed has been an arduous process, but I've finally hit an obstacle I don't know how to get around. The final output of "make": + febootstrap-run initramfs -- /sbin/depmod -a ABOUT-NLS BUGS COPYING COPYING.LIB
2008 Dec 12
3
DomU kernel upgrade tool
Hi, please, excuse my poor English Exist any tool for upgrade kernel automatically in DomU machines? Because I have the following problem: After upgrade the kernel package from linux-image-2.6.24-21-xen to linux-image-2.6.24-22-xen in Dom0 (an Ubuntu Server), I modified the config files in /etc/xen/domUmachine.cfg for all my VM. Later a restarted its, but i found the following error // DomU //
2005 Feb 11
1
CentOS CPU Temperature - Mini-HowTo
Ok, Way too many requests. SO..... here's my Mini How-To. Use of this is at your own risk, Blah Blah Blah legal disclaimer applies..... ;-) Download from either: http://secure.netroedge.com/~lm78/ or http://www.integratedsolutions.org/downloads/i2c-2.8.7.tar.gz http://www.integratedsolutions.org/downloads/i2c-2.9.0.1.patch http://www.integratedsolutions.org/downloads/i2c-2.9.0.tar.gz
2017 Sep 27
0
Semi-OT: hardware: NVidia proprietary driver, C7.4
On 27/09/17 16:49, m.roth at 5-cent.us wrote: > Hi, folks, > > Well, still more fun (for values of fun approaching zero): > > 1. Went to install CUDA 9.0... well, gee, there is *no* CUDA 9.0. > Even though I installed the 9 repo, all that I get is 8. I've > used their webform, and an waiting on a reply. > 2. I remove all nvidia packages.
2007 Feb 09
6
1.2.4 symbols
Hi, Everything compiled correctly for the ocfs2 package, but so far the modules will not load with the "well known" module symbol error. FATAL: Error inserting ocfs2 (/lib/modules/2.6.16.27-0.6-smp/kernel/fs/ocfs2/ocfs2.ko): Unknown symbol in module, or unknown parameter (see dmesg) Okay not sure what is up here, any suggestions? BTW, this is the correct module location and I