Updated June 23, 2004
Created June 23, 2004


Autogenerated Site Map
Search this Site!:
Search this site powered by FreeFind

For manually insmodding a driver when you have the driver but don't have a driver disk.
  1. Start the install
  2. Do not select the driver in question from the list
  3. Once you get connected to the 2nd stage install then switch to the available BASH# prompt on vt2 (ALT+F2 or CTRL+ALT+F2)
  4. Access your vfat (msdos) or ext2 floppy: "mknod /tmp/fd0 b 2 0; mkdir /floppy; mount /tmp/fd0 /floppy"
  5. Now insmod your driver with any parms you need: insmod /floppy/cpqarray.o eisa=0x4000
  6. unmount your floppy: "umount /floppy"
  7. Now switch back to your installation on vt1 (text mode install) or vt7 (gui mode install)
  8. Your drives should show up or you may need to go forward or back one screen.
  9. Continue the install as normal. The installation will not know anything about your driver so you will have work to do at the end of the install.
  10. At the "congratulations screen" switch back to the BASH# prompt on vt2.
  11. chroot /mnt/sysimage
  12. su -
  13. you can access your floppy through: "mount /mnt/floppy"
  14. Your updated driver goes somewhere into /lib/modules. If you don't have a new driver for the regular kernels then install the kernel-BOOT rpm (maybe disc3) and then put your installation driver into that kernel tree (in /lib/modules).
  15. If your boot drive is one that is supported by this new driver then you must check modules.conf and make a new initrd.
  16. modules.conf should contain an "alias scsi-host-adapter cpqarray" and an "options cpqarray eisa=0x4000" or similar for your storage drivers.
  17. Now that modules.conf is updated, create a new initrd. "/sbin/mkinitrd /boot/mynewinitrd 2.4.18-14" (You get the kernel version from /lib/modules).
  18. Now do a final check with your boot loader (LILO or GRUB) to make sure that it can point to the right kernel and your new initrd. If using LILO then be sure to run "/sbin/lilo -v" to commit the changes from /etc/lilo.conf.
  19. unmount your floppy: "umount /mnt/floppy"
  20. exit from "su -": "exit"
  21. exit from "chroot": "exit"
  22. cd /
  23. You're done, switch back to vt7 and press ok on the "congratulations" screen.

Search this Site!:
Search this site powered by FreeFind

Homepage: http://www.cpqlinux.com
Site Map: http://www.cpqlinux.com/sitemap.html