search for: pcitabl

Displaying 10 results from an estimated 10 matches for "pcitabl".

Did you mean: pcitable
2004 Jul 08
2
How to get 3Ware 9500S controller card working in CentOS 3.1?
...smp/i386/3w-9xxx.o I've also tried the above without the 'i386' subdirectory. The stock install kernel version is 2.4.21-9.0.1.EL.c0. That IS what I should use for the modules directory name right? I then created a driver disk with the following files: modinfo modules.cgz modules.dep pcitable rhdd-6.1 src When I boot the install CD, I type: "linux dd". I then tell the installer that the drivers are on fd0. The installer reads the disk, but doesn't find the driver and gives me this message: "No devices of the appropriate type were found on this driver disk. Would...
2005 Apr 15
3
IBM BladeCenter HS20 blades
Greetings, We have purchased an IBM BladeCenter and I am in the process of testing Linux installation on these things (boot off SAN i.e. qla2300 driver, not using internal drives). My distro of choice is Debian, however, since I'm really not interested in trying to hand compile all the drivers, I decided to try CentOS (which I'm so far very impressed with). On boot, as with the
2004 Jun 08
1
How do I build an initrd.img for use with pxelinux
...this file as a replacement in the procedure below. zcat /tftp/initrd.img > /tmp/initrd.e2fs mkdir /mnt/initrd mount -o loop /tmp/initrd.e2fs /mnt/initrd mkdir /tmp/modules cd /tmp/modules zcat /mnt/initrd/modules/modules.cgz|cpio -i --make-directories cp /tmp/bcm5700.o 2.4.7-10BOOT cp /tmp/pcitable /mnt/initrd/modules/pcitable find -name "*.o" -type f | cpio -oH crc | gzip -9 > /mnt/initrd/modules/modules.cgz ls -l /mnt/initrd/modules umount /mnt/initrd cat /tmp/initrd.e2fs | gzip -9 > /tftp/initrd-new.img When I use this image to kickstart the machine I built the driver on...
2006 Feb 19
1
Help with megaraid_mbox driver
...ll present (I'm using an unmodified buildinstall script, and Johnny Hughes' build script for the CD). Does anyone have any suggestions on how to figure out why the new CD says it cannot find an appropriate hard drive to install on? Is there something specific that would be missing like pcitables, etc? Thanks for any advice or suggestions. -Scott
2006 Mar 27
0
Adding USB support to a given initrd in syslinux
...hat when I opened the initrd there was no "linuxrc" or "init" script inside it (it contained /dev/,/etc, /modules, /proc, /sbin, /selinux ,/sys, /tmp, and /var folders. under the /modules,there were the following files: module-info modules.dep modules.usbmap pcitable modules.cgz modules.pcimap pci.ids) should I add to modules.cgz the usb-storage and other modules (How can it be done) and it will load them automatically? Any idea ? Regards, IB
2004 Sep 27
1
CentOS-2 and 3ware 9000
<br><font size=2 face="sans-serif">Has anyone &nbsp;compiled a viable driver for a 3ware 9000 Escalade controller on CentOS-2 from source?</font> <br> <br><font size=2 face="sans-serif">Appreciate tips on getting this to work.</font> <br> <br><font size=2 face="sans-serif">Ive already dealt with the
2004 Nov 19
1
Upgrading PXE initrd.img with new kernel and drivers
...init_nonboot/lib/jbd.o ./init_nonboot/lib/ext3.o ./init_nonboot/bin/nash ./init_nonboot/bin/insmod ./init_nonboot/bin/vgwrapper ./init_nonboot/bin/vgscan ./init_nonboot/bin/vgchange ./init_nonboot/linuxrc 2.4.21-4 ( our PXE initrd.img from the RH3.0AS cd ) ./init/modules/module-info ./init/modules/pcitable ./init/modules/modules.dep ./init/modules/modules.pcimap ./init/modules/modules.cgz ./init/sbin/loader ./init/sbin/init ./init/etc/terminfo/l/linux ./init/etc/terminfo/x/xterm ./init/etc/terminfo/v/vt100 ./init/etc/terminfo/v/vt100-nav ./init/etc/terminfo/b/bterm ./init/etc/passwd ./init/etc/arch...
2005 Aug 07
1
Making Driver Disks
...# find . -type f | cpio -o -H crc | gzip -n9 > ../modules.cgz # cd .. # rm -rf modules/ # echo "LSI MegaRAID driver disk for CentOS 4.0" > centos-4 # vim modinfo ---- add ---- Version 0 megaraid scsi "LSI MegaRAID for Legacy Dell PowerEdge Servers" ------------- # vim pcitable ---- add ---- 0x101e 0x1960 "megaraid" "AMI|MegaRAID (OEM)" 0x101e 0x9010 "megaraid" "AMI|MegaRAID" 0x101e 0x9060 "megaraid" "AMI|MegaRAID" 0x8086 0x1960 "megaraid" "AMI|Megaraid" ------------- # touch modules.dep # c...
2006 Aug 17
1
Help: Marvell sk98lin driver missing from Centos 3 PXE initrd.img
...LBOOT/i386/, where all the other drivers were located. To compress this back into a .cgz file I did the following cd /tmp/ find 2.4.21-40.ELBOOT -print | cpio -o -H crc | gzip -9 > modules.cgz Then I made a copied over the modules.cgz in /tmp/initrd.fs/modules. I edited /tmp/initrd.fs/modules/pcitable adding the line: 0x11ab 0x4361 "sk98lin" "Gigabit Ethernet Controller" (With tabs not spaces) I also added the following line to /tmp/initrd.fs/modules/modules.pcimap sk98lin 0x000011ab 0x00004361 0xffffffff 0xffffffff 0x00000000 0x00000000 0x00000000 Aft...
2006 Dec 21
2
Centos 4.0 (Final) and Dell 1950 with SAS controller
...root 12288 Dec 20 2005 lost+found -rw-r--r-- 1 root root 330 Dec 20 2005 modinfo -rw-r--r-- 1 root root 817645 Dec 20 2005 modules.cgz -rw-r--r-- 1 root root 116 Dec 20 2005 modules.dep -rw-r--r-- 1 root root 52852 Dec 20 2005 packages.py -rw-r--r-- 1 root root 993 Dec 20 2005 pcitable -rw-r--r-- 1 root root 32 Dec 20 2005 rhdd So I figured out that modules.cgz is zip and cpio'd, I undid it and this is what is in that archive: drwxr-xr-x 3 root root 4096 Dec 21 14:22 2.6.9-11.EL drwxr-xr-x 3 root root 4096 Dec 21 14:22 2.6.9-11.ELhugemem drwxr-xr-x 3 root root 409...