[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-20 Thread Maxim Levitsky
@Jan Skala and evereone else. Here is new version. All last week I was busy writing support for old memory stick cards. Now it work quite well. Note that such card are bare (that is no wear leveling, bad block hiding), and thus all the hard work is done by my driver. Therefore it can in theory

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-20 Thread Jan Skala
Hi, thank you for your work. Yesterday, new MS Pro Duo 1GB arrived and it works fine. Now I'm testing those two old MS 16 and 128MB and they are working as well. The time of stupid cable connection ends. -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-20 Thread VuDu
Hi Maxim, I'm using a M2, on a Pro Duo adapter and both on a Duo adapter. :) lspci -v 08:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22) Subsystem: ASUSTeK Computer Inc. Device 1877 Flags: bus master, medium devsel, latency 64, IRQ 17

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-20 Thread Maxim Levitsky
@VuDu Please load the driver with debug=2 sudo modprobe -r r592 sudo modprobe r592 Insert the card and post the kernel log. It might be that your card is PRO HG inside and might not be supported by hardware. Or this might be contact issue. ** Summary changed: - Need MemoryStick driver Ricoh

Re: [Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-20 Thread Daniel Gimpelevich
I have a 16GB M2 card I tried this with, and it worked fine, but it filled up the dmesg logs needlessly. So, I turned off DEBUG, and it stopped working! Evidently, it was relying on the delay resulting from successive printk() executions. I decided to leave in DEBUG and make verbosity optional,

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-09 Thread Jan Skala
Hello, I have found this by accident. I'm waiting for this for a long time, but it still doesn't finish my waiting. I own two old Memory Sticks - 16 and 128MB. Yes you have written something about core and 128MB cards, actually I don't understood that. I use standard Ubuntu 10.04 with its' latest

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-09 Thread Vladimir Hidalgo
Maxim Levitsky, do you have any plans on supporting Ricoh Co Ltd Device e230?, or I should lose any hope on this? -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-09 Thread Maxim Levitsky
Jan Skala, both your memstick aren't PRO, and thus not supported yet. I am writing the support right now. -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-09 Thread Maxim Levitsky
On Mon, 2010-08-09 at 18:52 +, Vladimir Hidalgo wrote: Maxim Levitsky, do you have any plans on supporting Ricoh Co Ltd Device e230?, or I should lose any hope on this? It is very unlikely that I do the driver for that device, because I suspect that this is very different device. Maybe I

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-09 Thread Vladimir Hidalgo
Maxim, I understand. There's any possibility that if I provide you with any data you need about this device, can you determine if it's possible to make this driver wherever is possible? I could even let a memory card inserted and full 24/7 SSH access to you if needed! If I were wealthy, I would

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-07 Thread Maxim Levitsky
@Gabrielcik, the card isn't by a chance a MemoryStick PRO HG? Could you contact me via IRC so I will try some debugging on your system? (I am MaximLevitsky on freenode) -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-07 Thread Gabrielcik
I use a Sandisk Memory stick PRO Duo 4GB (Magic gate) identical to my previous one of 2GB. I attach part of the debug.log, i hope it can be useful. (u can find what happen when i use a 2GB card and then what happen when i use the other one of 4GB) About IRC i have never used it, so if it is

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-07 Thread Gabrielcik
It is me again... I was able to make it works... I made this test: Mount the card with my usb adaptor, copy everything on the hd and format the memory stick. While i was coping the content, i noticed the presence of a couple of video files (i use the card as memory of a video camera) which were

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-07 Thread Maxim Levitsky
This doesn't justify the behavior of memstick subsystem and/or devicekit. But anyway, it is very likely not a bug in the driver but rather in memorystick subsystem. -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-06 Thread Gabrielcik
After 1 day of testing it I got this situation: it works without any problem with a Sandisk memory stick pro duo of 2GB and it doesn't work with the same memory stick but this time of 4GB. When i plug in the one of 4GB the light start to blink for few secs and nothing more. After this the drive

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-05 Thread Gabrielcik
I tried to do make but i get this error: make -C /lib/modules/2.6.32-24-generic/build M=/home/gabrielcik/stick make[1]: Entering directory `/usr/src/linux-headers-2.6.32-24-generic' CC [M] /home/gabrielcik/stick/host/r592.o /home/gabrielcik/stick/host/r592.c: In function ‘r592_probe’:

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-05 Thread Maxim Levitsky
Sorry about that, updated driver below ** Attachment added: r592-v2.tar.bz2 http://launchpadlibrarian.net/53101942/r592-v2.tar.bz2 ** Description changed: *** NOTE: this is a *wishlist* item - a request for new functionality. This issue is a request to have MemoryStick support added for

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-05 Thread Gabrielcik
I tried r592-v2 and i was able to make and sudo make install wihtout any issue on Ubuntu lucid with the last Kerner. After a reboot, I tried to mount a Memory stick pro duo 2GB and it really works, i was able to read and write on it! Great work! Thank you. P.s. I tried it only once, if after i

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-05 Thread Brian Murray
** Tags added: patch -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 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

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-05 Thread ametedinov
Will this be implemented in the next version of Ubuntu? I mean will it be available in the ISO? -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-05 Thread Vladimir Hidalgo
Maxim, thank you for your work on this driver. Is there any GIT for it?, it will be much easier to stay up to date with your fixes this way!. Thanks again. -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-05 Thread Vladimir Hidalgo
BTW, make make install did succed, but after rebooting it still does not work :( I'm inserting the 2GB memory stick pro duo (brand: SanDisk) in the Magic Gate port but even the led does not blink. -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-05 Thread Vladimir Hidalgo
lspci -v 03:00.0 SD Host controller: Ricoh Co Ltd Device e822 Subsystem: Sony Corporation Device 9071 Flags: bus master, fast devsel, latency 0, IRQ 17 Memory at f3802000 (32-bit, non-prefetchable) [size=256] Capabilities: access denied Kernel driver in

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-05 Thread Maxim Levitsky
Because that is different device. I don't know how different that device it, but my driver currently only attaches to R5C852 devices -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-05 Thread Maxim Levitsky
It also looks like Ricoh wrote brand new driver for this device, so it might be very different. -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-05 Thread Maxim Levitsky
@Vladimir Hidalgo You could still try to use my driver. If and only if the device you have is very similar (there is small possibility about that.), my driver might work. you can try to change the source in this way: In r592.c, find this structure: static const struct pci_device_id

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-05 Thread Alex Lee
Tested on Ubuntu Lucid with 2.6.32-24 generic kernel (with a 1GB MS Pro Duo). Confirmed working like a charm. Thanks for the good work, Maxim! -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-05 Thread Vladimir Hidalgo
Thank you for your time Maxim. Well, I guess I'm out of luck, made the change, rebooted and now your driver is picked, but nothing else happen when I insert the card. $ dmesg | grep -i r592 [9.828380] r592 :03:00.1: PCI INT B - GSI 18 (level, low) - IRQ 18 [9.828419] r592

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-04 Thread Andrés León Álvarez
Maxim, just wanted to tell: you are the man. Its been several days, weeks, or whatever since im following your advance with this driver. You are awesome. Thanks for all the work you've done so far. -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-04 Thread Stunts
Just one extra comment: This will not work on Lucid. Since the kernel 2.6.34, some block layer functions have been renamed. Therefore, under 2.6.32, this will not compile. It is, however, in theory, possible to hack the source code to rename the mentioned functions. One example error is here:

Re: [Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-04 Thread locust
Hallo Maxim, really thanks for your work ! David -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-04 Thread stmc
Under 2.6.32, this will not compile. mspro_block.c:1231: error: implicit declaration of function ‘blk_queue_max_segments’ -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-04 Thread Maxim Levitsky
@Stunts, and as soon as I finish debugging one minor bug I found in the driver (after suspend/resume, card is removed then inserted due to IO error), I port it there. In fact you can just compile _only_ r592.c against 2.6.32 memstick core, and it probably will work. I update that soon. -- Need

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-04 Thread Maxim Levitsky
Slightly updated version. Fixed the above bug, made it compile on 2.6.32 (trivial problem) Minor refactoring correctness fixes ** Attachment added: r852.tar.bz2 http://launchpadlibrarian.net/53069210/r852.tar.bz2 -- Need MemoryStick driver Ricoh R5C822 chipset

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-04 Thread Maxim Levitsky
oops, I still think I develop r852... anyway, this is just tarball name typo. Driver is r592 ** Description changed: *** NOTE: this is a *wishlist* item - a request for new functionality. This issue is a request to have MemoryStick support added for a specific, and somewhat popular,

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-03 Thread Maxim Levitsky
To those that didn't believe that I would write the driver... Everything works more or less OK here. Note that this driver is very experimental, thus don't use with valuable data. Thanks for Alex Dubov for writing the memorystick subsystem, and personal help for understanding how MemorySticks

Re: [Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-03 Thread paolo
thank you for this! will test when i have my lapitopy repaired. ^_^ -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-03 Thread Reloweb
I will test it soon! -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 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

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-03 Thread Stunts
Thank you for this driver! However, I get the following after making sudo make load: modprobe -r r592 FATAL: Module r592 not found. make: *** [load] Error 1 What's missing here? -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-03 Thread Maxim Levitsky
do: sudo depmod -a sudo modprobe r592 -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 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

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-03 Thread Stunts
sudo depmod -a gives no output. sudo modprobe r592 results in: FATAL: Module r592 not found. So I guess it's still a no go for me.. -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-03 Thread Maxim Levitsky
@Stuns, you are doing something wrong. Can you join IRC now, I help you, I am on freenode. My nick MaximLevitsky -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-03 Thread Maxim Levitsky
Slightly modified version, should install better now ** Attachment added: r592.tar.bz2 http://launchpadlibrarian.net/53003353/r592.tar.bz2 -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-07-16 Thread AlexW
good luck with your exams, Max! -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 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

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-07-13 Thread Maxim Levitsky
I didn't yet. I did wrote driver to read xD cards with this controller though. It is in 2.6.35. As soon as I finish exams, I get to it. -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-07-12 Thread AlexW
tested out the 2.6.35-rc1-lucid kernel from PPA with Maxim's fixes re: Ricoh SD controller -- SD cards work, MS Pro Duo -- no go. -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-07-12 Thread Vladimir Hidalgo
Where did you found such fixes?, I think Maxim has not done them as yet! -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-07-12 Thread VuDu
I'm curious too. Did Maxim produced any patches already? -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-06-15 Thread Vladimir Hidalgo
Great to hear some hopes on this!, even through some users had to wait almost 2 years for this support, their patience will be rewarded!. I'm on Linux 2.6.34-020634-generic and only SD works. -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-06-02 Thread Maarten Kossen
May I ask if there in an update on this? This problem also affects me. I'll definitely help testing! -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-06-02 Thread Geek87
+1 -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 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

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-06-02 Thread Maxim Levitsky
I have exams now, in about 2 months, I plan to write the driver. -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-04-08 Thread Maxim Levitsky
@VuDu, this is nice news However, you don't need any hope for that driver. I know exactly how to write it, and it is only matter of time before I do. I already managed to read whole card. -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-04-08 Thread Maxim Levitsky
@YannUbuntu, not this isn't linked. We talk here about Sony Memory Stick cards, not MMC cards. ** Changed in: dell Assignee: (unassigned) = Maxim Levitsky (maximlevitsky) ** Changed in: dell Assignee: Maxim Levitsky (maximlevitsky) = (unassigned) ** Changed in: linux (Ubuntu)

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-04-08 Thread VuDu
@Maxim Levitsky: now that's great news! ;) -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 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

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-04-08 Thread Mahesh Asolkar
@Maxim Levitsky: Awesome! Do count on us for alpha/beta testing. -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-04-07 Thread Tony Espy
Marking as WontFix in the Dell project. ** Changed in: dell Status: Confirmed = Won't Fix -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-04-07 Thread VuDu
May this news http://www.h-online.com/open/news/item/Ricoh-joins-the- Linux-Foundation-970368.html bring any hope at solving this problem? -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-04-05 Thread YannUbuntu
Linked to https://bugs.launchpad.net/ubuntu/+source/linux- source-2.6.22/+bug/111089 ? -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-01-22 Thread Reloweb
Same request for Dell Studio 1557 notebook... -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-01-22 Thread Tony Espy
** Changed in: dell Importance: Undecided = Wishlist -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-10-12 Thread paolo
*** This bug is a duplicate of bug 202490 *** https://bugs.launchpad.net/bugs/202490 Same problem: 01:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05) 01:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22) 01:09.2 System

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-10-12 Thread Luke Faraone
Unduplicate, XD != MMC ** This bug is no longer a duplicate of bug 202490 [Feature Request] Provide a driver for Ricoh R5C822 xD card reader ** Changed in: linux (Ubuntu) Importance: Undecided = Wishlist ** Also affects: dell Importance: Undecided Status: New ** Changed in:

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-09-14 Thread Nicolas
*** This bug is a duplicate of bug 202490 *** https://bugs.launchpad.net/bugs/202490 Same here: 01:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05) 01:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22) 01:09.2 System

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-09-08 Thread aguzmanc
*** This bug is a duplicate of bug 202490 *** https://bugs.launchpad.net/bugs/202490 My Memory Stick has the same problem: 07:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05) 07:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-08-20 Thread Julián Alarcón
*** This bug is a duplicate of bug 202490 *** https://bugs.launchpad.net/bugs/202490 ** This bug has been marked a duplicate of bug 202490 [Feature Request] Provide a driver for Ricoh R5C822 xD card reader -- Need MemoryStick driver Ricoh R5C822 chipset

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-07-08 Thread lion1131
This is affecting me too -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 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

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-05-07 Thread Ichik
This is affecting me too (fdisk doesn't show me my memory stick but works fine with my sd card)... -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-05-01 Thread michael37
Confirmed a problem with memory stick using Jaunty 64-bit. $ lspci | grep -i rico 03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller 03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19) 03:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC

RE: [Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-04-27 Thread Kyle
+ From: macrowi...@gmail.com To: thedletter...@hotmail.com Subject: [Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset I'm just curious... is there any way to work around this issue? Are there wrappers that you could use on the windows drivers like we do with wireless

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-04-26 Thread macrowiz49
I'm just curious... is there any way to work around this issue? Are there wrappers that you could use on the windows drivers like we do with wireless (ndiswrapper)? Is there a way to access it using windows as a guest OS in VirtualBox? -- Need MemoryStick driver Ricoh R5C822 chipset

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-04-19 Thread nubuser
Not work in jaunty :( r...@oo:~# lspci | grep -i rico 03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller 03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19) 03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-04-04 Thread Bais
Same problem here with HP Compaq 8710w ubuntu jaunthy 9.04 [ 13.266225] sdhci: Secure Digital Host Controller Interface driver [ 13.266227] sdhci: Copyright(c) Pierre Ossman [ 13.304264] input: PC Speaker as /devices/platform/pcspkr/input/input6 [ 13.401776] ricoh-mmc: Ricoh MMC

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-04-04 Thread Karunadheera
I have an Asus F3E. It also has the following in dmesg. [ 13.155991] ricoh-mmc: Ricoh MMC Controller disabling driver [ 13.155994] ricoh-mmc: Copyright(c) Philip Langdale [ 13.156039] ricoh-mmc: Ricoh MMC controller found at :08:01.2 [1180:0843] (rev 12) [ 13.156059] ricoh-mmc:

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-04-04 Thread Karunadheera
And for the previous comment i forgot to add the kernel information. prage...@prageeth-laptop:~$ uname -a Linux prageeth-laptop 2.6.28-11-generic #39-Ubuntu SMP Thu Apr 2 03:00:35 UTC 2009 i686 GNU/Linux prage...@prageeth-laptop:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=9.04

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-04-01 Thread Karunadheera
quote Maybe someone can create a new project in launchpad for this driver, set up the basic driver files etc and at least get a dummy driver up that detects that a MS or xD card has been inserted into the bay - so that we at least can inform the uninformed user that Sorry, but there are

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-03-05 Thread Motin
How hard is it to get hacking on a driver for this chipset? As was the case for the Texas Instruments devices: TI refused to publish a complete datasheet for any of the FlashMedia devices rendering them useless anywhere except M$ Windows Still, the tifmxx driver was and is being developed. So,

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-02-02 Thread Nattgew
If it's very important that the built-in reader work, then, yes, you should have stayed with MS. MemoryStick readers are pretty cheap and simple, if you need to read a MemoryStick, then you should go with that. -- Need MemoryStick driver Ricoh R5C822 chipset

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-02-02 Thread spiepie
hi same problem with Sony Vaio VGN FS215E removed windows so cant use memory stick slot any more should have stayed with MS? dissapointed si -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-01-14 Thread ametedinov
** Also affects: opensuse Importance: Undecided Status: New -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-01-14 Thread ametedinov
I have the same problem on hp Pavilion dv 6200. Memory sticks don't work. I am using the latest version of Ubuntu and the latest kernel. I also tried OpenSUSE 11.1 x64 (the latest), and many other distributions but still no success. I opened a bug too and it was marked as duplitace a

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-01-14 Thread ametedinov
... thought html tags work. Here is the link again https://bugs.launchpad.net/ubuntu/+source/linux/+bug/314903 -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-01-14 Thread Noel J. Bergman
Memory sticks don't work. Right. We know. There is simply no driver at all for the device. Perhaps someday there will be one. -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-01-12 Thread Salvador Limones
Same problem on Sony Vaio FW series. Model FW21E. Memory Stick dosen´t work -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-01-02 Thread pruch
With the 2.6.27-9 Intrepid kernel, only the SD works. Memory Stick doesn't. -- Need MemoryStick driver Ricoh R5C822 chipset https://bugs.launchpad.net/bugs/238208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2009-01-01 Thread Noel J. Bergman
** Summary changed: - Ricoh R5C822 does not work with MS/Pro cards + Need MemoryStick driver Ricoh R5C822 chipset ** Description changed: + *** NOTE: this is a *wishlist* item - a request for new functionality. + This issue is a request to have MemoryStick support added for a + specific, and