LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-20-2004, 12:15 PM   #46
maxt
LQ Newbie
 
Registered: Aug 2004
Distribution: mandrake 10.0 not the community
Posts: 3

Rep: Reputation: 0

when i try the make i get the same erro as the 1 I postet and when i try the make_modules_install i get this

[root@localhost linux]# make module_install
Makefile:395: .config: No such file or directory
make: *** No rule to make target `module_install'. Stop.
[root@localhost linux]# make modules_install
Makefile:395: .config: No such file or directory

The present kernel configuration has modules disabled.
Type 'make config' and enable loadable module support.
Then build a kernel with module support enabled.

make: *** [modules_install] Error 1
[root@localhost linux]#
 
Old 08-22-2004, 01:37 PM   #47
ungerade
LQ Newbie
 
Registered: May 2004
Distribution: Ubuntu
Posts: 7

Rep: Reputation: 0
There is no /usr/src/linux directory.
 
Old 08-25-2004, 01:02 AM   #48
Braveheart1980
Member
 
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633

Original Poster
Blog Entries: 1

Rep: Reputation: 30
Just install your linux kerenl sources!
 
Old 09-05-2004, 12:38 PM   #49
ricguitar
Member
 
Registered: Jun 2004
Location: Pretoria - South Africa
Distribution: Fedora Core 7
Posts: 40

Rep: Reputation: 15
Question * or v?

In the xconfig, what's the diferecence between * and v? You know, when you select something, there are theses two options. By the way, I did everything you said and didn't work at all. It's happening the same thing that happened before. It is freezing in a dark screen!

Last edited by ricguitar; 09-05-2004 at 04:28 PM.
 
Old 09-06-2004, 12:21 AM   #50
dickohead
Member
 
Registered: Feb 2003
Location: Melbourne, VIC, Australia
Distribution: Ubuntu 6.06
Posts: 101

Rep: Reputation: 15
when you run through each step in a terminal, pay special attention to the messages it gives it, read everything!!! Because chances are, you have been given some errors but missed them. And take the steps slowly, don't rush them... trust me!
 
Old 09-06-2004, 04:31 AM   #51
ricguitar
Member
 
Registered: Jun 2004
Location: Pretoria - South Africa
Distribution: Fedora Core 7
Posts: 40

Rep: Reputation: 15
You're right!

When I execute make xconfig, appear the following warning messages:

make[1]: `scripts/fixdep' is up to date.
scripts/kconfig/qconf arch/i386/Kconfig
3rdparty/bcm4400/Kconfig:5:warning: 'select' used by config symbol 'BCM4400' refer to undefined symbol '3RDPARTY'
3rdparty/ivtv/Kconfig:5:warning: 'select' used by config symbol 'IVTV' refer to undefined symbol '3RDPARTY'
3rdparty/video-rivatv/Kconfig:13:warning: 'select' used by config symbol 'VIDEO_RIVATV' refer to undefined symbol '3RDPARTY'3rdparty/viahss/Kconfig:4:warning: 'select' used by config symbol 'VIAHSS' refer to undefined symbol '3RDPARTY'
3rdparty/w9968cf/Kconfig:4:warning: 'select' used by config symbol 'W9968CF' refer to undefined symbol '3RDPARTY'
3rdparty/fuse/Kconfig:4:warning: 'select' used by config symbol 'FUSE' refer to undefined symbol '3RDPARTY'
3rdparty/svgalib_helper/Kconfig:4:warning: 'select' used by config symbol 'SVGALIB_HELPER' refer to undefined symbol '3RDPARTY'

What should I do to fix it?
 
Old 09-12-2004, 02:42 PM   #52
sarmad
LQ Newbie
 
Registered: Sep 2004
Location: Montreal - Canada
Distribution: Mandrake 10.0
Posts: 11

Rep: Reputation: 0
hi

i tried to install ati driver but i got a FATAL error
Code:
FATAL: Error inserting fglrx (/lib/modules/2.6.3-7mdkcustom/kernel/drivers/char/drm/fglrx.ko): Operation not permitted
and i don't know what to do

this is the whole code

Code:
########################################### [100%]
########################################### [100%]
*** Trying to install a precompiled kernel module.
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
FATAL: Error inserting fglrx (/lib/modules/2.6.3-7mdkcustom/kernel/drivers/char/drm/fglrx.ko): Operation not permitted
failed.
*** Found kernel module build environment, generating kernel module now.
ATI module generator V 2.0
==========================
initializing...
cleaning...
patching 'highmem.h'...
skipping patch for 'drmP.h', not needed
skipping patch for 'drm_os_linux.h', not needed
assuming new VMA API since we do have kernel 2.6.x...
doing Makefile based build for kernel 2.6.x and higher
make -C /lib/modules/2.6.3-7mdkcustom/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules
make[1]: Entering directory `/usr/src/linux-2.6.3-7mdk'
*** Warning: Overriding SUBDIRS on the command line can cause
***          inconsistencies
make[2]: `arch/i386/kernel/asm-offsets.s' is up to date.
  Building modules, stage 2.
  MODPOST
make[1]: Leaving directory `/usr/src/linux-2.6.3-7mdk'
build succeeded with return value 0
duplicating results into driver repository...
done.
==============================
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
FATAL: Error inserting fglrx (/lib/modules/2.6.3-7mdkcustom/kernel/drivers/char/drm/fglrx.ko): Operation not permitted
failed.
*** Warning ***
The QT based control panel application did not load in any version.
 ===
ATI display drivers successfully installed
please run 'fglrxconfig' now
 ===
 
Old 09-12-2004, 03:54 PM   #53
Braveheart1980
Member
 
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633

Original Poster
Blog Entries: 1

Rep: Reputation: 30
I've solved this and many other ATI driver problems.I sold my Ati radeon and got an nvidia geforce 6800 !!!!Bye bye ati!!
 
Old 09-12-2004, 09:39 PM   #54
dickohead
Member
 
Registered: Feb 2003
Location: Melbourne, VIC, Australia
Distribution: Ubuntu 6.06
Posts: 101

Rep: Reputation: 15
looks like the same problem i had, this is what sausagejohnson told me to do:

Quote:
dickohead, the reason you have the custom part on your kernel is because you should have edited your makefile in /usr/src/linux before doing the compile.

Do a:

vi /usr/src/linux/Makefile

You'll see under EXTRAVERSION, the word "custom". Make the value blank.

A warning though. If you only have one kernel version on your machine, you will be effectively overwriting your current working kernel and modules, so take care compiling the kernel.

Keep the dual boot kernels so thatif you screw up, you can boot into the "custom" kernel and fix it (your dud kernel compile has not been wasted).
And that worked brilliantly for me!
 
Old 09-13-2004, 12:01 AM   #55
sarmad
LQ Newbie
 
Registered: Sep 2004
Location: Montreal - Canada
Distribution: Mandrake 10.0
Posts: 11

Rep: Reputation: 0
thanks dickohead

now i installed the driver (RPM) without any error and i run the fglrxconfig and reboot the system but i got a black screen !! i logged as a root and startx

i got this
Code:
Using authority file /root/.Xauthority
Writing authority file /root/.Xauthority
Using authority file /root/.Xauthority
Writing autority file /root/.Xauthority
and freezing, i could not do anything else so i wait a little then CTRL ALT DEL

can sombody know what is wrong !!
 
Old 09-13-2004, 03:30 AM   #56
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
I got 3d to work with Radeon 9600 Pro

fglrxinfo displays the message
Code:
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 Generic
OpenGL version string: 1.3 (X4.3.0-3.11.1)
But in glxgears and fgl_glxgears I get only

~ 85 fps to 90 fps.

What could be the problem here?

Note: In UT2004 and Q3Arena I am able to play fairly comfortably at 800x600 though perceptibly slower than in Windows.
 
Old 09-13-2004, 02:26 PM   #57
[ITA]freeware
Member
 
Registered: Jul 2004
Distribution: Debian jessie
Posts: 75

Rep: Reputation: 15
hi, anyone enabled 3d accelleration on fedora core 2? i have to enable it for a ati radeon 9600 pro...tnx...
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Graphic accelaration on ATI Radeon Xpress 200 series seshank Linux - Software 1 12-18-2005 05:41 PM
Graphic accelaration on ATI Radeon Xpress 200 series seshank Fedora 3 10-20-2005 03:22 AM
ATI Radeon 9800XT driver installation finally solved lightweave Linux - Hardware 4 01-07-2005 11:11 PM
'PEAR.php' (include_path=''.:/usr/local/lib/php'') SOLVED SOLVED adengua Linux - Software 0 04-02-2004 03:34 AM
2D (and 3D) Radeon acceleration partially solved. freefall Linux - Hardware 5 03-31-2004 07:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration