[Bug 30335] Re: mmc subsystem needs MODALIAS love

2009-05-07 Thread Sergio Zanchetta
The 18 month support period for Edgy Eft 6.10 has reached its end of life 
several months ago.
As a result, we are closing the linux-source-2.6.17 task.


** Changed in: linux-source-2.6.17 (Ubuntu)
   Status: Fix Committed => Won't Fix

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 30335] Re: mmc subsystem needs MODALIAS love

2009-03-11 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 2.6.28-9.31

---
linux (2.6.28-9.31) jaunty; urgency=low

  [ Andy Whitcroft ]

  * SAUCE: cpufreq-nforce2: probe failures are not errors
- LP: #332170
  * SAUCE: mmc: add MODALIAS linkage for MMC/SD devices
- LP: #30335
  * remove test-suspend script
- LP: #333856

  [ Kees Cook ]

  * handle relative paths in modules.dep
Fixes 2.6.28-9.30 FTBS.

  [ Upstream Kernel Changes ]

  * ricoh_mmc: Handle newer models of Ricoh controllers

 -- Tim GardnerWed, 11 Mar 2009 08:19:24
-0600

** Changed in: linux (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 30335] Re: mmc subsystem needs MODALIAS love

2009-03-10 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Committed

** Changed in: linux-source-2.6.17 (Ubuntu)
   Status: Won't Fix => Fix Committed

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 30335] Re: mmc subsystem needs MODALIAS love

2009-03-10 Thread Andy Whitcroft
After several iterations these are accepted upstream and merging in
2.6.30.  Will commit these to Jaunty too.

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 30335] Re: mmc subsystem needs MODALIAS love

2009-01-20 Thread Andy Whitcroft
Produced patches to add modaliases between the MMC driver and mmc-block.
Pushed these upstream.  In discussions with upstream on the correct
format.  Patches sucked up into -mm for testing.

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 30335] Re: mmc subsystem needs MODALIAS love

2009-01-06 Thread Scott James Remnant
On Mon, 2009-01-05 at 18:12 +, Andy Whitcroft wrote:

> As it was loaded on detection of the media I assume this was loaded by
> udev?  Do you have an example where it does not work this way?
> 
Right, udev has to have a rule dedicated to just loading this one
module:

SUBSYSTEM=="mmc", RUN+="/sbin/modprobe -Qba mmc-block"


This is a bug.

Scott
-- 
Scott James Remnant
sc...@canonical.com

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 30335] Re: mmc subsystem needs MODALIAS love

2009-01-05 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
 Assignee: Ben Collins (ben-collins) => Andy Whitcroft (apw)
   Status: Confirmed => In Progress

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 30335] Re: mmc subsystem needs MODALIAS love

2009-01-05 Thread Andy Whitcroft
I am expecting the mmc-block module to get slurped up as a dependancy on
any interface specific module which is loaded.  Looking at my laptop I
seem to have an MMC slot so I am able to test it.

$ lsmod | grep mmc
mmc_core   67296  1 sdhci
ricoh_mmc  12672  0 
$

Shoved in an SD card:

[289098.924301] mmc0: new SD card at address e624
[289099.085615] mmcblk0: mmc0:e624 SD01G 992000KiB 
[289099.086534]  mmcblk0: p1

and now:

$ lsmod | grep mmc
mmc_block  19720  2 
mmc_core   67296  2 mmc_block,sdhci
ricoh_mmc  12672  0 
$ 

As it was loaded on detection of the media I assume this was loaded by
udev?  Do you have an example where it does not work this way?

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 30335] Re: mmc subsystem needs MODALIAS love

2008-12-18 Thread Scott James Remnant
On Thu, 2008-12-18 at 13:07 +, Andy Whitcroft wrote:

> On Wed, Dec 17, 2008 at 04:49:27PM -, Scott James Remnant wrote:
> > On Wed, 2008-12-17 at 16:20 +, Andy Whitcroft wrote:
> > 
> > > We seem to have a number of aliases for some mmc devices now.  Do you
> > > have specific aliases in mind which are missing?
> > > 
> > We do?
> > 
> > Could you paste some examples?
> 
> We have some pci related aliases:
> 
> modules.alias:alias pci:v1180d0843sv*sd*bc*sc*i* ricoh_mmc
> [...]
> modules.alias:alias pci:v104CdAC8Fsv*sd*bc*sc*i* tifm_7xx1
> modules.alias:alias pci:v104Cd803Bsv*sd*bc*sc*i* tifm_7xx1
> modules.alias:alias pci:v104Cd8033sv*sd*bc*sc*i* tifm_7xx1
> 
> as well as a slew of symbol related aliases.  I am assuming you have
> some specific aliases in mind?
> 
An alias on the mmc-block module to make it be loaded automatically?

