I just played with an Eee PC for a few minutes. So the Eee PC's southbridge is not supported by 9load or the kernel. See /sys/src/boot/pc/pci.c and /sys/src/9/pc/pci.c for the southbridges list.
I'm not sure how to boot Plan 9 without a CD-ROM drive, so I used dd to copy the ISO's bootdisk.img onto a USB stick. I was able to reproduce your error. Then I opened 9load in a hex editor and changed the 0x8086 0x2640 southbridge entry to 0x8086 0x2641. Here's the result: PBS1...Plan 9 from Bell Labs ELCR: 0C28 apm ax=f000 cx=f000 dx=40 di=100 ebx=ef50 esi=ffff initial probe, to find plan9.ini...dev A0 port 170 config 044A capabilities 0300 mwdma 0007 udma 101F pcirouting: 8086/2653 at pin 2 irq 5 pcirouting: 8086/266A at pin 2 irq 5 Boot devices: fd0 sdD0!dos boot from: (Note I tried recompiling 9load properly instead of hex editing, but got hangs and resets) I have disabled all devices except USB in the BIOS and set "OS Installation" to "Start". I am stuck at this point because I have not been able to tell 9load to boot 9pccd.gz. Stefan On Wed, Mar 26, 2008 at 3:21 PM, ron minnich <[EMAIL PROTECTED]> wrote: > I was not sure what was on there but found > http://damnsmalllinux.org/cgi-bin/forums/ikonboard.cgi?act=Print;f=8;t=19312 > > Posted by 9a6or on Nov. 18 2007,05:25 > lspci in DSL gives: > > Code Sample > 0000:00:00.0 Host bridge: Intel Corp.: Unknown device 2590 (rev 04) > 0000:00:02.0 VGA compatible controller: Intel Corp.: Unknown device > 2592 (rev 04) > 0000:00:02.1 Display controller: Intel Corp.: Unknown device 2792 (rev 04) > 0000:00:1b.0 0403: Intel Corp. I/O Controller Hub Audio (rev 04) > 0000:00:1c.0 PCI bridge: Intel Corp. I/O Controller Hub PCI Express > Port 0 (rev 04) > 0000:00:1c.1 PCI bridge: Intel Corp. I/O Controller Hub PCI Express > Port 1 (rev 04) > 0000:00:1c.2 PCI bridge: Intel Corp. I/O Controller Hub PCI Express > Port 2 (rev 04) > 0000:00:1d.0 USB Controller: Intel Corp. I/O Controller Hub USB (rev 04) > 0000:00:1d.1 USB Controller: Intel Corp. I/O Controller Hub USB (rev 04) > 0000:00:1d.2 USB Controller: Intel Corp. I/O Controller Hub USB (rev 04) > 0000:00:1d.3 USB Controller: Intel Corp. I/O Controller Hub USB (rev 04) > 0000:00:1d.7 USB Controller: Intel Corp. I/O Controller Hub USB2 (rev 04) > 0000:00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev d4) > 0000:00:1f.0 ISA bridge: Intel Corp. I/O Controller Hub LPC (rev 04) > 0000:00:1f.2 IDE interface: Intel Corp.: Unknown device 2653 (rev 04) > 0000:00:1f.3 SMBus: Intel Corp. I/O Controller Hub SMBus (rev 04) > 0000:01:00.0 Ethernet controller: Atheros Communications, Inc.: > Unknown device 001c (rev 01) > 0000:03:00.0 Ethernet controller: Unknown device 1969:2048 (rev a0) > > > lspci in Xandros gives: > > Quote > > 00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML > Express Processor to DRAM Controller (rev 04) > 00:02.0 VGA compatible controller: Intel Corporation Mobile > 915GM/GMS/910GML Express Graphics Controller (rev 04) > 00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML > Express Graphics Controller (rev 04) > 00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 > Family) High Definition Audio Controller (rev 04) > 00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 > Family) PCI Express Port 1 (rev 04) > 00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 > Family) PCI Express Port 2 (rev 04) > 00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 > Family) PCI Express Port 3 (rev 04) > 00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 > Family) USB UHCI #1 (rev 04) > 00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 > Family) USB UHCI #2 (rev 04) > 00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 > Family) USB UHCI #3 (rev 04) > 00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 > Family) USB UHCI #4 (rev 04) > 00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 > Family) USB2 EHCI Controller (rev 04) > 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4) > 00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface > Bridge (rev 04) > 00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA > Controller (rev 04) > 00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) > SMBus Controller (rev 04) > 01:00.0 Ethernet controller: Atheros Communications, Inc. AR5007EG > 802.11 b/g Wireless PCI Express Adapter (rev 01) > 03:00.0 Ethernet controller: Atheros Technology Corp. L2 100 Mbit > Ethernet Adapter (rev a0) > > > So, the question is: what about that atheros? > > ron > >