[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2008-03-15 Thread Justin Dugger
** Tags added: bitesize

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2008-02-11 Thread Vincenzo Ciancia
JJL: on which kernel version did you test the patch? Is it in gutsy or
hardy?

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2008-02-11 Thread JJL
I use Gutsy. For kernel sources, I just apt-get linux-source. I compiled
using kpkg, but just copy mmc_core.ko to
/lib/modules/2.6.22-14-generic/kernel/drivers/mmc/core/

$ uname -a
Linux meaban 2.6.22-14-generic #1 SMP Fri Feb 1 04:59:50 UTC 2008 i686 GNU/Linux

The mmc_core version is strange :
$ modinfo mmc_core
filename:   
/lib/modules/2.6.22-14-generic/kernel/drivers/mmc/core/mmc_core.ko
license:GPL
srcversion: 6422CCA8625E8ABC6A55E5D
depends:
vermagic:   2.6.22.9 SMP mod_unload 586

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2008-02-10 Thread JJL
I have a Toshiba u200-162 laptop with a TI card reader (id: 104c:803b) and the 
same problem as everyone.
So I applied the Mandriva patch, recompile mmc_core and replace the original 
one with mine. Now everything works fine with my SD card.

When a card is inserted, it appears in media:/ (with konqueror) I can mount it 
and I see :
$ lsmod |grep -E mmc|tifm
mmc_block  13444  0
tifm_7xx1   8832  0
tifm_core  11652  1 tifm_7xx1
mmc_core   28420  2 mmc_block,sdhci
$ dmesg
...
[   74.548000] mmcblk0: mmc0:cffc SD512 495488KiB
[   74.548000]  mmcblk0: p1
$ ls -l /dev/mmcblk0*
brw-rw 1 root plugdev 179, 0 2008-02-10 21:03 /dev/mmcblk0
brw-rw 1 root plugdev 179, 1 2008-02-10 21:03 /dev/mmcblk0p1

Well it seems to be resolved ! Hopes that will be included in next
kernel.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2008-02-08 Thread carvell
Mandriva were having exactly the same problem, a patch to fix it can be found 
here:
http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/updates/2008.0/kernel-2.6/current/PATCHES/patches/DB35_mmc_power_up_delay.patch?view=markuppathrev=114631

Hopefully the ubuntu team can add this patch to the next release..?

Mandriva discussion:
http://qa.mandriva.com/show_bug.cgi?id=35887

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2008-02-07 Thread Vincenzo Ciancia
I understand this is not a true solution, but

sudo modprobe -r sdhci  sleep 0.5  sudo rmmod mmc_block || sleep 0.5
 sudo modprobe sdhci

works for me in hardy. If I remove the card, I have to give the command
again but at least I can access my SD card.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2008-01-18 Thread charly4711
Dunno about the regression bit because I have just tested on this rather
new laptop with an edgy live cd and it did NOT work for me, either.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2008-01-12 Thread Krzysztof Wyszyński
'APIC error on CPU0: 40(40)' is caused by BIOS bug. Please upgrade BIOS
to the newest version and it will disappear. It has nothing to do with
SD card reader.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2008-01-12 Thread Paul Dufresne
Well, I am not an expert, but my understanding it that some IRQ stuff is handle 
by APIC and since initial bug description shows that 'pin D routed to IRQ19' 
then I would not say that it has *nothing* to do.
So I still would like to know if pci=routeirq helps, even if I agree I doubt 
so.

I agree that upgrading the BIOS would be a good idea.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2008-01-11 Thread Paul Dufresne
The dmesg log of Vincenzo (initial bug reporter) have this:
PCI: If a device doesn't work, try pci=routeirq.  If it helps, post a report
Vincenzo, have you tried that as a boot option?
I am totally unsure this is linked.

Wondering if others have also: 'APIC error on CPU0: 40(40)' like you.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2008-01-10 Thread charly4711
Tested with the live CD and still does not work. 
The live CD defaults to use of sdhci which does nothing with no output in 
/var/log/messages.
Manually unloading sdhci and loading tifm_core, tifm_sd, tifm_7xx1 yields the 
same both with card inserted or not while loading.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2008-01-09 Thread Paul Dufresne
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  The Hardy Heron Alpha series was recently released.
Alpha2 and subsequent releases contain an updated version of the kernel.
You can download and try the new Hardy Heron Alpha release from
http://cdimage.ubuntu.com/releases/hardy/ .  Please note that Alpha3
will be released within the next day or two so you many want to wait.
You should be able to then test the new kernel via the LiveCD.  If you
can, please verify if this bug still exists or not and report back your
results.  General information regarding the release can also be found
here: http://www.ubuntu.com/testing/ .  Thanks!

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2008-01-03 Thread Duncan Lithgow
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

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-12-30 Thread Id2ndR
I installed Hardy alpha 2 on my computer. The SD card reader IS working
again on it :).

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-12-30 Thread Id2ndR
I was wrong. It just worked one time, but I haven't reproduce it again.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-12-30 Thread Id2ndR
I finally found a way to get it working every time :
- Insert a SD card
- run this command : $ sudo modprobe -r sdhci  sleep 0.5  sudo rmmod 
mmc_block || sleep 0.5  sudo modprobe sdhci

This command works whether tifm_7xx1 and tifm_core modules are loaded or not.
The idea is quite the same that Krzysztof Wyszyński's one.

I'll try it on linux 2.6.22

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-12-18 Thread Jamin W. Collins
Would you be willing to do some stress testing with it?  Reboot the
laptop a few times, insert, unmount, remove, and re-insert the card to
check that it is routinely detected?  I've had no luck getting mine seen
all the time (it is rarely).

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-12-18 Thread Khalid Baheyeldin
I inserted it after a hibernate, it did not trigger a mount.

I removed it then inserted it again, and it did mount and open a window.

After trying a few times, it seems that the first one only is the
problem (not mounting), but subsequent ones work fine.

I did not reboot and try yet (too disruptive to my work).

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-12-16 Thread Khalid Baheyeldin
I have two quite similar Toshiba laptops, one on Kubuntu Feisty
(A100-TA6) and the other on Kubuntu Gutsy (A200-TR6).

On the Feisty one, SD cards work fine, and automatically gets mounts and
Konqueror will open a window for it. All I had to do in Feisty was to
either modprobe tifm_sd, or add it to /etc/modules.

On Gutsy, none of the above suggestions work. The kernel does detect the
insertion, but no device is associated with it, the card is not mounted.

As a side note, I am starting to get frustrated with breakage on
upgrades. This SD card is the third case. The first two were the slmodem
on the HDA audio device, and the second is an Intersil chipset Wireless
card. All of them worked on one release and did not work on the next.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-12-16 Thread Khalid Baheyeldin
I have an update on this issue.

The way I use the laptop is to hibernate it and then restart it. I
rarely reboot it. This is a Toshiba A200-TR6 with Gutsy on it.

So, I removed all the stuff I had before from the above trials, and only
had one change in /etc/modules, by adding the line tifm_sd to it.

And then I rebooted.

Now, when I insert an SD card, the partition is detected and Dolphin
launches automatically.

[ 1442.056000] tifm_core: MMC/SD card detected in socket 0:1
[ 1442.208000] mmcblk0: mmc1:b1c6 SU02G 1985024KiB
[ 1442.208000]  mmcblk0: p1

This is exactly the same way I had it working on Edgy and Feisty on the
other laptop (A100-TA6), as I described here last year.

http://baheyeldin.com/technology/linux/kubuntu-6-10-edgy-eft-on-a
-toshiba-laptop-satellite-a100-ta6.html

Not sure why it did not work earlier until I added the above line and
rebooted, but glad it does work now.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-11-27 Thread Jamin W. Collins
I'm seeing exactly the same bevhavior here. I have a Toshiba Tecra A5
and used an SD card to store my SSH and GPG keys.  Now, it's a crap
shoot as to whether the card will mount when inserted.  With the tifm
modules loaded it routinely fires off udev messages but rarely does a
device node actually get created.  If the node does get created it gets
mounted.  The disconnect appears to be between udev's notification of
the card insert and whatever is responsible for the actual device node
creation.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-11-06 Thread carvell
http://www.burningimage.net/sdcard.htm details how I managed to work
around the problem.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-11-06 Thread Krzysztof Wyszyński
The solution you've attached doesn't work for me. I tried the similar
script:

   #!/bin/bash

   while [ ! -e /dev/mmc* ]
   do
   modprobe -rf sdhci
   sleep 0.5
   modprobe -f  sdhci
   sleep 1
   done

some weeks before and it didn't work either. Loop-reloading sdhci module
makes the SD card LED turned on costantly and sometimes even hangs my
laptop. Unfortuantely, after several minutes of waiting, what is equal
to about a hundred sdhci module reloads, my card was still undetected. I
think I have to wait for more elegant and safe solution.

And by the way, my card reader is recognized as (Toshiba Tecra A8):
03:0b.3 Generic system peripheral [0805]: Texas Instruments PCIxx12 SDA 
Standard Compliant SD Host Controller

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-11-05 Thread carvell
I've got the same issue as the people above.

I can get an SD card detected and mounted using the exact algorithm in
comment #19 and as per comment #20, the tifm* are indeed useless.

My lspci:
03:06.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
03:06.3 Generic system peripheral [0805]: Texas Instruments PCIxx12 SDA 
Standard Compliant SD Host Controller

uname -a
Linux andylaptop 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 
GNU/Linux

Also note that I have also built vanilla kernel 2.6.24-rc1-git14,
exactly the same issue in that.  My laptop is a Toshiba Satellie Pro
A120, which is essentially the same as the Tecra A8 mentioned above.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-10-22 Thread Krzysztof Wyszyński
After some hours of testing, I think tah the problem is related to udev.
When I start one terminal I type:

sudo udevmonitor

and in the second one:

sudo modprobe mmc_block
sudo modprobe mmc_core
sudo rmmod sdhci

then udevmonitor says:

UDEV  [1193066226.837458] remove   /class/mmc_host/mmc0 (mmc_host)
UDEV  [1193066226.837487] remove   /bus/pci/drivers/sdhci (drivers)
UDEV  [1193066226.837500] remove   /module/sdhci (module)

Next I try to:

sudo modprobe sdhci

and udevmonitor says:

UDEV  [1193066281.343161] add  /module/sdhci (module)
UDEV  [1193066281.343189] add  /bus/pci/drivers/sdhci (drivers)
UDEV  [1193066281.343201] add  /class/mmc_host/mmc0 (mmc_host)

Nothing special. Now let's try to restart udev typing:

sudo /etc/init.d/udev restart

Udevmonitor produces a lot of output about reenabling some devices.
Again, nothing special. Now let's try to remove sdhci:

sudo rmmod sdhci

and insert it again:

sudo modprobe sdhci

And after some sdhci insertions/removals, suprisingly, udevmonitor says:

UEVENT[1193067609.739142] add  /module/sdhci (module)
UDEV  [1193067609.740053] add  /module/sdhci (module)
UEVENT[1193067609.741298] add  /bus/pci/drivers/sdhci (drivers)
UDEV  [1193067609.742317] add  /bus/pci/drivers/sdhci (drivers)
UEVENT[1193067609.743938] add  /class/mmc_host/mmc0 (mmc_host)
UDEV  [1193067609.746477] add  /class/mmc_host/mmc0 (mmc_host)
UEVENT[1193067609.841820] add  /class/mmc_host/mmc0/mmc0:1234 (mmc)
UEVENT[1193067609.844307] add  /block/mmcblk0 (block)
UEVENT[1193067609.844330] add  /block/mmcblk0/mmcblk0p1 (block)
UDEV  [1193067609.853536] add  /class/mmc_host/mmc0/mmc0:1234 (mmc)
UDEV  [1193067609.943687] add  /block/mmcblk0 (block)
UDEV  [1193067610.006325] add  /block/mmcblk0/mmcblk0p1 (block)

Voilà. The SD card is detected and Nautilus asks for importing photos.
Unfortunately, this process in unrepeatable :( Even the number of lines
generated by udevmonitor when inserting/removing sdhci is not the same.
After several (hundreds) of sdhci insertions/removals you may be able to
get your card recognized. Maybe this comment doesn't solve the problem
but now, at least, I have some algorithm to get my card recognized. It
may take a long time, but finally it works.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-10-22 Thread Krzysztof Wyszyński
I forgot to write that tifm* modules are completely useless. The card is
recognized (sometimes) using above algorithm even when they are not
loaded.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-10-13 Thread Krzysztof Wyszyński
The same problem in Toshiba Tecra A8-183. There is no difference if I
had only tifm* modules, sdhci module or both loaded. When I insert a SD
card into the reader, SD led blinks for a while and then nothing
happens. No new messages appear in logs at all. The interesting thing is
that it works out-of-the-box in OpenSuSE 10.2. It never worked in Feisty
and isn't working in Gutsy RC.

Interensting part of lspci is:
03:0b.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
03:0b.3 Generic system peripheral [0805]: Texas Instruments PCIxx12 SDA 
Standard Compliant SD Host Controller

uname -a:
Linux laptop 2.6.22-14-generic #1 SMP Wed Oct 10 06:00:47 GMT 2007 i686 
GNU/Linux

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-10-13 Thread Vincenzo Ciancia
What is the kernel version of opensuse 10.2? This is really relevant,
since it might indicate that it is an ubuntu-specific problem.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-10-13 Thread Krzysztof Wyszyński
I was using 64-bit version. OpenSuSE 10.2 is quite old (relased December
7th, 2006) and was shipped with 2.6.18 kernel. That's why I think, that
this SD card reader problems are Ubuntu specific. Moreover, I think that
the problem is _not_ kernel related.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-09-24 Thread Brian Murray
** Changed in: linux-source-2.6.22 (Ubuntu)
 Assignee: (unassigned) = Ubuntu Kernel Team (ubuntu-kernel-team)
   Status: Incomplete = Triaged

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-09-22 Thread Id2ndR
There should be a link with bug #55507

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-09-22 Thread Id2ndR
New logs, from daily livecd  20070921.1 :

When Ubuntu finished to start, both tifm_7xx1 and sdhci were loaded. I
wondered if there was a conflict between these so I tried to unload and
reload these as this (I put dmesg diff juste after):

[EMAIL PROTECTED]:~$ sudo rmmod tifm_7xx1 
Sep 22 13:48:13 ubuntu kernel: [  665.132000] ACPI: PCI interrupt for device 
:03:0b.2 disabled

[EMAIL PROTECTED]:~$ sudo modprobe tifm_7xx1
Sep 22 13:48:26 ubuntu kernel: [  678.304000] ACPI: PCI Interrupt 
:03:0b.2[D] - GSI 23 (level, low) - IRQ 19

[EMAIL PROTECTED]:~$ sudo rmmod tifm_7xx1
Sep 22 13:48:44 ubuntu kernel: [  696.012000] ACPI: PCI interrupt for device 
:03:0b.2 disabled

[EMAIL PROTECTED]:~$ sudo rmmod sdhci
Sep 22 13:48:50 ubuntu kernel: [  702.728000] ACPI: PCI interrupt for device 
:03:0b.3 disabled
Sep 22 13:48:50 ubuntu NetworkManager: debug [1190468930.992381] 
nm_hal_device_removed(): Device removed (hal udi is 
'/org/freedesktop/Hal/devices/pci_104c_803c_mmc_host'). 

[EMAIL PROTECTED]:~$ sudo modprobe tifm_7xx1
Sep 22 13:49:31 ubuntu kernel: [  743.06] ACPI: PCI Interrupt 
:03:0b.2[D] - GSI 23 (level, low) - IRQ 19

[EMAIL PROTECTED]:~$ sudo modprobe sdhci
Sep 22 13:49:57 ubuntu NetworkManager: debug [1190468997.798440] 
nm_hal_device_added(): New device added (hal udi is 
'/org/freedesktop/Hal/devices/pci_104c_803c_mmc_host'). 
Sep 22 13:49:58 ubuntu kernel: [  769.528000] sdhci: Secure Digital Host 
Controller Interface driver
Sep 22 13:49:58 ubuntu kernel: [  769.528000] sdhci: Copyright(c) Pierre Ossman
Sep 22 13:49:58 ubuntu kernel: [  769.528000] sdhci: SDHCI controller found at 
:03:0b.3 [104c:803c] (rev 0)
Sep 22 13:49:58 ubuntu kernel: [  769.528000] ACPI: PCI Interrupt 
:03:0b.3[D] - GSI 23 (level, low) - IRQ 19
Sep 22 13:49:58 ubuntu kernel: [  769.532000] mmc0: SDHCI at 0xffa06800 irq 19 
DMA

[EMAIL PROTECTED]:~$ sudo rmmod sdhci
Sep 22 13:50:35 ubuntu NetworkManager: debug [1190469035.579376] 
nm_hal_device_removed(): Device removed (hal udi is 
'/org/freedesktop/Hal/devices/pci_104c_803c_mmc_host'). 
Sep 22 13:50:36 ubuntu kernel: [  807.316000] ACPI: PCI interrupt for device 
:03:0b.3 disabled

[EMAIL PROTECTED]:~$ sudo rmmod tifm_7xx1
Sep 22 13:50:38 ubuntu kernel: [  810.364000] ACPI: PCI interrupt for device 
:03:0b.2 disabled

[EMAIL PROTECTED]:~$ sudo modprobe sdhci
Sep 22 13:50:40 ubuntu kernel: [  812.372000] sdhci: Secure Digital Host 
Controller Interface driver
Sep 22 13:50:40 ubuntu kernel: [  812.372000] sdhci: Copyright(c) Pierre Ossman
Sep 22 13:50:40 ubuntu kernel: [  812.38] sdhci: SDHCI controller found at 
:03:0b.3 [104c:803c] (rev 0)
Sep 22 13:50:40 ubuntu kernel: [  812.38] ACPI: PCI Interrupt 
:03:0b.3[D] - GSI 23 (level, low) - IRQ 19
Sep 22 13:50:40 ubuntu kernel: [  812.388000] mmc0: SDHCI at 0xffa06800 irq 19 
DMA
Sep 22 13:50:40 ubuntu NetworkManager: debug [1190469040.651918] 
nm_hal_device_added(): New device added (hal udi is 
'/org/freedesktop/Hal/devices/pci_104c_803c_mmc_host'). 


[EMAIL PROTECTED]:~$ modinfo tifm_7xx1 
filename:   /lib/modules/2.6.22-12-generic/kernel/drivers/misc/tifm_7xx1.ko
version:0.8
license:GPL
description:TI FlashMedia host driver
author: Alex Dubov
srcversion: BAF5B1E0DECC41E28D03554
alias:  pci:v104CdAC8Fsv*sd*bc*sc*i*
alias:  pci:v104Cd803Bsv*sd*bc*sc*i*
alias:  pci:v104Cd8033sv*sd*bc*sc*i*
depends:tifm_core
vermagic:   2.6.22-12-generic SMP mod_unload 586 
[EMAIL PROTECTED]:~$ modinfo sdhci 
filename:   /lib/modules/2.6.22-12-generic/kernel/drivers/mmc/host/sdhci.ko
license:GPL
description:Secure Digital Host Controller Interface driver
author: Pierre Ossman [EMAIL PROTECTED]
srcversion: 38A84BAB8CB69769289F0B7
alias:  pci:v*d*sv*sd*bc08sc05i*
alias:  pci:v1524d0751sv*sd*bc*sc*i*
alias:  pci:v1524d0750sv*sd*bc*sc*i*
alias:  pci:v1524d0551sv*sd*bc*sc*i*
alias:  pci:v1524d0550sv*sd*bc*sc*i*
alias:  pci:v104Cd8034sv*sd*bc*sc*i*
alias:  pci:v1180d0822sv*sd*bc*sc*i*
alias:  pci:v1180d0822sv1014sd*bc*sc*i*
depends:mmc_core
vermagic:   2.6.22-12-generic SMP mod_unload 586 
parm:   debug_nodma:Forcefully disable DMA transfers. (default 0) (uint)
parm:   debug_forcedma:Forcefully enable DMA transfers. (default 0) 
(uint)
parm:   debug_quirks:Force certain quirks. (uint)


At nearly each modprobe, I looked at a new /dev/mm* block, but there wasn't 
any. (An sd card was present)

I still don't understand well what module should create the block in
/dev. Maybe we need to see how it works for those who may have it
working.

** Attachment added: lshal output
   http://launchpadlibrarian.net/9463454/lshal

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working 

[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-09-22 Thread Richard Laager
I'm seeing basically the same thing in Gutsy when trying to use an xD card. I 
get the following message if I insert the card (and the led on the card reader 
blinks very quickly once):
[53603.532000] tifm_core: SmartMedia/xD card detected in socket 0:0


Removing and re-probing the tifm_7xx1 module gives me this:
[53732.976000] ACPI: PCI interrupt for device :08:06.2 disabled
[53745.76] ACPI: PCI Interrupt :08:06.2[C] - GSI 22 (level, low) - 
IRQ 22

Then I get the same message if I re-insert the card:
[53754.804000] tifm_core: SmartMedia/xD card detected in socket 0:0

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-09-21 Thread Vincenzo Ciancia
I don't think we have means to provide more information, perhaps we
could start by confirming the bug, so that a developer could ask more
precise ways to debug the module? I can insert debug printk() in the
module if needed but need to know what to debug exactly, since I don't
know how kernel modules work.

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-09-16 Thread Vincenzo Ciancia
I attach the file. I also tried to remove and insert back again the sd
card, and there is no difference at all in the new log so I don't attach
that one. I finally noticed that there is no tifm_sd module loaded. I
inserted it but nothing changed, then I removed and inserted card again,
and again nothing changed in the logs. In any case, inserting and
removing the SD card makes the reader led blink once.

** Attachment added: Diff between dmesg before and after inserting tifm_7xx1 
module
   http://launchpadlibrarian.net/9293327/output

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-09-16 Thread Id2ndR
Same for me. I can add that the led blinking is very very short. I don't
know if it's mechanical but I'm not sure at all that the kernel is
informed of an sd card presence (adding the fact that there is nothing
more in kernel's outputs).

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-09-15 Thread Henrik Nilsen Omma
Hi, thanks for separating this out into a new bug. Could you please
attach the information requested in
https://wiki.ubuntu.com/KernelTeamBugPolicies ?

I appreciate that you do not see anything relevant in the dmesg logs but
there may be contextual information useful to the developers there.
Thanks!

** Changed in: linux-source-2.6.22 (Ubuntu)
   Importance: Undecided = Low
   Status: New = Incomplete

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-09-15 Thread Vincenzo Ciancia

** Attachment added: dmesg output
   http://launchpadlibrarian.net/9289220/dmesg.log

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-09-15 Thread Vincenzo Ciancia

** Attachment added: loaded modules
   http://launchpadlibrarian.net/9289221/lsmod.log

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-09-15 Thread Vincenzo Ciancia

** Attachment added: lspci -vvnn output
   http://launchpadlibrarian.net/9289222/lspci-vvnn.log

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-09-15 Thread Vincenzo Ciancia

** Attachment added: syslog
   http://launchpadlibrarian.net/9289227/syslog

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-09-15 Thread Vincenzo Ciancia

** Attachment added: version.log
   http://launchpadlibrarian.net/9289229/version.log

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-09-15 Thread Vincenzo Ciancia

** Attachment added: uname-a.log
   http://launchpadlibrarian.net/9289228/uname-a.log

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-09-15 Thread Matthew Garrett
Please try the following:

dmesg /tmp/before
sudo rmmod tifm_7xx1
sudo modprobe tifm_7xx1
dmesg /tmp/after
diff -u /tmp/before /tmp/after /tmp/output

and attach the /tmp/output file

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137686] Re: [gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd module not working and not producing any message in logs

2007-09-06 Thread Id2ndR
Same for me. See
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/53923/comments/184

-- 
[gutsy] [regression] (regression from edgy to feisty and to gutsy) tifm_sd 
module not working and not producing any message in logs
https://bugs.launchpad.net/bugs/137686
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs