[Bug 14096] New: Sleep doesn't work perfectly on Dell Latitude d800

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Wed Aug 24 16:17:11 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=14096
Ubuntu | linux

           Summary: Sleep doesn't work perfectly on Dell Latitude d800
           Product: Ubuntu
           Version: unspecified
          Platform: i386
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: linux
        AssignedTo: ben.collins at ubuntu.com
        ReportedBy: yann at pleiades.fr.eu.org
         QAContact: kernel-bugs at lists.ubuntu.com


I have tried to enable and test sleep on my Dell latitude d800 and I ran into
the following problem:

- usually, sleep works: green light on the power button goes off, and the little
power light on the right is slowly flashing
but when I resume my usb mouse stops working.
plug and unplug doesn't change anything, the mouse doesn't show any light as if
it was not powered.

- sometimes (and always if I try two sleep/resume in a row), my screen goes dark
but the sleep doesn't seem to work.
still the green light of the power button and the little power light doesn't flash.
I mouse the mouse and after having enterd my password, I can see that the
sleep.sh script is stuck at the su $user -c "(xscreensaver-command -deactivate)"
line

After that the network is down, sudo doesn't work anymore, it always blocks
after I enter my password.
And I try to activate manually my network card, ifup blocks, 
here is the strace output:

root at celaeno:/etc/acpi # strace ifup eth0
execve("/sbin/ifup", ["ifup", "eth0"], [/* 35 vars */]) = 0
uname({sys="Linux", node="celaeno", ...}) = 0
brk(0)                                  = 0x804f000
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7f36000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
old_mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7f34000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=48691, ...}) = 0
old_mmap(NULL, 48691, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f28000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220O\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1226576, ...}) = 0
old_mmap(NULL, 1236860, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb7dfa000
old_mmap(0xb7f22000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x127000) = 0xb7f22000
old_mmap(0xb7f26000, 8060, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f26000
close(3)                                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7df9000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7df98e0, limit:1048575,
seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0,
useable:1}) = 0
munmap(0xb7f28000, 48691)               = 0
fcntl64(0, F_GETFD)                     = 0
fcntl64(1, F_GETFD)                     = 0
fcntl64(2, F_GETFD)                     = 0
brk(0)                                  = 0x804f000
brk(0x8070000)                          = 0x8070000
open("/etc/network/interfaces", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=427, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7f33000
read(3, "# This file describes the networ"..., 4096) = 427
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0xb7f33000, 4096)                = 0
open("/etc/network/run/ifstate", O_RDWR|O_APPEND|O_CREAT, 0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
fcntl64(3, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0} <unfinished
...>
root at celaeno:/etc/acpi # strace ifup eth0
execve("/sbin/ifup", ["ifup", "eth0"], [/* 35 vars */]) = 0
uname({sys="Linux", node="celaeno", ...}) = 0
brk(0)                                  = 0x804f000
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7f4a000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
old_mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7f48000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=48691, ...}) = 0
old_mmap(NULL, 48691, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f3c000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220O\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1226576, ...}) = 0
old_mmap(NULL, 1236860, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb7e0e000
old_mmap(0xb7f36000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x127000) = 0xb7f36000
old_mmap(0xb7f3a000, 8060, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f3a000
close(3)                                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7e0d000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e0d8e0, limit:1048575,
seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0,
useable:1}) = 0
munmap(0xb7f3c000, 48691)               = 0
fcntl64(0, F_GETFD)                     = 0
fcntl64(1, F_GETFD)                     = 0
fcntl64(2, F_GETFD)                     = 0
brk(0)                                  = 0x804f000
brk(0x8070000)                          = 0x8070000
open("/etc/network/interfaces", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=427, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7f47000
read(3, "# This file describes the networ"..., 4096) = 427
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0xb7f47000, 4096)                = 0
open("/etc/network/run/ifstate", O_RDWR|O_APPEND|O_CREAT, 0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
fcntl64(3, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}

-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the kernel-bugs mailing list