Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Hardware => Téma založeno: HONZAJAN 01 Dubna 2012, 19:32:30
-
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
-
wiki.ubuntu.cz/Instalace programů/Zdrojové kódy (http://wiki.ubuntu.cz/Instalace%20programů/Zdrojové%20kódy)
-
Snažil jsem postupovat podle návodu.Nainstaloval jsem build-essential .Checkinstall v repozitáři ale není.A tohle je z terminálu
honza@honza-AOD257:~$ /home/honza/Stažené/acer_wmi
bash: /home/honza/Stažené/acer_wmi: je adresářem
honza@honza-AOD257:~$ ./configure
bash: ./configure: Adresář nebo soubor neexistuje
honza@honza-AOD257:~$
Tím tedy končím.Jak tedy postupovat dál.
-
Stáhni si ovladač, odtud http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=15&PFid=25&Level=4&Conn=3&DownTypeID=3&GetDown=false
Rozbal
Přesuň se do adresáře kde je ovladač příkazem "cd"
Zadat make
sudo make install
sudo depmod restart
-
PCIE card reader driver for Linux (support kernel version up to V2.6.37)
-
Děkuji za radu.Už funguje.