[Bug 91429] Re: tifm sd card reader does not mount

2007-04-18 Thread Phillip Lougher
Automounting was broken by an update to the mmc-core, which didn't work correctly with hald. This has been fixed in the latest kernels. ** Changed in: linux-source-2.6.20 (Ubuntu) Status: Confirmed = Fix Released -- tifm sd card reader does not mount

[Bug 91429] Re: tifm sd card reader does not mount

2007-04-13 Thread Matheus Pacheco de Andrade
My internal SD reader gives the lspci as: 06:04.2 Generic system peripheral [0805]: O2 Micro, Inc. Integrated MMC/SD Controller (rev 01) 06:04.3 Mass storage controller: O2 Micro, Inc. Integrated MS/xD Controller (rev 01) It needed tifm_sd to be called manually and SD to be mounted manually. It

[Bug 91429] Re: tifm sd card reader does not mount

2007-04-10 Thread Andrew Waldram
the initial fix for this is to compile .8 of the tifm driver modules as (stated by the tifm developer) the stock kernel modules are buggy. unfortunately ubuntu kernel headers are missing protocol.h from includes/linux/mmc also the kernel sources are too old to compile against cleanly (2.6.20.4 Vs

[Bug 91429] Re: tifm sd card reader does not mount

2007-04-10 Thread Phillip Lougher
As noted in bug 82680, the Feisty kernel has been updated to the .8 release of the driver. This fixed most problems raised, but unfortunately, not all problems. -- tifm sd card reader does not mount https://bugs.launchpad.net/bugs/91429 You received this bug notification because you are a

[Bug 91429] Re: tifm sd card reader does not mount

2007-03-28 Thread Scott James Remnant
** Changed in: linux-source-2.6.20 (Ubuntu) Sourcepackagename: module-init-tools = linux-source-2.6.20 -- tifm sd card reader does not mount https://launchpad.net/bugs/91429 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 91429] Re: tifm sd card reader does not mount

2007-03-28 Thread Ben Collins
Udev maybe? ** Changed in: udev (Ubuntu) Sourcepackagename: linux-source-2.6.20 = udev -- tifm sd card reader does not mount https://launchpad.net/bugs/91429 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 91429] Re: tifm sd card reader does not mount

2007-03-28 Thread Phillip Lougher
This looks like a problem with the tifm_7xx1 driver. This isn't a kernel/udev initialisation problem, the setpci hack sudo setpci -s busid 4c.b=0x02 Sets the physical pins of the MMC card slot to the Secure Digital Host Controller Interface supported by the sdhci driver. This works because

[Bug 91429] Re: tifm sd card reader does not mount

2007-03-28 Thread Phillip Lougher
It's worth mentioning that not all TI MMC chipsets have the sdhci capability. Therefore the setpci hack is not guaranteed to work in all cases. -- tifm sd card reader does not mount https://launchpad.net/bugs/91429 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 91429] Re: tifm sd card reader does not mount

2007-03-11 Thread Curtis Hovey
This is a kernel/initialization problem. $ sudo setpci -s busid 4c.b=0x02 enabled the card reader for me. This issue relates to https://blueprints.beta.launchpad.net/ubuntu/+spec/enable-ti-card-reader -- tifm sd card reader does not mount https://launchpad.net/bugs/91429 -- ubuntu-bugs

[Bug 91429] Re: tifm sd card reader does not mount

2007-03-11 Thread Curtis Hovey
re-assigned to module-init-tools. This may be an initscripts issue. In general something need to wire the device to the driver like: BUSID=`lspci | sed -e '/Texas Instruments.*FlashMedia/!D; s/ .*//;'` setpci -s ${BUSID} 4c.b=0x02 ** Changed in: module-init-tools (Ubuntu) Sourcepackagename: hal