View previous topic :: View next topic |
Author |
Message |
i000 n00b
Joined: 05 Nov 2005 Posts: 28
|
Posted: Sat Nov 05, 2005 11:09 pm Post subject: via-agp and fglrx modules not loading |
|
|
Hi,
I've followed this instructions:
http://gentoo-wiki.com/HOWTO_ATI_Drivers
to install atidrivers, but the modules do not load at startup
dsmeg:
Code: |
Linux agpgart interface v0.101 (c) Dave Jones
via_agp: Unknown parameter `#'
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
fglrx: Unknown symbol realHandler_compat_ioctl
...
fglrx: Unknown symbol realHandler_compat_ioctl
|
i can load via_agp but not fglrx after the boot process:
Code: |
i000 i000 # modprobe via-agp
i000 i000 # modprobe fglrx
FATAL: Error inserting fglrx (/lib/modules/2.6.13-gentoo-r5/video/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
|
Code: |
i000 i000 # lsmod
Module Size Used by
via_agp 8192 0
snd_seq 51536 0
snd_pcm_oss 48224 1
snd_mixer_oss 17536 2 snd_pcm_oss
snd_via82xx 23648 2
snd_ac97_codec 82428 1 snd_via82xx
snd_pcm 82180 3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
snd_timer 21764 2 snd_seq,snd_pcm
snd_page_alloc 8904 2 snd_via82xx,snd_pcm
snd_mpu401_uart 6656 1 snd_via82xx
snd_rawmidi 21088 1 snd_mpu401_uart
snd_seq_device 7500 2 snd_seq,snd_rawmidi
snd 47460 10 snd_seq,snd_pcm_oss,snd_mixer_oss,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 7904 3 snd
agpgart 30160 1 via_agp
|
I'am using the 2.6.13-r5 gentoo-sources kernel
Thank You
Marcin |
|
Back to top |
|
|
sian Apprentice
Joined: 26 Jan 2004 Posts: 288
|
Posted: Sun Nov 06, 2005 6:52 am Post subject: |
|
|
is this option in /etc/X11/xorg.conf is set to no ?
Quote: |
Option "UseInternalAGPGART" "no"
|
|
|
Back to top |
|
|
i000 n00b
Joined: 05 Nov 2005 Posts: 28
|
Posted: Sun Nov 06, 2005 10:30 am Post subject: |
|
|
yes it is
Marcin |
|
Back to top |
|
|
colo Apprentice
Joined: 21 Mar 2004 Posts: 160 Location: Austria
|
Posted: Sun Nov 06, 2005 11:52 am Post subject: |
|
|
What chipset does your Mainboard feature? Post lspci's output, please. _________________ Free Software. Free Sociecty. Better Lives. |
|
Back to top |
|
|
i000 n00b
Joined: 05 Nov 2005 Posts: 28
|
Posted: Sun Nov 06, 2005 2:24 pm Post subject: |
|
|
colo wrote: | What chipset does your Mainboard feature? Post lspci's output, please. |
i' a pretty sure it's via
lspci:
Code: |
0000:00:00.0 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
0000:00:00.1 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
0000:00:00.2 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
0000:00:00.3 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
0000:00:00.4 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
0000:00:00.7 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge [K8T800/K8T890
South]
0000:00:0e.0 Ethernet controller: VIA Technologies, Inc. VT6120/VT6121/VT6122 Gi
gabit Ethernet Adapter (rev 11)
0000:00:0f.0 RAID bus controller: VIA Technologies, Inc. VIA VT6420 SATA RAID Co
ntroller (rev 80)
0000:00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT82
3x/A/C PIPC Bus Master IDE (rev 06)
0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Contr
oller (rev 81)
0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Contr
oller (rev 81)
0000:00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Contr
oller (rev 81)
0000:00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Contr
oller (rev 81)
0000:00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/
K8T890 South]
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8
237 AC97 Audio Controller (rev 60)
0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Hyp
erTransport Technology Configuration
0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Add
ress Map
0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRA
M Controller
0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Mis
cellaneous Control
0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AS [Radeon 95
50]
0000:01:00.1 Display controller: ATI Technologies Inc RV350 ?? [Radeon 9550] (Se
condary)
|
|
|
Back to top |
|
|
colo Apprentice
Joined: 21 Mar 2004 Posts: 160 Location: Austria
|
Posted: Tue Nov 08, 2005 12:12 pm Post subject: |
|
|
You need the AMD K8/Opteron AGPGART Support, not VIA's. That's becasue on AMD latest and greatest CPUs, the northbridge, to which the AGP-Interface connects, is incorporated into the CPU itself, and not the Chipset any more. _________________ Free Software. Free Sociecty. Better Lives. |
|
Back to top |
|
|
i000 n00b
Joined: 05 Nov 2005 Posts: 28
|
Posted: Thu Nov 17, 2005 12:13 am Post subject: via-agp and fglrx modules not loading [SOLVED] |
|
|
Thank you all, now it works just fine:)
Marcin |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|