Results 21 to 29 of 29
It looked like it had a problem building, so I didn't even bother. I did it just now, which is the installation that did not report errors in the installer, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-01-2009 #21
It looked like it had a problem building, so I didn't even bother. I did it just now, which is the installation that did not report errors in the installer, and it returned this:
Code:- recreating module dependency list - trying a sample load of the kernel modules FATAL: Error inserting fglrx (/lib/modules/2.6.27.7-smp/kernel/drivers/char/drm/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg) failed.
- 04-01-2009 #22
use the dmesg command after it fails, just like the above post says
just type it into the terminal
You may only need the last 10-20 lines.Code:dmesg
Try
Code:modprobe fglrx
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 04-01-2009 #23
The only thing besides wlan messages from dmesg was:
And modprobe fglrx yields:Code:fglrx: Unknown symbol pci_disable_msi fglrx: Unknown symbol pci_enable_msi
Same stuff as was in the logfile... I think it's odd that the graphical installer didn't even mention that it couldn't build it correctly. How do I fix the Unknown symbol pci... thing?FATAL: Error inserting fglrx (/lib/modules/2.6.27.7-smp/kernel/drivers/char/drm/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
- 04-01-2009 #24
Ok, according to this site here that I found on google by searching the pci_enable_msi thing, Slack 12.2 cannot use the newest drivers without a kernel rebuild. So I got the 8.12 version, and it seems to have installed fine. I'm restarting xorg now.
Update: It still didn't work, so I forced ati-config to generate a new xorg.conf file, and now it's running wonderfully. Now I just need to fix my scroll wheel and back/forward buttons on my mouse, and I'm ready to go! Thanks for all of your help on this topic!Code:ati-config --initial -f
- 04-01-2009 #25
Glad you got it sorted! Great job on sticking to it!

Here's the snippet of my xorg file from CRUX. It's an optical mouse with a wheel:
Maybe you can get something out of it for your set-up.Code:Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSectionJay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 04-01-2009 #26
Awesome, glad you got it working. You have been very patient and these are for you.

I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 04-01-2009 #27
Lol, thank you both, and I'm sure the bananamen and the config code will help with getting my mouse working right.
- 04-02-2009 #28
Heh, actually I just commented out what was there and pasted your config, and it works beautifully. Thank you much!
- 04-02-2009 #29
LOL... nice!
Glad you're up and running!
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


Reply With Quote

