Package Details: ricoh-e823-fix 1.0-6

Package Base: ricoh-e823-fix
Description: Fix for the Ricoh e823 card reader used in Lenovo laptops
Upstream URL: https://bugs.launchpad.net/linux/+bug/790754
Category: system
Licenses: GPL
Submitter: chenxiaolong
Maintainer: None
Last Packager: None
Votes: 3
First Submitted: 2011-09-16 19:36
Last Updated: 2013-01-21 00:00

Dependencies (1)

Required by (0)

Sources

  • e823fix.modprobe.conf
  • e823fix.pmutils
  • e823fix.systemd
  • e823fix.wrapper

Latest Comments

Comment by chenxiaolong

2013-02-28 07:29

Disowning: package should no longer be required with newer kernels

Comment by chenxiaolong

2013-01-21 00:01

@Fayden: Thanks! I've removed the rc script for the old initscripts now that Arch has completely switched to systemd.

Comment by Fayden

2013-01-19 18:55

The sha512sum fails for e823fix.rc, most likely since the last time the package was updated. Just need to replace the checksum and it works correctly.

Comment by chenxiaolong

2012-07-23 17:30

@longname: Thanks! Updated :)

Comment by longname

2012-07-22 18:44

The recent glibc (/lib -> /usr/lib, /usr/lib symlinked to /lib) update throws this a bit out of line.

For reference, my small alteration to the PKGBUILD:

package() {
cd "${srcdir}"
install -Dm755 e823fix.rc "${pkgdir}/etc/rc.d/e823fix"
install -Dm644 e823fix.modprobe.conf "${pkgdir}/etc/modprobe.d/e823fix.conf"
install -Dm755 e823fix.pmutils "${pkgdir}/etc/pm/sleep.d/50_e823fix"
install -Dm644 e823fix.systemd "${pkgdir}/usr/lib/systemd/system/e823fix.service"
install -Dm755 e823fix.wrapper "${pkgdir}/usr/sbin/e823fix_wrapper"
mkdir "${pkgdir}/lib"
ln -s "${pkgdir}/usr/lib/systemd/system/e823fix.service" "${pkgdir}/lib/systemd/system/e823fix.service"
}

Comment by chenxiaolong

2011-12-25 20:24

Added systemd support.

Comment by chenxiaolong

2011-10-12 02:34

Added script for pm-utils to restart the service after waking up from sleep or hibernate.

Comment by chenxiaolong

2011-09-16 19:37

This package contains a workaround that allows the Ricoh e823 device to read SD{,HC,XC} and MMC cards without errors.