> > modprobe -k alim15x3 > /dev/null 2>&1 > would be nice to know which one of the aboves ide modules > you really need, could you narrow it down?
alim15x3 > also an lspci of your machine would be nice. Attached. > what's your partition scheme, where is your /boot and / on? > could you post fstab? Attached. > you seem to have mulitple disks on different controllers? No. One disk, one IDE controller. The logical volumes are all on the same disk.
0000:00:00.0 Host bridge: Sun Microsystems Computer Corp. Ultra IIe 0000:00:03.0 Non-VGA unclassified device: ALi Corporation M7101 Power Management Controller [PMU] 0000:00:05.0 PCI bridge: Digital Equipment Corporation DECchip 21152 (rev 03) 0000:00:07.0 ISA bridge: ALi Corporation M1533 PCI to ISA Bridge [Aladdin IV] 0000:00:08.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 01) 0000:00:0c.0 Bridge: Sun Microsystems Computer Corp. RIO EBUS (rev 01) 0000:00:0c.1 Ethernet controller: Sun Microsystems Computer Corp. RIO GEM (rev 01) 0000:00:0c.2 FireWire (IEEE 1394): Sun Microsystems Computer Corp. RIO 1394 (rev 01) 0000:00:0c.3 USB Controller: Sun Microsystems Computer Corp. RIO USB (rev 01) 0000:00:0d.0 IDE interface: ALi Corporation M5229 IDE (rev c3) 0000:00:13.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 65) 0000:01:00.0 Display controller: 3DLabs Permedia II 2D+3D (rev 01) 0000:01:01.0 Display controller: 3DLabs Permedia II 2D+3D (rev 01)
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> /dev/hda1 / ext3 errors=remount-ro 0 1 /dev/sb100/usr /usr ext3 errors=remount-ro 0 1 /dev/sb100/var /var ext3 errors=remount-ro 0 1 /dev/sb100/home /home ext3 errors=remount-ro 0 1 proc /proc proc defaults 0 0 /dev/fd0 /floppy auto user,noauto 0 0 /dev/cdrom /cdrom iso9660 ro,user,noauto 0 0 /dev/hda4 none swap sw 0 0 none /tmp tmpfs defaults 0 0