You've opened a new tab!

Sound familiar? You know IE holds back the Internet right?

Here you'll be able to find my brief notes on computer/linux things I'm currently doing, and if I had any troubles, details about how they were overcome.

My public GPG key
My public SSH key

My github

My nicknames:

  • cgerpheide (official)
  • phoxicle (IRC, forums, twitter)
  • HorseRayX (AOL -- haven't used this one since I was 11)

A list of my favorite XKCDs:

C0mput3rz & T3chno1ogy

Configuring a Ricoh R5C822 SDCard reader in Gentoo

Today I configured the SD Card reader in my Fujitsu P7230 laptop, kernel version 2.6.30. Currently working with the following modules: mmc_core, mmc_block, sdhci, and sdhci_pci (all located in Device Drivers > MMC/SD/SDIO card support). After recompiling, autoload the drivers by adding them in /etc/modules.autoload.d/kernel-2.6 (or whatever your kernel version is). You'll notice on reboot that new devices have been added like /dev/mmcblk0 and /dev/mmcblk0p1 when you insert a card. Then you can mount /dev/mmcblk0p1 wherever you like.

References