Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I am a Linux newbie and have asked this question on my lug mailing list but with no helpful reply.
When I log out (Mandrake 9) everything seems to go okay, get the green "OK" for each process. It says "halting system", and then sort of goes haywire giving me a long messgae about stackage and call trace. Then it stops with the message "bad EIP value".
I did a google search and found a thread which talks about APM and enabling it or not. I don't want to fiddle with this as it requires root permission and I really have no idea what to do.
Do I need to do anything? If so what?
This might be related or not. On booting I get messages about "insmod" errors, but the script goes too fast for me to read properly. It seems to be about parameters of some sort.
The oops is coming from the kernel flaking out over some piece of hardware that it tried to control, but failed to entirely... its probably modular, it might be apm, who knows... if this is desktop you have little use for apm anyway. Unfortunately, every kernel panic will end with Bad EIP value, so that's not helpful, its actually around the first lines of the error that are important here, the upshot is that most of this probably got logged to a file called:
/var/log/messages
You'll have to be root to read it. Don't fear logging in as root, just don't do it for mundane tasks... Paste as much of the error parts here that you can. Also, not the entire log! that thing is going to be rather... huge.
insmod errors are pretty common for Mandrake, it gets a little hyper trying to guess at what support you need for what toy so it tries to ram in every driver it thinks you have hardware for... its probably inocuous, and almost definately entirely unrelated... the driver afterall isn't getting loaded.
Mar 30 14:50:12 funtime kernel: Intel Pentium with F0 0F bug - workaround enable
d.
Mar 30 14:50:12 funtime kernel: CPU: Intel Pentium MMX stepping 03
Mar 30 14:50:12 funtime kernel: Checking 'hlt' instruction... OK.
Mar 30 14:50:12 funtime kernel: POSIX conformance testing by UNIFIX
Mar 30 14:50:12 funtime kernel: mtrr: v1.40 (20010327) Richard Gooch (rgooch@atn
f.csiro.au)
Mar 30 14:50:12 funtime kernel: mtrr: detected mtrr type: none
Mar 30 14:50:12 funtime kernel: No local APIC present or hardware disabled
ar 30 04:38:30 funtime kernel: Kernel log daemon terminating.
Mar 30 04:38:31 funtime exiting on signal 15
Sorry it has taken me a while to do this. Had to figure out the cut & paste from the console!
This a sample of what I see. Don't really see any error messages as such. "Exiting on signal 15 happens a lot, maybe all the time. Don't know if this helps with the problem or not!
Thanks
Rose
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.