Scott
-- 
Scott James Remnant
sc...@canonical.com

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 30335] Re: mmc subsystem needs MODALIAS love

2008-12-18 Thread Andy Whitcroft
On Wed, Dec 17, 2008 at 04:49:27PM -, Scott James Remnant wrote:
> On Wed, 2008-12-17 at 16:20 +, Andy Whitcroft wrote:
> 
> > We seem to have a number of aliases for some mmc devices now.  Do you
> > have specific aliases in mind which are missing?
> > 
> We do?
> 
> Could you paste some examples?

We have some pci related aliases:

modules.alias:alias pci:v1180d0843sv*sd*bc*sc*i* ricoh_mmc
[...]
modules.alias:alias pci:v104CdAC8Fsv*sd*bc*sc*i* tifm_7xx1
modules.alias:alias pci:v104Cd803Bsv*sd*bc*sc*i* tifm_7xx1
modules.alias:alias pci:v104Cd8033sv*sd*bc*sc*i* tifm_7xx1

as well as a slew of symbol related aliases.  I am assuming you have
some specific aliases in mind?

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 30335] Re: mmc subsystem needs MODALIAS love

2008-12-17 Thread Scott James Remnant
On Wed, 2008-12-17 at 16:20 +, Andy Whitcroft wrote:

> We seem to have a number of aliases for some mmc devices now.  Do you
> have specific aliases in mind which are missing?
> 
We do?

Could you paste some examples?

Scott
-- 
Scott James Remnant
sc...@canonical.com

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 30335] Re: mmc subsystem needs MODALIAS love

2008-12-17 Thread Andy Whitcroft
We seem to have a number of aliases for some mmc devices now.  Do you
have specific aliases in mind which are missing?

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 30335] Re: mmc subsystem needs MODALIAS love

2008-09-24 Thread Scott James Remnant
The 2.6.27 kernel still has no MODALIAS love for mmc

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 30335] Re: mmc subsystem needs MODALIAS love

2008-08-28 Thread Leann Ogasawara
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.

** Tags added: cft-2.6.27

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 30335] Re: mmc subsystem needs MODALIAS love

2008-06-02 Thread Scott James Remnant
Yes, this is still an issue.

The MMC subsystem still has no modaliases for its modules

** Changed in: linux (Ubuntu)
Sourcepackagename: linux-source-2.6.22 => linux

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 30335] Re: mmc subsystem needs MODALIAS love

2008-05-04 Thread Sebastian Rode
** Changed in: linux-source-2.6.17 (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 30335] Re: mmc subsystem needs MODALIAS love

2007-12-08 Thread Scott James Remnant
** Changed in: linux-source-2.6.22 (Ubuntu)
Sourcepackagename: linux-source-2.6.15 => linux-source-2.6.22

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 30335] Re: mmc subsystem needs MODALIAS love

2007-12-07 Thread Sebastian Rode
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering is this still an issue
for you? Can you try with latest updates or the Ubuntu release? Thanks
in advance.

** Changed in: linux-source-2.6.17 (Ubuntu)
   Status: New => Incomplete

-- 
mmc subsystem needs MODALIAS love
https://bugs.launchpad.net/bugs/30335
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 30335] Re: mmc subsystem needs MODALIAS love

2006-09-19 Thread ChuckShort
I wouldn't mind taking a crack at this.

chuck

-- 
mmc subsystem needs MODALIAS love
https://launchpad.net/bugs/30335

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


[Bug 30335] Re: mmc subsystem needs MODALIAS love

2006-09-19 Thread Scott James Remnant
We now have another example of why this is needed, bug #55539 is an SD
card that is exposed through the MMC subsystem but needs a different set
of drivers (tifm_*)

Without MODALIAS, we can't do this

** Also affects: linux-source-2.6.17 (Ubuntu)
   Importance: Untriaged
   Status: Unconfirmed

** Bug 55539 has been marked a duplicate of this bug

-- 
mmc subsystem needs MODALIAS love
https://launchpad.net/bugs/30335

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