LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 05-25-2004, 08:53 PM   #31
nez
LQ Newbie
 
Registered: May 2004
Posts: 7

Rep: Reputation: 0

I cant find the commands on the line numbers that were specified:

a) (*notifier) --> (*IP_LINKAGE notifier) 791
b) (*handler) --> (*IP_LINKAGE handler) 1823
c) (*func) --> (*IP_LINKAGE func) 3021

Can someone post the exact funtions that these lines exist in?
 
Old 06-03-2004, 09:49 PM   #32
mbonar
LQ Newbie
 
Registered: Jun 2004
Posts: 4

Rep: Reputation: 0
Had the same problem

I had the same problem. Just delete the sound card from Yast, go to the konsole, su to root, type yast sound add, and it should test okay.
 
Old 06-03-2004, 10:15 PM   #33
mbonar
LQ Newbie
 
Registered: Jun 2004
Posts: 4

Rep: Reputation: 0
Couple of things to try

I the same problem. I deleted the card from Yast. Then I opened a konsole session. Typed 'yast sound add'. That added the card back, and the tests worked fine. Still couldn't get the cd player to work. Went back into konsole as root. Typed 'alsamixer'. Used the right arrow key to find 'Audigy CD'. Maxed that to 100% with the up arrow key. Escape to save and exit. Works fine now.
 
Old 07-07-2004, 06:09 AM   #34
Feiticeiro
LQ Newbie
 
Registered: Jul 2004
Posts: 3

Rep: Reputation: 0
Hi to all.
Iam a new Linux user, so a newbie.
Because off this, and because i want to install this drivers on my 9.1, can anyone that have installed sucessfully this drivers with this how to, if the command for exemple "(make xconfig, make menuconfig)" its the exactlly command to digit on the console? Just like that:

#make xconfig, make menuconfig

and the same applys to the others command:

#vim firegl_pub.c, pico firegl_pub.c (point 15)

That is my question.
On the point 5), i need only to use the command "make" on the console just like that?

#make

Thanks.
 
Old 07-20-2004, 01:51 PM   #35
markster
LQ Newbie
 
Registered: Jul 2004
Posts: 6

Rep: Reputation: 0
Hey liquid, can u help me?

I have a 9600pro and suse 9.1 but my make xconfig command doesnt work.
I downloaded and installed the following:
- KERNEL_SOURCE_2_6_4_52_I586.RPM
- MAKE_3_80_184_I586.RPM
- GCC_3_3_3_41_I586.RPM
- BINUTILS_2_15_90_0_1_1_31_I.RPM
- GLIBC_2_3_3_98_I586.RPM

After a clean install from CD, without internet update.

But if I type "make xconfig" under root in /usr/src/linux, i get this message:

------------
HOSTCC scripts/basic/fixdep
scripts/basic/fixdep.c:97:23: sys/types.h: No such file or directory
scripts/basic/fixdep.c:98:22: sys/stat.h: No such file or directory
scripts/basic/fixdep.c:99:22: sys/mman.h: No such file or directory
scripts/basic/fixdep.c:100:20: unistd.h: No such file or directory
scripts/basic/fixdep.c:101:19: fcntl.h: No such file or directory
scripts/basic/fixdep.c:102:20: string.h: No such file or directory
scripts/basic/fixdep.c:103:20: stdlib.h: No such file or directory
scripts/basic/fixdep.c:104:19: stdio.h: No such file or directory
In file included from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/limits.h:11,
from scripts/basic/fixdep.c:105:
/usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/limits.h:122:75: limits.h: No such file or directory
scripts/basic/fixdep.c:106:19: ctype.h: No such file or directory
scripts/basic/fixdep.c:107:24: netinet/in.h: No such file or directory
scripts/basic/fixdep.c: In function `usage':
scripts/basic/fixdep.c:121: warning: implicit declaration of function `fprintf'
scripts/basic/fixdep.c:121: error: `stderr' undeclared (first use in this function)
scripts/basic/fixdep.c:121: error: (Each undeclared identifier is reported only once
scripts/basic/fixdep.c:121: error: for each function it appears in.)
scripts/basic/fixdep.c:122: warning: implicit declaration of function `exit'
scripts/basic/fixdep.c: In function `print_cmdline':
scripts/basic/fixdep.c:127: warning: implicit declaration of function `printf'
scripts/basic/fixdep.c: At top level:
scripts/basic/fixdep.c:130: error: `NULL' undeclared here (not in a function)
scripts/basic/fixdep.c: In function `grow_config':
scripts/basic/fixdep.c:143: warning: implicit declaration of function `realloc'
scripts/basic/fixdep.c:143: warning: assignment makes pointer from integer without a cast
scripts/basic/fixdep.c:144: error: `NULL' undeclared (first use in this function)
scripts/basic/fixdep.c:145: warning: implicit declaration of function `perror'
scripts/basic/fixdep.c: In function `is_defined_config':
scripts/basic/fixdep.c:161: warning: implicit declaration of function `memcmp'
scripts/basic/fixdep.c: In function `define_config':
scripts/basic/fixdep.c:174: warning: implicit declaration of function `memcpy'
scripts/basic/fixdep.c: In function `use_config':
scripts/basic/fixdep.c:193: error: `PATH_MAX' undeclared (first use in this function)
scripts/basic/fixdep.c:207: warning: implicit declaration of function `tolower'
scripts/basic/fixdep.c:193: warning: unused variable `s'
scripts/basic/fixdep.c: At top level:
scripts/basic/fixdep.c:212: error: parse error before "size_t"
scripts/basic/fixdep.c:213: warning: function declaration isn't a prototype
scripts/basic/fixdep.c: In function `parse_config_file':
scripts/basic/fixdep.c:214: error: `map' undeclared (first use in this function)
scripts/basic/fixdep.c:214: error: `len' undeclared (first use in this function)
scripts/basic/fixdep.c:220: warning: implicit declaration of function `ntohl'
scripts/basic/fixdep.c:231: warning: implicit declaration of function `isalnum'
scripts/basic/fixdep.c: In function `strrcmp':
scripts/basic/fixdep.c:244: warning: implicit declaration of function `strlen'
scripts/basic/fixdep.c: In function `do_config_file':
scripts/basic/fixdep.c:255: error: storage size of `st' isn't known
scripts/basic/fixdep.c:259: warning: implicit declaration of function `open'
scripts/basic/fixdep.c:259: error: `O_RDONLY' undeclared (first use in this function)
scripts/basic/fixdep.c:261: error: `stderr' undeclared (first use in this function)
scripts/basic/fixdep.c:265: warning: implicit declaration of function `fstat'
scripts/basic/fixdep.c:267: warning: implicit declaration of function `close'
scripts/basic/fixdep.c:270: warning: implicit declaration of function `mmap'
scripts/basic/fixdep.c:270: error: `NULL' undeclared (first use in this function)
scripts/basic/fixdep.c:270: error: `PROT_READ' undeclared (first use in this function)
scripts/basic/fixdep.c:270: error: `MAP_PRIVATE' undeclared (first use in this function)
scripts/basic/fixdep.c:270: warning: assignment makes pointer from integer without a cast
scripts/basic/fixdep.c:279: warning: implicit declaration of function `munmap'
scripts/basic/fixdep.c:255: warning: unused variable `st'
scripts/basic/fixdep.c: At top level:
scripts/basic/fixdep.c:284: error: parse error before "size_t"
scripts/basic/fixdep.c:285: warning: function declaration isn't a prototype
scripts/basic/fixdep.c: In function `parse_dep_file':
scripts/basic/fixdep.c:286: error: `map' undeclared (first use in this function)
scripts/basic/fixdep.c:287: error: `len' undeclared (first use in this function)
scripts/basic/fixdep.c:289: error: `PATH_MAX' undeclared (first use in this function)
scripts/basic/fixdep.c:291: warning: implicit declaration of function `strchr'
scripts/basic/fixdep.c:293: error: `stderr' undeclared (first use in this function)
scripts/basic/fixdep.c:289: warning: unused variable `s'
scripts/basic/fixdep.c: In function `print_deps':
scripts/basic/fixdep.c:325: error: storage size of `st' isn't known
scripts/basic/fixdep.c:329: error: `O_RDONLY' undeclared (first use in this function)
scripts/basic/fixdep.c:331: error: `stderr' undeclared (first use in this function)
scripts/basic/fixdep.c:341: error: `NULL' undeclared (first use in this function)
scripts/basic/fixdep.c:341: error: `PROT_READ' undeclared (first use in this function)
scripts/basic/fixdep.c:341: error: `MAP_PRIVATE' undeclared (first use in this function)
scripts/basic/fixdep.c:341: warning: assignment makes pointer from integer without a cast
scripts/basic/fixdep.c:325: warning: unused variable `st'
scripts/basic/fixdep.c: In function `traps':
scripts/basic/fixdep.c:360: error: `stderr' undeclared (first use in this function)
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
--------

What am I doing wrong?
thx
 
Old 08-19-2004, 07:32 AM   #36
whut
LQ Newbie
 
Registered: Aug 2004
Posts: 4

Rep: Reputation: 0
is there maybe an update for the driver plus patch to get this thing working for me cause i'm using kernel 2.6.5-7.104.

thx in advance for your help
 
Old 08-19-2004, 07:59 AM   #37
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Quote:
Originally posted by markster
I have a 9600pro and suse 9.1 but my make xconfig command doesnt work.
What am I doing wrong?
Try using the make menuconfig command instead. I mean, it's unfortunate that xconfig doesn't work (do you maybe not have QT installed, or it's broken?), but since there are several commands to begin the process of configuring your kernel (make config, make menuconfig, make xconfig, make oldconfig, and make gconfig), the lack of one of them does not seem so terribly critical. Only if none of them worked, would I start to panic-- and even so, you can always edit the .config file by hand, in a text editor.

Relax. This is Linux, and there are almost always at least 3 ways to do any task.

Good luck, hope this helps.
Quote:
Originally posted by whut
is there maybe an update for the driver plus patch to get this thing working for me cause i'm using kernel 2.6.5-7.104.
What exactly is the problem?

Last edited by motub; 08-19-2004 at 08:01 AM.
 
Old 08-19-2004, 01:55 PM   #38
whut
LQ Newbie
 
Registered: Aug 2004
Posts: 4

Rep: Reputation: 0
on installing the driver i get:

b0x:~ # rpm -Uhv fglrx-4.3.0-3.7.6.i386.rpm
Preparing... ########################################### [100%]
1:fglrx ########################################### [100%]
*** Trying to install a precompiled kernel module.
*** WARNING ***
Tailored kernel module for fglrx not present in your system.
You must go to /lib/modules/fglrx/build_mod subdir
and execute './make.sh' to build a fully customed kernel module.
Afterwards go to /lib/modules/fglrx and run './make_install.sh'
in order to install the module into your kernel's module repository.
(see readme.txt for more details.)

As of now you can still run your XServer in 2D, but hardware acclerated
OpenGL will not work and 2D graphics will lack performance.

failed.
*** Found kernel module build environment, generating kernel module now.
ATI module generator V 2.0
==========================
initializing...
Error:
XFree86 drm includes at /lib/modules/2.6.5-7.104-default/build/include/../driver s/char/drm do not fit this driver.
This driver is designed to only work with X4.1.0 or higher.
You can match this by getting Linux kernel 2.4.8 or higher.
*** WARNING ***
Tailored kernel module for fglrx not present in your system.
You must go to /lib/modules/fglrx/build_mod subdir
and execute './make.sh' to build a fully customed kernel module.
Afterwards go to /lib/modules/fglrx and run './make_install.sh'
in order to install the module into your kernel's module repository.
(see readme.txt for more details.)

As of now you can still run your XServer in 2D, but hardware acclerated
OpenGL will not work and 2D graphics will lack performance.

failed.
/sbin/ldconfig: File /usr/X11R6/lib/FGL.renamed.libGL.so.1.2 is too small, not c hecked.
Installed: qt3 (gcc 3.2) based control panel application
===
ATI display drivers successfully installed
please run 'fglrxconfig' now


when i want to build the kernel modul i get:

b0x:/lib/modules/fglrx/build_mod # sh make.sh
ATI module generator V 2.0
==========================
initializing...
Error:
XFree86 drm includes at /lib/modules/2.6.5-7.104-default/build/include/../drivers/char/drm do not fit this driver.
This driver is designed to only work with X4.1.0 or higher.
You can match this by getting Linux kernel 2.4.8 or higher.

Last edited by whut; 08-19-2004 at 02:00 PM.
 
Old 08-19-2004, 02:38 PM   #39
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
You have DRM enabled in your kernel, I think.

It must be disabled for these drivers to install. Reconfigure the kernel (you have the source installed already, so that's doable), disable DRM, save the settings, recompile and install the recompiled kernel, reboot to the recompiled kernel, and try to install the drivers again.

See the ATI Radeon How-To for more complete instructions.
 
Old 08-19-2004, 05:17 PM   #40
whut
LQ Newbie
 
Registered: Aug 2004
Posts: 4

Rep: Reputation: 0

you probably mean this:
d) character devices --> /dev/agpgart = Y (select your chipset to Y), DRM = N

i did so but i never booted the kernel

thx a lot mate gonna give it another try

Last edited by whut; 08-20-2004 at 08:17 AM.
 
Old 12-16-2004, 08:25 PM   #41
tubeblue
LQ Newbie
 
Registered: Dec 2004
Location: St. joseph, Michigan
Distribution: SUse 9.1 and or 9.2
Posts: 1

Rep: Reputation: 0
Suse 9.1.. Radeon 9800

Someone please help me.. I have recently been using Linux and like it but.. I cannot get my Radeon 9800 to do 3d .. I have reinstalled recompiled followed every how-to on the internet..but still no go.. I even gave up linux ..for a while.. I want to totally migrate..my next step is to replace the card with one more compatible..any ideas either what I am doing wrong or what is a better card for linux.
I thought i was going to conquer it when I found the post by some dude named liquid...I even downgraded from 9.2 to 9.1.. followed to the T... but still no go.. Please HELP!!!!
 
  


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
ATI Radeon 9800/Pro + SuSE 9.0 (freezes after successfull DRI load) Euphorix Linux - Hardware 4 10-02-2006 10:32 AM
ATI Radeon 9800 Pro SUSE 9.3....... HELP!!!! CrazyKvn Linux - Hardware 2 10-05-2005 10:32 PM
ATI Radeon 9800 pro slan124 Mandriva 6 01-25-2005 03:12 PM
Ati radeon 9800 pro VIA KT-400 and Suse 9.0 Howto Wolfgang67 Linux - Hardware 3 11-08-2004 07:35 AM
ati radeon 9800 pro with Suse 8.2 wimmo1956 Linux - Newbie 3 09-18-2003 06:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 05:45 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