HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Another boot with re-compiled Kernel problem
Operating System - Linux
1832858
Members
3481
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 12:58 PM
08-23-2001 12:58 PM
Another boot with re-compiled Kernel problem
Thanks to Bill, I was able to get past my Kernel Panic problem, but have since run into another one.
Again I am using a HP Visualize XL-Class with a fx10 graphics card and am running Linux 7.1. Therefore I had to go to HP's website and download their special fx10 driver for 7.1. All is well, the driver works fine, you just have to boot to the command prompt and then run "startx", no big deal. However, I now have to re-compile my Kernel. I modified my .config file to be sure to include the SCSI driver I need. During re-boot, I get a bunch of unresolved externals when it tries to boot the hpgraphics driver. It moves on and I get to my command prompt and I can do whatever from there. When I try to run "startx", it dies because it can't find the graphics driver.
I have determined that the reason is because, the Kernel has not included the new driver code during re-build. There is no specific line in the .config file to explicitly tell the makefile to include the fx10 code.
So my question is, does anyone know what I can add or modify in the .config file so that the HP specific graphics driver gets included?
I have tried to re-install the driver, via the rpm, after I have booted with the new Kernel, but it tells me that it is already installed. Then I tried to run the FXconfig.sh file and I got the same unresolved externals and it told me to re-boot to install the graphics driver.
Thanks for the help.
Justin
Again I am using a HP Visualize XL-Class with a fx10 graphics card and am running Linux 7.1. Therefore I had to go to HP's website and download their special fx10 driver for 7.1. All is well, the driver works fine, you just have to boot to the command prompt and then run "startx", no big deal. However, I now have to re-compile my Kernel. I modified my .config file to be sure to include the SCSI driver I need. During re-boot, I get a bunch of unresolved externals when it tries to boot the hpgraphics driver. It moves on and I get to my command prompt and I can do whatever from there. When I try to run "startx", it dies because it can't find the graphics driver.
I have determined that the reason is because, the Kernel has not included the new driver code during re-build. There is no specific line in the .config file to explicitly tell the makefile to include the fx10 code.
So my question is, does anyone know what I can add or modify in the .config file so that the HP specific graphics driver gets included?
I have tried to re-install the driver, via the rpm, after I have booted with the new Kernel, but it tells me that it is already installed. Then I tried to run the FXconfig.sh file and I got the same unresolved externals and it told me to re-boot to install the graphics driver.
Thanks for the help.
Justin
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 01:29 PM
08-23-2001 01:29 PM
Re: Another boot with re-compiled Kernel problem
Hello Justin,
The hpgfx driver is not shipped with the official Linux kernel. Therefore, there are some information needed by the kernel module loader which would normally be created by make modules_install, but in your case are probably missing as you have changed your kernel.
However, in the post-install scripts included in the hpgraphics RPM, I suppose that things are made correctly.
What I suggest is to re-install the hpgraphics RPM. You can either uninstall and re-install it, or force the re-install by adding "--force" to the rpm command options.
I guess that the following actions are automagically performed by the RPM post-install script :
-> add a line in /lib/modules//modules.dep, for the dependency graph
-> rebuild the module dependency graph with "depmod -a".
Good luck.
Kodjo
The hpgfx driver is not shipped with the official Linux kernel. Therefore, there are some information needed by the kernel module loader which would normally be created by make modules_install, but in your case are probably missing as you have changed your kernel.
However, in the post-install scripts included in the hpgraphics RPM, I suppose that things are made correctly.
What I suggest is to re-install the hpgraphics RPM. You can either uninstall and re-install it, or force the re-install by adding "--force" to the rpm command options.
I guess that the following actions are automagically performed by the RPM post-install script :
-> add a line in /lib/modules/
-> rebuild the module dependency graph with "depmod -a".
Good luck.
Kodjo
Learn and explain...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP