<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: hpgfx.o hell in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hpgfx-o-hell/m-p/2849209#M77800</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You are doing great progress.&lt;BR /&gt;First, use your RedHat install CD to install the 2.4.7-10 kernel sources.&lt;BR /&gt;&lt;BR /&gt;After that, you will notice that the link in /lib/modules/2.4.7-10/build is no more broken.&lt;BR /&gt;&lt;BR /&gt;I hope that will help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The explanation of this ?&lt;BR /&gt;&lt;BR /&gt;   =&amp;gt; By default, during compile time Linux generates kernel symbols that are unique for a specific kernel version. This prevents one from loading a module on top of a kernel it has not been built for.&lt;BR /&gt;&lt;BR /&gt;   =&amp;gt; To build your own hpgfx.o, you actually need kernel sources, in order to make sure you have the proper include files and other stuff needed for hpgfx.o compilation to succeed.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Nov 2002 22:09:47 GMT</pubDate>
    <dc:creator>Kodjo Agbenu</dc:creator>
    <dc:date>2002-11-21T22:09:47Z</dc:date>
    <item>
      <title>hpgfx.o hell</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpgfx-o-hell/m-p/2849206#M77797</link>
      <description>I have a fresh install of RedHat 7.2. &lt;BR /&gt;It installed 2.4.7-10.&lt;BR /&gt;I have hpgraphics rpms (full which says it includes kernel module, and kernel source only)&lt;BR /&gt;I installed rpms&lt;BR /&gt;I find hpgfx.o in a directory '2.2.13'&lt;BR /&gt;I can make symlinks to other /lib/modules -like 2.4.7-10 &lt;BR /&gt;but the end result is at boot or running insmod:&lt;BR /&gt;unresolved symbol ...... (lots of things)&lt;BR /&gt;&lt;BR /&gt;do I have to build my own hpgfx.o? HOW? HELP!&lt;BR /&gt;&lt;BR /&gt;I'm pretty poor at this kernel and modules stuff&lt;BR /&gt;&lt;BR /&gt;(as a favor, can you cc directly:&lt;BR /&gt;lesliec@theplanet.com)</description>
      <pubDate>Thu, 21 Nov 2002 05:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpgfx-o-hell/m-p/2849206#M77797</guid>
      <dc:creator>Les Connally</dc:creator>
      <dc:date>2002-11-21T05:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: hpgfx.o hell</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpgfx-o-hell/m-p/2849207#M77798</link>
      <description>please ! who writes the readme's for all this.. ?!?!&lt;BR /&gt;&lt;BR /&gt;I just found a file:&lt;BR /&gt;hpgraphics_kernel-1.5.13-1.tgz..&lt;BR /&gt;in /usr/src/redhat/SOURCES&lt;BR /&gt;now.. what do I do with it??</description>
      <pubDate>Thu, 21 Nov 2002 05:44:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpgfx-o-hell/m-p/2849207#M77798</guid>
      <dc:creator>Les Connally</dc:creator>
      <dc:date>2002-11-21T05:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: hpgfx.o hell</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpgfx-o-hell/m-p/2849208#M77799</link>
      <description>progress.. one step ahead.. half step back.&lt;BR /&gt;&lt;BR /&gt;ok.. so I gunzip[ed and untarred the tgz. and read the README about making the module..&lt;BR /&gt;&lt;BR /&gt;it looks promising, but make dies with errors: cant find /lib/modules/&lt;VERSION&gt;/build/include directory.. did I fail to install something.?. &lt;BR /&gt;&lt;BR /&gt;and oddly, in /lib/modules/&lt;VERSION&gt;, 'build' is a [broken??] link to /usr/src/2.4.7-10 which does not exist.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;jeez this is tiresome&lt;/VERSION&gt;&lt;/VERSION&gt;</description>
      <pubDate>Thu, 21 Nov 2002 06:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpgfx-o-hell/m-p/2849208#M77799</guid>
      <dc:creator>Les Connally</dc:creator>
      <dc:date>2002-11-21T06:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: hpgfx.o hell</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpgfx-o-hell/m-p/2849209#M77800</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You are doing great progress.&lt;BR /&gt;First, use your RedHat install CD to install the 2.4.7-10 kernel sources.&lt;BR /&gt;&lt;BR /&gt;After that, you will notice that the link in /lib/modules/2.4.7-10/build is no more broken.&lt;BR /&gt;&lt;BR /&gt;I hope that will help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The explanation of this ?&lt;BR /&gt;&lt;BR /&gt;   =&amp;gt; By default, during compile time Linux generates kernel symbols that are unique for a specific kernel version. This prevents one from loading a module on top of a kernel it has not been built for.&lt;BR /&gt;&lt;BR /&gt;   =&amp;gt; To build your own hpgfx.o, you actually need kernel sources, in order to make sure you have the proper include files and other stuff needed for hpgfx.o compilation to succeed.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Nov 2002 22:09:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpgfx-o-hell/m-p/2849209#M77800</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-11-21T22:09:47Z</dc:date>
    </item>
  </channel>
</rss>

