PDA

View Full Version : Asus v9180/RH73 locks


rkab
02-24-03, 09:37 AM
Hello everyone.

Trying to get my graphics adapter working under RH73.
My config is:
Configuration:

Asus A7V8X MB
CPU : Atholon 2400 ( 2000Mhz)
Graphics adapter: Asus GeForce 4 mx 440 8x v9180TD
Chipset North: VIA KT400
South: VIA VT8235


Linux RedHat 7.3
Kernel 2.4.18-3


I download 4190 drivers for my CPU type based on NVchooser output. I downloaded source and compiled. It was fast. I can see nvidia module loaded.
When I startx the screen is full of garbage chars and computer locks up. See more debug stuff below. Any suggestions would be appreciated. Thanks

Roman
rkab@yahoo.com


Module Size Used by Tainted: P
nls_iso8859-1 3488 1 (autoclean)
sr_mod 16920 2 (autoclean)
nvidia 1593344 0 (unused)
autofs 12132 0 (autoclean) (unused)
bcm4400 31484 1
ide-scsi 9664 1
scsi_mod 108608 2 [sr_mod ide-scsi]
ide-cd 30272 0
cdrom 32224 0 [sr_mod ide-cd]
ehci-hcd 19520 0 (unused)
usb-uhci 24452 0 (unused)
usbcore 73216 1 [ehci-hcd usb-uhci]
ext3 67136 1
jbd 49400 1 [ext3]


modprobe agpgart
agrgart: Unsupported VIA chipset (device id: 3189)

/lib/modules/2.4.18-3/kernel/drivers/char/agp/agpgart.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
/lib/modules/2.4.18-3/kernel/drivers/char/agp/agpgart.o: insmod /lib/modules/2.4.18-3/kernel/drivers/char/agp/agpgart.o failed
/lib/modules/2.4.18-3/kernel/drivers/char/agp/agpgart.o: insmod agpgart failed

bwkaz
02-24-03, 11:07 AM
Well you aren't using 4190, because 4190 doesn't exist. ;)

If you're using 4191, then you're OK as far as that goes. Probably.

The problem you're seeing is that the Via KT400 board is newer than your kernel's AGP driver (since you use RH 7.3, this is even more likely). Try upgrading kernels, or try using Option "NvAgp" "1" in your XF86Config-4 file. If that still doesn't work, then you're going to have to disable AGP with Option "NvAgp" "0" instead.

rkab
02-24-03, 02:19 PM
Thanks. It is 4191.

It worked with Option "NVAgp" "0".


I guess I'll wait till there is a kernel that supports VIA KT400 chipset.

Thanks

bwkaz
02-24-03, 03:47 PM
From the 2.4.21-pre1 ChangeLog:

<nicolas.mailhot@laposte.net>:
o AGP support for VIA KT400 ;)