Acer 3960 na Ubuntu nie widzi kamery

Karty graficzne, dźwiękowe, tv, monitory etc.
Trombollo
Piegowaty Guziec
Piegowaty Guziec
Posty: 6
Rejestracja: 14 wrz 2007, 11:18

Acer 3960 na Ubuntu nie widzi kamery

Post autor: Trombollo »

Witam serdecznie,
chciałbym zapytac jakie to licho, ale na laptopie Acer 3960 po lsusb oprócz
Bus 005 Device 003: ID 5986:0100
Bus 005 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 001 Device 004: ID 06b9:4061 Alcatel Telecom SpeedTouch ISDN or ADSL Modem
Bus 001 Device 001: ID 0000:0000

Nie widzi mi! Czy to koniec moich marzeń? Czy coś sknociłem w czasie wgrywania... próbowałem sposobu z camoramą... ale co z tego jak mi nie widzi kamery OrbiCam
Pozdrawiam
Parentes liberis diligenti sunt
Awatar użytkownika
mario_7
Administrator
Administrator
Posty: 8613
Rejestracja: 30 sie 2006, 13:11
Płeć: Mężczyzna
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Post autor: mario_7 »

Na tej stronie niby Twoja kamera jest wymieniona jako wspierana: http://linux-uvc.berlios.de/
Instrukcje pewnie są w jakimś pliku README lub INSTALL, ale tutaj też coś jest: http://openfacts.berlios.de/index-en.ph ... =Linux+UVC
Na pewno znajdziesz więcej poradników w Google.
Trombollo
Piegowaty Guziec
Piegowaty Guziec
Posty: 6
Rejestracja: 14 wrz 2007, 11:18

Post autor: Trombollo »

mario_7,
Cześć Mario, możesz mi pomóc w instalowaniu tej kamerki? Nic nie działa... zrobiłem to co zasugerowałeś i wiele innych rzeczy (sporo)... i nic...
Czy mozna to zrobić w ludzki sposób?
Pozdrawiam
Z wyrami szacunku
Trombollo
Parentes liberis diligenti sunt
Awatar użytkownika
mario_7
Administrator
Administrator
Posty: 8613
Rejestracja: 30 sie 2006, 13:11
Płeć: Mężczyzna
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Post autor: mario_7 »

Trombollo pisze:Czy mozna to zrobić w ludzki sposób?
Sterownik jest w fazie rozwoju, nie jest jeszcze wydawany w numerowanych wersjach, jedynie można pobrać kod, nad którym bezpośrednio pracują deweloperzy (co teoretycznie może powodować problemy, ale bądźmy optymistami ]sudo modprobe uvcvideo[/code] i sprawdź, czy pojawiło się urządzenie /dev/video0 lub /dev/uvcvideo lub coś podobnego oraz czy kamerka działa (np. w programie Ekiga ustawionym na V4L2). Bardzo możliwe, że ta wersja będzie za stara, aby działać poprawnie.

Nie napisałeś w jakim momencie utknąłeś, więc od początku (może komuś się jeszcze przyda):

1. Instalacja wymaganych programów i bibliotek do pobrania i kompilacji sterownika (nie jestem w stanie stwierdzić, czy to wszystko, bo mój system ma pewien staż i dużo bibliotek już zainstalowanych):

Kod: Zaznacz cały

sudo apt-get install build-essential linux-headers-`uname -r` subversion
2. Pobieramy źródła sterownika:

Kod: Zaznacz cały

svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk linux-uvc
Pojawi się nowy katalog - linux-uvc, a w nim pliki źródłowe.

3. Zgodnie z wiki sterownika dla Ubuntu 6.06 (powinno być nadal aktualne ;)) należy edytować plik Makefile (jest w katalogu linux-uvc) i zamienić w nim linię

Kod: Zaznacz cały

INSTALL_MOD_DIR := usb/media
na

Kod: Zaznacz cały

INSTALL_MOD_DIR := kernel/ubuntu/media/usbvideo
4. Teraz kompilacja sterownika. W konsoli przechodzimy do katalogu linux-uvc

Kod: Zaznacz cały

cd linux-uvc
i wykonujemy polecenia

Kod: Zaznacz cały

make
sudo make install
5. Uruchomienie kamerki

Kod: Zaznacz cały

sudo modprobe uvcvideo
Trombollo
Piegowaty Guziec
Piegowaty Guziec
Posty: 6
Rejestracja: 14 wrz 2007, 11:18

I dalej nic

Post autor: Trombollo »

Fatalnie... po lsusb

Kod: Zaznacz cały

Bus 005 Device 003: ID 5986:0100
Bus 005 Device 001: ID 0000:0000
Bus 001 Device 004: ID 06b9:4061 Alcatel Telecom SpeedTouch ISDN or ADSL Modem
Bus 001 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
to jakiiś koszmar...
Nie wiem dlaczego nic nie chce mi widzieć! zrobiłem takjak napisałeś czekając na cud...
po sudo modprobe uvcvideo
zupełnie nic
Pozdrawiam

[ Dodano: 26 Wrzesień 07, 13:18 ]
Moze cos knocę juz na poczatku...
Nie wiem, ale robię tu juz w trybie Administratora i nic... to jak można inaczej?
Pozdrawiam
Trombollo

[ Dodano: 26 Wrzesień 07, 13:21 ]

Kod: Zaznacz cały

root@s-laptop:~# sudo apt-get install build-essential linux-headers-`uname -r` subversion
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Reading state information... Gotowe
build-essential jest już w najnowszej wersji.
linux-headers-2.6.20-15-generic jest już w najnowszej wersji.
subversion jest już w najnowszej wersji.
0 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 0 nieaktualizowanych.
root@s-laptop:~# svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk linux-uvc
A    linux-uvc/uvc_ctrl.c
A    linux-uvc/uvc_queue.c
A    linux-uvc/uvc_video.c
A    linux-uvc/uvc_v4l2.c
A    linux-uvc/uvc_compat.h
A    linux-uvc/uvc_driver.c
A    linux-uvc/uvcvideo.h
A    linux-uvc/Makefile
Pobrano wersję 127.
root@s-laptop:~# ls
Desktop  linux-uvc  syntekdriver
root@s-laptop:~# cd linux-uvc/
root@s-laptop:~/linux-uvc# ls
Makefile  uvc_compat.h  uvc_ctrl.c  uvc_driver.c  uvc_queue.c  uvc_v4l2.c  uvc_video.c  uvcvideo.h
root@s-laptop:~/linux-uvc# vim Makefile
root@s-laptop:~/linux-uvc# ls
Makefile  uvc_compat.h  uvc_ctrl.c  uvc_driver.c  uvc_queue.c  uvc_v4l2.c  uvc_video.c  uvcvideo.h
root@s-laptop:~/linux-uvc# make
Building USB Video Class driver...
make[1]: Wejście do katalogu `/usr/src/linux-headers-2.6.20-15-generic'
  CC [M]  /root/linux-uvc/uvc_driver.o
  CC [M]  /root/linux-uvc/uvc_queue.o
  CC [M]  /root/linux-uvc/uvc_v4l2.o
  CC [M]  /root/linux-uvc/uvc_video.o
  CC [M]  /root/linux-uvc/uvc_ctrl.o
  LD [M]  /root/linux-uvc/uvcvideo.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /root/linux-uvc/uvcvideo.mod.o
  LD [M]  /root/linux-uvc/uvcvideo.ko
make[1]: Opuszczenie katalogu `/usr/src/linux-headers-2.6.20-15-generic'
root@s-laptop:~/linux-uvc# sudo make install
Installing USB Video Class driver...
make[1]: Wejście do katalogu `/usr/src/linux-headers-2.6.20-15-generic'
  INSTALL /root/linux-uvc/uvcvideo.ko
  DEPMOD  2.6.20-15-generic
make[1]: Opuszczenie katalogu `/usr/src/linux-headers-2.6.20-15-generic'
depmod -ae
root@s-laptop:~/linux-uvc# sudo modprobe uvcvideo
root@s-laptop:~/linux-uvc# sudo modprobe uvcvideo
root@s-laptop:~/linux-uvc# sudo modprobe uvcvideo
root@s-laptop:~/linux-uvc# 
[ Dodano: 26 Wrzesień 07, 13:46 ]
Dlaczego nie chce mi się ładować moduł?

Kod: Zaznacz cały

[    0.000000] Linux version 2.6.20-15-generic (root@palmer) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #2 SMP Sun Apr 15 07:36:31 UTC 2007 (Ubuntu 2.6.20-15.27-generic)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] sanitize start
[    0.000000] sanitize end
[    0.000000] copy_e820_map() start: 0000000000000000 size: 000000000009f800 end: 000000000009f800 type: 1
[    0.000000] copy_e820_map() type is E820_RAM
[    0.000000] copy_e820_map() start: 000000000009f800 size: 0000000000000800 end: 00000000000a0000 type: 2
[    0.000000] copy_e820_map() start: 00000000000e0000 size: 0000000000020000 end: 0000000000100000 type: 2
[    0.000000] copy_e820_map() start: 0000000000100000 size: 000000003f580000 end: 000000003f680000 type: 1
[    0.000000] copy_e820_map() type is E820_RAM
[    0.000000] copy_e820_map() start: 000000003f680000 size: 0000000000080000 end: 000000003f700000 type: 4
[    0.000000] copy_e820_map() start: 000000003f700000 size: 0000000000900000 end: 0000000040000000 type: 2
[    0.000000] copy_e820_map() start: 00000000e0000000 size: 0000000010000000 end: 00000000f0000000 type: 2
[    0.000000] copy_e820_map() start: 00000000fec00000 size: 0000000000010000 end: 00000000fec10000 type: 2
[    0.000000] copy_e820_map() start: 00000000fed00000 size: 0000000000000400 end: 00000000fed00400 type: 2
[    0.000000] copy_e820_map() start: 00000000fed14000 size: 0000000000006000 end: 00000000fed1a000 type: 2
[    0.000000] copy_e820_map() start: 00000000fed1c000 size: 0000000000074000 end: 00000000fed90000 type: 2
[    0.000000] copy_e820_map() start: 00000000fee00000 size: 0000000000001000 end: 00000000fee01000 type: 2
[    0.000000] copy_e820_map() start: 00000000ff000000 size: 0000000001000000 end: 0000000100000000 type: 2
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003f680000 (usable)
[    0.000000]  BIOS-e820: 000000003f680000 - 000000003f700000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003f700000 - 0000000040000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[    0.000000]  BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000] 118MB HIGHMEM available.
[    0.000000] 896MB LOWMEM available.
[    0.000000] found SMP MP-table at 000f6340
[    0.000000] Entering add_active_range(0, 0, 259712) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->   229376
[    0.000000]   HighMem    229376 ->   259712
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->   259712
[    0.000000] On node 0 totalpages: 259712
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 1760 pages used for memmap
[    0.000000]   Normal zone: 223520 pages, LIFO batch:31
[    0.000000]   HighMem zone: 237 pages used for memmap
[    0.000000]   HighMem zone: 30099 pages, LIFO batch:7
[    0.000000] DMI present.
[    0.000000] ACPI: RSDP (v000 ACRSYS                                ) @ 0x000f6290
[    0.000000] ACPI: RSDT (v001 ACRSYS ACRPRDCT 0x06040000  LTP 0x00000000) @ 0x3f686745
[    0.000000] ACPI: FADT (v001 Acer   Grape    0x06040000 LOHR 0x0000005a) @ 0x3f68ddfa
[    0.000000] ACPI: MADT (v001 Acer   Grape    0x06040000 LOHR 0x0000005a) @ 0x3f68de6e
[    0.000000] ACPI: HPET (v001 Acer   Grape    0x06040000 LOHR 0x0000005a) @ 0x3f68ded6
[    0.000000] ACPI: MCFG (v001 Acer   Grape    0x06040000 LOHR 0x0000005a) @ 0x3f68df0e
[    0.000000] ACPI: DBGP (v001 Acer   Grape    0x06040000 LOHR 0x00000000) @ 0x3f68df4a
[    0.000000] ACPI: MADT (v001 PTLTD    APIC   0x06040000  LTP 0x00000000) @ 0x3f68df7e
[    0.000000] ACPI: BOOT (v001 PTLTD  $SBFTBL$ 0x06040000  LTP 0x00000001) @ 0x3f68dfd8
[    0.000000] ACPI: SSDT (v001 SataRe  SataPri 0x00001000 INTL 0x20050228) @ 0x3f687a18
[    0.000000] ACPI: SSDT (v001 SataRe  SataSec 0x00001000 INTL 0x20050228) @ 0x3f687386
[    0.000000] ACPI: SSDT (v001  PmRef  Cpu0Cst 0x00003001 INTL 0x20050228) @ 0x3f686ec4
[    0.000000] ACPI: SSDT (v001  PmRef  Cpu0Tst 0x00003000 INTL 0x20050228) @ 0x3f686c65
[    0.000000] ACPI: SSDT (v001  PmRef    CpuPm 0x00003000 INTL 0x20050228) @ 0x3f686799
[    0.000000] ACPI: DSDT (v001 Acer   CALISTGA 0x06040000 INTL 0x20050228) @ 0x00000000
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: 2 duplicate APIC table ignored.
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] Processor #0 6:14 APIC version 20
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
[    0.000000] Detected 1862.205 MHz processor.
[   10.398804] Built 1 zonelists.  Total pages: 257683
[   10.398807] Kernel command line: root=UUID=8c61efb6-b490-4aaa-8fd7-1e845b8f6812 ro quiet splash locale=pl_PL
[   10.398961] mapped APIC to ffffd000 (fee00000)
[   10.398963] mapped IOAPIC to ffffc000 (fec00000)
[   10.398966] Enabling fast FPU save and restore... done.
[   10.398969] Enabling unmasked SIMD FPU exception support... done.
[   10.398976] Initializing CPU#0
[   10.399042] PID hash table entries: 4096 (order: 12, 16384 bytes)
[   10.400593] Console: colour VGA+ 80x25
[   10.400878] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[   10.401247] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[   10.428276] Memory: 1017376k/1038848k available (1992k kernel code, 20740k reserved, 893k data, 328k init, 121344k highmem)
[   10.428285] virtual kernel memory layout:
[   10.428286]     fixmap  : 0xfff4e000 - 0xfffff000   ( 708 kB)
[   10.428287]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[   10.428288]     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
[   10.428289]     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
[   10.428291]       .init : 0xc03d7000 - 0xc0429000   ( 328 kB)
[   10.428292]       .data : 0xc02f2264 - 0xc03d16d4   ( 893 kB)
[   10.428293]       .text : 0xc0100000 - 0xc02f2264   (1992 kB)
[   10.428296] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[   10.428450] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[   10.428455] hpet0: 3 64-bit timers, 14318180 Hz
[   10.429460] Using HPET for base-timer
[   10.508316] Calibrating delay using timer specific routine.. 3728.25 BogoMIPS (lpj=7456517)
[   10.508356] Security Framework v1.0.0 initialized
[   10.508363] SELinux:  Disabled at boot.
[   10.508377] Mount-cache hash table entries: 512
[   10.508512] CPU: After generic identify, caps: afe9fbff 00100000 00000000 00000000 0000c109 00000000 00000000
[   10.508520] monitor/mwait feature present.
[   10.508521] using mwait in idle threads.
[   10.508526] CPU: L1 I cache: 32K, L1 D cache: 32K
[   10.508528] CPU: L2 cache: 1024K
[   10.508531] CPU: After all inits, caps: afe9fbff 00100000 00000000 00002940 0000c109 00000000 00000000
[   10.508541] Compat vDSO mapped to ffffe000.
[   10.508545] Remapping vsyscall page to ffffe000
[   10.508557] Checking 'hlt' instruction... OK.
[   10.524400] SMP alternatives: switching to UP code
[   10.524604] Freeing SMP alternatives: 11k freed
[   10.524780] Early unpacking initramfs... done
[   10.879663] ACPI: Core revision 20060707
[   10.879904] ACPI: Looking for DSDT in initramfs... file /DSDT.aml not found, using machine DSDT.
[   10.911344] CPU0: Intel(R) Celeron(R) M CPU        440  @ 1.86GHz stepping 0c
[   10.911368] Total of 1 processors activated (3728.25 BogoMIPS).
[   10.911564] ENABLING IO-APIC IRQs
[   10.911767] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[   11.055405] Brought up 1 CPUs
[   11.055618] Booting paravirtualized kernel on bare hardware
[   11.055699] Time:  9:12:01  Date: 08/26/107
[   11.055723] NET: Registered protocol family 16
[   11.055799] EISA bus registered
[   11.055803] ACPI: bus type pci registered
[   11.055885] PCI: PCI BIOS revision 2.10 entry at 0xfd603, last bus=7
[   11.055887] PCI: Using configuration type 1
[   11.055889] Setting up standard PCI resources
[   11.059740] ACPI: Interpreter enabled
[   11.059743] ACPI: Using IOAPIC for interrupt routing
[   11.060174] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   11.060180] PCI: Probing PCI hardware (bus 00)
[   11.060856] Boot video device is 0000:00:02.0
[   11.061521] PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
[   11.061525] PCI quirk: region 1180-11bf claimed by ICH6 GPIO
[   11.062621] PCI: Transparent bridge - 0000:00:1e.0
[   11.062692] PCI: Bus #07 (-#0a) is hidden behind transparent bridge #06 (-#07) (try 'pci=assign-busses')
[   11.062694] Please report the result to linux-kernel to fix this permanently
[   11.062772] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[   11.065801] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[   11.066066] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[   11.066324] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[   11.066564] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[   11.067718] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[   11.068251] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 5 *6 10 12 14 15)
[   11.068484] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 5 6 *11 12 14 15)
[   11.068718] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 5 6 10 12 14 15) *11
[   11.068950] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 5 6 11 12 14 15) *10
[   11.069180] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 5 6 10 12 14 15) *0, disabled.
[   11.069414] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 5 6 11 12 14 15) *10
[   11.069647] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 5 6 *10 12 14 15)
[   11.069879] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 *5 6 11 12 14 15)
[   11.340267] Linux Plug and Play Support v0.97 (c) Adam Belay
[   11.340276] pnp: PnP ACPI init
[   11.367607] pnp: PnP ACPI: found 10 devices
[   11.367611] PnPBIOS: Disabled by ACPI PNP
[   11.367656] PCI: Using ACPI for IRQ routing
[   11.367659] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   11.367663] PCI: Cannot allocate resource region 7 of bridge 0000:00:1c.0
[   11.367665] PCI: Cannot allocate resource region 8 of bridge 0000:00:1c.0
[   11.392804] NET: Registered protocol family 8
[   11.392806] NET: Registered protocol family 20
[   11.393270] PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
[   11.393276] PCI: Bridge: 0000:00:1c.0
[   11.393278]   IO window: disabled.
[   11.393283]   MEM window: disabled.
[   11.393288]   PREFETCH window: disabled.
[   11.393293] PCI: Bridge: 0000:00:1c.1
[   11.393295]   IO window: disabled.
[   11.393300]   MEM window: disabled.
[   11.393304]   PREFETCH window: disabled.
[   11.393310] PCI: Bridge: 0000:00:1c.2
[   11.393311]   IO window: disabled.
[   11.393316]   MEM window: disabled.
[   11.393320]   PREFETCH window: disabled.
[   11.393326] PCI: Bridge: 0000:00:1c.3
[   11.393328]   IO window: disabled.
[   11.393334]   MEM window: d0000000-d00fffff
[   11.393338]   PREFETCH window: disabled.
[   11.393354] PCI: Bus 7, cardbus bridge: 0000:06:04.0
[   11.393356]   IO window: 00002000-000020ff
[   11.393361]   IO window: 00002400-000024ff
[   11.393367]   PREFETCH window: 50000000-53ffffff
[   11.393372]   MEM window: 54000000-57ffffff
[   11.393377] PCI: Bridge: 0000:00:1e.0
[   11.393380]   IO window: 2000-2fff
[   11.393386]   MEM window: d0100000-d01fffff
[   11.393391]   PREFETCH window: 50000000-53ffffff
[   11.393423] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 16
[   11.393431] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[   11.393454] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 17
[   11.393460] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[   11.393483] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
[   11.393489] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[   11.393512] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 19
[   11.393517] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[   11.393528] PCI: Enabling device 0000:00:1e.0 (0004 -> 0007)
[   11.393534] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[   11.393551] ACPI: PCI Interrupt 0000:06:04.0[A] -> GSI 16 (level, low) -> IRQ 17
[   11.393576] NET: Registered protocol family 2
[   11.430783] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[   11.430890] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[   11.431598] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[   11.431959] TCP: Hash tables configured (established 131072 bind 65536)
[   11.431963] TCP reno registered
[   11.442840] checking if image is initramfs... it is
[   12.141835] Freeing initrd memory: 8123k freed
[   12.142018] Simple Boot Flag at 0x36 set to 0x1
[   12.142300] audit: initializing netlink socket (disabled)
[   12.142312] audit(1190797921.556:1): initialized
[   12.142375] highmem bounce pool size: 64 pages
[   12.142429] VFS: Disk quotas dquot_6.5.1
[   12.142447] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   12.142490] io scheduler noop registered
[   12.142493] io scheduler anticipatory registered
[   12.142495] io scheduler deadline registered
[   12.142502] io scheduler cfq registered (default)
[   12.142743] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[   12.142801] assign_interrupt_mode Found MSI capability
[   12.142804] Allocate Port Service[0000:00:1c.0:pcie00]
[   12.142834] Allocate Port Service[0000:00:1c.0:pcie02]
[   12.142947] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[   12.143003] assign_interrupt_mode Found MSI capability
[   12.143005] Allocate Port Service[0000:00:1c.1:pcie00]
[   12.143032] Allocate Port Service[0000:00:1c.1:pcie02]
[   12.143144] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[   12.143200] assign_interrupt_mode Found MSI capability
[   12.143202] Allocate Port Service[0000:00:1c.2:pcie00]
[   12.143233] Allocate Port Service[0000:00:1c.2:pcie02]
[   12.143345] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[   12.143401] assign_interrupt_mode Found MSI capability
[   12.143403] Allocate Port Service[0000:00:1c.3:pcie00]
[   12.143429] Allocate Port Service[0000:00:1c.3:pcie02]
[   12.143590] isapnp: Scanning for PnP cards...
[   12.497373] isapnp: No Plug & Play device found
[   12.519359] Real Time Clock Driver v1.12ac
[   12.519413] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   12.520066] mice: PS/2 mouse device common for all mice
[   12.520539] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[   12.520725] input: Macintosh mouse button emulation as /class/input/input0
[   12.520756] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[   12.520760] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[   12.521027] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSS0] at 0x60,0x64 irq 1,12
[   12.522074] i8042.c: Detected active multiplexing controller, rev 1.1.
[   12.522151] serio: i8042 KBD port at 0x60,0x64 irq 1
[   12.522156] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[   12.522158] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[   12.522160] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[   12.522162] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[   12.522297] EISA: Probing bus 0 at eisa.0
[   12.522304] Cannot allocate resource for EISA slot 1
[   12.522307] Cannot allocate resource for EISA slot 2
[   12.522316] Cannot allocate resource for EISA slot 5
[   12.522329] EISA: Detected 0 cards.
[   12.552373] TCP cubic registered
[   12.552379] NET: Registered protocol family 1
[   12.552401] Using IPI No-Shortcut mode
[   12.552460] ACPI: (supports S0 S3 S4 S5)
[   12.552504]   Magic number: 7:94:223
[   12.552543]   hash matches device ttyu7
[   12.552555]   hash matches device ttyra
[   12.552783] Freeing unused kernel memory: 328k freed
[   12.552801] Time: tsc clocksource has been installed.
[   12.554357] input: AT Translated Set 2 keyboard as /class/input/input1
[   13.783888] Capability LSM initialized
[   13.797471] device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: [email]dm-devel@redhat.com[/email]
[   13.823323] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[   13.823329] ACPI: Processor [CPU0] (supports 8 throttling states)
[   13.823337] ACPI Exception (acpi_processor-0677): AE_NOT_FOUND, Processor Device is not present [20060707]
[   13.831149] ACPI: Thermal Zone [TZ00] (54 C)
[    3.068000] ACPI: Thermal Zone [TZ01] (54 C)
[    3.076000] Time: hpet clocksource has been installed.
[    3.120000] md: linear personality registered for level -1
[    3.124000] md: multipath personality registered for level -4
[    3.128000] md: raid0 personality registered for level 0
[    3.132000] md: raid1 personality registered for level 1
[    3.136000] raid5: automatically using best checksumming function: pIII_sse
[    3.156000]    pIII_sse  :  4719.000 MB/sec
[    3.156000] raid5: using function: pIII_sse (4719.000 MB/sec)
[    3.244000] raid6: int32x1    585 MB/s
[    3.312000] raid6: int32x2    689 MB/s
[    3.380000] raid6: int32x4    577 MB/s
[    3.448000] raid6: int32x8    490 MB/s
[    3.516000] raid6: mmxx1     1697 MB/s
[    3.584000] raid6: mmxx2     1871 MB/s
[    3.652000] raid6: sse1x1    1262 MB/s
[    3.720000] raid6: sse1x2    1743 MB/s
[    3.788000] raid6: sse2x1    1865 MB/s
[    3.856000] raid6: sse2x2    2037 MB/s
[    3.856000] raid6: using algorithm sse2x2 (2037 MB/s)
[    3.856000] md: raid6 personality registered for level 6
[    3.856000] md: raid5 personality registered for level 5
[    3.856000] md: raid4 personality registered for level 4
[    3.888000] md: raid10 personality registered for level 10
[    4.244000] usbcore: registered new interface driver usbfs
[    4.244000] usbcore: registered new interface driver hub
[    4.244000] usbcore: registered new device driver usb
[    4.244000] USB Universal Host Controller Interface driver v3.0
[    4.244000] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 20
[    4.244000] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[    4.244000] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    4.244000] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    4.244000] uhci_hcd 0000:00:1d.0: irq 20, io base 0x000050a0
[    4.244000] usb usb1: configuration #1 chosen from 1 choice
[    4.244000] hub 1-0:1.0: USB hub found
[    4.244000] hub 1-0:1.0: 2 ports detected
[    4.348000] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[    4.348000] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[    4.348000] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    4.348000] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[    4.348000] uhci_hcd 0000:00:1d.1: irq 19, io base 0x000050c0
[    4.348000] usb usb2: configuration #1 chosen from 1 choice
[    4.348000] hub 2-0:1.0: USB hub found
[    4.348000] hub 2-0:1.0: 2 ports detected
[    4.452000] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[    4.452000] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[    4.452000] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    4.452000] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[    4.452000] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000050e0
[    4.452000] usb usb3: configuration #1 chosen from 1 choice
[    4.452000] hub 3-0:1.0: USB hub found
[    4.452000] hub 3-0:1.0: 2 ports detected
[    4.556000] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 17
[    4.556000] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[    4.556000] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    4.556000] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[    4.556000] uhci_hcd 0000:00:1d.3: irq 17, io base 0x00005400
[    4.556000] usb usb4: configuration #1 chosen from 1 choice
[    4.556000] hub 4-0:1.0: USB hub found
[    4.556000] hub 4-0:1.0: 2 ports detected
[    4.588000] usb 1-1: new full speed USB device using uhci_hcd and address 2
[    4.660000] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 20
[    4.660000] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[    4.660000] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    4.660000] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
[    4.660000] ehci_hcd 0000:00:1d.7: debug port 1
[    4.660000] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[    4.660000] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xd0544000
[    4.664000] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    4.664000] usb usb5: configuration #1 chosen from 1 choice
[    4.664000] hub 5-0:1.0: USB hub found
[    4.664000] hub 5-0:1.0: 8 ports detected
[    4.772000] SCSI subsystem initialized
[    4.776000] libata version 2.20 loaded.
[    4.780000] ata_piix 0000:00:1f.2: version 2.10ac1
[    4.780000] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
[    4.936000] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
[    4.936000] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[    4.936000] ata1: SATA max UDMA/133 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x00015440 irq 14
[    4.936000] ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x00015448 irq 15
[    4.936000] scsi0 : ata_piix
[    5.100000] ata1.00: ata_hpa_resize 1: sectors = 234441648, hpa_sectors = 234441648
[    5.100000] ata1.00: ATA-7: Hitachi HTS541612J9SA00, SBDOC70P, max UDMA/100
[    5.100000] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    5.108000] ata1.00: ata_hpa_resize 1: sectors = 234441648, hpa_sectors = 234441648
[    5.108000] ata1.00: configured for UDMA/100
[    5.108000] scsi1 : ata_piix
[    5.112000] usb 1-1: device not accepting address 2, error -71
[    5.428000] ata2.00: ATAPI, max UDMA/33
[    5.592000] ata2.00: configured for UDMA/33
[    5.592000] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS54161 SBDO PQ: 0 ANSI: 5
[    5.592000] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ-850S  1.20 PQ: 0 ANSI: 5
[    5.592000] b44.c:v1.01 (Jun 16, 2006)
[    5.592000] ACPI: PCI Interrupt 0000:06:01.0[A] -> GSI 21 (level, low) -> IRQ 21
[    5.592000] PCI: Setting latency timer of device 0000:06:01.0 to 64
[    5.596000] eth0: Broadcom 4400 10/100BaseT Ethernet 00:16:d4:ce:3a:f5
[    5.612000] SCSI device sda: 234441648 512-byte hdwr sectors (120034 MB)
[    5.612000] sda: Write Protect is off
[    5.612000] sda: Mode Sense: 00 3a 00 00
[    5.612000] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.612000] SCSI device sda: 234441648 512-byte hdwr sectors (120034 MB)
[    5.612000] sda: Write Protect is off
[    5.612000] sda: Mode Sense: 00 3a 00 00
[    5.612000] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.612000]  sda: sda1 sda2 < sda5 > sda3 sda4
[    5.652000] sd 0:0:0:0: Attached scsi disk sda
[    5.656000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    5.656000] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[    5.664000] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    5.664000] Uniform CD-ROM driver Revision: 3.20
[    5.664000] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    5.720000] usb 5-4: new high speed USB device using ehci_hcd and address 3
[    5.888000] Attempting manual resume
[    5.888000] swsusp: Resume From Partition 8:5
[    5.888000] PM: Checking swsusp image.
[    5.888000] PM: Resume from disk failed.
[    5.928000] kjournald starting.  Commit interval 5 seconds
[    5.928000] EXT3-fs: mounted filesystem with ordered data mode.
[    6.096000] usb 5-4: configuration #1 chosen from 1 choice
[    6.344000] usb 1-1: new full speed USB device using uhci_hcd and address 4
[    6.540000] usb 1-1: configuration #1 chosen from 1 choice
[   16.168000] device-mapper: multipath: version 1.0.5 loaded
[   16.620000] device-mapper: multipath round-robin: version 1.0.0 loaded
[   17.528000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   17.536000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   17.840000] NET: Registered protocol family 17
[   18.032000] Linux agpgart interface v0.102 (c) Dave Jones
[   18.060000] intel_rng: FWH not detected
[   18.084000] iTCO_vendor_support: vendor-support=0
[   18.088000] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.01 (11-Nov-2006)
[   18.088000] iTCO_wdt: Found a ICH7-M TCO device (Version=2, TCOBASE=0x1060)
[   18.088000] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   18.216000] agpgart: Detected an Intel 945GM Chipset.
[   18.216000] agpgart: Detected 7932K stolen memory.
[   18.232000] agpgart: AGP aperture is 256M @ 0xc0000000
[   18.336000] Yenta: CardBus bridge found at 0000:06:04.0 [1025:0090]
[   18.336000] Yenta: Using CSCINT to route CSC interrupts to PCI
[   18.336000] Yenta: Routing CardBus interrupts to PCI
[   18.336000] Yenta TI: socket 0000:06:04.0, mfunc 0x90501212, devctl 0x44
[   18.568000] Yenta: ISA IRQ mask 0x04f8, PCI irq 17
[   18.568000] Socket status: 30000006
[   18.568000] Yenta: Raising subordinate bus# of parent bus (#06) from #07 to #0a
[   18.568000] pcmcia: parent PCI bridge I/O window: 0x2000 - 0x2fff
[   18.568000] cs: IO port probe 0x2000-0x2fff: clean.
[   18.568000] pcmcia: parent PCI bridge Memory window: 0xd0100000 - 0xd01fffff
[   18.568000] pcmcia: parent PCI bridge Memory window: 0x50000000 - 0x53ffffff
[   18.692000] sdhci: Secure Digital Host Controller Interface driver
[   18.692000] sdhci: Copyright(c) Pierre Ossman
[   18.692000] sdhci: SDHCI controller found at 0000:06:04.2 [1524:0550] (rev 1)
[   18.692000] PCI: Enabling device 0000:06:04.2 (0000 -> 0002)
[   18.692000] ACPI: PCI Interrupt 0000:06:04.2[B] -> GSI 17 (level, low) -> IRQ 16
[   18.692000] PCI: Setting latency timer of device 0000:06:04.2 to 64
[   18.692000] mmc0: SDHCI at 0xd0103400 irq 16 DMA
[   18.716000] ath_hal: module license 'Proprietary' taints kernel.
[   18.716000] ath_hal: 0.9.18.0 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
[   18.848000] wlan: 0.8.4.2 (0.9.3)
[   18.892000] ath_pci: 0.9.4.5 (0.9.3)
[   18.892000] ACPI: PCI Interrupt 0000:05:00.0[A] -> GSI 19 (level, low) -> IRQ 19
[   18.892000] PCI: Setting latency timer of device 0000:05:00.0 to 64
[   18.904000] wifi%d: unable to attach hardware: 'Hardware revision not supported' (HAL status 13)
[   18.904000] ACPI: PCI interrupt for device 0000:05:00.0 disabled
[   19.484000] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1280b1, caps: 0xa04713/0x204000
[   19.516000] input: SynPS/2 Synaptics TouchPad as /class/input/input2
[   19.908000] usb 1-1: reset full speed USB device using uhci_hcd and address 4
[   19.940000] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[   19.940000] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[   20.000000] Linux video capture interface: v2.00
[   20.116000] cs: IO port probe 0x100-0x3af: clean.
[   20.116000] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[   20.120000] cs: IO port probe 0x820-0x8ff: clean.
[   20.120000] cs: IO port probe 0xc00-0xcf7: clean.
[   20.120000] cs: IO port probe 0xa00-0xaff: clean.
[   20.132000] usbcore: registered new interface driver speedtch
[   20.256000] uvcvideo: Found UVC 1.00 device USB2.0 Camera (5986:0100)
[   20.336000] usbcore: registered new interface driver uvcvideo
[   20.336000] USB Video Class driver (v0.1.0)
[   20.428000] speedtch 1-1:1.0: found stage 1 firmware speedtch-1.bin.4
[   21.120000] speedtch 1-1:1.0: found stage 2 firmware speedtch-2.bin.4
[   21.520000] hda_intel: azx_get_response timeout, switching to polling mode...
[   22.052000] fuse init (API version 7.8)
[   22.116000] lp: driver loaded but no devices found
[   22.168000] Adding 3004112k swap on /dev/disk/by-uuid/91daa2ae-e1f4-4cfd-a545-439079730ea7.  Priority:-1 extents:1 across:3004112k
[   22.352000] EXT3 FS on sda1, internal journal
[   23.732000] kjournald starting.  Commit interval 5 seconds
[   23.732000] EXT3 FS on dm-2, internal journal
[   23.732000] EXT3-fs: mounted filesystem with ordered data mode.
[   25.912000] ATM dev 0: ADSL line is synchronising
[   27.600000] ieee80211_crypt: registered algorithm 'NULL'
[   27.604000] ieee80211: 802.11 data/management/control stack, git-1.1.13
[   27.604000] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[   30.240000] DLM (built Apr 15 2007 05:39:11) installed
[   30.268000] GFS2 (built Apr 15 2007 05:40:46) installed
[   30.276000] Lock_DLM (built Apr 15 2007 05:41:06) installed
[   30.404000] NET: Registered protocol family 10
[   30.404000] lo: Disabled Privacy Extensions
[   30.404000] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   42.384000] SCTP: Hash tables configured (established 65536 bind 65536)
[   42.384000] Module sctp cannot be unloaded due to unsafe usage in net/sctp/protocol.c:1177
[   42.872000] Using specific hotkey driver
[   43.024000] ACPI: Battery Slot [BAT1] (battery present)
[   43.176000] input: Power Button (FF) as /class/input/input3
[   43.180000] ACPI: Power Button (FF) [PWRF]
[   43.216000] input: Lid Switch as /class/input/input4
[   43.216000] ACPI: Lid Switch [LID]
[   43.252000] input: Sleep Button (CM) as /class/input/input5
[   43.256000] ACPI: Sleep Button (CM) [SLPB]
[   43.288000] input: Power Button (CM) as /class/input/input6
[   43.292000] ACPI: Power Button (CM) [PWRB]
[   43.324000] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[   43.324000] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   43.344000] ACPI: AC Adapter [ACAD] (on-line)
[   43.388000] No dock devices found.
[   43.412000] ibm_acpi: ec object not found
[   43.452000] wmi_add device=c19fac00
[   43.452000] calling WQBA
[   43.456000] pcc_acpi: loading...
[   50.912000] ATM dev 0: ADSL line is up (1280 kb/s down | 320 kb/s up)
[   53.792000] [drm] Initialized drm 1.1.0 20060810
[   53.796000] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 17
[   53.800000] [drm] Initialized i915 1.6.0 20060119 on minor 0
[   55.044000] ppdev: user-space parallel port driver
[   70.852000] apm: BIOS not found.
[   83.884000] nbd: registered device at major 43
[   90.992000] Installing knfsd (copyright (C) 1996 [email]okir@monad.swb.de[/email]).
[   91.540000] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   91.540000] NFSD: starting 90-second grace period
[  100.692000] PPP generic driver version 2.4.2
[  114.240000] nas0: no IPv6 routers present
[  114.424000] NET: Registered protocol family 24
[  129.120000] Bluetooth: Core ver 2.11
[  129.120000] NET: Registered protocol family 31
[  129.124000] Bluetooth: HCI device and connection manager initialized
[  129.124000] Bluetooth: HCI socket layer initialized
[  129.256000] Bluetooth: L2CAP ver 2.8
[  129.256000] Bluetooth: L2CAP socket layer initialized
[  129.468000] Bluetooth: RFCOMM socket layer initialized
[  129.468000] Bluetooth: RFCOMM TTY layer initialized
[  129.468000] Bluetooth: RFCOMM ver 1.8
[  579.028000] ISO 9660 Extensions: Microsoft Joliet Level 3
[  579.220000] ISO 9660 Extensions: RRIP_1991A

[ 1116.600000] uvcvideo: Failed to query (130) UVC control 1 (unit 0) : 2 (exp. 26).
[i ten komunikat kilkanaście razy]

[ 3654.368000] ISO 9660 Extensions: Microsoft Joliet Level 1
[ 3654.372000] ISOFS: changing to secondary root
[ 8899.948000] atkbd.c: Unknown key pressed (translated set 2, code 0xb4 on isa0060/serio0).
[ 8899.948000] atkbd.c: Use 'setkeycodes e034 <keycode>' to make it known.
[i te 2 ostatnie linie kilkanaście razy]
Parentes liberis diligenti sunt
Awatar użytkownika
mario_7
Administrator
Administrator
Posty: 8613
Rejestracja: 30 sie 2006, 13:11
Płeć: Mężczyzna
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Post autor: mario_7 »

Kod: Zaznacz cały

 uvcvideo: Failed to query (130) UVC control 1 (unit 0) : 2 (exp. 26).
Ten błąd nie wróży nic dobrego. Poszukaj o nim w Google.

Sprawdź jeszcze gdzie i ile masz modułów

Kod: Zaznacz cały

locate uvcvideo
Awatar użytkownika
Klusek
Sędziwy Jeż
Sędziwy Jeż
Posty: 64
Rejestracja: 03 lip 2007, 19:22
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Środowisko graficzne: Unity
Architektura: x86
Lokalizacja: Szczecinek
Kontakt:

Post autor: Klusek »

Ja bym dodał to do FAQ, bo dzięki temu udało mi się uruchomić kamerkę w moim Acerze :) Jest tylko jedno małe "ale", kamerka działa tylko z wtyczką v4l2 i nie działa z v4l. Kamerka działa w Ekidze, bo ona korzysta z v4l2, ale niestety nie działa z VLC i Camoramą, bo te o ile mi wiadomo korzystają tylko z v4l. Czy jest jakiś program którym można zastąpić Camorame, albo czy da się ja zmusić do działania z v4l2?
Awatar użytkownika
mario_7
Administrator
Administrator
Posty: 8613
Rejestracja: 30 sie 2006, 13:11
Płeć: Mężczyzna
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Post autor: mario_7 »

Klusek, choćby XawTV działa na V4L2. Poza tym poszukaj w Google - na pewno jest takich programów więcej.

Edit:
Nawet na wiki tego sterownika masz listę programów, które działają: http://openfacts.berlios.de/index-en.ph ... =Linux_UVC ;)
Trombollo
Piegowaty Guziec
Piegowaty Guziec
Posty: 6
Rejestracja: 14 wrz 2007, 11:18

Hm...

Post autor: Trombollo »

Dzieki za to wszystko, ale...
ale dalej mi nie rozpoznaje kamerki...
jak mam sobie z tym poradzić... Bardzo prosze o pomoc, bo jak domyślacie kilka tygodni siedzienia bez efektu obniza odporność psychiczna...
Wielkie dzięĸi
Pozdrawiam
Parentes liberis diligenti sunt
Awatar użytkownika
mario_7
Administrator
Administrator
Posty: 8613
Rejestracja: 30 sie 2006, 13:11
Płeć: Mężczyzna
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Post autor: mario_7 »

Trombollo, jakiego programu próbujesz użyć? Nie wszystkie programy będą współpracowały z tym sterownikiem - jest on wciąż w fazie tworzenia.
Trombollo
Piegowaty Guziec
Piegowaty Guziec
Posty: 6
Rejestracja: 14 wrz 2007, 11:18

hm

Post autor: Trombollo »

Próbowałem uzyc Camoramy, gqcam, ale ten nie chce mie się zainstalowac...
Parentes liberis diligenti sunt
Awatar użytkownika
mario_7
Administrator
Administrator
Posty: 8613
Rejestracja: 30 sie 2006, 13:11
Płeć: Mężczyzna
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Post autor: mario_7 »

Instalacja programu, który obsługuje kamerki na sterowniku uvcvideo:

Kod: Zaznacz cały

sudo apt-get install libsdl1.2-dev
wget http://mxhaard.free.fr/spca50x/Investigation/uvc/luvcview-20070512.tar.gz
tar -xzvf luvcview-20070512.tar.gz
cd luvcview-20070512
make
./luvcview
Trombollo
Piegowaty Guziec
Piegowaty Guziec
Posty: 6
Rejestracja: 14 wrz 2007, 11:18

Post autor: Trombollo »

po make wyskoczyło mi:
gcc -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.2.1\" -I-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.2.1\" -I-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o luvcview.o luvcview.c
In file included from luvcview.c:31:
/usr/include/pthread.h:285: error: conflicting types for ‘pthread_t’
/usr/include/bits/pthreadtypes.h:36: error: previous declaration of ‘pthread_t’ was here
/usr/include/pthread.h:286: error: conflicting types for ‘pthread_attr_t’
/usr/include/bits/pthreadtypes.h:43: error: previous declaration of ‘pthread_attr_t’ was here
/usr/include/pthread.h:287: error: conflicting types for ‘pthread_key_t’
/usr/include/bits/pthreadtypes.h:109: error: previous declaration of ‘pthread_key_t’ was here
/usr/include/pthread.h:289: error: conflicting types for ‘pthread_mutexattr_t’
/usr/include/bits/pthreadtypes.h:79: error: previous declaration of ‘pthread_mutexattr_t’ was here
/usr/include/pthread.h:290: error: conflicting types for ‘pthread_mutex_t’
/usr/include/bits/pthreadtypes.h:73: error: previous declaration of ‘pthread_mutex_t’ was here
/usr/include/pthread.h:291: error: conflicting types for ‘pthread_condattr_t’
/usr/include/bits/pthreadtypes.h:105: error: previous declaration of ‘pthread_condattr_t’ was here
/usr/include/pthread.h:292: error: conflicting types for ‘pthread_cond_t’
/usr/include/bits/pthreadtypes.h:99: error: previous declaration of ‘pthread_cond_t’ was here
/usr/include/pthread.h:293: error: conflicting types for ‘pthread_rwlockattr_t’
/usr/include/bits/pthreadtypes.h:142: error: previous declaration of ‘pthread_rwlockattr_t’ was here
/usr/include/pthread.h:294: error: conflicting types for ‘pthread_rwlock_t’
/usr/include/bits/pthreadtypes.h:136: error: previous declaration of ‘pthread_rwlock_t’ was here
make: *** [luvcview.o] Błąd 1


i dalej co? juz powoli wymiękam
ale bardzo dziękuję za cierpliwość
Parentes liberis diligenti sunt
Awatar użytkownika
mario_7
Administrator
Administrator
Posty: 8613
Rejestracja: 30 sie 2006, 13:11
Płeć: Mężczyzna
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Post autor: mario_7 »

Trombollo, na prawdę nie wiem, co zrobiłeś, albo jakiej jeszcze biblioteki nie masz... U mnie poszło bez problemu.

Skompilowany program: http://www.sendspace.com/file/ok1o2b
Awatar użytkownika
SirLancelot
Serdeczny Borsuk
Serdeczny Borsuk
Posty: 218
Rejestracja: 03 maja 2007, 10:53
Płeć: Mężczyzna
Wersja Ubuntu: 13.10
Środowisko graficzne: Unity
Architektura: x86
Kontakt:

Post autor: SirLancelot »

A może mi ktoś poradzić jak tym sposobem zmusić do działania:

Kod: Zaznacz cały

Bus 005 Device 002: ID 0402:5602 ALi Corp.
Ponieważ zamieszczona tu lista obsługiwanych kamer nie pasuje im do ID sprzętu niestety :sad:

Dodam że jest to kamera wbudowana w Acer Aspire 3690.
Pozdrawiam serdecznie.

