LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-13-2008, 11:29 AM   #1
Romanus81
Member
 
Registered: Feb 2008
Posts: 201

Rep: Reputation: 31
Intel Atom and MSI Wind, which kernel should I use?


The 12.1 kernel does not play nicely on my MSI Wind, both the huge.s and hugesmp.s, I have installed slackware under both kernels. I did find someone online that said he was able to boot with 12.0.

The major cause for error were two messages in the boot process.
The boot pauses for awhile, maybe 30 seconds, after giving this message:
"Clocksource tsc unstable (delta = -[numbers] ns)"
It then continues if you didn't shut down the computer and gives you this message:
"Module dependencies up to date (no new kernel modules found)"
And there it hangs indefinitely, it doesn't lock up, I can still type and press enter, but that's it.

To solve the first problem, I have booted with my Slackware usb, and added clocksource=acpi_pm and nohz=off to the kernel, no effect was observed.

There is at least one other person who has tried to install slackware on the MSI Wind:
http://forums.msiwind.net/post30230.html#p30230
I haven't tried installing 12.0, but with 12.1 we have the exact same problem.

So my current plan is to roll back my 12.1 install to the 12.0 kernel, because from what I've seen from other distro's this is a kernel problem.
The installation does give a warning: that if you are not using at least a pentium-pro, use the huge.s kernels instead of the default hugesmp.s kernels. I have installed both, both give the same errors. Is an Intel Atom (1.6 GHz) better or worse than an Intel Pentium=pro? The MSI Wind's atom is the diamondville processor, unlike the Atom silverthorne, it does support hyper-threading. Is the smp kernel for hyperthreading or just multi-core processors?

Here are the packages from 12.0
http://packages.slackware.it/search....0&t=1&q=kernel

SMP packages:
- from /a
kernel-modules-smp-2.6.21.5_smp-i686-2
kernel-huge-smp-2.6.21.5_smp-i686-2
kernel-generic-smp-2.6.21.5_smp-i686-2
- from /d
kernel-headers-2.6.21.5_smp-i386-2

Non-SMP packages
-from /a
kernel-modules-2.6.21.5-i486-2
kernel-huge-2.6.21.5-i486-2
kernel-generic-2.6.21.5-i486-2
-from /extra
kernel-headers-2.6.21.5-i386-2

So do I need the hugesmp.s or huge.s kernel?
What are the differences between the huge and generic kernels?
Can I safely, realistically remove the 12.1 kernel packages and install the 12.0 kernel packages on a 12.1 system, and not expect any problems?

Thank you for your help with this, everyone!

Last edited by Romanus81; 08-13-2008 at 11:44 AM.
 
Old 08-13-2008, 01:14 PM   #2
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I don't think it's a good idea to just downgrade the kernel packages, a better thing to do is compile your own, but either an earlier or later kernel version. You can use the same '.config' file and possibly a few small changes.

Here's a good guide on kernel compiling:
http://wiki.alienbase.nl/doku.php?id...kernelbuilding

The huge kernels include almost everything built in so you can boot off of any filesystem and detect any hardware, good install kernel. The generic kernels include almost everything built as modules and thus require initrd with at least the filesystem modules to boot off your filesystem, good for everyday use, much faster to boot.
 
Old 08-13-2008, 03:41 PM   #3
Romanus81
Member
 
Registered: Feb 2008
Posts: 201

Original Poster
Rep: Reputation: 31
But that's the problem, I can't compile my own kernel to fix this problem when I have no idea what problem I need to fix. I tried the 12.0 generic + initrd, and managed to boot. I did reach one irregularity: PartedMagic's live USB reads my root partition as /dev/hda4, while slackware seems to see it has sda4.
 
Old 08-14-2008, 02:39 AM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Don't worry about hda vs. sda they've changed it many times during kernel releases, I think it's finally stuck with sda for SATA drives and hda for IDE drives.
 
Old 08-26-2008, 10:27 PM   #5
impala454
LQ Newbie
 
Registered: Aug 2008
Posts: 4

Rep: Reputation: 0
I am having this exact same issue, trying to install Slack 12.1 on my new Intel Atom + Intel D945GCLF, so I doubt if this is a MSI problem. I am a little less versed in Linux though to really know what to do.

My full specs:
Intel Atom
Intel D945GCLF
2GB Kingston DDR2
Western Digital Raptor 150 GB
USB keyboard
 
Old 08-26-2008, 10:33 PM   #6
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,225

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
There was a similar discussion a couple of weeks ago. I didn't read it, but it might be worth reviewing.
http://www.linuxquestions.org/questi....php?p=3248795
 
Old 08-26-2008, 10:35 PM   #7
impala454
LQ Newbie
 
Registered: Aug 2008
Posts: 4

Rep: Reputation: 0
Also just to add: The installation works. LILO is auto-installed and works properly (as well as booting into Windows). I also just attempted to install CentOS 5.2 and could not even get into the graphical installer.
 
Old 08-31-2008, 10:43 AM   #8
impala454
LQ Newbie
 
Registered: Aug 2008
Posts: 4

Rep: Reputation: 0
I can confirm that Slack 12.0 works fine.
 
  


Reply



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
Intel ATOM D945GCLF kernel problems neilneil2000 Linux - Kernel 8 10-29-2008 11:39 AM
LXer: MSI Wind Mini-desktop With Intel's Atom to Debut in July LXer Syndicated Linux News 0 06-30-2008 12:30 PM
LXer: Intel and Wind River driving Linux infotainment systems to cars LXer Syndicated Linux News 0 05-21-2008 03:50 AM
LXer: Linux destined for low-cost Intel Atom PCs LXer Syndicated Linux News 0 04-01-2008 06:41 AM
MSI MS-7037 w/Intel P4 2.8 kidzmom3 Linux - Hardware 0 12-15-2006 11:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:36 PM.

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