Kernel panics on boot with Ubuntu 11.04 and 11.10 on HP Touchsmart TX2
Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
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.
Location: Heddon on-the-wall, northumberland, england
Distribution: Ubuntu 11.10, Ubuntu 10.04 LTS Server
Posts: 313
Rep:
Kernel panics on boot with Ubuntu 11.04 and 11.10 on HP Touchsmart TX2
Hi, ever since upgrading to Ubuntu (and Kubuntu) 11.04 (via clean install) on my HP Touchsmart TX2-1340ea, I've been getting the occasional (1 out of 3) kernel panics at boot.
This can happen off the live CD too, but just to be sure, I've replaced my hard drive, and checked my RAM with memtest86+
The BIOS's hdd tester says there's no problems with my drive either.
I have attached a screen shot of what my machine shows at panic:
At the top of your screenshot there is a line containing:
udevd tainted P
That "tainted P" means that there is a proprietary module which may be causing the indigestion.
Quote:
I'm not using the ATI proprietary drivers (as they make graphics run even slower) and still causes kernel panics!
I imagine that you've probably run:
Code:
sudo apt-get purge fglrx
If not, and you don't want to use it, then you should.
Have you also checked for diversions? fglrx diverts (like an alias) some files. You can stop this as follows:
Code:
dpkg-divert --list
This will probably show some files "diverted". Use
Location: Heddon on-the-wall, northumberland, england
Distribution: Ubuntu 11.10, Ubuntu 10.04 LTS Server
Posts: 313
Original Poster
Rep:
Quote:
Originally Posted by impert
At the top of your screenshot there is a line containing:
udevd tainted P
That "tainted P" means that there is a proprietary module which may be causing the indigestion.
One thing I forgot to mention is that the "tainted" process is usually different each time, I've had plymouth and modpobe do the same thing.
Quote:
I imagine that you've probably run:
Code:
sudo apt-get purge fglrx
Doesn't explain the crashes on the Live CD though, but I'll try this
Quote:
If not, and you don't want to use it, then you should.
Have you also checked for diversions? fglrx diverts (like an alias) some files. You can stop this as follows:
Code:
dpkg-divert --list
This will probably show some files "diverted". Use
Code:
sudo dpkg-divert --rename --remove
to get rid of these perversions.
I'll give these commands a shot tonight anyway and report back, cheers.
Location: Heddon on-the-wall, northumberland, england
Distribution: Ubuntu 11.10, Ubuntu 10.04 LTS Server
Posts: 313
Original Poster
Rep:
After thinking about it, I remembered I am using a broadcom wifi card, and there could be a problem with the driver that's used in 11.04 onwards, as I somehow recall one of the two drivers being decommissioned (correct me if I'm wrong)!
I'll try removing my wifi card tonight and reboot a couple of times to see if I get a panic too.
Oops in interrupt - that's gotta be ugly.
You need to post the first oops (that last screen-shot isn't the first oops there) to lkml.org Be warned, that is a very active list, and they like things done (exactly) their way.
There is doco on how to capture and post oops' in the source tree - start with the top-level README. If you don't have a kernel source tree, try lxr.linux.no/linux
Have you figured out the solution to this problem? I have an HP Touchsmart 9300 and this happens to me as well with any kernel newer than 2.6.32 (newest Centos 6.2 kernel causes this too though - 2.6.32-71-229. 2.6.32-71.29 worked fine.).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.