LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 05-18-2004, 12:24 AM   #1
romel
Member
 
Registered: Sep 2003
Location: Bangladesh
Distribution: Debian
Posts: 102

Rep: Reputation: 15
Unhappy Boot time error


I am getting an error at boot time ( redhat 9 )....pls suggest...

May 18 10:43:22 pc2 autofs: automount startup succeeded
May 18 10:43:20 pc2 network: Bringing up interface eth0: succeeded
May 18 10:43:22 pc2 insmod: Using /lib/modules/2.4.20-8/kernel/drivers/addon/aep/paep.o
May 18 10:43:22 pc2 insmod: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
May 18 10:43:22 pc2 insmod: You may find more information in syslog or the output from dmesg
May 18 10:43:22 pc2 insmod: /lib/modules/2.4.20-8/kernel/drivers/addon/aep/paep.o: init_module: No such device
May 18 10:43:22 pc2 aep1000: Loading paep module failed
May 18 10:43:23 pc2 identd: identd startup succeeded
 
Old 05-20-2004, 11:27 AM   #2
dfowensby
Member
 
Registered: Dec 2003
Location: OceanView Virginia, gem of the Southern Shore
Distribution: OpenSuSE Tumbleweed
Posts: 194
Blog Entries: 1

Rep: Reputation: 30
what you have is an extra/nonstandard module hooked into your setup, that RH9 didn't originally ship with in the download ISO version. . if you have a RedHat 9 Boxed Set, you may have additional module(s) support for enterprise or server hardware not "freely" available online.
to verify this, go to /boot/config-2.4.20-8xx and scroll to about 90% of the way down, to "Add Ons" (it's just about the next to last section), and see if your aep or paep modules are listed there.

CONFIG_BINFMT_XOUT=m
# CONFIG_BINFMT_XOUT_X286 is not set
# CONFIG_ABI_VERBOSE_ERRORS is not set

#
# Addon drivers
#
CONFIG_MEGARAC=m

#
# Speakup for Section 508 stuff
#
CONFIG_SPEAKUP=m
CONFIG_SPEAKUP_ACNTSA=y
CONFIG_SPEAKUP_ACNTPC=y
CO

if not, what you have is a Third Party driver provided by whoever last had his organic digital manipulators diddling your system, and the module is misnamed, or the module has been deleted/moved/commented out.
if this is not a critical module to have, ie: everything still works dandy without it, go to /etc/modules.conf and comment them out, and see if anything changes for the worse.
as to what aep actually is, i have no idea.
actually i just thought of something: WhiteBox has AS, WS, and ES stuff in it. maybe the aep is somekind of extended or very large enterprise server support module???
luck -O.

Last edited by dfowensby; 05-20-2004 at 11:34 AM.
 
Old 05-20-2004, 09:52 PM   #3
dfowensby
Member
 
Registered: Dec 2003
Location: OceanView Virginia, gem of the Southern Shore
Distribution: OpenSuSE Tumbleweed
Posts: 194
Blog Entries: 1

Rep: Reputation: 30
jackpot.
under Red Hat Enterprise Linux 3 listing as i mentioned above, but not in Addons, it's in the list immediately below it in the /config-2.4...... file, as CONFIG_CRYPTO_AEP
i'm not geek enough to give you much more than this, except that it's NOT in the crypto section of the standard kernel menuconfig. it looks like a custom RHEL kernel config modification. More voodoo from Raleigh, i guess. sorry i can't help more.
luck -O.
 
Old 05-21-2004, 08:27 AM   #4
romel
Member
 
Registered: Sep 2003
Location: Bangladesh
Distribution: Debian
Posts: 102

Original Poster
Rep: Reputation: 15
how can I disable a module to be loaded at boot time...

it says...

May 18 10:43:22 pc2 aep1000: Loading paep module failed

how can I disable it from the startup....
 
Old 05-22-2004, 02:17 PM   #5
dfowensby
Member
 
Registered: Dec 2003
Location: OceanView Virginia, gem of the Southern Shore
Distribution: OpenSuSE Tumbleweed
Posts: 194
Blog Entries: 1

Rep: Reputation: 30
delete it from /etc/modules.conf.
if it doesn't appear listed there, i'm not sure where to go, without a reconfig/recompile of the kernel. in mandrake, you just go to the kernel modules configuration gui, and that sorta made me lazy. i build a custom kernel from the generic /boot/config-2.4.xx, and avoid problems created by someone else. the only other way i ever got something to stop bothering me was to add it to the /etc/hotplug/blacklist. not sure if that would work, here.
i do believe this has placed me at my limits of geekness. or lack thereof.
hopefully someone a little more knowledgable is snooping in, here.
luck -O.
 
Old 05-24-2004, 09:14 AM   #6
romel
Member
 
Registered: Sep 2003
Location: Bangladesh
Distribution: Debian
Posts: 102

Original Poster
Rep: Reputation: 15
it is not there at /etc/modules.conf

I am using redhat 9

I have add "paep" at /etc/hotplug/blacklist

same error....do I have to do anything else to rebuild my "/etc/hotplug/blacklist"...
 
Old 05-24-2004, 10:09 AM   #7
dfowensby
Member
 
Registered: Dec 2003
Location: OceanView Virginia, gem of the Southern Shore
Distribution: OpenSuSE Tumbleweed
Posts: 194
Blog Entries: 1

Rep: Reputation: 30
i am sorta surprised no other more technically inclined person has jumped in here on this.
i loaded up RH9 into my presario, and /lib/modules/2.4...etc... does show a aep in the addons category. what it's significance is, i don't know. if you can find someone who has a similar setup, floppydisk the aep or cd-burn it and copy/paste it into your addons, and see what explodes.
this is sledgehammer and hacksaw tech. if you get really exasperated, click on the moderator's link for the RedHat forum here, and ask if there's a different category he recommends this thread be moved to, so you could get a sensible solution.
i'm all tapped out. sorry. i'm not a developer, and the newest books i have on the shelf ( slackware 7, RH 6.0, Unix--- some really ancient thing with kde, gcc, and everything else all in the 1.xx stage.) are just doorstops anyway.
-luck O.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
error 28, can not boot rh 8.0 first time after installation Kochhar Linux - Newbie 6 08-11-2004 12:10 PM
hotplug error at boot time Miky Linux - Laptop and Netbook 0 04-26-2004 10:05 AM
Error messages at boot time ICO Slackware 3 01-30-2004 03:37 AM
Error Mounting a boot time aarroyob Linux - Newbie 3 06-06-2003 02:47 AM
1st time boot error monster_robots Linux - Software 4 06-18-2001 12:56 AM

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

All times are GMT -5. The time now is 03:44 AM.

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