Results 1 to 2 of 2

Thread: install kernel 2.4.26-1-686-smp failure in modules.dep

  1. #1
    Member registered user
    Join Date
    Dec 2003
    Posts
    57

    install kernel 2.4.26-1-686-smp failure in modules.dep

    I am trying to bring a 3.3 system up to date by adding in the 2.4.26 kernel like the 3.4 CD has. I did the install and recieved some warnings.

    Code:
    Setting up kernel-image-2.4.26-1-686-smp (2.4.26-2) ...
    depmod: *** Unresolved symbols in /lib/modules/extra/alsa/snd-ad1816a.o
    depmod: *** Unresolved symbols in /lib/modules/extra/alsa/snd-als100.o
    depmod: *** Unresolved symbols in /lib/modules/extra/alsa/snd-azt2320.o
    depmod: *** Unresolved symbols in /lib/modules/extra/alsa/snd-cmi8330.o
    depmod: *** Unresolved symbols in /lib/modules/extra/alsa/snd-cs4232.o
    depmod: *** Unresolved symbols in /lib/modules/extra/alsa/snd-cs4236.o
    depmod: *** Unresolved symbols in /lib/modules/extra/alsa/snd-cs4281.o
    depmod: *** Unresolved symbols in /lib/modules/extra/alsa/snd-cs46xx.o
    Then I istalled:
    kernel-headers... kernel-source ... module-init-tools was current.
    I adjusted lilo.config, set vga=normal and rebooted.

    The interesting files in /boot/ are:
    Code:
    -rw-r--r--    1 root     root        38746 Oct  3  2003 config-2.4.22-xfs
    -rw-r--r--    1 root     root       921593 Oct  3  2003 vmlinuz-2.4.22-xfs
    -rw-r--r--    1 root     root       541726 Oct  3  2003 System.map-2.4.22-xfs
    lrwxrwxrwx    1 root     root           18 Jan 28 02:24 vmlinuz -> vmlinuz-2.4.22-xfs
    lrwxrwxrwx    1 root     root           21 Jan 28 02:24 System.map -> System.map-2.4.22-xfs
    -rw-r--r--    1 root     root       148574 Jan 28 02:37 initrd.gz
    -rw-r--r--    1 root     root          512 Jan 28 02:37 knoppix-old-mbr.1075275478
          <.....>
    -rw-r--r--    1 root     root        44553 May  1 05:14 config-2.4.26-1-686-smp
    -rw-r--r--    1 root     root       924113 May  1 10:11 vmlinuz-2.4.26-1-686-smp
    -rw-r--r--    1 root     root       547093 May  1 10:11 System.map-2.4.26-1-686-smp
    -rw-r--r--    1 root     root          512 May  3 16:23 boot.0340
    -rw-r--r--    1 root     root      4554752 Jul  1 15:20 initrd.img-2.4.26-1-686-smp
    drwxr-xr-x   30 root     root         4096 Jul  1 15:20 ..
    -rw-------    1 root     root        90112 Jul  1 15:40 map
    drwxr-xr-x    2 root     root         4096 Jul  1 15:40 .
    /etc/lilo.conf looks like:
    Code:
    default=2.4.22
    
    image=/boot/vmlinuz-2.4.26-1-686-smp
            label=2.4.26
            initrd=/boot/initrd.img-2.4.26-1-686-smp
            read-only
            
    image=/boot/vmlinuz-2.4.22-xfs
            label=2.4.22
            initrd=/boot/initrd.gz
            read-only
    #       restricted
    #       alias=1
    Upon booting 2.4.26, 3 screens of text scroll by so fast as to be unreadable. But the end was many lines of:
    Code:
    modprobe:modprobe: Can't open dependancies file /lib/modules/extra/modules.dep
    The file does exist and I can read it. The funny part is that all the paths point to the old 2.4.22-xfs, not the newly installed 2.4.26. Shouldn't there be one of these /extra/ directories for each kernel version. The other thing that may be just a coincidence is that all the modules in the /extra/ directory are here beacause of alsa, which I can't get to make a peep.

    What next ?? Delete all the files in /extra/ and worry about the incomplete package later?

    BillS

  2. #2
    Member registered user
    Join Date
    Dec 2003
    Posts
    57

    More information

    Here are some other items or observations:
    > This kernel was obtained with a apt-get install; not a hdinstall from the CD
    > Using the SCROLLLOCK key, these are the lines immediately before and after the modprobes bring down the systen:
    Code:
    Freeing unused kernel memory :120k freed
    initrd-tools: 0.1.70
    modprobe -k ide-core options= "hda=scsi" ..."hdh=scsi"
    modprobe: Can't open dependencies file /lib/modules/extra/modulrs.dep
       <lots of copies of this>
    pivot-root: No such file or directory
    /sbin/init: 424: can not open /dev/console
    Kernel panic:Attempted to kill init!
    > When 2.4.26 boots (on another machine) that resulted from a HD-install, it uses 'initrd-tools: 0.1.68'. Could this difference be causing the ram disk image to be different somehow? If so, how does one retrogress to a specific version number?

    Any guidance will be appreciated

    BillS

Similar Threads

  1. removing kernel modules
    By jombeewoof in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 07-31-2005, 11:20 PM
  2. Add a few network driver modules to 3.6 kernel 2.4
    By bizarro in forum Customising & Remastering
    Replies: 2
    Last Post: 09-16-2004, 09:30 PM
  3. Custom kernel and sound modules
    By muczy in forum Customising & Remastering
    Replies: 0
    Last Post: 08-23-2004, 07:50 AM
  4. jbd & ext3 modules after kernel upgrade
    By bb in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 07-28-2003, 06:29 PM
  5. Compiling new Kernel 2.5.67 and modules under Knoppix 3.2-30
    By skda in forum Customising & Remastering
    Replies: 3
    Last Post: 04-16-2003, 08:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell Poweredge R730xd 3.5 2x E5-2690 v3 2.6ghz 64gb H730 14x Trays 2x 1100w picture

Dell Poweredge R730xd 3.5 2x E5-2690 v3 2.6ghz 64gb H730 14x Trays 2x 1100w

$489.99



Dell PowerEdge R620 Server - 256GB RAM, 2x8cCPU, 120Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R620 Server - 256GB RAM, 2x8cCPU, 120Gb SSD/3x900Gb SAS, Proxmox

$320.00



R630 DELL 8 x 2.5'' POWEREDGE 2X E5-2680V4 32GB RAM IDRAC ENT & NDC 2X 495W PSU picture

R630 DELL 8 x 2.5'' POWEREDGE 2X E5-2680V4 32GB RAM IDRAC ENT & NDC 2X 495W PSU

$172.95



DELL PowerEdge R730 16SFF Server 2x E5-2690v4 =28 Cores No RAM/ HDD H730 4xRJ45 picture

DELL PowerEdge R730 16SFF Server 2x E5-2690v4 =28 Cores No RAM/ HDD H730 4xRJ45

$232.97



R630 DELL OEM 10X2.5'' 2X E5-2660V3 32GB RAM 2X750W PSU SERVER POWEREDGE picture

R630 DELL OEM 10X2.5'' 2X E5-2660V3 32GB RAM 2X750W PSU SERVER POWEREDGE

$159.95



Dell PowerEdge R420 Dual Intel Xeon E5-2440 v2 @1.90GHz 32GB RAM No HDD H710 picture

Dell PowerEdge R420 Dual Intel Xeon E5-2440 v2 @1.90GHz 32GB RAM No HDD H710

$74.50



Dell PowerEdge R320 Xeon E5-2403 1.8GHz 8GB RAM 1RU 8 Bay No OS No HDD picture

Dell PowerEdge R320 Xeon E5-2403 1.8GHz 8GB RAM 1RU 8 Bay No OS No HDD

$99.99



Dell PowerEdge R740xd Server 2x Silver 4110 2.10Ghz 16-Core 384GB No Caddies picture

Dell PowerEdge R740xd Server 2x Silver 4110 2.10Ghz 16-Core 384GB No Caddies

$1050.00



Dell Poweredge R630 2x Xeon E5-2680 v4 2.4ghz 28-Cores / 128gb / H330 / 2x 1TB picture

Dell Poweredge R630 2x Xeon E5-2680 v4 2.4ghz 28-Cores / 128gb / H330 / 2x 1TB

$279.99



Dell PowerEdge R620 Server 2x E5-2660 v2 2.2GHz 20 Cores 256GB RAM 1x 480GB SSD picture

Dell PowerEdge R620 Server 2x E5-2660 v2 2.2GHz 20 Cores 256GB RAM 1x 480GB SSD

$139.99