dapper on toshiba sat. m70: gnome immediately freezes with new kernels (incl. 2.6.15-23-386/686)

Bug #45636 reported by florian
32
Affects Status Importance Assigned to Milestone
linux-source-2.6.15 (Ubuntu)
Won't Fix
High
Unassigned
linux-source-2.6.17 (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

new kernel - same problem with dapper
kernel 2.6.15-19-386, and maybe also -20, works fine for me. with all the new kernels, including the newest 2.6.15-23-386/686, i have always the same problems.
in the boot-process everything seems to work, but when gnome starts, it immediately freezes. with the 686 kernel i can't do anything(only hardboot),
with the 386-kernel it just freezes and then i can switch to another console [ctrl+alt+F2/3..etc]. but when i try to login again i get these error messages and can only hardboot:
(this is only the last part, which i was able to see and to write down...)

[4294758.630000] [<c013e7b3>] __do_IRQ+0x73/0xe0
 " [<c010597a>] do_IRQ+0x1a/0x30
 " [<c01040ea>] common_interrupt+0x1a/0x20
 " [<e08e5ffc>] scsi_request_fn+0x26c/0x3e0
                                                                                         [scsi_mod]
 " [<c01cc8d4>] blk_run_queue+0x44/0x50
 " [<e08e4fe5>] scsi_next_command+0x25/0x40
                                                                                         [scsi_mod]
 " [<e08e50f7>] scsi_end_request+0xb7/0x110
                                                                                         [scsi_mod]
 " [<e08e548c>] scsi_io_completion+0x16c/0x4e0
                                                                                         [scsi_mod]
 " [<e08bae72>] sd_rw_intr+0xa2/0x3c0 [sd_mod]
 " [<c011c6f3>] printk+0x13/0x20
 " [<e08e4d7b>] scsi_device_unbusy+0x6b/0x70
                                                                                         [scsi_mod]
 " [<e08dfcf3>] scsi_finish_command+0x13/0xd0
                                                                                         [scsi_mod]
 " [<e0909e9a>] ata_scsi_qc_complete+0x7a/0xa0
                                                                                              [libdata]
 " [<e087bbb9>] ahci_eng_timeout+0x69/0xb0 [ahci]
 " [<e08e4310>] scsi_error_handler+0x0/0x120
                                                                                         [scsi_mod]
 " [<e0909602>] ata_scsi_error+0x12/0x30 [libdata]
 " [<e08e43ba>] scsi_error_handler+0xaa/0x120
                                                                                         [scsi_mod]
 " [<c0130d53>] kthread+0x93/0xa0
 " [<c0130cc0>] kthread+0x0/0xa0
 " [<c0101385>] kernel_thread_helper+0x5/0x10
 " Code: 34 85 ff 74 0e 8b 45 10 57 8b 30 56 e8 61 9e 86 df 59 5b 8b 04 24 05 90 01 00 00 89 44 24 1c 83 c4 08 5b 5e 5f 5d e9 37 3b 96 df <0f> 0b 27 01 6f be 8e e0 eb 9a e8 98 d3 a0 df eb c5 89 58 04 89
[4294758.630000] <0>Kernel panic - not syncing: Fatal exception in interrupt
[4294758.630000]

after a hardboot most of the log-files are overwritten by the recovery-program...i will attach the only ones available concernig the boot-process with the 2.6.15-23-386 kernel.

Toshiba Satellite M70-194
Intel Pentium M 740, 1,73 GHz
ATI Mobility Radeon X600 SE, 128 MByte Videospeicher
S-ATA, 60 GByte

Tags: dapper gnome
Revision history for this message
florian (sputnik10) wrote : messages-log

here is the "messages"-log

Revision history for this message
florian (sputnik10) wrote : syslog

the syslog

Revision history for this message
florian (sputnik10) wrote : xorg-log

and a "xorg-log"

see also Bug #42909

Revision history for this message
florian (sputnik10) wrote : kern.log

kern.log for 2.6.15-23-386 and 2.6.15-23-686

Revision history for this message
florian (sputnik10) wrote :

still does not work with the kernel-version

Revision history for this message
Daniel T Chen (crimsun) wrote :

Is the system usable if X.Org doesn't start? e.g., change the contents of /etc/X11/default-display-manager to be /bin/true

If it is (doesn't freeze), then please attach /etc/X11/xorg.conf.

Changed in linux-source-2.6.15:
importance: Critical → High
status: Unconfirmed → Needs Info
Revision history for this message
florian (sputnik10) wrote :

i changed the contents of /etc/X11/default-display-manager to be /bin/true: normal login is possible, but when i start a programm (i.e. "sudo nano"), ubuntu crashes with the same/similar error message.
take a look at this thread...
http://www.ubuntuforums.org/showthread.php?t=185879&highlight=toshiba+m70

Revision history for this message
aledin (al-dinicola) wrote :

Same problem here, same laptop.
The kernel linux-image-2.6.15-25-386 hangs too.
Kernel linux-image-2.6.15-15-386 works (no crash, no problem); it's the kernel from Flight 4 cd.

Revision history for this message
aledin (al-dinicola) wrote :

Same problem with 2.6.15-26-386. Other than 2.6.15-15, the laptop works well with 2.6.16-ck12.

Revision history for this message
Mathieu Bérard (mathieu-berard) wrote :

I do possess this very same laptop model.
The ahci (for SATA hard drive access) module hang with dapper kernel.
The solution is to boot a working kernel, add this line in the
/etc/modprobe.d/blacklist file: "blacklist ahci"
You must regenerate your initramfs after doing that:
update-initramfs -u -k 2.6.15-25-386 (or whatever ubuntu kernel you intend to use)
Then try to reboot: the ata_piix driver will be used instead of ahci, and it works.

It is crucial to boot a working kernel to do the modification as any attempt to write on the hard drive on a faulty kernel is likely to just fail, crashing the computer.

By the way: I maintain a kernel module that implement some missing features
of this laptop (temperature reading, lcd backlight probe and control, multimedia
keys, Fn keys,....) it's at http://sourceforge.net/projects/omnibook/

As it is supported by HAL, it is used by gnome-power-manager and thus integrate well with the Gnome desktop.

Revision history for this message
Ben Collins (ben-collins) wrote :

This bug may be fixed in the current edgy developement system. In an effort to track this bug to our latest distribution, it is being targeted for edgy.

Please confirm whether this bug exists in edgy. If not, then please re-attach all related output (e.g. dmesg, oops output) while under edgy.

Latest Edgy CD's can be downloaded from:

http://cdimage.ubuntu.com/releases/edgy/knot-1/

If this image does not boot fom you, you can also download a current daily build from:

http://cdimage.ubuntu.com/daily-live/current/

Note that it may only be necessary to boot the LiveCD to see if your bug is fixed. In this case, you do not need to upgrade your installed system at all to confirm it. Certain bugs may require that you do an actual installation.

Changed in linux-source-2.6.17:
status: Unconfirmed → Needs Info
Revision history for this message
Mathieu Bérard (mathieu-berard) wrote :

I do confirm that I am unable to trigger that bug with edgy (2.6.17-6-686) kernel. That is, the provided ahci module is able to correctly drive the ICH6M SATA device.
This bug only concerns dapper kernel.

Revision history for this message
Glebushka (venom2001) wrote :

I am still unable to run kubuntu edgy knot 2 livecd with any of options on my TOSHIBA Satellite M70-192-RU. In usual mode i get a blank screen with a text cursor blinking, on safe video same but with white stripes all over the screen.
Also Dapper 6.06.1 alternate cd wont insall - halts in different places, usually at 89% installing additional software, but never after formatting.
Once it installed competely, but i got a kernel panic during boot.
Looks like it affects most linux distribs with kernel newer than 2.6.15.
I also tried openSuse 10.1 with 2.6.16.13 kernel - install hangs at the very beginning of copying files.
The only thing I was able to run on this laptop was mepis 3.4.3 using kernel 2.6.15, but mepis 6.0 based on ubuntu with same kernel wont install.

Revision history for this message
Glebushka (venom2001) wrote :

I do confirm that i am unable to boot current (120906) ubuntu edgy livecd with this laptop.
Maybe this page can help solve this
http://eavr.u-strasbg.fr/~loic/toshiba_install.html
it includes config for compiling kernel 2.6.15.2 to use on this laptop, and it seems to work fine, the only problem it's for Slackware.

Revision history for this message
Glebushka (venom2001) wrote :

Sorry for repeating, but i have to write that current alternate edgy install downloaded yesterday worked just fine and allowed to load x-window after installing current fglrx driver as described here
http://ubuntuforums.org/showthread.php?t=230565&highlight=toshiba+m70

Revision history for this message
Thomas Hotz (thotz-deactivatedaccount) wrote :

Is this now fixed for you in Edgy Eft / Feisty Fawn? Thanks in advance!

Revision history for this message
florian (sputnik10) wrote :

edgy works perfect on my Toshiba Satellite M70-194.
i have not yet tested feisty.
florian

Revision history for this message
Thomas Hotz (thotz-deactivatedaccount) wrote :

Thanks for your response. I'll close this bug now. If you have any problems with Feisty please feel free to open a new bug report.

Changed in linux-source-2.6.17:
assignee: nobody → thotz
status: Needs Info → Fix Released
Changed in linux-source-2.6.15:
status: Needs Info → Confirmed
Changed in linux-source-2.6.15:
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.