[okl4-developer] okl4 off the disk
Geoffrey Lee
glee at ok-labs.com
Wed May 28 00:36:06 EST 2008
On Tue, May 27, 2008 at 09:24:24AM -0500, Ashish Bijlani wrote:
> I'm running ubuntu hardy (linux-2.6.24-16-generic) on it.
>
> "lspci -vv" output says the IDE/SATA controller is ICH8 based :
> IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE
> Controller (rev 03)
> SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA
> AHCI Controller (rev 03)
>
Please post the PCI ID for your device, and also try booting
on the ramdisk and obtain the dmesg output.
> M-ICH8 is supported in okl4linux-2.6.14/wombat (drivers/ata/ata_piix.c)
>
> However, "l4linux_config_ia32_vga" (the l4linux menuconfig file) says:
> # CONFIG_IDE is not set
> # CONFIG_RAID_ATTRS is not set
> CONFIG_SCSI=y
> CONFIG_SCSI_DMA=y
> # CONFIG_SCSI_NETLINK is not set
> CONFIG_SCSI_PROC_FS=y
>
>
> How do I change the config options of the kernel?
You don't need to, because the configuration for that is CONFIG_ATA_PIIX.
If you really nee to modify the configuration file,
normally, I copy the file to .config and run
make ARCH=l4 SYSTEM=i386
and then copy the resulting .config back.
You need to run make mrproper on the linux tree afterwards otherwise
it gets a bit confused.
-gl
>
> Thanks,
> Ashish
>
> On Tue, May 27, 2008 at 8:38 AM, Geoffrey Lee <glee at ok-labs.com> wrote:
> > On Tue, May 27, 2008 at 08:23:17AM -0500, Ashish Bijlani wrote:
> >> Hi, sorry about that. The chipset is "Mobile™ Intel(R) 965PM Express
> >> Chipset". How do I compile-in the support for this chipset? Thanks.
> >
> >
> > Hi Ashish,
> >
> > That's probably an ICH-based chipset, perhaps the PCI ID is missing
> > from the driver in 2.6.23? Have you booted this machine with
> > an unmodified 2.6.23 kernel obtained from kernel.org?
> >
> > If supporting it is simply a matter of adding a PCI ID you can add
> > it in drivers/ata/ata_piix.c.
> >
> >
> > -gl
> >
>
--
More information about the Developer
mailing list