[okl4-developer] okl4 off the disk
Ashish Bijlani
ashish.bijlani at gmail.com
Wed May 28 02:48:24 EST 2008
The PCI ID according to lspci -vvnb is (8086, 2289), which is not
supported in oklinux/wombat
00:1f.2 0106: 8086:2829 (rev 03) (prog-if 01 [AHCI 1.0])
Can I make it work just by adding the relevant PCI ID in drivers/ata/ata_piix.c?
Also, I created /dev/console (MAJ=5, MIN=1) in the rootfs package by
adding the following lines in "linux/rootfs-2.6.23-v2/etc/init.d/rcS"
mknod /dev/console c 5 1
Upon booting in qemu, I can verify the existence of device
BusyBox v1.00 (2008.05.27-15:41+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
/ #
/ # ls -l /dev/console
crw-r--r-- 1 root root 5, 1 Jan 1 00:00 /dev/console
/ #
However, it doesn't help in getting msgs on the actual hardware. Any
suggestions? Thanks,
On Tue, May 27, 2008 at 10:22 AM, Geoffrey Lee <glee at ok-labs.com> wrote:
> On Tue, May 27, 2008 at 10:05:34AM -0500, Ashish Bijlani wrote:
>> The PCI ID is:
>> /* Mobile SATA Controller IDE (ICH8M) */
>> { 0x8086, 0x2828, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
>
> Just to make sure, can you please verify that this is indeed the
> pci id for your system from /sys or /proc/bus or similar?
>
>
>>
>> When I use the in-built ramdisk (igms_name=ramdisk root=/dev/igms0) to
>> boot on the actual hardware (not qemu/emulator), I don't see any msgs
>> after VFS mount msg. It says VFS mounted rootfs and then nothing
>> appears on the screen. I'm using VGA mode and not the serial. Should I
>> use serial console instead or am I missing something? Please lemme
>> know. Thanks.
>
> From what you describe you have not modified /dev/console
> to point to the VGA device.
>
> Try modifying the rootfs package to generate the /dev/console
> with the following properties:
>
> crw------- 1 root root 5, 1 /dev/console
>
> I'd be really interested in a dmesg output from OK Linux and
> one from Ubuntu, which I assume is functional.
>
> -gl
>
>
More information about the Developer
mailing list