Re: LinuxBIOS and Kernel 2.6

2005-04-27 Thread David Hendricks
Yes. On Wed, 27 Apr 2005 10:22:31 +0100 Seb James <[EMAIL PROTECTED]> wrote: > Hi, > > Is Linuxbios working with kernel 2.6 at the moment? > > Seb > -- > Hypercube Systems Ltd 'Embedded Linux Solutions' > 35 Walkley Crescent Road, Sheffield, S6 5BA > Tel: 0845 4580277 Web: www.hypercubesystem

Re: Why my flash_and_burn doesn't work?

2005-03-30 Thread David Hendricks
This means that your specific flash part is not supported by flash_rom. We'll need to know what kind of flash part your mainboard uses so that we can add support for it. To get this information, please refer to the following URL: http://wiki.linuxbios.org/index.php/FAQ#How_do_I_identify_the_BIOS_ch

Re: How to flash the bios?

2005-03-20 Thread David Hendricks
Check what kind of flash part it is. You may have to peel off an unsightly hologram in order to do so. Here is a link that can help you identify your flash part: http://wiki.linuxbios.org/index.php/FAQ#How_do_I_identify_the_BIOS_chip_on_my_mainboard.3F . Once you have identified the part, let us k

Re: LinuxBIOS + Etherboot using AMD8111 NIC

2005-03-14 Thread David Hendricks
Is that the Lance? On Thu, 10 Mar 2005 07:39:00 -0800 (PST) Jeff Stevens <[EMAIL PROTECTED]> wrote: > Has anyone successfully booted a kernel over the > AMD8111 built-in network adapter? I have looked on > the Etherboot site and cannot find any information > about using an AMD 8111 ethernet adap

Re: LinuxBios support for the ELAN SC520

2005-03-14 Thread David Hendricks
Is there a way to save those images of the flash chips somewhere on openbios.org? The images are a great idea, but I'm not sure if hotlinking to other sites is a good idea. I suppose if someone bitches or they take the image down, the wiki can be changed easily as well. On Fri, 11 Mar 2005 09:24:0

HP Pavillion ZV5000 (Laptop)

2005-03-02 Thread David Hendricks
Here's the info on the ZV5000 I promised earlier (To Yhlu IIRC) in case you're still interested in K8 laptops. HP Pavillion ZV5000 :00:00.0 Host bridge: nVidia Corporation: Unknown device 00d1 (rev a4) Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+

Re: Tyan Opteron board with LinuxBIOS for production environment?

2005-02-09 Thread David Hendricks
Dr. Lu ([EMAIL PROTECTED]) is your man. He frequents here, stay tuned and you'll get to see him at work. Did you have a particular Tyan board in mind? I know Dr. Lu's been doing a lot of work on the newer Intel boards, but we had also had S2881 and S2885 dual Opteron mainboards working quite in ou

Re: fallback and normal image

2005-01-07 Thread David Hendricks
As I recall, the best way to do this is to disable the "normal" ROM by leaving it out of the Config.lb file in the targets directory all together and thus enable the fallback image only. We did this in order to fit a kernel image. There should be a couple targets that utilize this method in their c

Re: flash rom utility

2005-01-01 Thread David Hendricks
Check out the flash_rom utility included in the freebios2/util/flash_and_burn directory. Which flash part are you using? On Thu, 30 Dec 2004 14:05:58 +0800 "Gin" <[EMAIL PROTECTED]> wrote: > Is there a flash rom utility I can use to flash linuxbios to my EEPROM? > Currently I am WICE to do it. B

Re: Another LinuxBIOS Laptop Candidate?

2004-12-25 Thread David Hendricks
They look kind of like the EPIA-II boxes from a hardware standpoint. I wonder if they have a removable flash... On Mon, 20 Dec 2004 19:37:31 -0600 Bari Ari <[EMAIL PROTECTED]> wrote: > <$500 Laptop at Walmart > > http://linux.slashdot.org/article.pl?sid=04/12/20/2314235&tid=163&tid=184&tid=90&ti

Re: rtl8139 hangup

2004-12-25 Thread David Hendricks
I recall having a similar problem, though mine was with an Intel NIC instead. A kernel update to 2.6.x seemed to fix it. You might want to try a 2.6 kernel to see if that is the case with your NIC as well. If so, then perhaps the newest Realtek driver can be back ported to your 2.4.28 kernel. You

Re: MATLAB with Clustermatic

2004-11-30 Thread David Hendricks
Perhaps Matt Sottile can help with this? On Tue, 30 Nov 2004 09:46:10 -0700 (MST) "Ronald G. Minnich" <[EMAIL PROTECTED]> wrote: > > > On Tue, 30 Nov 2004, Reza Shahidi wrote: > > >We have set up Clustermatic 5 on a small five-node cluster, and > >want to > > install a parallel impleme

Re: Using Suse 9.1 pro for AMD64 as dev server.

2004-11-08 Thread David Hendricks
> 1. vi color, the Old RH 9 vi can high lighten the C grammar. Looks like you found the solution to this one, but I also suggest adding these these to your ~/.exrc: colorscheme koehler set si set showmatch set showmode set ai set ic > 3. Etherboot doesn't like gcc 3.3.3, the tg3.zelf produced is

Re: tyan S2850 - optimal performance

2004-11-07 Thread David Hendricks
What exactly do you mean by 'optimal' performance? You mean like tweaking your memory timings or something? On Sun, 7 Nov 2004 18:52:15 +0200 "Sagiv Yefet" <[EMAIL PROTECTED]> wrote: > Hello, > I have the TYAN s2850 board and I am running with Linux bios. > I want to use it in optimal perfor

Re: some questions about nForce and LinuxBIOS

2004-11-03 Thread David Hendricks
I don't think anyone's done an nForce2 port for LinuxBIOS. The nForce4 on the other hand might be different, you would have to ask Dr. Lu @ Tyan about that. And Ron might have just made bootup time <= 8 seconds for K8s. I'm dying to try this stuff out on my nForce3 :) On Wed, 3 Nov 2004 00:52:55

Re: linux kernel patch

2004-10-14 Thread David Hendricks
We appreciate your interest in the project! As I recall, the patches were just something for some SiS chipset support in older LinuxBIOS versions (freebios1). Since then, LinuxBIOS has advanced to include more generic chipset support that does not require kernel patches. The current LinuxBIOS (fre

Re: where is it?

2004-09-23 Thread David Hendricks
There are two steps--Login and checkout. Try these two cvs commands: cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/freebios login (Hit retern when prompted for a password) cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/freebios co freebios2 Sorry about the confusion. The page is getting kind of antiq

Re: where is it?

2004-09-23 Thread David Hendricks
There are two steps--Login and checkout. Try these two cvs commands: cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/freebios login (Hit retern when prompted for a password) cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/freebios co freebios2 Sorry about the On Thu, 23 Sep 2004 12:33:03 -0400 (EDT) "

Re: Boot problem

2004-09-21 Thread David Hendricks
As I recall, that's a message Etherboot tends to spew when there's something seriously wrong with the elf image. How did you create the elf? Which version of mkelfImage (If that's what you used)? On Tue, 21 Sep 2004 10:21:23 +0200 "Sagiv Yefet" <[EMAIL PROTECTED]> wrote: > I prepared a kernel elf

Re: PXE support

2004-09-20 Thread David Hendricks
I'm pretty sure you can do PXE in Etherboot. On Mon, 20 Sep 2004 16:32:27 +0200 "Sagiv Yefet" <[EMAIL PROTECTED]> wrote: > Does anyone know if linuxbios support in PXE ? > > Sagiv > > ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.cluster

Re: Will this work ??

2003-12-07 Thread David Hendricks
LinuxBIOS can boot off a fallback image on the ROM in case the primary image fails. On Sun, 7 Dec 2003 14:09:54 +1000 Adam Nielsen <[EMAIL PROTECTED]> wrote: > > > I've a Gigabyte GA-7NNXP with nForce II Chipset, and a BIOS with a > > > size of 512 KB. > > > nvidia chipset, right? no chance. nvi

Re: Questions about LinuxBIOS

2003-11-13 Thread David Hendricks
My apologies for the spam, looks like I forgot to tell Sylpheed to word wrap before sending a message. I hope this proves to be more readable, otherwise I'll have to RTFM :( On Thu, 13 Nov 2003 17:12:13 +1000 Adam Nielsen <[EMAIL PROTECTED]> wrote: > Since none of the boards have on-board networki

Re: Questions about LinuxBIOS

2003-11-13 Thread David Hendricks
On Thu, 13 Nov 2003 17:12:13 +1000 Adam Nielsen <[EMAIL PROTECTED]> wrote: > Since none of the boards have on-board networking, I'd really like to use > LinuxBIOS to enable them to boot Linux over the network with a standard PCI > network card - it seems possible, but there doesn't seem to be any

Re: SST

2003-10-28 Thread David Hendricks
Jeff Noxon has a nice solution, hehe... http://www.clustermatic.org/pipermail/linuxbios/2003-September/004947.html On 28 Oct 2003 18:53:52 +0100 Xavier Pegenaute <[EMAIL PROTECTED]> wrote: > Hi, > > now i want to try LinuxBios with an epia-m, any one know where i can > find another flash memory

Re: Non-etherboot, i.e. local hdd boot

2003-10-11 Thread David Hendricks
On Sat, 11 Oct 2003 05:12:28 -0600 David Hendricks <[EMAIL PROTECTED]> wrote: > Etherboot is a somewhat misleading term, as it can be used to boot from various > devices now including IDE. > > However, I've really grown to like FILO ( http://te.to/~ts1/filo/ ) by Sone T

Re: Non-etherboot, i.e. local hdd boot

2003-10-11 Thread David Hendricks
Etherboot is a somewhat misleading term, as it can be used to boot from various devices now including IDE. However, I've really grown to like FILO ( http://te.to/~ts1/filo/ ) by Sone Takeshi. Follow the instructions for building and configuring it and use filo.elf as your payload. On Sat, 11 O

Re: The Great Cheap EPIA contest.

2003-10-08 Thread David Hendricks
Case: http://www.axiontech.com/prdt.php?item=34633 $72 EPIA 8000A: http://www.axiontech.com/prdt.php?item=34667 $91 Factory installation: $25 Total: $188 per node, plus S&H. Plus we have to flash the BIOSes ourselves which would be a hassle since we can't just boot off a Clustermatic cdrom. On the

Re: sis740

2003-09-27 Thread David Hendricks
IIRC, the Elitegroup K7SEM is supported. On Fri, 26 Sep 2003 20:01:35 -0300 "Andre Dias" <[EMAIL PROTECTED]> wrote: > Has anyone tried using linuxbios with SiS740/SiS962L chipset? (eg, > pcchips new m810dlu series) > > > > Andre Dias > Gerente > Ponto-i Equipamentos

Sourceforge back from the dead?

2003-09-19 Thread David Hendricks
Today, for the first time in months, I was able to successfully checkout an entire freebios tree with CVS! For those who have ben getting "connection reset by peer" errors, I'd suggest trying again ASAP while it still works. ___ Linuxbios mailing list [EM

Question about PCX support

2003-09-17 Thread David Hendricks
In the vga_load_pcx.c file, it says: // This routine supports variable width and height but the default // for linuxbios is 640 x 400 pixels. Is that 400 a typo? It seems like it should be 640 x 480. ___ Linuxbios mailing list [EMAIL PROTECTED] http://

EPIA-800 and VGA post LinuxBIOS init

2003-09-16 Thread David Hendricks
I have successfully managed to boot an EPIA-800 board to a usable state using Steve Gehlback's VGA configuration, Etherboot, and a vanilla FreeBIOS tree. VGA comes up reliably every time I boot. However VGA output only appears until Etherboot jumps to my phase 1 beoboot image. What must be done to

Re: [OT] Phoenix Developing DRM-Equipped BIOS

2003-09-04 Thread David Hendricks
Yeah, that whole via-rhine (Or via_rhine, more like) issue is somewhat bizarre, but is an issue for another thread :) > On Thu, 4 Sep 2003, Steve Gehlbach wrote: > >> Well actually, my beef is about not releasing datasheets. AFAIK we still >> do not have the direct register VGA working for EPIA-80

Question about Opteron UnitID register

2003-08-25 Thread David Hendricks
I know you guys aren't AMD tech support, I was hoping someone could help me figure this problem out. In section 3.3.8 (page 35) of their BIOS and Kernel developers guide ( http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/26094.PDF ), they have a 32-bit UnitID register. The ex

Re: Linuxbios: Booting linux from flash IDE drive on epia boards?

2003-08-25 Thread David Hendricks
Etherboot can boot a kernel from an IDE device as well as a floppy or over a network. Have you checked the freebios/HOWTO/EPIA file? That should help get you started. To get it working from an IDE device, The basic procedure should go something like this: 0) Consider investing in a BIOS Savior dev

