jmj
11-22-02, 12:16 PM
Hello,
I have managed to get the i810_audio driver under 2.4.19 to work with the nforce 2 chipset...a pciid issue. Change the following line (114) in drivers/sound/i810_audio.c from:
#define PCI_DEVICE_ID_NVIDIA_MCP1_AUDIO 0x01b1
to
#define PCI_DEVICE_ID_NVIDIA_MCP1_AUDIO 0x006a
recompile and install. Seems to work fine....
Has anyone gotten the NvAGP to work with nforce 2? I get the following line in XFree86.0.log after starting X11:
(**) NVIDIA(0): Option "NvAGP" "1"
(**) NVIDIA(0): Use of NVIDIA internal AGP requested
.
. (snip)
.
(WW) NVIDIA(0): Failed to verify AGP usage
(II) NVIDIA(0): Setting mode "1024x768"
and /proc/driver/nvidia/agp/card says:
Fast Writes: Supported
SBA: Supported
AGP Rates: 4x 2x 1x
Registers: 0x1f000217:0x00000000
# cat /proc/driver/nvidia/agp/host-bridge
Host Bridge: nVidia (unknown)
Fast Writes: Supported
SBA: Supported
AGP Rates: 4x 2x 1x
Registers: 0x1f000217:0x00000000
# cat /proc/driver/nvidia/agp/status
Status: Disabled
As you can see above I am using:
Option "NvAGP" "1"
in XF86 config. My kernel has agpgart disabled, as nforce agp is not supported. Is the nforce2 bridge not supported by the nvidia graphics driver or am I missing something?
My card is a Geforce4.
-jmj
I have managed to get the i810_audio driver under 2.4.19 to work with the nforce 2 chipset...a pciid issue. Change the following line (114) in drivers/sound/i810_audio.c from:
#define PCI_DEVICE_ID_NVIDIA_MCP1_AUDIO 0x01b1
to
#define PCI_DEVICE_ID_NVIDIA_MCP1_AUDIO 0x006a
recompile and install. Seems to work fine....
Has anyone gotten the NvAGP to work with nforce 2? I get the following line in XFree86.0.log after starting X11:
(**) NVIDIA(0): Option "NvAGP" "1"
(**) NVIDIA(0): Use of NVIDIA internal AGP requested
.
. (snip)
.
(WW) NVIDIA(0): Failed to verify AGP usage
(II) NVIDIA(0): Setting mode "1024x768"
and /proc/driver/nvidia/agp/card says:
Fast Writes: Supported
SBA: Supported
AGP Rates: 4x 2x 1x
Registers: 0x1f000217:0x00000000
# cat /proc/driver/nvidia/agp/host-bridge
Host Bridge: nVidia (unknown)
Fast Writes: Supported
SBA: Supported
AGP Rates: 4x 2x 1x
Registers: 0x1f000217:0x00000000
# cat /proc/driver/nvidia/agp/status
Status: Disabled
As you can see above I am using:
Option "NvAGP" "1"
in XF86 config. My kernel has agpgart disabled, as nforce agp is not supported. Is the nforce2 bridge not supported by the nvidia graphics driver or am I missing something?
My card is a Geforce4.
-jmj