public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Via KT600 support?
@ 2003-11-12 17:13 Cory Bell
  2003-11-12 23:12 ` Joe Harrington
  2003-11-13  8:02 ` Stefan Smietanowski
  0 siblings, 2 replies; 10+ messages in thread
From: Cory Bell @ 2003-11-12 17:13 UTC (permalink / raw)
  To: linux-kernel; +Cc: Joe Harrington

Joe Harrington <jh@oobleck.astro.cornell.edu> wrote:
> I am having show-stopper difficulties getting Linux to run on my Asus
> A7V600 motherboard, which sports the Via KT600 chipset.

I also have an Asus A7V600. I'm unsure of the board revision, but I'm
running BIOS 1005.
 
> During install of Fedora Core 1, Fedora Core test3, Red Hat 9, and
> Debian 3.0r1, the install fails at a random point, generally during
> the non-interactive package loading phase.  The most recent kernel
> with the problem is kernel-2.4.22-1.2115.nptl in the Fedora Core 1
> release.  The problem is 100% reproducible.

I installed FC1 from CD with no problems.

> VC messages indicate problems in different programs each time.
> Generally the failure happens during package installation, but
> sometimes it happens earlier.  After the first indication of a
> problem, one can generally still switch VCs, but eventually that stops
> working, too.  Frequently, there are several programs indicating
> problems in the VC screens.

What are you seeing? Segfaults? Panics? Have you tried the memtest86
boot option (from the FC1 CDs)?

> The hardware:
> 
> Asus A7V600 mobo (VIA KT600 chipset)
> AMD 2800+XP CPU
> 1536 MB DDR333 (3 sticks)
> IDE disks (250GB WD)
> IDE CD/DVD reader

I have:
Asus A7V600
Athlon XP 2600+ (Barton)
512MB DDR333 (PC2700)
Lite-On IDE DVD-ROM
Lite-On IDE CD-RW
Maxtor PATA 160GB
Chaintech Geforce 4 Ti4800 (AGP 8x)
No SATA

> Things I have tried:
> noapic nolapic acpi=off pci=noacpi allowcddma nodma
> in various combinations and individually.  None worked.  I also
> changed "APIC" to "PIC" in the BIOS, to no avail.

Mine works fine in APIC mode and with ACPI.
 
> I have tested and replaced the hardware extensively over the past
> several months of chasing this problem down.  The problem is not
> damaged hardware.  I suspect it is a problem with chipset support in
> the kernel.  However, I have not been able to find a reliable source
> of information about the support status of various chipsets and
> motherboard features in the kernel.

Everything is supported fine except:
1) The OSS driver doesn't like the onboard AC-97 Audio - I installed
ALSA 0.9.8 with "options snd-via82xx dxs_support=2".
2) The sk98lin driver included in 2.4.22 is very old and doesn't
support the onboard "3Com 3C940" (actually a Syskonnect chip).
2.4.23-rc1 contains the latest driver, or you can patch 2.4.22.

ALSA: http://www.alsa-project.org/
Syskonnect Driver: http://www.syskonnect.com/syskonnect/support/driver/d0102_driver.html

One caveat: It appears that the kernel included with FC1 was not
compiled with the same version of gcc that is included in FC1. This
means you will need to compile your own kernel (or rebuild the FC1
kernel SRPM). I got an instant panic when trying to insert a
locally-compiled sk98lin module into the supplied kernel, so I just
downloaded the latest 2.4.23 test release.

-Cory




^ permalink raw reply	[flat|nested] 10+ messages in thread
* Via KT600 support?
@ 2003-11-11 19:21 Joe Harrington
  2003-11-12  9:19 ` Maciej Soltysiak
  0 siblings, 1 reply; 10+ messages in thread
From: Joe Harrington @ 2003-11-11 19:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: jh

I am having show-stopper difficulties getting Linux to run on my Asus
A7V600 motherboard, which sports the Via KT600 chipset.

During install of Fedora Core 1, Fedora Core test3, Red Hat 9, and
Debian 3.0r1, the install fails at a random point, generally during
the non-interactive package loading phase.  The most recent kernel
with the problem is kernel-2.4.22-1.2115.nptl in the Fedora Core 1
release.  The problem is 100% reproducible.

VC messages indicate problems in different programs each time.
Generally the failure happens during package installation, but
sometimes it happens earlier.  After the first indication of a
problem, one can generally still switch VCs, but eventually that stops
working, too.  Frequently, there are several programs indicating
problems in the VC screens.

In three months of trials, I have never gotten any install to run to
completion on this machine.  I have used the same media for each of
the distros above to install other machines.

The hardware:

Asus A7V600 mobo (VIA KT600 chipset)
AMD 2800+XP CPU
1536 MB DDR333 (3 sticks)
IDE disks (250GB WD)
IDE CD/DVD reader

On Morphix 0.4-1 (a live-CD linux distro), this configuration boots,
but crashes during large file copies (1GB or larger generally does it,
but it can happen much sooner than that, or occasionally take longer).

Things I have tried:
noapic nolapic acpi=off pci=noacpi allowcddma nodma
in various combinations and individually.  None worked.  I also
changed "APIC" to "PIC" in the BIOS, to no avail.

I have tested and replaced the hardware extensively over the past
several months of chasing this problem down.  The problem is not
damaged hardware.  I suspect it is a problem with chipset support in
the kernel.  However, I have not been able to find a reliable source
of information about the support status of various chipsets and
motherboard features in the kernel.

Please reply directly as I am not subscribed to linux-kernel.

Thanks,

--jh--

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2003-11-14  0:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-12 17:13 Via KT600 support? Cory Bell
2003-11-12 23:12 ` Joe Harrington
2003-11-13  8:02 ` Stefan Smietanowski
2003-11-13  8:16   ` Stefan Smietanowski
  -- strict thread matches above, loose matches on Subject: below --
2003-11-11 19:21 Joe Harrington
2003-11-12  9:19 ` Maciej Soltysiak
2003-11-12 15:09   ` Joe Harrington
2003-11-12 23:00     ` Ruth Ivimey-Cook
2003-11-13  7:56     ` Stefan Smietanowski
2003-11-14  0:09     ` Kristian Lyngstøl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox