Dobrý den
Jak mám nainstalovat ovladač čtečky karet.
# Driver for Realtek PCI-Express card reader
#
# Copyright(c) 2009 Realtek Semiconductor Corp. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any
# later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, see <http://www.gnu.org/licenses/>.
#
# Author:
# wwang (wei_wang@realsil.com.cn)
# No. 450, Shenhu Road, Suzhou Industry Park, Suzhou, China
#
# Makefile for the PCI-Express Card Reader drivers.
#
TARGET_MODULE := acer-wmi
#EXTRA_CFLAGS := -Idrivers/scsi
obj-m += $(TARGET_MODULE).o
$(TARGET_MODULE)-objs :=
default:
make -C /lib/modules/$(shell uname -r)/build/ SUBDIRS=$(PWD) modules
debug:
make -C /lib/modules/$(shell uname -r)/build/ SUBDIRS=$(PWD) modules
install:
cp $(TARGET_MODULE).ko /lib/modules/$(shell uname -r)/updates -f
clean:
rm -f *.o *.ko
rm -f $(TARGET_MODULE).mod.c
General Information
===================
Patch and patched linux driver for acer-wmi.
Build Steps (patched driver)
============================
1) make
2) make install
3) depmod
4) reboot your computer
Note: Root privilege is required in step 2 and 3
Tohle je obsah souborů README.txt a Makefile.
Děkuji za radu Honza