Re: [Bug 238208] Re: Need MemoryStick driver Ricoh R5C592 (part of R5C832/822chipset)

2011-12-12 Thread Daniel Gimpelevich
SD cards work fine. My M2 card in the MSPro adapter works fine with
the patch posted above, but with the new kernel, there is the
aforementioned problem requiring removing and reinserting the module
every time to get it to work correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/238208

Title:
  Need MemoryStick driver Ricoh R5C592 (part of R5C832/822chipset)

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell/+bug/238208/+subscriptions

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


Re: [Bug 238208] Re: Need MemoryStick driver Ricoh R5C592 (part of R5C832/822chipset)

2011-03-31 Thread Maxim Levitsky
On Thu, 2011-03-31 at 19:11 +, jhoechtl wrote:
 Will this driver help to fix the regression of reading SD cards with
 Ubuntu 10.10?
 
 07:05.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro
 Host Adapter (rev 22)
 
 Was working fine, not any more after 10.10. The above instructions seem
 to handle Memory Sticks. How to get SD card reading back to live?
 
 Symptoms: Cards are recognized and do automount, but result in a read
 error.
 

10.10 contains 2.6.35, and it since it still uses CONFIG_MMC_RICOH_MMC,
none of my code affects the SD portion.

Which kernel did work?
Did you try with different SD card?

Could you post kernel log?


-- 
Best regards,
Maxim Levitsky

Visit my blog: http://maximlevitsky.wordpress.com
Warning: Above blog contains rants.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/238208

Title:
  Need MemoryStick driver Ricoh R5C592 (part of R5C832/822chipset)

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


Re: [Bug 238208] Re: Need MemoryStick driver Ricoh R5C592 (part of R5C832/822chipset)

2011-01-27 Thread Maxim Levitsky
*** This bug is a duplicate of bug 111089 ***
https://bugs.launchpad.net/bugs/111089

It works, friend. Just look at Places menu.
At least kernel log you gave looks perfect.

On Jan 27, 2011 9:21 PM, rafael 238...@bugs.launchpad.net wrote:

*** This bug is a duplicate of bug 111089 ***
https://bugs.launchpad.net/bugs/111089
my memory stick reader is not working

ubuntu 10.10

lspci | grep Ricoh

0a:03.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev
05)
0a:03.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host
Adapter (rev 22)
0a:03.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter
(rev 12)

I downloaded the driver, make, sudo make install and sudo make
load

I attached output from dmesg

** Attachment added: dmesg.log

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/238208/+attachment/1810886/+files/dmesg.log


-- 
You received this bug notification because you are a direct subscriber
of the bug.
https://bugs...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/238208

Title:
  Need MemoryStick driver Ricoh R5C592 (part of R5C832/822chipset)

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


Re: [Bug 238208] Re: Need MemoryStick driver Ricoh R5C592 (part of R5C832/822chipset)

2010-09-08 Thread Maxim Levitsky
On Wed, 2010-09-08 at 08:57 +, swissz wrote: 
 Hi!
 
 I tried to compile it on Ubuntu 9.10 x86_64 (gcc version 4.1.3), but the 
 compiler complains:
 -
 u...@localhost:~/Downloads/ricoh_driver/ricoh-kernel/memstick$ make
 make -C /lib/modules/2.6.31-22-generic/build 
 M=/home/user/Downloads/ricoh_driver/ricoh-kernel/memstick
 make[1]: Entering directory `/usr/src/linux-headers-2.6.31-22-generic'
 /usr/src/linux-headers-2.6.31-22-generic/arch/x86/Makefile:80: stack 
 protector enabled but no compiler support
   CC [M]  /home/user/Downloads/ricoh_driver/ricoh-kernel/memstick/host/r592.o
 In file included from 
 /home/user/Downloads/ricoh_driver/ricoh-kernel/memstick/host/r592.c:23:
 /home/user/Downloads/ricoh_driver/ricoh-kernel/memstick/host/r592.h:177:7: 
 warning: no newline at end of file
 /home/user/Downloads/ricoh_driver/ricoh-kernel/memstick/host/r592.c:858: 
 warning: data definition has no type or storage class
 /home/user/Downloads/ricoh_driver/ricoh-kernel/memstick/host/r592.c:858: 
 warning: type defaults to ‘int’ in declaration of ‘SIMPLE_DEV_PM_OPS’
 /home/user/Downloads/ricoh_driver/ricoh-kernel/memstick/host/r592.c:858: 
 warning: parameter names (without types) in function declaration
 /home/user/Downloads/ricoh_driver/ricoh-kernel/memstick/host/r592.c:869: 
 error: ‘r592_pm_ops’ undeclared here (not in a function)
 make[3]: *** 
 [/home/user/Downloads/ricoh_driver/ricoh-kernel/memstick/host/r592.o] Error 1
 make[2]: *** [/home/user/Downloads/ricoh_driver/ricoh-kernel/memstick/host] 
 Error 2
 make[1]: *** 
 [_module_/home/user/Downloads/ricoh_driver/ricoh-kernel/memstick] Error 2
 make[1]: Leaving directory `/usr/src/linux-headers-2.6.31-22-generic'
 make: *** [build] Error 2
 -

Too old kernel (this supports 2.6.32+)
However I will add a compat code there.
The xD part I think should compile on 2.6.31.

Best regards,
Maxim Levitsky

-- 
Need MemoryStick driver Ricoh R5C592 (part of R5C832/822chipset)
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 238208] Re: Need MemoryStick driver Ricoh R5C592 (part of R5C832/822chipset)

2010-09-07 Thread Daniel Gimpelevich
Some people just don't listen...

-- 
Need MemoryStick driver Ricoh R5C592 (part of R5C832/822chipset)
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs