zhu shi song | 2 Aug 2004 14:15
Picon
Favicon

via flash_on utility

Dear lists,
 flasn_on utility is just for sis630 chipset.  Is
there any similar utility for via 8601/686b chipset?

  tks
  zhu

		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
_______________________________________________
Linuxbios mailing list
Linuxbios <at> clustermatic.org
http://www.clustermatic.org/mailman/listinfo/linuxbios

Ken Fuchs | 2 Aug 2004 21:56

AMD Serenade: Filo can't find/access ATA HD (IDE - /dev/hda)

All serial input/output is prefixed with <#>. for easier reference.

/dev/hda3 contains SuSE GNU/Linux 9.1 on a single reiserfs filesystem.
The Linux kernel is SuSE patched /boot/vmlinuz-2.6.4-52-smp.  vmlinuz
is a symbolic link to this kernel.  The SuSE GNU/Linux 9.1 system
works fine when the original BIOS is used.

The filo command used is:

749. boot: hda3:/boot/vmlinuz root=/dev/hda3 console=tty0 console=ttyS0,115200 desktop
splash=silent showopts

Filo returns:

753. file_open: dev=hda3, path=/boot/vmlinuz
754. find_ide_controller: PCI IDE #0 not found
755. IDE channel 0 not found
756. devopen: failed to open ide

Here's the serial output (numbered for easier reference):

------

1. LinuxBIOS-1.1.6.0Fallback Wed Jul 28 09:01:14 EDT 2004 starting...
2. setting up resource map....done.
3. 02 nodes initialized.
4. coherent_ht_finalize
5. done
6. ht reset -

(Continue reading)

Stefan Reinauer | 2 Aug 2004 22:07
Gravatar

Re: AMD Serenade: Filo can't find/access ATA HD (IDE - /dev/hda)

* Ken Fuchs <kfuchs <at> winternet.com> [040802 21:56]:
> All serial input/output is prefixed with <#>. for easier reference.
> 
> /dev/hda3 contains SuSE GNU/Linux 9.1 on a single reiserfs filesystem.
> The Linux kernel is SuSE patched /boot/vmlinuz-2.6.4-52-smp.  vmlinuz
> is a symbolic link to this kernel.  The SuSE GNU/Linux 9.1 system
> works fine when the original BIOS is used.
> 
> The filo command used is:
> 
> 749. boot: hda3:/boot/vmlinuz root=/dev/hda3 console=tty0 console=ttyS0,115200 desktop
splash=silent showopts

This is a filo "problem", it stops before it even tries to boot 
SUSE Linux.

You need to force filo to probe all the PCI busses, not only bus 0. See
the mailing list archive for more information..

Stefan

_______________________________________________
Linuxbios mailing list
Linuxbios <at> clustermatic.org
http://www.clustermatic.org/mailman/listinfo/linuxbios

ron minnich | 2 Aug 2004 22:15

Re: Freebios2 amd/serenade keyboard init error

On Wed, 28 Jul 2004 Stephen.Kimball <at> bench.com wrote:

> I have built LinuxBIOS for the amd/serenade target and I get about 600
> lines of good output to the serial port, which ends with
> 
>  
> 
> Initializing devices...
> 
> PCI: 00:18.0 init
> 
> PCI: 00:18.3 init
> 
> NB: Function 3 Misc Control.. done.
> 
> PCI: 00:19.0 init
> 
> PCI: 00:19.3 init
> 
> NB: Function 3 Misc Control.. done.
> 
> PCI: 01:01.0 init
> 
> PCI: 01:02.0 init
> 
> PNP: 002e.0 init
> 
> PNP: 002e.2 init
> 
> PNP: 002e.5 init
(Continue reading)

Hendricks David W. | 2 Aug 2004 22:22

Re: AMD Serenade: Filo can't find/access ATA HD (IDE - /dev/hda)

Try FILO 0.4.2 if you aren't using it already. It should incorporate a 
PCI scanning fix that Stefan posted a while back (August?).

On Mon, 2 Aug 2004, Ken Fuchs wrote:
> Filo returns:
> 
> 753. file_open: dev=hda3, path=/boot/vmlinuz
> 754. find_ide_controller: PCI IDE #0 not found
> 755. IDE channel 0 not found
> 756. devopen: failed to open ide

-------------------------
***** DUSA LACSI-HW *****

_______________________________________________
Linuxbios mailing list
Linuxbios <at> clustermatic.org
http://www.clustermatic.org/mailman/listinfo/linuxbios

Ken Fuchs | 2 Aug 2004 22:49

