Disowning: package should no longer be required with newer kernels
Search Criteria
Package Details: ricoh-e823-fix 1.0-6
Package Actions
| 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: | |
| 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
Comment by chenxiaolong
@Fayden: Thanks! I've removed the rc script for the old initscripts now that Arch has completely switched to systemd.
Comment by Fayden
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
@longname: Thanks! Updated :)
Comment by longname
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
Added systemd support.
Comment by chenxiaolong
Added script for pm-utils to restart the service after waking up from sleep or hibernate.
Comment by chenxiaolong
This package contains a workaround that allows the Ricoh e823 device to read SD{,HC,XC} and MMC cards without errors.