The bug task for the somerville project has been removed by an automated
script. This bug has been cloned on that project and is available here:
https://bugs.launchpad.net/bugs/1305865
** No longer affects: somerville
--
You received this bug notification because you are a member of Ubuntu
Bugs
** Changed in: somerville
Importance: Undecided => Wishlist
** Changed in: somerville
Status: New => Won't Fix
** Changed in: somerville
Assignee: (unassigned) => Maxim Levitsky (maximlevitsky)
** No longer affects: dell
--
You received this bug notification because you are a me
This bug has been reported on the Ubuntu laptop testing tracker.
A list of all reports related to this bug can be found here:
http://laptop.qa.ubuntu.com/qatracker/reports/bugs/202490
** Tags added: laptop-testing
--
You received this bug notification because you are a member of Ubuntu
Bugs, wh
** This bug is no longer a duplicate of bug 1066375
1180:0822 smart card reader Ricoh Co Ltd RL5c476 II not working
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/202490
Title:
[Feature Request] P
*** This bug is a duplicate of bug 1066375 ***
https://bugs.launchpad.net/bugs/1066375
** This bug is no longer a duplicate of bug 111089
Ricoh R5C822 - MMC cards not detected in built-in memory card reader
** This bug has been marked a duplicate of bug 1066375
1180:0822 smart card reade
*** This bug is a duplicate of bug 111089 ***
https://bugs.launchpad.net/bugs/111089
> On Sun, 2010-05-23 at 18:27 +, Ayrton Araujo wrote:
>> ayrton ~ $ -> lspci | grep JMicron
>> 04:00.0 System peripheral: JMicron Technology Corp. SD/MMC Host Controller
>> 04:00.2 SD Host controller: JMic
*** This bug is a duplicate of bug 111089 ***
https://bugs.launchpad.net/bugs/111089
maxim, could you tell when your driver is going to be included in main
stream linux kernel?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https
*** This bug is a duplicate of bug 111089 ***
https://bugs.launchpad.net/bugs/111089
** This bug has been marked a duplicate of bug 111089
Ricoh R5C822 - MMC cards not detected in built-in memory card reader
* You can subscribe to bug 111089 by following this link:
https://bugs.launchpad.
** Changed in: udev (Ubuntu)
Status: New => Fix Released
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
@Roman Krylov, note that you can use sm_ftl too.
ssfdc is read only driver. Very safe though.
sm_ftl is read/write driver. It works ok here. It is of course (as
anything that is RW) a bit less safe.
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/
Tested my xd ricoh reader with 2.6.35 mainline - had to modprobe ssfdc
it manually since I did not find udev rule in the package for it. Found
a rule for sm_ftl only. It works now, thank you so much!
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/
This udev patch is now included in udev-158.
I hope maveric will use it.
The only thing that isn't 'working' yet, (and you probably noticed it)
is that xD card isn't automounted.
This is partially thanks to this piece of hardcoded code (devicekit and
its friends are full of this junk):
You don't need it.
As you probably already know my driver consists on 2 parts, a lowlevel driver
r852, and it is loaded automatically,
and high-level sm_ftl which implements wear leveling according to xD standard.
The problem is that sm_ftl isn't loaded automatically.
(In the package I provided,
I tried to patch with patch -p0 < filename
In which folder is necessary to put the patch file?
On Wed, Jun 23, 2010 at 6:31 PM, Maxim Levitsky
wrote:
> This patch adds the udev rule to load my driver automatically.
> It was posted on linux-hotp...@vger, but no reaction yet.
>
>
> It is still not
This patch adds the udev rule to load my driver automatically.
It was posted on linux-hotp...@vger, but no reaction yet.
It is still not enough for out of box experience.
Another rule for udisk in needed.
** Attachment added: "[PATCH]_Add_autodetection_for_xD_cards"
http://launchpadlibrarian
** Also affects: udev (Ubuntu)
Importance: Undecided
Status: New
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
u
Just note that 'Fix isn't yet fully released'
That is driver won't load automatically, so you need the udev rule that
I have in my package.
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you
This bug was fixed in the package linux - 2.6.35-3.4
---
linux (2.6.35-3.4) maverick; urgency=low
[ Andy Whitcroft ]
* debian -- ensure the version number is clean
[ Henrik Rydberg ]
* [Upstream] Introduce MT event slots (rev 5)
* [Upstream] Document the MT event slot pro
@Misosofus, I didn't understand what you mean.
The modified sdhci driver I just published allows you to use mmc cards without
ricoh_mmc.
It just uses it the same way windows does
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You rec
What if we installed previous version? Can we just run this script, or we
need to whitelist the mmc kernel module?
Thank you.
On Sat, Jun 12, 2010 at 12:55 AM, Maxim Levitsky wrote:
> ** Description changed:
>
> *** NOTE: this is a *wishlist* item - a request for new functionality.
> At prese
** Description changed:
*** NOTE: this is a *wishlist* item - a request for new functionality.
At present, and perhaps forever, xD support on linux is extremely
limited. This issue is a request to have xD support added for a
specific, and somewhat popular, chipset. Please do not add "me,
** Changed in: linux (Ubuntu)
Status: Confirmed => Fix Committed
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubun
This is updated backport of mmc subsystem.
Not only this version binds and works correctly with mmc cards without
need of mmc disabler, but it also contains a fix for hangs on
suspend/resume. Now you can suspend and resume the system with the card
normally.
** Attachment added: "V2 of the backpo
Maxim, thank you for all your work and your attention to this thread and the
people waiting for this feature.
On Thu, Jun 3, 2010 at 6:13 PM, Maxim Levitsky
wrote:
> Due to unexpected turn of events (sometimes it pays to ask a question) I
> was told that mmc controller that ricoh-mmc disables in
Due to unexpected turn of events (sometimes it pays to ask a question) I
was told that mmc controller that ricoh-mmc disables in fact is almost
standard sdhci controller.
Therefore I patched the sdhci kernel driver and now it binds to both
sdhci and mmc devices and therefore allows you to use sd,s
On Sun, 2010-05-23 at 18:27 +, Ayrton Araujo wrote:
> ayrton ~ $ -> lspci | grep JMicron
> 04:00.0 System peripheral: JMicron Technology Corp. SD/MMC Host Controller
> 04:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host
> Controller
> 04:00.3 System peripheral: JMicron Techno
ayrton ~ $ -> lspci | grep JMicron
04:00.0 System peripheral: JMicron Technology Corp. SD/MMC Host Controller
04:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host Controller
04:00.3 System peripheral: JMicron Technology Corp. MS Host Controller
04:00.4 System peripheral: JMicron Te
we figured out what problem was, and I want to repeat to *anyone* here
listening:
If you have kernel below 2.6.34, you need to:
Unload and blacklist ricoh_mmc module.
To do so:
sudo modprobe -r ricoh_mmc
and then add
blacklist ricoh_mmc to
/etc/modprobe.d/blacklist.conf
This will make it impo
@Misosofos could you explain why?
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lis
It doesn't work :(
** Changed in: linux (Ubuntu)
Assignee: Maxim Levitsky (maximlevitsky) => Misosofos (misosofos)
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubun
@Maxim
Best to wait to close. What you wan to ensure is once the 2.6.35
kernel is pulled in for 10.10 that the kernel config option to enable the
driver is enabled.
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You rece
Now the driver is committed upstream to what will became 2.6.35
Since ubuntu 10.10 is will be based on this kernel, I guess soon I could close
this bug
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification
> I'll try to get my hands on an Olympus camera, and make sure that it
is happy with media processed by them.
Worked perfectly. I spent the past week diving with Olympus loaner
cameras, and the driver worked fine with the older models that still
used xD media.
Thanks for the effort, Maxim! I kn
@jerzy
24 and 32 bit depths are exactly the same
The icons I created are SVG, and the suffix is its recommended size, not bit
depth.
(SVG is supposed to be scalable, but in practicable, its not)
I think you just use non default icon theme.
But anyway this is really minor issue.
Thanks for t
I use 24 bit color depth, and can't use 32 because I have graphics card
Intel X3100 (GM965) and default ubuntu driver doesn't support such
depth. Probably that is why I hadn't seen the icon.
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/2024
I did make install during installation. I checked icons directory
/usr/share/... File with picture is present, I checked also udev rules
wich also exist in /lib/udev/rules.d. It helped to copy icon to ~/.icons
directory.
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https
Maybe you can even put it in ~/.icons
But don't forget to remove -16 -32 or -48 suffix from the icon
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is s
@jerzy. you probably use different icon style that default?
I also use lucid.
If you didn't do make install, you should copy udev rule I provided to
/lib/udev/rules.d
It should then make udisk ask for 'gnome-dev-media-xd',which I provide.
I put the icon in '/usr/share/icons/Humanity/devices/16',
I managed to start your driver under Lucid, I replaced original "nand_ecc.ko",
"nand_ids.ko", "nand.ko", "mtd_blkdevs.ko"
"mtdblock.ko", "mtd.ko", "ssfdc.ko" with compiled from your package. Of course
I'd done back up original files. After reboting system everything works
perfectly. I don't see
Hello Maxim.
Yes, it works like a charm within Gnome and using 2.6.31-21.
Two days ago I tried it without nautilus and gvfs (I use Ion3 on daily
basis), I got some errors but now I see that gnome manages just fine.
Anyway, thanks very much, it's up and running !
2010/4/19, Maxim Levitsky :
> Can
Can I kindly ask you to test latest version?
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu
An update for that fixes the above bug (should :-) )
** Attachment added: "ricoh_xd_3.tar.bz2"
http://launchpadlibrarian.net/44373795/ricoh_xd_3.tar.bz2
** Description changed:
*** NOTE: this is a *wishlist* item - a request for new functionality.
At present, and perhaps forever, xD suppo
@Wojciech Aniszewski
Thanks for testing.
Well you found first bug.
My driver thinks that your card is 4 MB SmartMedia card (this was predecessor
of xD),
But it shares same ID with your card.
For now, find file sm_common.c
and delete line
{"SmartMedia 4MiB 3,3V ROM",0xd5, 512, 4, 0
Sorry, I couldn't join the channel back then.
I'll be happy to try later, will look for you.
When I put the card out and in:
(code 1)
$dmesg
[...]
[73418.876071] r852: card removed
[74172.784059] r852: detected xD writeable card in slot
[74173.088094] NAND device: Manufacturer ID: 0x98, Chip ID
** Description changed:
*** NOTE: this is a *wishlist* item - a request for new functionality.
At present, and perhaps forever, xD support on linux is extremely
limited. This issue is a request to have xD support added for a
specific, and somewhat popular, chipset. Please do not add "me,
@Wojciech Aniszewski
Thank you very much for testing.
First of all, try to remove and add the card.
I have seen that nand core very rarely doesn't detect it.
Then try to load the drivers with debug=1 (both r582 and sm_ftl support it)
And then see what you get in the logs.
What xD card you use?
(
@Maxim.
Both r852 and sml_ftl are present (i see them in lsmod).
Nevertheless, /dev/smblka you mentioned does not exist.
@Jerone.
I did that, no effect.
Regards
2010/4/14, Maxim Levitsky :
> @Wojciech Aniszewski
>
> my driver consists of two parts, r852, the lowlevel driver,
> and sm_ftl the hig
@Wojciech Aniszewski
my driver consists of two parts, r852, the lowlevel driver,
and sm_ftl the high level driver that provides xD compatable FTL.
The udev rule I gave should load the sm_ftl after a card is detected by r852.
If its isn't loaded "lsmod | grep sm_ftl"
try to load sm_ftl manually
@Wojciech
This sounds a lot like the udev with hdparm. Try removing file
/lib/udev/rules.d/85-hdparm (place it somewhere else). Reboot and see if it
works?
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received thi
Hi Maxim,
I tested the driver in 2.6.31-21, seems to work, i.e. dmesg is giving
reasonable output when I plug an XD card in. But I cannot mount it :)
I seem to not know which device it is. Do you mind hinting me what
should I put into /etc/fstab?
Thanks for all your work.
wojtek
2010/4/12, Noel J
@Maxim,
> Here is ported version to 2.6.32
My apologies for not getting to it sooner. I actually hadn't seen the
e-mail notice when you posted the code. I've built and tested your
driver on Lucid, and it seems to work fine. :-) I'll try to get my
hands on an Olympus camera, and make sure that
@jerzy
I can't be online at Monday due to studies.
I am on freenode and oftc.
Best for this is #mtd on oftc.net
There is some conflict in loading the modules.
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug noti
@Maxim
I could on Monday, just tell what channel and what time
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs m
@jerzy, can you join some irc channel?
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@
I did what you said, your version of nand is loaded:
je...@laptop:~$ modinfo nand
filename: /lib/modules/2.6.31-21-generic/extra/nand/nand.ko
description:Generic NAND flash driver code
author: Steven J. Hill , Thomas Gleixner
license:GPL
srcversion: 361572BB0B1AECACD
I mean again that you need to remove/move the
'/lib/modules/2.6.31-21-generic/kernel/drivers/mtd'
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subs
@jerzy
Then modprobe still tries to use ubuntu's mtd drivers.
Do you have '/lib/modules/2.6.31-21-generic/extra' with drivers inside?
If so, you might remove, or move it to some other place the
'/lib/modules/2.6.31-21-generic/kernel/drivers/mtd'
And then run 'depmod -a' (with sudo of course)
Th
je...@laptop: ~je...@laptop:~$ modinfo nand
filename: /lib/modules/2.6.31-21-generic/kernel/drivers/mtd/nand/nand.ko
description:Generic NAND flash driver code
author: Steven J. Hill , Thomas Gleixner
license:GPL
srcversion: AC46E9FAAC09EEFF7E2EF35
depends:na
Please give output of
modinfo nand
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lis
@jerzy
Lucid won't help you here, you seem to be unable to load my driver
(actually a set of modules, three mine, rest from mtd subsystem), and it
seems not to work.
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug
Well, I tried 'depmod -a, and i load manually 'nand' module situation without
change.
I'll try to use your driver on ubuntu lucid when it'll be stable.
greetings
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug no
@jerzy, these error messages are nothing to worry about, just missing
casts between const and non-const variables. It only happens on 2.6.32
I think I know what was going on.
Please run 'depmod -a', and then try to load the module again.
I would suggest you to read some HOWTOs on how to load and
Changing status to WontFix in the Dell project.
** Changed in: dell
Status: Triaged => Won't Fix
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which i
I noticed following error during compilation, maybe it's responsible for
above:
/home/compilacja/xd/mtdcore.c:274: warning: initialization from incompatible
pointer type
CC [M] /home/compilacja/xd/mtdsuper.o
CC [M] /home/compilacja/xd/mtdbdi.o
CC [M] /home/compilacja/xd/mtdpart.o
LD [
This kernel was installed from ubuntu 9.10 repository, during upgrade
system.
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
Is this stock ubuntu kernel?
If not, please make sure that mtd subsystem isn't compiled in the
kernel.
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is
I tried to add your driver to kernel 2.6.31.21 and after sudo make load I got
following message:
r...@laptop:/home/compilacja/xd# sudo make load
modprobe r852
FATAL: Error inserting r852
(/lib/modules/2.6.31-21-generic/extra/nand/r852.ko): Unknown symbol in module,
or unknown parameter (see dme
Now I ported & tested the driver on 2.6.31 (9.10 kernel)
This package should work on all kernels from 2.6.31
Note that before you load that driver, you need to unload 'ricoh-mmc' driver,
because it conflicts with this driver.
Proper fix included in 2.6.34, and to apply the fix to older kernel, y
Here is ported version to 2.6.32.
Tested on ubuntu lucid kernel.
This package includes my driver and minimal mtd subsystem.
Just download it, do
make
sudo make install
sudo make load
I also included in that package a nice icon for xD cards, and udev rule to make
them work better with devicekit
@Noel J. Bergman. Fair enough. I should have done that aready.
@Khairul Aizat Kamarudzzaman: I guess so.
The git tree that contains all my patches and will be merged in next
kernel is at
http://git.infradead.org/mtd-2.6.git
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
@maxim .. recompile kernel ?
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
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.ubun
@Maxim,
"Folks, anybody tested my driver?" A month ago you indicated that "I
will backport it to 2.6.32 too soon." Did you? If so, where?
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you
@Khairul Aizat Kamarudzzaman
You don't need my driver for mmc cards.
You need to load ricoh-mmc module to enable mmc cards via standard SDHCI
controller.
If you need to read xD card, then you need my driver.
Folks, anybody tested my driver?
About upstream inclusion, my driver didn't make in 2.
any good result in lucid ? still waiting for the driver ... MMC still
not working in my Thinkpad T61 using Lucid ..
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bu
@Chase Douglas this isn't going to be accepted to -stable tree.
I do a lot of changes to existing subsystem (mtd) to fix bugs and make
it work with xD readers.
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notif
@Maxim Levitsky:
Just so you are aware, we generally prefer changes to come into Ubuntu
through the linux-2.6-stable kernel tree. If you are aiming to get the
driver into Lucid, I suggest creating a series of patches against the
current linux-2.6.32.y branch of the -stable tree. If your modificati
I of course mean memstick driver for ricoh device, Alex did write a
memstick driver for jmicron device and it is merged upstream.
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a memb
This driver was just merged to linux-mtd tree, and soon will be merged
upstream, and will appear in 2.6.34
I will backport it to 2.6.32 too soon.
As for creating ppa, I guess I won't have time for that, I soon will be
very busy.
The memstick driver I am creating passed first milestone of 'readin
** Tags added: patch
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
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
h
i'm wanna have debian for sharing with my friends in my campus
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs m
Maxim, I have an xD card, so if you can support Lucid with this (I won't
ask you to go back to Karmic), I'll be happy to test.
And, yes, I suppose I can try it against the mainline kernel from
http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=M;O=D.
Have you considered providing a PPA for testing?
Hello, how do i install that driver? thanks.
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu
New, slightly updated version.
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => Maxim Levitsky (maximlevitsky)
** Attachment added: "driver.tar.bz2"
http://launchpadlibrarian.net/38527374/driver.tar.bz2
** Changed in: dell
Assignee: (unassigned) => Maxim Levitsky (maximlevits
This issue is also mentioned in Bug #247819
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-
I don't actually have any xD cards on hand right now, but I will check
when I get a chance.
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
@Michael Marley
Could you tell me how well my driver is working?
What sizes are xD cards you use.
Also I want again to tell to everybody, that this is experimental driver,
Please don't use it with valuable data.
Best first to back the data up with some usb card reader.
Memstick driver is in ver
Ok, I applied the patch and now it is working fine. Thanks!
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mai
Or apply this patch:
** Attachment added: "fix.diff"
http://launchpadlibrarian.net/38300139/fix.diff
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which i
I know what happened, this is small bug in Kconfig.
For now, just select also the 'NAND SSFDC (SmartMedia) read only translation
layer'.
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are
Did patch apply cleanly?
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
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.c
Very strange.
What kernel you patch?
could you send me .config
Could you try to compile both drivers as a module?
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bu
It is failing to compile. I get:
drivers/built-in.o: In function `sm_remove_dev':
sm_ftl.c:(.text+0xc8ddc): undefined reference to `del_mtd_blktrans_dev'
drivers/built-in.o: In function `sm_add_mtd':
sm_ftl.c:(.text+0xc9da8): undefined reference to `add_mtd_blktrans_dev'
drivers/built-in.o: In fu
You are a hero, Maxim Levitsky! Are you trying to get this included
upstream? You should.
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
Apart from fixes, this pathset contains two drivers
One is the lowlevel driver, and second is high level generic driver (FTL) on
top of it.
I have plans for memstick driver too.
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You rece
Here is the pathset against 2.6.33-rc3
It won't apply to older kernels.
** Attachment added: "mtd-ricoh.tar.bz2"
http://launchpadlibrarian.net/38296217/mtd-ricoh.tar.bz2
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received
I had written a driver for this device.
Please look at linux-mtd maling list for patches
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
** Changed in: linux (Debian)
Status: New => Confirmed
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs ma
This bug affects me too. I have Ubuntu 9.10 on Dell Studio 1557
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
** Changed in: linux (Debian)
Status: Confirmed => New
** Changed in: linux (Debian)
Assignee: (unassigned) => fony (four-baladewa)
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because
It was most likely a reader that is attached using USB internally. Such
readers work fine. It is system-bus-connected readers like the Ricoh
that are not supported yet.
--
Ryan C. Underwood,
--
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bug
1 - 100 of 113 matches
Mail list logo