* PCI (?) problems of MSI K7T266 Pro = MS-6380 / VIA KT266 8233
@ 2001-09-05 21:45 Stanislav Brabec
2001-09-05 23:14 ` Tom Sightler
0 siblings, 1 reply; 3+ messages in thread
From: Stanislav Brabec @ 2001-09-05 21:45 UTC (permalink / raw)
To: linux-kernel
Hallo,
I have Microstar mainboard MSI K7T266 Pro (MS-6380) with
VIA KT266 chipset (VIA 8233), Athlon 1200/266, linux-2.4.9
Does anybody with this mainboard have some problems (or using it
succesfull), or should I suspect some bad setup / problematic PCI card
or more particular bugs?
Thanks for any info (please reply to my e-mail address)
I have encountered many, probably PCI related problems:
- USB PC2PC driver sometimes looses data errors (cca once per 20MB)
- SCSI scanner sometimes hangs scanning
- SCSI CD-ROM/writer sometimes fails to mount CD-ROM (read errors)
- Mangled sound output from AC97 codec
- PCI bus cannot be overclocked to more than 34.5 MHz
Used patches:
defined VIA_NEW_BRIDGES_TESTED uncommented in drivers/ide/via82cxxx.c
ftp://ftp.suse.com/pub/people/garloff/linux/dc395/ (driver for SCSI DC315U)
ftp://ftp.penguin.cz/pub/users/utx/linux-kernel/ (driver for USB PC2PC cable)
Compiler: gcc-2.95.3 & gcc-3.0.1
I have tried to activate all PCI quirks and special inits from older
chipsets without any success.
I cannot test my machine with other OS.
00:00.0 Host bridge: VIA Technologies, Inc. VT8367 [KT266]
00:01.0 PCI bridge: VIA Technologies, Inc. VT8367 [KT266 AGP]
00:07.0 VGA compatible controller: Tseng Labs Inc ET6000 (rev 70)
00:08.0 SCSI storage controller: Tekram Technology Co.,Ltd. TRM-S1040 (rev 01)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8233 PCI to ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 06)
00:11.2 USB Controller: VIA Technologies, Inc. UHCI USB (rev 18)
00:11.3 USB Controller: VIA Technologies, Inc. UHCI USB (rev 18)
00:11.4 USB Controller: VIA Technologies, Inc. UHCI USB (rev 18)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. AC97 Audio Controller (rev 10)
--
Stanislav Brabec
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: PCI (?) problems of MSI K7T266 Pro = MS-6380 / VIA KT266 8233
2001-09-05 21:45 PCI (?) problems of MSI K7T266 Pro = MS-6380 / VIA KT266 8233 Stanislav Brabec
@ 2001-09-05 23:14 ` Tom Sightler
2001-09-06 9:46 ` Stanislav Brabec
0 siblings, 1 reply; 3+ messages in thread
From: Tom Sightler @ 2001-09-05 23:14 UTC (permalink / raw)
To: Stanislav Brabec, linux-kernel
> I have Microstar mainboard MSI K7T266 Pro (MS-6380) with
> VIA KT266 chipset (VIA 8233), Athlon 1200/266, linux-2.4.9
>
> Does anybody with this mainboard have some problems (or using it
> succesfull), or should I suspect some bad setup / problematic PCI card
> or more particular bugs?
We have a machine with this motherboard and a 1.4Ghz Athlon CPU and use it
without significant problems.
> I have encountered many, probably PCI related problems:
I don't find any of these to point toward PCI problems, are there other
reasons you would suspect PCI?
> - USB PC2PC driver sometimes looses data errors (cca once per 20MB)
This actually sounds pretty good, do you really mean one error per 20MB?
I've never used the PC2PC driver but knowing the nature of USB with it's
bandwidth saturation issues, etc. I think this sounds pretty good.
> - SCSI scanner sometimes hangs scanning
Sounds like a SCSI configuration problem, possibly termination.
> - SCSI CD-ROM/writer sometimes fails to mount CD-ROM (read errors)
See above.
One other thing to check though, I'm assuming your using the onboad SCSI.
I've seen at least one of these have "unexplained" SCSI problems that turned
out to be caused by the SCSI connector on the motherboard grounding out to
the case. The connector is precariously close to the metal grouding pad
where the board is commonly mounted to the case. A small insulator did the
trick in the cases I've seen (in one case it was total bus failure on
channel A, in the other it was simply intermittent errors).
> - Mangled sound output from AC97 codec
I think this is largely caused by the VIA audio driver included with
standard linux. I've had no end of trouble with it. I use ALSA on my VIA
chip and it works mostly without trouble. I'd suggest at least giving it a
try.
> - PCI bus cannot be overclocked to more than 34.5 MHz
Uh, what do you expect? The spec is 33Mhz, you're not guaranteed more than
that, that's why they have a spec.
Later,
Tom
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: PCI (?) problems of MSI K7T266 Pro = MS-6380 / VIA KT266 8233
2001-09-05 23:14 ` Tom Sightler
@ 2001-09-06 9:46 ` Stanislav Brabec
0 siblings, 0 replies; 3+ messages in thread
From: Stanislav Brabec @ 2001-09-06 9:46 UTC (permalink / raw)
To: Tom Sightler; +Cc: linux-kernel
Původní zpráva (Tom Sightler, St 5. září 2001, 19:14:26 GMT):
> > I have Microstar mainboard MSI K7T266 Pro (MS-6380) with
> > VIA KT266 chipset (VIA 8233), Athlon 1200/266, linux-2.4.9
> >
> > Does anybody with this mainboard have some problems (or using it
> > succesfull), or should I suspect some bad setup / problematic PCI card
> > or more particular bugs?
>
> We have a machine with this motherboard and a 1.4Ghz Athlon CPU and use it
> without significant problems.
>
> I don't find any of these to point toward PCI problems, are there other
> reasons you would suspect PCI?
>
Exactly, I don't suspect PCI, I suspect problems with 8233 chip setup
(or some device connected to it). Maybe it is not correct, but I don't
beleive there are four independent problems with devices connected via
VIA 8233.
There is actually one problem I'we forgotten:
About once per 50 pages printed via parport in graphic mode the page
goes out mangled. Playing around with DMA mode/IRQ mode/polling, there
only changes behavior (hanged printing / long timeouts every few pages /
mangled page after few minutes timeout / mangled page)
> > - SCSI scanner sometimes hangs scanning
> Sounds like a SCSI configuration problem, possibly termination.
> > - SCSI CD-ROM/writer sometimes fails to mount CD-ROM (read errors)
> See above.
>
> One other thing to check though, I'm assuming your using the onboad SCSI.
No, I have version without SCSI controller, I am using DC315U:
SCSI storage controller: Tekram Technology Co.,Ltd. TRM-S1040 (rev 01)
I don't expect termination problems:
1) I have moved whole SCSI subsystem (incl. SCSI card) from my old
machine (Cyrix i686MX200). There were no problems.
2) The problems CD-ROM is only while mounting or checking for msinfo.
Never while burning or reading already mounted CD-ROM.
> > - Mangled sound output from AC97 codec
>
> I think this is largely caused by the VIA audio driver included with
> standard linux. I've had no end of trouble with it. I use ALSA on my VIA
> chip and it works mostly without trouble. I'd suggest at least giving it a
> try.
I have downloaded latest ALSA and compiled via8233 driver. I have also
communicated with ALSA developers and they say they have no problems.
Maybe there is a problem ALSA knows nothing about K7T266 Pro's AC97
codec (VIA VT1611A, identified as 0x49434943 ICI). Again, the problems
with sound is random and occurs only during chip initialize and
frequency change. The rest of time sound plays either correctly or buggy
(depending whether initialization was succesful).
> > - USB PC2PC driver sometimes looses data errors (cca once per 20MB)
>
> This actually sounds pretty good, do you really mean one error per 20MB?
> I've never used the PC2PC driver but knowing the nature of USB with it's
> bandwidth saturation issues, etc. I think this sounds pretty good.
>
I don't have many experiences with USB and their drivers, but these
errors cause timeouts and sometimes connection loosing. Maybe it can be
a driver bug (usbnet driver for GL620USB I was created from Genesys
Logic source codes and it was my first kernel stuff).
> > - PCI bus cannot be overclocked to more than 34.5 MHz
> Uh, what do you expect? The spec is 33Mhz, you're not guaranteed more than
> that, that's why they have a spec.
Well I have changed everything to observe number of problems (BIOS
setups, under/overclocking). As far as machine was stable when
underclocked (900 MHz processor, 100 MHz FSB, 33 MHz PCI), the problems
were nearly the same. Then I have tried overclocking. At 35 MHz /
140 MHz FSB on PCI, the USB started to make significantly more bugs
(once per 100 kB).
> Later,
> Tom
Thanks for your info
--
Stanislav Brabec
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-09-07 9:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-05 21:45 PCI (?) problems of MSI K7T266 Pro = MS-6380 / VIA KT266 8233 Stanislav Brabec
2001-09-05 23:14 ` Tom Sightler
2001-09-06 9:46 ` Stanislav Brabec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®