From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Starikovskiy Subject: Re: suspend/resume fails on second attempt in LNXVIDEO:00 Date: Mon, 15 Dec 2008 20:33:44 +0300 Message-ID: <494694F8.6080004@gmail.com> References: <20081215155655.GA1535@ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-bw0-f21.google.com ([209.85.218.21]:55105 "EHLO mail-bw0-f21.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751644AbYLORdv (ORCPT ); Mon, 15 Dec 2008 12:33:51 -0500 Received: by bwz14 with SMTP id 14so2360596bwz.13 for ; Mon, 15 Dec 2008 09:33:49 -0800 (PST) In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: "Brian J. Murrell" Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Brian J. Murrell wrote: > On Mon, 15 Dec 2008 16:56:55 +0100, Pavel Machek wrote: > > >> Sounds like acpi video driver to me. So you may want to rmmod it before >> suspend at see what happens. (and cc linux-acpi). >> > > Please forgive my ignorance. Which driver would that be? I currently > have: > > $ lsmod > Module Size Used by > af_packet 25088 2 > i915 64004 2 > drm 93736 3 i915 > rfcomm 41744 2 > l2cap 29312 13 rfcomm > bluetooth 62436 4 rfcomm,l2cap > ppdev 15620 0 > ipv6 254836 24 > acpi_cpufreq 16268 1 > cpufreq_conservative 14472 0 > cpufreq_powersave 9856 0 > cpufreq_ondemand 15244 1 > cpufreq_userspace 11268 0 > cpufreq_stats 13188 0 > freq_table 12672 3 acpi_cpufreq,cpufreq_ondemand,cpufreq_stats > container 11648 0 > pci_slot 12680 0 > sbs 18952 0 > sbshc 13568 1 sbs > iptable_filter 11008 0 > ip_tables 19216 1 iptable_filter > x_tables 22916 1 ip_tables > parport_pc 40356 0 > lp 17156 0 > parport 42348 3 ppdev,parport_pc,lp > joydev 17856 0 > snd_hda_intel 416052 0 > snd_seq_dummy 11012 0 > snd_pcsp 17832 0 > snd_seq_oss 37248 0 > snd_pcm_oss 44928 0 > snd_mixer_oss 22272 1 snd_pcm_oss > psmouse 49168 0 > snd_seq_midi 14464 0 > snd_rawmidi 29184 1 snd_seq_midi > snd_seq_midi_event 15232 2 snd_seq_oss,snd_seq_midi > evdev 17696 6 > snd_seq 55984 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event > snd_pcm 81156 3 snd_hda_intel,snd_pcsp,snd_pcm_oss > serio_raw 13444 0 > snd_timer 28808 2 snd_seq,snd_pcm > snd_seq_device 15244 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq > iTCO_wdt 19236 0 > iTCO_vendor_support 11908 1 iTCO_wdt > video 25360 0 > this one ^^^^^ > output 11136 1 video > snd 61476 10 snd_hda_intel,snd_pcsp,snd_seq_oss,snd_pcm_oss,snd_mixer_oss,snd_rawmidi,snd_seq,snd_pcm,snd_timer,snd_seq_device > soundcore 15328 1 snd > ac 12420 0 > snd_page_alloc 17160 2 snd_hda_intel,snd_pcm > wmi 14888 0 > battery 18436 0 > shpchp 39828 0 > pci_hotplug 34976 1 shpchp > intel_agp 33596 1 > agpgart 41928 3 drm,intel_agp > button 14480 0 > ext3 130568 1 > jbd 53908 1 ext3 > mbcache 16004 1 ext3 > loop 22540 2 > usb_storage 78656 0 > libusual 30356 1 usb_storage > sd_mod 41240 2 > crc_t10dif 10112 1 sd_mod > sr_mod 21956 0 > cdrom 42272 1 sr_mod > sg 36148 0 > ahci 37260 1 > ata_piix 29700 0 > pata_acpi 12288 0 > ata_generic 13060 0 > 8139too 31744 0 > 8139cp 27776 0 > mii 13440 2 8139too,8139cp > libata 176160 4 ahci,ata_piix,pata_acpi,ata_generic > scsi_mod 156948 5 usb_storage,sd_mod,sr_mod,sg,libata > ehci_hcd 41996 0 > uhci_hcd 30352 0 > usbcore 149392 5 usb_storage,libusual,ehci_hcd,uhci_hcd > thermal 23708 0 > processor 49708 4 acpi_cpufreq,thermal > fan 12676 0 > fuse 58780 3 > > Do you mean the i915 driver? I don't think I will be able to rmmod that > one given the number of references on it. > > Thanx! > > b. > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >