Jestem nowym "zielonym" użytkownikiem Ubuntu 12.04.
Od 3 dni męczę się z webcamem w laptopie ASUS F5N - jest to Syntek USB 2.0 Video Camera.
Ściągnąłem paczkę sterowników stk11xx-2.1.0 - z tego co wyczytałem są to prawidłowe sterowniki.
Wpisałem kilka komend "informacyjnych" (według instrukcji z forum) jednak nic mi one nie mówią...
lsusb
Kod: Zaznacz cały
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 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0bda:0116 Realtek Semiconductor Corp. Mass Storage Device
Bus 001 Device 004: ID 174f:6a31 Syntek Web Cam - Asus A8J, F3S, F5R, VX2S, V1S
Bus 003 Device 005: ID 1c4f:0034 SiGma Micro
Kod: Zaznacz cały
[ 0.420698] pci 0000:00:12.0: Boot video device
[ 13.977611] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input5
[ 13.977704] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 14.175045] asus_laptop: Backlight controlled by ACPI video driver
Kod: Zaznacz cały
H/W path Device Class Description
=========================================
system Computer
/0 bus Motherboard
/0/3 memory 869MiB System memory
/0/5 processor AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55
/0/0 memory RAM memory
/0/1 bridge MCP67 ISA Bridge
/0/1.1 bus MCP67 SMBus
/0/1.2 memory RAM memory
/0/1.3 processor MCP67 Co-processor
/0/2 bus MCP67 OHCI USB 1.1 Controller
/0/2.1 bus MCP67 EHCI USB 2.0 Controller
/0/4 bus MCP67 OHCI USB 1.1 Controller
/0/4.1 bus MCP67 EHCI USB 2.0 Controller
/0/6 storage MCP67 IDE Controller
/0/7 multimedia MCP67 High Definition Audio
/0/8 bridge MCP67 PCI Bridge
/0/9 storage MCP67 AHCI Controller
/0/a eth0 network MCP67 Ethernet
/0/c bridge MCP67 PCI Express Bridge
/0/d bridge MCP67 PCI Express Bridge
/0/d/0 wlan0 network AR242x / AR542x Wireless Network Adapter (PCI-Expr
/0/12 display C67 [GeForce 7000M / nForce 610M]
/0/100 bridge K8 [Athlon64/Opteron] HyperTransport Technology Co
/0/101 bridge K8 [Athlon64/Opteron] Address Map
/0/102 bridge K8 [Athlon64/Opteron] DRAM Controller
/0/103 bridge K8 [Athlon64/Opteron] Miscellaneous Control
/1 scsi6 storage
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
Jest tam..
2. Compilation
2.1 Documentation
To build documentation :
$ make -f Makefile.standalone doc
$ make -f Makefile.standalone cleandoc
2.2 Kernel module
To build the kernel module :
$ make -f Makefile.standalone
or
$ make -f Makefile.standalone driver
$ make -f Makefile.standalone clean
Po wpisaniu:
make -f Makefile.standalone lub make -f Makefile.standalone driver
wyskakuje mi taki komunikat
Kod: Zaznacz cały
make: PWD: Polecenie nie znalezione
make -C /lib/modules/3.2.0-61-generic/build SUBDIRS= modules
make[1]: Wejście do katalogu `/usr/src/linux-headers-3.2.0-61-generic'
make[2]: *** Brak reguł do zrobienia obiektu `arch/x86/tools/relocs.c', wymaganego przez `arch/x86/tools/relocs'. Stop.
make[1]: *** [archscripts] Błąd 2
make[1]: Opuszczenie katalogu `/usr/src/linux-headers-3.2.0-61-generic'
make: *** [driver] Błąd 2
