LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having 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


Reply
  Search this Thread
Old 07-11-2003, 09:49 AM   #1
Linux User #522
LQ Newbie
 
Registered: May 2003
Location: Using Linux
Distribution: Red Hat
Posts: 12

Rep: Reputation: 0
Slackware 9, 2.4.21 kernel, toshiba 2435 = big problems


I just got a Toshiba 2435 laptop, which I installed Slackware 9 on. The 2.4.20 bare.i kernel that comes with slackware works fine on it, but there is no acpi support, which means no battery monitor in kde, and several other bad things. So I downloaded the 2.4.21 kernel from kernel.org and patched it with the acpi patch. The only problem is this new kernel I compiled will not boot, it gets to OK, booting the kernel.... and just freezes. The odd thing is other distros such as Mandrake 9.1 do this too. Can anyone shed some light on this?
 
Old 07-11-2003, 01:42 PM   #2
vinay_s_s
Member
 
Registered: Jul 2003
Posts: 659

Rep: Reputation: 30
did u set the "VGA Text console" and "video mode selection support" in "console drivers" to YES ?
 
Old 07-11-2003, 05:37 PM   #3
Linux User #522
LQ Newbie
 
Registered: May 2003
Location: Using Linux
Distribution: Red Hat
Posts: 12

Original Poster
Rep: Reputation: 0
I just enabled video mode selection support and VGA Text Console but the only thing it did was cause the screen to turn blank before freezing. Arrgh! Thanks for the suggestion anyway. Does anyone with a Toshiba 2435 have any knowledge as to what's going on?

Last edited by Linux User #522; 07-11-2003 at 05:38 PM.
 
Old 07-11-2003, 06:16 PM   #4
Linux User #522
LQ Newbie
 
Registered: May 2003
Location: Using Linux
Distribution: Red Hat
Posts: 12

Original Poster
Rep: Reputation: 0
This is really weird! I unpacked and installed an unpatched, vanilla 2.4.21 kernel just now and it *still* freezes on boot, so I guess the problem doesn't lie with the ACPI patches. Some site I went to suggested that adding the option "noapic" at boot would help but that didn't work either. I really have no idea as to what's causing this madness now. Gentoo, Mandrake, etc. kernels are giving me the same trouble. If somebody with a Toshiba 2435 and a working 2.4.21 kernel could send me their .config file that would be really great, although I doubt anyone here has a 2435. Anyway, I suspect something just isn't configured right in the kernel that is upsetting my laptop.

Last edited by Linux User #522; 07-11-2003 at 06:21 PM.
 
Old 07-15-2003, 07:07 PM   #5
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
I think you should just cut your losses and head for a Suse distibution, it'll enable acpi with no recompiling...
 
Old 07-16-2003, 10:16 PM   #6
IndigoParadox
LQ Newbie
 
Registered: Jul 2003
Location: New York, USA
Distribution: Slackware 9
Posts: 3

Rep: Reputation: 0
Smile

Yes, I tried the 2.4.21 kernel vanilla too and it did the same thing. Now oddly, if I take the .config file from the kernel sources that came with Slackware, copy it to the 2.4.21 sources directory, and then make xconfig to tweak it a little and compile. Voila! Boots up just fine. You could try that. The 2.4.21 from kernel.org seems to come with a very sparse/faulty .config file.
 
Old 07-18-2003, 12:17 PM   #7
Linux User #522
LQ Newbie
 
Registered: May 2003
Location: Using Linux
Distribution: Red Hat
Posts: 12

Original Poster
Rep: Reputation: 0
Thanks, indigoparadox, that gave me an idea. I downloaded and compiled the 2.4.21 kernel source from slackware.com instead of downloading the vanilla kernel from kernel.org and now acpi works and it boots up with no problem. But there is an odd thing where when I unplug my laptop it says I have 0 minutes left on the battery even though I know it is charged... how weird. What modules should I have loaded for this laptop?

I have ospm_processor, ospm_system, ospm_ac_adapter, ospm_battery, and ospm_busmgr loaded.

Last edited by Linux User #522; 07-18-2003 at 12:18 PM.
 
Old 07-18-2003, 12:51 PM   #8
Linux User #522
LQ Newbie
 
Registered: May 2003
Location: Using Linux
Distribution: Red Hat
Posts: 12

Original Poster
Rep: Reputation: 0
Now oddly, if I take the .config file from the kernel sources that came with Slackware, copy it to the 2.4.21 sources directory, and then make xconfig to tweak it a little and compile.

Did you take the .config file from the 2.4.20 kernel source or the 2.4.21 updated kernel that is on slack's website but doesn't come with slackware?
 
Old 07-18-2003, 03:20 PM   #9
Linux User #522
LQ Newbie
 
Registered: May 2003
Location: Using Linux
Distribution: Red Hat
Posts: 12

Original Poster
Rep: Reputation: 0
Ok, I finally got acpi to work decently. The battery monitor *was* working on that compiled slackware 2.4.21 kernel but it was giving me the wrong battery info -- it kept saying i was 49% charged when I knew it was fully charged. So I downloaded the vanilla 2.4.21 sources from kernel.org, patched them with the acpi patch from acpi.sf.net, and then used the .config file from the 2.4.20 kernel that slackware comes with. I had to manually edit the .config file to enable acpi but it works now, but there is ONE annoying thing left. The kde laptop daemon gives me the right info on percentage charged and tells me whether I have the laptop plugged in or not, but it keeps saying I have 0 minutes left and pops up with annoying messages. I have no idea why this happens.
 
Old 07-18-2003, 03:31 PM   #10
Linux User #522
LQ Newbie
 
Registered: May 2003
Location: Using Linux
Distribution: Red Hat
Posts: 12

Original Poster
Rep: Reputation: 0
I also can't seem to get suspend to disk and suspend to ram to work either. echo 4 > /proc/acpi/sleep does nothing.
 
Old 07-22-2003, 02:32 PM   #11
Linux User #522
LQ Newbie
 
Registered: May 2003
Location: Using Linux
Distribution: Red Hat
Posts: 12

Original Poster
Rep: Reputation: 0
I've created a little page describing my experience with this laptop and how to resolve typical problems associated with it on linux:

http://www.bayou.com/~troll/toshiba.html
 
  


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
Progeny Debian 2.0 rc1 on Toshiba 2435-s255 larva828 Linux - Laptop and Netbook 0 11-11-2004 11:37 PM
kernel compiled no keyboard not found - toshiba/ slackware 9.1 noir911 Linux - Laptop and Netbook 0 09-23-2004 11:31 AM
What Version Of Linux Sould I Use On A Toshiba 2435-S255 Laptop??? NotSoSure123 Linux - Software 2 05-04-2004 08:30 PM
XFree on a Toshiba Satellite 2435-S255 billygotee Linux - Software 4 04-09-2004 06:00 PM
Kernel upgrade = Big problems! chrise Linux - General 13 04-15-2003 08:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 07:10 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