home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Linux and Unix
Join TechIMO for Free!
Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
Reply Get bargains at  »  Dealighted.com
 
Thread Tools
Currently Active Users: 1764
Discussions: 186,638, Posts: 2,227,428, Members: 230,267
Free Scan: Update Your PC's Outdated Drivers to Optimize Performance
Old January 1st, 2004, 08:06 PM     #11 (permalink)
Ultimate Member
 
CMonster's Avatar
 
Join Date: Oct 2001
Location: Sunny, smogy Southern California
Posts: 5,997
Try logging in as root and clearing the /tmp folder -then you may be able to log in to KDE again ---or one of the rpms you installed may have overwritten kde libs with ones that are incompatible -you can reinstall the kde core and other kde rpms from your CDs using gnome or the command line.


BTW -the Radeon 8500 series was listed when I looked up the drivers on the above link.


Last edited by CMonster : January 1st, 2004 at 08:10 PM.
CMonster is offline   Reply With Quote
Old January 1st, 2004, 08:32 PM     #12 (permalink)
Ultimate Member
 
nukes's Avatar
 
Join Date: Oct 2002
Location: Scotland, UK
Posts: 3,221
Send a message via AIM to nukes Send a message via Yahoo to nukes
If KDE is messed up there are two solutions I can think of from the top of my head.
1) delete the ~/.kde and ~/.kde3.1 directories. This will erase all your per-user settings, but shouldn't be much of a problem as Mandrake keeps its menus in a different format to most other distros, so you'll be able to just run KDE again, and it should start up as it was.
2) If that doesn't work, you could try uninstalling KDE completley. Be sure to do this from outside KDE, and its probably easiest to do this through DrakConf. (Mandrake Control Centre) this will be on the menu in any WM you use. Then re-install it. This should fix any broken files. Incidenty this is why you should only use RPMs from the distro maker for that specific version. Its the Linux version of DLL-Hell - RPM hell.
And about the radeon. Sorry about that. I can't really go and look things up at the moment due to erasing my /usr partition and having to reinstall Gentoo from Stage1 on a 64k connection. Adding that new mobo has been a nightmare, but the plus side is, my XP1700 is running happily at 2083mhz (166*12.5) so the compiling goes a bit faster.
__________________
_____
NuKeS

nukes is offline   Reply With Quote
Old January 1st, 2004, 10:23 PM     #13 (permalink)
Ultimate Member
 
BobOmega's Avatar
 