Re: AMD Serenade: Filo can't find/access ATA HD (IDE - /dev/hda)

> On Mon, 2 Aug 2004, Ken Fuchs wrote:
> > Filo returns:
> > 
> > 753. file_open: dev=hda3, path=/boot/vmlinuz
> > 754. find_ide_controller: PCI IDE #0 not found
> > 755. IDE channel 0 not found
> > 756. devopen: failed to open ide

"Hendricks David W." Wrote:

> Try FILO 0.4.2 if you aren't using it already. It should incorporate a 
> PCI scanning fix that Stefan posted a while back (August?).

Sorry, I forgot to mention that filo 0.4.2 was being used when the
above error occurred.

Ken Fuchs <kfuchs <at> winternet.com>
_______________________________________________
Linuxbios mailing list
Linuxbios <at> clustermatic.org
http://www.clustermatic.org/mailman/listinfo/linuxbios

Hendricks David W. | 2 Aug 2004 22:58

Re: AMD Serenade: Filo can't find/access ATA HD (IDE - /dev/hda)

Is PCI_BRUTE_SCAN = 1 set in your FILO Config file?

On Mon, 2 Aug 2004, Ken Fuchs wrote:

> > On Mon, 2 Aug 2004, Ken Fuchs wrote:
> > > Filo returns:
> > > 
> > > 753. file_open: dev=hda3, path=/boot/vmlinuz
> > > 754. find_ide_controller: PCI IDE #0 not found
> > > 755. IDE channel 0 not found
> > > 756. devopen: failed to open ide
> 
> "Hendricks David W." Wrote:
> 
> > Try FILO 0.4.2 if you aren't using it already. It should incorporate a 
> > PCI scanning fix that Stefan posted a while back (August?).
> 
> Sorry, I forgot to mention that filo 0.4.2 was being used when the
> above error occurred.
> 
> Ken Fuchs <kfuchs <at> winternet.com>
> _______________________________________________
> Linuxbios mailing list
> Linuxbios <at> clustermatic.org
> http://www.clustermatic.org/mailman/listinfo/linuxbios
> 

--

-- 
-------------------------
***** DUSA LACSI-HW *****
(Continue reading)

Tom Warren | 3 Aug 2004 00:23
Favicon

DiskOnChip 16M part OK?

Has anyone used the 16MB DOC (8MB is discontinued) on the PCCHIPS
M810LMR board with the default pcchips config? Or is there anything I
need to change & recompile for the larger part?

Thanks,

- Tom
NVIDIA

-----Original Message-----
From: linuxbios-admin <at> clustermatic.org
[mailto:linuxbios-admin <at> clustermatic.org] On Behalf Of ron minnich
Sent: Monday, August 02, 2004 1:16 PM
To: Stephen.Kimball <at> bench.com
Cc: linuxbios <at> clustermatic.org
Subject: Re: Freebios2 amd/serenade keyboard init error

On Wed, 28 Jul 2004 Stephen.Kimball <at> bench.com wrote:

> I have built LinuxBIOS for the amd/serenade target and I get about 600

> lines of good output to the serial port, which ends with
> 
>  
> 
> Initializing devices...
> 
> PCI: 00:18.0 init
> 
> PCI: 00:18.3 init
(Continue reading)

ron minnich | 3 Aug 2004 00:32

Re: DiskOnChip 16M part OK?

On Mon, 2 Aug 2004, Tom Warren wrote:

> Has anyone used the 16MB DOC (8MB is discontinued) on the PCCHIPS
> M810LMR board with the default pcchips config? Or is there anything I
> need to change & recompile for the larger part?

I would just try it to start and see how it goes. I thought that DOC had a 
bigger 'RAM page' or some such but it should all be compatible. I hope. 

ron

--

-- 
LANL CCS-1 email flavor:
***** Correspondance   []
***** DUSA LACSI-HW    [x ]
***** DUSA LACSI-OS    [ ]
***** DUSA LACSI-CS    [ ]

_______________________________________________
Linuxbios mailing list
Linuxbios <at> clustermatic.org
http://www.clustermatic.org/mailman/listinfo/linuxbios

Jay Miller | 4 Aug 2004 16:29

AMD Solo target : linuxbios image too big?

Anyone know what was added to the AMD Solo image that bumped it up over
65536?

Thanks,

Jay Miller
781-229-7812x117
Actuality Systems, Inc.
jmiller <at> acutality-systems.com

_______________________________________________
Linuxbios mailing list
Linuxbios <at> clustermatic.org
http://www.clustermatic.org/mailman/listinfo/linuxbios


Gmane