Łukasz Graczyk
http://fishchips.pl/
Awatar użytkownika
Klusek
Sędziwy Jeż
Sędziwy Jeż
Posty: 64
Rejestracja: 03 lip 2007, 19:22
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Środowisko graficzne: Unity
Architektura: x86
Lokalizacja: Szczecinek
Kontakt:

Post autor: Klusek »

U mnie też nie pasuje, ale tym się nie przejmuj, po prostu skompiluj sterownik.
Awatar użytkownika
SirLancelot
Serdeczny Borsuk
Serdeczny Borsuk
Posty: 218
Rejestracja: 03 maja 2007, 10:53
Płeć: Mężczyzna
Wersja Ubuntu: 13.10
Środowisko graficzne: Unity
Architektura: x86
Kontakt:

Post autor: SirLancelot »

No dobra zrobiłem wszystko jak napisał mario_7, . poszło jak po maśle z tym że nie spełniony został z niewiadomych mi przyczyn punkt pierwszy instrukcji:

Kod: Zaznacz cały

sudo modprobe uvcvideo
i sprawdź, czy pojawiło się urządzenie /dev/video0 lub /dev/uvcvideo lub coś podobnego oraz czy kamerka działa (np. w programie Ekiga ustawionym na V4L2). Bardzo możliwe, że ta wersja będzie za stara, aby działać poprawnie. 
Po prostu nie mam tam żadnego z wymienionych plików. Co teraz :?:

Nie muszę chyba dodawać że kamerka nawet nie mrugnęła :sad:

Dodatkowo nie wiem jak odpalić program który już zainstalowałem według kodu:

Kod: Zaznacz cały

sudo apt-get install libsdl1.2-dev
wget http://mxhaard.free.fr/spca50x/Investigation/uvc/luvcview-20070512.tar.gz
tar -xzvf luvcview-20070512.tar.gz
cd luvcview-20070512
make
./luvcview
Dodam że instalacja przebiegła poprawnie.
Pozdrawiam serdecznie.

Łukasz Graczyk
http://fishchips.pl/
Awatar użytkownika
mario_7
Administrator
Administrator
Posty: 8613
Rejestracja: 30 sie 2006, 13:11
Płeć: Mężczyzna
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Post autor: mario_7 »

SirLancelot pisze:Po prostu nie mam tam żadnego z wymienionych plików. Co teraz :?:

Nie muszę chyba dodawać że kamerka nawet nie mrugnęła :sad:
Podaj

Kod: Zaznacz cały

dmesg|tail
SirLancelot pisze:Dodatkowo nie wiem jak odpalić program który już zainstalowałem według kodu:
To ostatnie polecenie

Kod: Zaznacz cały

./luvcview
powinno uruchomić program.
Awatar użytkownika
SirLancelot
Serdeczny Borsuk
Serdeczny Borsuk
Posty: 218
Rejestracja: 03 maja 2007, 10:53
Płeć: Mężczyzna
Wersja Ubuntu: 13.10
Środowisko graficzne: Unity
Architektura: x86
Kontakt:

Post autor: SirLancelot »

Kod: Zaznacz cały

sirlancelot@sirlancelot-laptop:~$ dmesg|tail
[   27.048000] Bluetooth: Core ver 2.11
[   27.048000] NET: Registered protocol family 31
[   27.048000] Bluetooth: HCI device and connection manager initialized
[   27.048000] Bluetooth: HCI socket layer initialized
[   27.072000] Bluetooth: L2CAP ver 2.8
[   27.072000] Bluetooth: L2CAP socket layer initialized
[   27.140000] Bluetooth: RFCOMM socket layer initialized
[   27.140000] Bluetooth: RFCOMM TTY layer initialized
[   27.140000] Bluetooth: RFCOMM ver 1.8
[   28.400000] eth1: no IPv6 routers present
Natomiast co do programu to:

Kod: Zaznacz cały

sirlancelot@sirlancelot-laptop:~/luvcview-20070512$ ./luvcview
luvcview version 0.2.1 
Video driver: x11
A window manager is available
video /dev/video0 
ERROR opening V4L interface 
: No such file or directory
Pozdrawiam serdecznie.

Łukasz Graczyk
http://fishchips.pl/
Awatar użytkownika
mario_7
Administrator
Administrator
Posty: 8613
Rejestracja: 30 sie 2006, 13:11
Płeć: Mężczyzna
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Post autor: mario_7 »

Kod: Zaznacz cały

sudo modprobe uvcvideo
wykonałeś to polecenie?
ODPOWIEDZ

Wróć do „Multimedia - karty graficzne, dźwiękowe, telewizyjne, drukarki, skanery”

Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 1 gość