tifm flash reader doesn't work after suspend

Bug #75905 reported by DrSpirograph
18
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Invalid
Undecided
Unassigned
linux-source-2.6.17 (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

After I put my laptop into suspend and return, the flash card reader no longer works. When I insert a flash card into it, the reader does not flash it's access light, and there is nothing added to dmesg output to indicate that the card was detected.

I had a similar problem in Dapper, which I was able to solve by rmmod'ing the mmc_core module and then modprobe'ing it.
I tried doing that with all the related modules I could find, but it didn't help.
I have to reboot to restore the reader to working.

The reader is a Texas Instruments 5-in-1. I'm on a Compaq Presario M2000 Laptop, running Kubuntu Edgy Eft (6.10).
"dmesg | grep -i flash" gives:
06:09.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller

Output of lsmod
Module Size Used by
usb_storage 75072 0
libusual 17040 1 usb_storage
sdhci 20108 0
tifm_7xx1 9472 0
tifm_sd 10884 0
mmc_core 32136 2 sdhci,tifm_sd
tifm_core 10496 2 tifm_7xx1,tifm_sd
ehci_hcd 34696 0
uhci_hcd 24968 0
battery 11652 0
ac 6788 0
thermal 15624 0
processor 31560 1 thermal
fan 6020 0
button 7952 0
bcm43xx 127252 0
ieee80211softmac 33792 1 bcm43xx
ieee80211 35272 2 bcm43xx,ieee80211softmac
ieee80211_crypt 7552 1 ieee80211
8139too 29056 0
nls_iso8859_1 5248 0
sg 37404 0
sd_mod 22656 0
snd_rtctimer 4364 1
snd_seq_dummy 4996 0
snd_seq_oss 36480 0
snd_seq_midi 9984 0
snd_rawmidi 27264 1 snd_seq_midi
snd_seq_midi_event 8960 2 snd_seq_oss,snd_seq_midi
snd_seq 59120 7 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_seq_device 9868 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
nls_utf8 3200 0
vfat 14720 0
fat 56348 1 vfat
nls_cp437 6912 1
isofs 38076 1
udf 89348 0
rfcomm 42260 0
l2cap 27136 5 rfcomm
bluetooth 53476 4 rfcomm,l2cap
cpufreq_userspace 5408 0
cpufreq_stats 7744 0
freq_table 6048 1 cpufreq_stats
cpufreq_powersave 2944 0
cpufreq_ondemand 8876 0
cpufreq_conservative 8712 0
video 17540 0
tc1100_wmi 8324 0
sony_acpi 6412 0
sbs 16804 0
pcc_acpi 14080 0
i2c_ec 6272 1 sbs
i2c_core 23424 1 i2c_ec
hotkey 11556 0
dev_acpi 12292 0
container 5632 0
asus_acpi 17688 0
ipv6 272288 16
af_packet 24584 4
sbp2 24584 0
scsi_mod 144648 4 usb_storage,sg,sd_mod,sbp2
parport_pc 37796 0
lp 12964 0
parport 39496 2 parport_pc,lp
pcmcia 40380 0
yenta_socket 28812 1
rsrc_nonstatic 15360 1 yenta_socket
pcmcia_core 43924 3 pcmcia,yenta_socket,rsrc_nonstatic
8139cp 24832 0
mii 6912 2 8139too,8139cp
joydev 11200 0
tsdev 9152 0
snd_intel8x0 34844 2
snd_ac97_codec 97696 1 snd_intel8x0
snd_ac97_bus 3456 1 snd_ac97_codec
snd_pcm_oss 47360 0
snd_mixer_oss 19584 1 snd_pcm_oss
evdev 11392 2
snd_pcm 84612 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 25348 3 snd_rtctimer,snd_seq,snd_pcm
snd 58372 15 snd_seq_oss,snd_rawmidi,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 11232 1 snd
snd_page_alloc 11400 2 snd_intel8x0,snd_pcm
psmouse 41352 0
serio_raw 8452 0
ext3 142728 3
jbd 62228 1 ext3
ohci1394 37040 0
ieee1394 306104 2 sbp2,ohci1394
usbcore 134912 5 usb_storage,libusual,ehci_hcd,uhci_hcd
ide_generic 2432 0
ide_cd 33696 1
cdrom 38944 1 ide_cd
ide_disk 18560 5
piix 11780 1
generic 5764 0
fbcon 41504 0
tileblit 3840 1 fbcon
font 9344 1 fbcon
bitblit 7168 1 fbcon
softcursor 3328 1 bitblit
vesafb 9244 0
capability 5896 0
commoncap 8704 1 capability

Revision history for this message
Cristian Aravena Romero (caravena) wrote :

Thanks for taking the time to report this bug. Unfortunately we can't fix it, because your description didn't include enough information.

Please include the information requested from https://wiki.ubuntu.com/DebuggingACPI as separate attachments.

Revision history for this message
Cristian Aravena Romero (caravena) wrote :

Change Status of Unconfirmed to Needs Info.

Changed in linux-source-2.6.17:
status: Unconfirmed → Needs Info
Revision history for this message
DrSpirograph (kubuntu-drspirograph) wrote :

Attaching my /var/log/kern.log
The section shows the output from a suspend, resume, reboot and insert the card.
I've marked the start of each action in the log file.
I also inserted the flash card after resuming but before rebooting, but you'll notice that the log does not record any activity for that.

Revision history for this message
DrSpirograph (kubuntu-drspirograph) wrote :

Output of lspci -vv

Revision history for this message
DrSpirograph (kubuntu-drspirograph) wrote :

Output of lspci -vvn

Revision history for this message
DrSpirograph (kubuntu-drspirograph) wrote :

Output of dmidecode

Revision history for this message
DrSpirograph (kubuntu-drspirograph) wrote :

Forgot to check the include attachment box for lspci -vvn

Also, uname -a gives
Linux serenity 2.6.17-11-generic #2 SMP Thu Feb 1 19:52:28 UTC 2007 i686 GNU/Linux

Changed in linux-source-2.6.17:
assignee: nobody → caravena
Revision history for this message
Cristian Aravena Romero (caravena) wrote :

* Change Assigned to ubuntu-kernel-team.

Changed in linux-source-2.6.17:
assignee: caravena → ubuntu-kernel-team
Revision history for this message
Duncan Lithgow (duncan-lithgow) wrote :

Hi, I've made a meta-bug to keep track of all these Texas Card Reader bugs - please help me by using it to close duplicates, and get new bugs to search for duplicates. The meta-bug is Bug #180076. This bug might be solved in the latest version - please try Ubuntu 7.10. Thanks.

Revision history for this message
Sergio Zanchetta (primes2h) wrote :

The 18 month support period for Edgy Eft 6.10 has reached it's end of life. As a result, we are closing the linux-source-2.6.17 Edgy Eft kernel task.

Changed in linux-source-2.6.17:
status: Incomplete → Invalid
Revision history for this message
Sergio Zanchetta (primes2h) wrote :

Hardy Heron 8.04 was recently released. It would be helpful if you could test the new release and verify if this is still an issue - http://www.ubuntu.com/getubuntu/download . You should be able to test your bug using the LiveCD. Please let us know your results. Thanks.

Changed in linux:
status: New → Incomplete
Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

The Ubuntu Kernel Team is planning to move to the 2.6.27 kernel for the upcoming Intrepid Ibex 8.10 release. As a result, the kernel team would appreciate it if you could please test this newer 2.6.27 Ubuntu kernel. There are one of two ways you should be able to test:

1) If you are comfortable installing packages on your own, the linux-image-2.6.27-* package is currently available for you to install and test.

--or--

2) The upcoming Alpha5 for Intrepid Ibex 8.10 will contain this newer 2.6.27 Ubuntu kernel. Alpha5 is set to be released Thursday Sept 4. Please watch http://www.ubuntu.com/testing for Alpha5 to be announced. You should then be able to test via a LiveCD.

Please let us know immediately if this newer 2.6.27 kernel resolves the bug reported here or if the issue remains. More importantly, please open a new bug report for each new bug/regression introduced by the 2.6.27 kernel and tag the bug report with 'linux-2.6.27'. Also, please specifically note if the issue does or does not appear in the 2.6.26 kernel. Thanks again, we really appreicate your help and feedback.

Revision history for this message
Jonathan Thomas (echidnaman) wrote :

We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status column, and change the Status back to "New". Thanks again!

Changed in linux:
status: Incomplete → Invalid
Revision history for this message
Launchpad Janitor (janitor) wrote : Kernel team bugs

Per a decision made by the Ubuntu Kernel Team, bugs will longer be assigned to the ubuntu-kernel-team in Launchpad as part of the bug triage process. The ubuntu-kernel-team is being unassigned from this bug report. Refer to https://wiki.ubuntu.com/KernelTeamBugPolicies for more information. Thanks.

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.