CentOS Icon CentOS Logo
CentOS Text
   
  
www.centos.org Forum Index
   CentOS 6 - Hardware Support
  [SOLVED] SDHC MMC not working on my Lenovo V570.

 

 Bottom   Previous Topic   Next Topic
  •  Rate Thread
      Rate this Thread
      Excellent
      Good
      Average
      Bad
      Terrible
Poster Thread
  •  soto
      soto
[SOLVED] SDHC MMC not working on my Lenovo V570.
#1
Peeking in the Member Window
Joined: 2012/4/21
From
Posts: 19
I have searched the net for answers and none can be found. I have everything working except the SD card slot and, of course, the bio security measures. Unless things have changed CentOS 6.2 does not support through fprintd.
Posted on: 2012/4/21 23:34
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: SDHC MMC not working on my Lenovo V570.
#2
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
Welcome to the CentOS fora. Please see the recommended reading for new users linked in my signature, and provide more information about your system by running "./getinfo.sh" and showing us the output file.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2012/4/22 2:34
Create PDF from Post Print
Top
  •  soto
      soto
Re: SDHC MMC not working on my Lenovo V570.
#3
Peeking in the Member Window
Joined: 2012/4/21
From
Posts: 19
the ./getinfo.sh produces no results. I have tried that. I am not new to Linux or redhat.

I was hoping that someone on this forum would have some idea of what CentOS 6.2 issues are with the built in SD card readers. So after 85 veiws and your response I am feeling this is not the right place to look.
Posted on: 2012/4/22 13:18
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: SDHC MMC not working on my Lenovo V570.
#4
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
If you correctly installed and ran the script it will give results. You can't expect results based on insufficient information. Also consider that it is a weekend for many forum members, so things are often slower. I does not matter how many views there have been. What is required is one right answer, and that will not happen in a vacuum. Please check that the script has been downloaded or installed correctly and try again.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2012/4/22 13:26
Create PDF from Post Print
Top
  •  soto
      soto
Re: SDHC MMC not working on my Lenovo V570.
#5
Peeking in the Member Window
Joined: 2012/4/21
From
Posts: 19
Okay, here is the output file. I am just pulling hair here. I have never had any problems getting a Laptop or PC up and running with linux. I am just about at my preverbial wits end.

Information for general problems.
== BEGIN uname -rmi ==
2.6.32-220.7.1.el6.x86_64 x86_64 x86_64
== END   uname -rmi ==

== BEGIN rpm -qa \*-release\* ==
elrepo-release-6-4.el6.elrepo.noarch
epel-release-6-5.noarch
adobe-release-x86_64-1.0-1.noarch
centos-release-6-2.el6.centos.7.x86_64
rpmforge-release-0.5.2-2.el6.rf.i686
== END   rpm -qa \*-release\* ==

== BEGIN cat /etc/redhat-release ==
CentOS release 6.2 (Final)
== END   cat /etc/redhat-release ==

== BEGIN getenforce ==
Enforcing
== END   getenforce ==

== BEGIN free -m ==
             total       used       free     shared    buffers     cached
Mem:          5768        725       5043          0         32        298
-/+ buffers/cache:        394       5373
Swap:         7951          0       7951
== END   free -m ==

== BEGIN rpm -qa yum\* rpm-\* python | sort ==
python-2.6.6-29.el6.x86_64
rpm-apidocs-4.8.0-19.el6_2.1.noarch
rpm-build-4.8.0-19.el6_2.1.x86_64
rpm-libs-4.8.0-19.el6_2.1.x86_64
rpm-python-4.8.0-19.el6_2.1.x86_64
yum-3.2.29-22.el6.centos.2.noarch
yum-cron-3.2.29-22.el6.centos.2.noarch
yum-metadata-parser-1.1.2-16.el6.x86_64
yum-plugin-aliases-1.1.30-10.el6.noarch
yum-plugin-auto-update-debug-info-1.1.30-10.el6.noarch
yum-plugin-downloadonly-1.1.30-10.el6.noarch
yum-plugin-fastestmirror-1.1.30-10.el6.noarch
yum-plugin-keys-1.1.30-10.el6.noarch
yum-plugin-security-1.1.30-10.el6.noarch
yum-presto-0.6.2-1.el6.noarch
yum-utils-1.1.30-10.el6.noarch
== END   rpm -qa yum\* rpm-\* python | sort ==

== BEGIN ls /etc/yum.repos.d ==
adobe-linux-x86_64.repo
CentOS-Base.repo
CentOS-Debuginfo.repo
CentOS-Media.repo
elrepo.repo
epel.repo
epel-testing.repo
mirrors-rpmforge
mirrors-rpmforge-extras
mirrors-rpmforge-testing
rpmforge.repo
== END   ls /etc/yum.repos.d ==

== BEGIN cat /etc/yum.conf ==
[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=5
bugtracker_url=http://bugs.centos.org/set_project.php?project_id=16&ref=http://bugs.centos.org/bug_report_page.php?category=yum
distroverpkg=centos-release

#  This is the default, if you make this bigger yum won't see if the metadata
# is newer on the remote and so you'll "gain" the bandwidth of not having to
# download the new metadata and "pay" for it by yum not having correct
# information.
#  It is esp. important, to have correct metadata, for distributions like
# Fedora which don't keep old packages around. If you don't like this checking
# interupting your command line usage, it's much better to have something
# manually check the metadata once an hour (yum-updatesd will do this).
# metadata_expire=90m

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
== END   cat /etc/yum.conf ==

== BEGIN yum repolist all ==
Loaded plugins: aliases, auto-update-debuginfo, downloadonly, fastestmirror,
              : keys, presto, refresh-packagekit, security
Loading mirror speeds from cached hostfile
 * base: centos.vipernetworksystems.com
 * c6-media: 
 * elrepo: elrepo.imt-systems.com
 * epel: mirror.vcu.edu
 * extras: mirror.ubiquityservers.com
 * rpmforge: apt.sw.be
 * rpmforge-extras: apt.sw.be
 * updates: mirror.linux.duke.edu
file:///media/CentOS/repodata/repomd.xml: [Errno 14] Could not open/read file:///media/CentOS/repodata/repomd.xml
Trying other mirror.
file:///media/cdrecorder/repodata/repomd.xml: [Errno 14] Could not open/read file:///media/cdrecorder/repodata/repomd.xml
Trying other mirror.
file:///media/cdrom/repodata/repomd.xml: [Errno 14] Could not open/read file:///media/cdrom/repodata/repomd.xml
Trying other mirror.
repo id                repo name                                  status
adobe-linux-x86_64     Adobe Systems Incorporated                 enabled:     2
base                   CentOS-6 - Base                            enabled: 6,294
c6-media               CentOS-6 - Media                           enabled:     0
centosplus             CentOS-6 - Plus                            disabled
contrib                CentOS-6 - Contrib                         disabled
debug                  CentOS-6 - Debuginfo                       disabled
elrepo                 ELRepo.org Community Enterprise Linux Repo enabled:     0
elrepo-extras          ELRepo.org Community Enterprise Linux Repo disabled
elrepo-kernel          ELRepo.org Community Enterprise Linux Kern disabled
elrepo-testing         ELRepo.org Community Enterprise Linux Test disabled
epel                   Extra Packages for Enterprise Linux 6 - x8 enabled:     0
epel-debuginfo         Extra Packages for Enterprise Linux 6 - x8 disabled
epel-source            Extra Packages for Enterprise Linux 6 - x8 disabled
epel-testing           Extra Packages for Enterprise Linux 6 - Te disabled
epel-testing-debuginfo Extra Packages for Enterprise Linux 6 - Te disabled
epel-testing-source    Extra Packages for Enterprise Linux 6 - Te disabled
extras                 CentOS-6 - Extras                          enabled:     0
rpmforge               RHEL 6 - RPMforge.net - dag                enabled:     0
rpmforge-extras        RHEL 6 - RPMforge.net - extras             enabled:     0
rpmforge-testing       RHEL 6 - RPMforge.net - testing            disabled
updates                CentOS-6 - Updates                         enabled:     0
repolist: 6,296
== END   yum repolist all ==

== BEGIN egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
== END   egrep 'include|exclude' /etc/yum.repos.d/*.repo ==

== BEGIN sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
== END   sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==

== BEGIN cat /etc/fstab ==

#
# /etc/fstab
# Created by anaconda on Mon Apr  9 19:01:49 2012
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/vg_satolives-lv_root /                       ext4    defaults        1 1
UUID=56ad5883-54de-42ba-baa6-a9cb6ad35522 /boot                   ext4    defaults        1 2
/dev/mapper/vg_satolives-lv_home /home                   ext4    defaults        1 2
/dev/mapper/vg_satolives-lv_swap swap                    swap    defaults        0 0
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
== END   cat /etc/fstab ==

== BEGIN df -h ==
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_satolives-lv_root
                       50G  5.5G   44G  12% /
tmpfs                 2.9G  112K  2.9G   1% /dev/shm
/dev/sda1             485M   68M  392M  15% /boot
/dev/mapper/vg_satolives-lv_home
                      402G  4.7G  377G   2% /home
== END   df -h ==

== BEGIN fdisk -l ==
Disk /dev/mapper/vg_satolives-lv_root doesn't contain a valid partition table
Disk /dev/mapper/vg_satolives-lv_swap doesn't contain a valid partition table
Disk /dev/mapper/vg_satolives-lv_home doesn't contain a valid partition table

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x2aa37250

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          64      512000   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2              64       60802   487873536   8e  Linux LVM

Disk /dev/mapper/vg_satolives-lv_root: 53.7 GB, 53687091200 bytes
255 heads, 63 sectors/track, 6527 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000


Disk /dev/mapper/vg_satolives-lv_swap: 8338 MB, 8338276352 bytes
255 heads, 63 sectors/track, 1013 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000


Disk /dev/mapper/vg_satolives-lv_home: 437.6 GB, 437553987584 bytes
255 heads, 63 sectors/track, 53196 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

== END   fdisk -l ==

== BEGIN parted -l ==
Model: ATA HITACHI HTS54505 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End    Size   Type     File system  Flags
 1      1049kB  525MB  524MB  primary  ext4         boot
 2      525MB   500GB  500GB  primary               lvm


Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/vg_satolives-lv_home: 438GB
Sector size (logical/physical): 512B/512B
Partition Table: loop

Number  Start  End    Size   File system  Flags
 1      0.00B  438GB  438GB  ext4


Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/vg_satolives-lv_swap: 8338MB
Sector size (logical/physical): 512B/512B
Partition Table: loop

Number  Start  End     Size    File system     Flags
 1      0.00B  8338MB  8338MB  linux-swap(v1)


Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/vg_satolives-lv_root: 53.7GB
Sector size (logical/physical): 512B/512B
Partition Table: loop

Number  Start  End     Size    File system  Flags
 1      0.00B  53.7GB  53.7GB  ext4


== END   parted -l ==

== BEGIN blkid ==
/dev/sda1: UUID="56ad5883-54de-42ba-baa6-a9cb6ad35522" TYPE="ext4" 
/dev/sda2: UUID="rATvKw-LVkh-1l34-tu4F-YJ6A-17e1-M0Lf95" TYPE="LVM2_member" 
/dev/mapper/vg_satolives-lv_root: LABEL="_CentOS-6.2-x86_" UUID="a3c3bc26-0810-42d4-b24c-5a281d207fa1" TYPE="ext4" 
/dev/mapper/vg_satolives-lv_swap: UUID="4f7360b8-af8e-48c2-932b-e2d9ec040b81" TYPE="swap" 
/dev/mapper/vg_satolives-lv_home: UUID="5e0cb833-90f2-4a01-87be-e1111f7c02b3" TYPE="ext4" 
== END   blkid ==

== BEGIN cat /proc/mdstat ==
Personalities : 
unused devices: <none>
== END   cat /proc/mdstat ==

== BEGIN pvs ==
  PV         VG           Fmt  Attr PSize   PFree
  /dev/sda2  vg_satolives lvm2 a--  465.27g    0 
== END   pvs ==

== BEGIN vgs ==
  VG           #PV #LV #SN Attr   VSize   VFree
  vg_satolives   1   3   0 wz--n- 465.27g    0 
== END   vgs ==

== BEGIN lvs ==
  LV      VG           Attr   LSize   Origin Snap%  Move Log Copy%  Convert
  lv_home vg_satolives -wi-ao 407.50g                                      
  lv_root vg_satolives -wi-ao  50.00g                                      
  lv_swap vg_satolives -wi-ao   7.77g                                      
== END   lvs ==

== BEGIN rpm -qa kernel\* | sort ==
kernel-2.6.32-220.7.1.el6.x86_64
kernel-2.6.32-220.el6.x86_64
kernel-firmware-2.6.32-220.7.1.el6.noarch
kernel-headers-2.6.32-220.7.1.el6.x86_64
== END   rpm -qa kernel\* | sort ==

== BEGIN lspci -nn ==
00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0126] (rev 09)
00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 05)
00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 05)
00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b5)
00:1c.1 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 [8086:1c12] (rev b5)
00:1c.3 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 [8086:1c16] (rev b5)
00:1d.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 05)
00:1f.0 ISA bridge [0601]: Intel Corporation HM65 Express Chipset Family LPC Controller [8086:1c49] (rev 05)
00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller [8086:1c03] (rev 05)
00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22] (rev 05)
02:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N + WiMAX 6150 [8086:0886] (rev 67)
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 06)
== END   lspci -nn ==

== BEGIN lsusb ==
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 001 Device 004: ID 8087:07d7 Intel Corp. 
Bus 001 Device 005: ID 04f2:b223 Chicony Electronics Co., Ltd 
Bus 002 Device 003: ID 1c7a:0603 LighTuning Technology Inc. 
Bus 002 Device 004: ID 0bda:0139 Realtek Semiconductor Corp. 
Bus 001 Device 006: ID 0a5c:4502 Broadcom Corp. Keyboard (Boot Interface Subclass)
Bus 001 Device 007: ID 0a5c:4503 Broadcom Corp. Mouse (Boot Interface Subclass)
Bus 001 Device 008: ID 0461:4d75 Primax Electronics, Ltd Rocketfish RF-FLBTAD Bluetooth Adapter
== END   lsusb ==

== BEGIN rpm -qa kmod\* kmdl\* ==
kmod-thinkpad_acpi-0.24-2.el6.elrepo.x86_64
kmod-igb-3.3.6-1.el6.elrepo.x86_64
== END   rpm -qa kmod\* kmdl\* ==

== BEGIN ifconfig -a ==
eth0      Link encap:Ethernet  HWaddr F0:DE:F1:CD:91:AE  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:28 Base address:0x6000 

lo        Link encap:Local Loopback  
          inet addr:  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:14 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1308 (1.2 KiB)  TX bytes:1308 (1.2 KiB)

pan0      Link encap:Ethernet  HWaddr 
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wlan0     Link encap:Ethernet  HWaddr 
          inet addr:  Bcast:
          inet6 addr: fe80::4225:c2ff:feb4:4614/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:255 errors:0 dropped:0 overruns:0 frame:0
          TX packets:183 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:24319 (23.7 KiB)  TX bytes:19665 (19.2 KiB)

== END   ifconfig -a ==

== BEGIN brctl show ==
bridge name	bridge id		STP enabled	interfaces
pan0		8000.000000000000	no		
== END   brctl show ==

== BEGIN route -n ==
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
                        0.0.0.0         255.255.255.0   U     2      0        0 wlan0
0.0.0.0                                      0.0.0.0         UG    0      0        0 wlan0
== END   route -n ==

== BEGIN cat /etc/resolv.conf ==
# Generated by NetworkManager
domain Belkin
search Belkin
nameserver 
nameserver 
nameserver 
== END   cat /etc/resolv.conf ==

== BEGIN grep net /etc/nsswitch.conf ==
#networks:   nisplus [NOTFOUND=return] files
#netmasks:   nisplus [NOTFOUND=return] files     
netmasks:   files
networks:   files
netgroup:   nisplus
== END   grep net /etc/nsswitch.conf ==

== BEGIN chkconfig --list | grep -Ei 'network|wpa' ==
NetworkManager 	0:off	1:off	2:on	3:on	4:on	5:on	6:off
network        	0:off	1:off	2:off	3:off	4:off	5:off	6:off
wpa_supplicant 	0:off	1:off	2:off	3:off	4:off	5:off	6:off
== END   chkconfig --list | grep -Ei 'network|wpa' ==

Posted on: 2012/4/22 14:07
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: SDHC MMC not working on my Lenovo V570.
#6
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
I can't guess from that which device is the SD interface, but it would guess one of the following:
Bus 001 Device 004: ID 8087:07d7 Intel Corp.
Bus 001 Device 005: ID 04f2:b223 Chicony Electronics Co., Ltd
Bus 002 Device 003: ID 1c7a:0603 LighTuning Technology Inc.
Bus 002 Device 004: ID 0bda:0139 Realtek Semiconductor Corp.

Don't see a kernel driver for any:
$ grep -i 8087 /lib/modules/*/modules.alias | grep -i 07d7
$ grep -i 04f2 /lib/modules/*/modules.alias | grep -i b223
$ grep -i 1c7a /lib/modules/*/modules.alias | grep -i 0603
$ grep -i 0bda /lib/modules/*/modules.alias | grep -i 0139

I do see ELRepo kmod-rts5139 that looks worth a try. It is in [elrepo-testing] which is not enabled by default so after installing elrepo-release
yum --enablerepo elrepo-testing install kmod-rts5139
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2012/4/22 14:29
Create PDF from Post Print
Top
  •  soto
      soto
Re: SDHC MMC not working on my Lenovo V570.
#7
Peeking in the Member Window
Joined: 2012/4/21
From
Posts: 19
Honestly, I bow to you, no snark intended, I have went around my butt to get to my elbow with this. Thank you Phil for taking time out of your weekend to help me.
Posted on: 2012/4/22 20:52
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: SDHC MMC not working on my Lenovo V570.
#8
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
You are welcome. Please let us know if you consider the issue resolved. Feedback to the ELRepo mailing list would also be appreciated, and will help get the package promoted from testing to the main repo.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2012/4/22 20:56
Create PDF from Post Print
Top
  •  soto
      soto
Re: SDHC MMC not working on my Lenovo V570.
#9
Peeking in the Member Window
Joined: 2012/4/21
From
Posts: 19
Yes it is resolved. Now if I can get fprint.d supported for CentOS 6.2.
Posted on: 2012/4/22 21:29
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: [SOLVED] SDHC MMC not working on my Lenovo V570.
#10
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
Perhaps
 yum install fprintd


It is a base package:
Name        : fprintd
Arch        : x86_64
Version     : 0.1
Release     : 19.git04fd09cfa.el6
Size        : 102 k
Repo        : installed
From repo   : base
Summary     : D-Bus service for Fingerprint reader access
URL         : http://www.reactivated.net/fprint/wiki/Fprintd
License     : GPLv2+
Description : D-Bus service to access fingerprint readers.

Thanks for reporting back. Marking this thread [SOLVED] for posterity.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2012/4/22 22:54
Create PDF from Post Print
Top
 Top   Previous Topic   Next Topic

 


 You cannot start a new topic.
 You can view topic.
 You cannot reply to posts.
 You cannot edit your posts.
 You cannot delete your posts.
 You cannot add new polls.
 You cannot vote in polls.
 You cannot attach files to posts.
 You cannot post without approval.




"Linux" is a registered trademark of Linus Torvalds. | All other trademarks are property of their respective owners. | All other content is Copyright @ 2004-2009 by the CentOS Project or "each individual contributor (forums, comments, etc.) unless otherwise assigned".| Theme based on a theme by 7dana.com