Operating System - HP-UX
1777430 Members
2727 Online
109070 Solutions
New Discussion юеВ

gvid_info module error-kernel compilation.

 
RAC_1
Honored Contributor

gvid_info module error-kernel compilation.

I am getting this error on rx2600, 11.23 with may 2005 patch bundles.

I check for graphics card and it is claimed in ioscan. The device file /dev/gvid and /dev/gvid0

Error messages is as follows. (error messages crops up when kcmodule is run or through kcweb)

ERROR: Unable to extract kernel module information from
/usr/conf/mod/gvid_info: kc_meta_process_object: error code 3

There is no substitute to HARDWORK
5 REPLIES 5
Alessandro Pilati
Esteemed Contributor

Re: gvid_info module error-kernel compilation.

RAC,
just a test...
this is my # ls -la /usr/conf/mod output:
total 10064
dr-xr-xr-x 2 bin bin 8192 Sep 8 13:53 .
dr-xr-xr-x 7 bin bin 8192 Aug 4 16:25 ..
-r--r--r-- 1 bin bin 168616 Aug 27 2004 cdfs
-r-xr-xr-x 1 root root 821568 Sep 8 13:53 drmfgl
-r-xr-xr-x 1 root root 1935160 Sep 8 13:53 drmfglrx
-r-xr-xr-x 1 root root 989728 Sep 8 13:53 gvid_him_cons
-r-xr-xr-x 1 root root 99656 Sep 8 13:53 gvid_him_fgl
-r-xr-xr-x 1 root root 38648 Sep 8 13:53 gvid_info
-r-xr--r-- 1 bin bin 581784 Aug 16 2004 ipf
-r--r--r-- 1 bin bin 176976 Aug 27 2004 kconfig
-r-xr--r-- 1 bin bin 130552 Aug 16 2004 pfil
-r--r--r-- 1 bin bin 41232 Aug 31 2004 pppoe
-r--r--r-- 1 bin bin 92744 Aug 27 2004 rng
-r-xr-xr-x 1 bin bin 2183 Mar 26 2004 rng.prep

Check your permission on gvid_info and the other files, then try with strings gvid_info...

Only for curiosity

Regards,
Alex
if you don't try, you'll never know if you are able to
RAC_1
Honored Contributor

Re: gvid_info module error-kernel compilation.

Alex,

Everything looks fine. Same as your post. Perms ok. Strings does not show anything useful.
There is no substitute to HARDWORK
Alessandro Pilati
Esteemed Contributor

Re: gvid_info module error-kernel compilation.

RAC,
can I see the following outputs?

kcmodule -a -v
kclog -a
( particulary for the gvid part )

thanks,
Alex
if you don't try, you'll never know if you are able to
RAC_1
Honored Contributor

Re: gvid_info module error-kernel compilation.

kclog -a

Change to configuration 'current'
at 16:19:15 IST on 12 September 2005 by root:
Module 'gvid_info' version 0.1.0 changed from loaded (explicit) to unused (explicit).

======================================================================

Change to configuration 'current'
at 16:23:22 IST on 12 September 2005 by root:
Module 'gvid_info' version 0.1.0 changed from loaded (explicit) to loaded (auto).

======================================================================

Change to configuration 'current'
at 16:23:23 IST on 12 September 2005 by root:
Module 'gvid_info' version 0.1.0 changed from loaded (auto) to loaded (explicit).

======================================================================

Change to configuration 'current'
at 18:48:25 IST on 12 September 2005 by root:
Module 'gvid_info' version 0.1.0 changed from loaded (explicit) to unused (explicit).


kcmodule -a -v
kcmodule -a -v | grep -i gvid
ERROR: Unable to extract kernel module information from
/usr/conf/mod/gvid_info: kc_meta_process_object: error code 3
Module gvid [432A8F4B]
Depends On module gvid_core:0.0.0
Module gvid_core [432A8F4B]
Depends On module gvid:0.0.0
There is no substitute to HARDWORK
Alessandro Pilati
Esteemed Contributor

Re: gvid_info module error-kernel compilation.

Rac,
seems that your gvid_info module has been unloaded...
try to reload it:

kcmodule gvid_info=loaded



if you don't try, you'll never know if you are able to