Memory on EPIA

2003-08-14 Thread David Hendricks
I was wondering what kind of memory you all were using for your EPIAs and if anyone has been tweaking things like memory timings in their freebios tree. I've been using Corsair PC-133 cas latency 2 memory modules (Specs here: http://www.corsairmicro.com/main/products/specs/cm654s256.html ) without

Re: Questions to the experts

2003-08-14 Thread David Hendricks
> On Wed, 30 Jul 2003, lisa stout wrote: > >> 1) Does Linux support IPMI? If so how? > > sure. > > I don't know where the tools are. There's an IPMI section in the 2.6 kernel under "character devices." I haven't searched for tools, though... ___ Linuxbio

Re: VGA

2003-08-04 Thread David Hendricks
I've been carefully stepping through the spd_82801.c code and testing it out on a E7500. Ron fixed a bug with pcibios.c, but it was only an incremental step toward solving this problem. > On Mon, 4 Aug 2003, YhLu wrote: > >> How about VGA support status on LinuxBIOS? > > we're hung up on the 7505

Intel E7000 / 82801CA and SPD

2003-08-01 Thread David Hendricks
I'm having problems detecting memory on a SuperMicro P4DP6 mainboard using the scanspd utility. Using the spd_82801.c file in the util/scanspd directory, it returns "smbus_devfn not found!" After a few small modifications ( http://www.flagen.com/~sc/linux/lb/p4dp6/spd_82801ca.c ), it finds the SMB

Re: Any EPIA etherboot success stories?

2003-07-10 Thread David Hendricks
address looks odd. My configs have this option commented out > or > set to 0xfffc000 > > what version of etherboot are you using ? > > > Regards > Mark. > >> >> Regards >> Mark. >> >> On Thursday 10 Jul 2003 23:22, David Hendricks wrote: >

Any EPIA etherboot success stories?

2003-07-10 Thread David Hendricks
I see a lot of people here have gotten LinuxBIOS working with the Via EPIA using an IDE device, but has anyone managed to get it working using etherboot to boot a kernel over a network? I'm a hopeless newbie and have been struggling with this for some time. I have links to logs, my payload, and my