Hey folks,
I attended a linuxbios presentation at FOSDEM 2007. Thanks for the presentation, it give me the opportunity to join your project. I follow this project since a while - I started playing with cluster in 2001.
So I'd like to make linuxbios working on my Asus Pundit-R. I asked during the presentation "How to Start when you want to make a new system supported by LinuxBios" I was answered "Please provide us a lspci".
Here come my lspci ;)
00:00.0 Host bridge: ATI Technologies Inc Radeon 9100 IGP Host Bridge (rev 02) 00:01.0 PCI bridge: ATI Technologies Inc Radeon 9100 IGP AGP Bridge 00:13.0 USB Controller: ATI Technologies Inc OHCI USB Controller #1 (rev 01) 00:13.1 USB Controller: ATI Technologies Inc OHCI USB Controller #2 (rev 01) 00:13.2 USB Controller: ATI Technologies Inc EHCI USB Controller (rev 01) 00:14.0 SMBus: ATI Technologies Inc ATI SMBus (rev 1a) 00:14.1 IDE interface: ATI Technologies Inc ATI Dual Channel Bus Master PCI IDE Controller 00:14.3 ISA bridge: ATI Technologies Inc Unknown device 434c 00:14.4 PCI bridge: ATI Technologies Inc Unknown device 4342 00:14.5 Multimedia audio controller: ATI Technologies Inc IXP150 AC'97 Audio Controller (rev 01) 01:05.0 VGA compatible controller: ATI Technologies Inc Radeon 9100 IGP 02:08.0 Ethernet controller: 3Com Corporation 3Com 3C920B-EMB-WNM Integrated Fast Ethernet Controller (rev 40) 02:09.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78) 02:0a.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80) 02:0c.0 CardBus bridge: ENE Technology Inc CB-710/2/4 Cardbus Controller (rev 02) 02:0c.1 FLASH memory: ENE Technology Inc CB710 Memory Card Reader Controller 02:0e.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
lspci -n: 00:00.0 0600: 1002:5833 (rev 02) 00:01.0 0604: 1002:5838 00:13.0 0c03: 1002:4347 (rev 01) 00:13.1 0c03: 1002:4348 (rev 01) 00:13.2 0c03: 1002:4345 (rev 01) 00:14.0 0c05: 1002:4353 (rev 1a) 00:14.1 0101: 1002:4349 00:14.3 0601: 1002:434c 00:14.4 0604: 1002:4342 00:14.5 0401: 1002:4341 (rev 01) 01:05.0 0300: 1002:5834 02:08.0 0200: 10b7:9202 (rev 40) 02:09.0 0200: 10b7:9200 (rev 78) 02:0a.0 0c00: 1106:3044 (rev 80) 02:0c.0 0607: 1524:1411 (rev 02) 02:0c.1 0501: 1524:0510 02:0e.0 0200: 168c:0013 (rev 01)
Regarding the website, this ATI northbridge is not supported. I have a basic knowledge about the way it works, how can I help making this system working ?
DMI says this is a P4R8L motherboard from ASUS.
Regards,
Hi,
On Mon, Feb 26, 2007 at 10:56:48PM +0100, Erwan Velu wrote:
I attended a linuxbios presentation at FOSDEM 2007. Thanks for the presentation, it give me the opportunity to join your project.
Great, welcome! :)
Here come my lspci ;)
00:00.0 Host bridge: ATI Technologies Inc Radeon 9100 IGP Host Bridge (rev 02) 00:01.0 PCI bridge: ATI Technologies Inc Radeon 9100 IGP AGP Bridge 00:14.4 PCI bridge: ATI Technologies Inc Unknown device 4342 00:14.3 ISA bridge: ATI Technologies Inc Unknown device 434c
[...]
Regarding the website, this ATI northbridge is not supported. I have a basic knowledge about the way it works, how can I help making this system working ?
You need to write code for RAM initialization (northbridge) at the very minimum. This is usually the hardest and most complex part.
Do you have the respective ATI datasheets for the chipset? Are they publically available?
Which Super I/O is on your board? You'll need support for that in order to get serial (debugging) output.
HTH, Uwe.
Uwe Hermann wrote:
You need to write code for RAM initialization (northbridge) at the very minimum. This is usually the hardest and most complex part.
Ok,
Do you have the respective ATI datasheets for the chipset? Are they publically available?
They doesn't seems to be available, I'm trying to catch them.
Which Super I/O is on your board? You'll need support for that in order to get serial (debugging) output.
ITE IT8712F-A, so it sounds to be supported
Thanks for your answers,
On Tue, Feb 27, 2007 at 10:42:47PM +0100, Erwan Velu wrote:
Uwe Hermann wrote:
You need to write code for RAM initialization (northbridge) at the very minimum. This is usually the hardest and most complex part.
Ok,
Do you have the respective ATI datasheets for the chipset? Are they publically available?
They doesn't seems to be available, I'm trying to catch them.
Which Super I/O is on your board? You'll need support for that in order to get serial (debugging) output.
ITE IT8712F-A, so it sounds to be supported
At least the serial part should work. Please report back whether it does or does not work.
Cheers, Uwe.