Join Date: May 2002
Location: Youngstown (well nea
Posts: 1,085
Send a message via ICQ to BobOmega
ok fixed kde, i updated the kdelibs and its good now.

but the ati driver is hitting a snag. i need to generate a module or something along thoes lines. and... ok i'll edit this with exactly what it says.

edit: helps if i do this from linux.

Quote:
# ./make.sh
ATI module generator V 2.0
==========================
initializing...
kernel includes at /usr/src/linux/include not found or incomplete
file: /usr/src/linux/include/linux/version.h
now that i've posted i'm going to head back over to ati and give a look at the documentation and see if i can find anything.


Last edited by BobOmega : January 1st, 2004 at 10:27 PM.
BobOmega is offline   Reply With Quote
Old January 1st, 2004, 10:57 PM     #14 (permalink)
Leader of the Crab People
 
Redwolf's Avatar
 
Join Date: Oct 2001
Location: NCSU
Posts: 4,372
Send a message via ICQ to Redwolf Send a message via AIM to Redwolf Send a message via Yahoo to Redwolf
You need to install your kernel source or at least your kernel headers. Go into the MDK control center, Tell it to install a package from the CD (forgot the exact wording). Search for 'kernel', and check the 'kernel-source' package (installing headers on top of that is redundant, and source takes up space but can let you do more for certain things).
Redwolf is offline   Reply With Quote
Old January 2nd, 2004, 12:38 AM     #15 (permalink)
Ultimate Member
 
BobOmega's Avatar
 
Join Date: May 2002
Location: Youngstown (well nea
Posts: 1,085
Send a message via ICQ to BobOmega
ok, now i get this when i go for the ./make_install.sh
Quote:
# ./make_install.sh
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
Warning: loading /lib/modules/2.4.22-21mdk/kernel/drivers/char/drm/fglrx.o will taint the kernel: non-GPL license - Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY
See http://www.tux.org/lkml/#export-tainted for information about tainted modules
/lib/modules/2.4.22-21mdk/kernel/drivers/char/drm/fglrx.o: init_module: Operation not permitted
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
modprobe: insmod /lib/modules/2.4.22-21mdk/kernel/drivers/char/drm/fglrx.o failed
modprobe: insmod fglrx failed
failed.
BobOmega is offline   Reply With Quote
Old January 2nd, 2004, 01:53 AM     #16 (permalink)
Ultimate Member
 
CMonster's Avatar
 
Join Date: Oct 2001
Location: Sunny, smogy Southern California
Posts: 5,997
I think from now on I will have to preface any advice about compiling errors with "Did you install the developement packages and kernel headers?"

It looks like a running module has an IO confilict with the driver you are trying to install. Maybe someone can step in here - I don't use ATI cards - but did you thoroughly read all the install directions? It might also be necessary to unload the current ATI driver in order for the module to install -perhaps you can do it from init 3.

Last edited by CMonster : January 2nd, 2004 at 01:58 AM.
CMonster is offline   Reply With Quote
Old January 2nd, 2004, 02:22 AM     #17 (permalink)
Ultimate Member
 
BobOmega's Avatar
 
Join Date: May 2002
Location: Youngstown (well nea
Posts: 1,085
Send a message via ICQ to BobOmega
hmmm.... if i knew how to unload it, or what else you said.... i'll hit that up again and read it over again. maybe i missed something.

i'd like to think that i was fallowing the instructions...
BobOmega is offline   Reply With Quote
Old January 2nd, 2004, 09:36 AM     #18 (permalink)
Ultimate Member
 
CMonster's Avatar
 
Join Date: Oct 2001
Location: Sunny, smogy Southern California
Posts: 5,997
You may already be using the correct driver!

The ATI driver is available as an rpm on the Drake 9.2 Supplemental Applications CD (PowerPack edition) if that is the driver you installed then you are good to go - let me know if you want I can email you the rpm file.

Last edited by CMonster : January 2nd, 2004 at 09:48 AM.
CMonster is offline   Reply With Quote
Old January 2nd, 2004, 09:46 AM     #19 (permalink)
Ultimate Member
 
Epyon9283's Avatar
 
Join Date: Mar 2002
Location: South Brunswick, NJ,
Posts: 1,337
Send a message via ICQ to Epyon9283 Send a message via AIM to Epyon9283 Send a message via Yahoo to Epyon9283
That should work but you should still run fglrxconfig to create the new XF86Config file before running startx.
Epyon9283 is offline   Reply With Quote
Old January 2nd, 2004, 09:51 AM     #20 (permalink)
Ultimate Member
 
CMonster's Avatar
 
Join Date: Oct 2001
Location: Sunny, smogy Southern California
Posts: 5,997
Epyon9283 -(good to know) I just discovered that the ATI driver is on the Drake 9.2 Supplemental apps CD -he should be able to install it with little or no problem.
CMonster is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off

Most Active Discussions
Is It Just Me? (581)
Putting together my wish list (14)
First Time PC Builder (14)
Back to the Workouts (835)
Motherboard compatibiltiy for 9600 .. (5)
RAID 0 External Drive Slow/Failing .. (12)
Supply Side vs. Demand Side economi.. (11)
Folderchat: The Holiday thread (149)
heatsink issue (17)
Recent Discussions
Looking for some help (0)
soulstrom russian version (0)
SSD's, RAID, and External Backu.. (8)
virtual memory (0)
Contest: Logo and Banner design.. (6)
Putting together my wish list (14)
Giga Pocket Junk (0)
Folderchat: The Holiday thread (149)
First Time PC Builder (14)
Magellan RoadMate 1412 GPS Perf.. (2)
FS: Dell 6000 laptop, modded 36.. (2)
Apple iPod touch 16 GB $200 (4)


All times are GMT -4. The time now is 01:57 AM.
TechIMO Copyright 2008 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28