[Driver] Driver GSPCA V4L2 su Karmic Koala
-
enzo140966
- Prode Principiante
- Messaggi: 2
- Iscrizione: martedì 9 giugno 2009, 13:38
[Driver] Driver GSPCA V4L2 su Karmic Koala
Salve a tutti. Ho cercato info ma non mi sembra di aver trovato risposte. Qualcuno ha provato a seguire il wiki per la installazione dei driver GSPCA V4L2 anche su Karmic Koala? Io ho provato ma non va...
Re: [Driver] Driver GSPCA V4L2 su Karmic Koala
Non vorrei dire una sciocchezza ma credo che i drivers gspca di Karmic siano i v4l2
- Jules Winnfield
- Prode Principiante
- Messaggi: 26
- Iscrizione: giovedì 16 ottobre 2008, 17:17
- Località: Padova
Re: [Driver] Driver GSPCA V4L2 su Karmic Koala
Anche io sono un po' in crisi... webcam partita con cheese ma nn andava bene...
HP DC7100
-
randazzo90
- Prode Principiante
- Messaggi: 7
- Iscrizione: venerdì 1 ottobre 2010, 15:59
Re: [Driver] Driver GSPCA V4L2 su Karmic Koala
a me nn va per niente mi da errore di dev e nn riesco a configurarla... mi date qualke dritta per favore?? ho una webcam mustek gsmart mini 2 ma nn riesco a farla funzionare...enzo140966 ha scritto: Salve a tutti. Ho cercato info ma non mi sembra di aver trovato risposte. Qualcuno ha provato a seguire il wiki per la installazione dei driver GSPCA V4L2 anche su Karmic Koala? Io ho provato ma non va...
Re: [Driver] Driver GSPCA V4L2 su Karmic Koala
Per poter ricevere aiuto, dovresti fornire ulteriori informazioni
Con webcam collegata, apri un terminale e digita
poi posta le risposte ai singoli comandi
Per completezza potresti allegare anche il file generato da questo comando
che troverai nella tua home
Con webcam collegata, apri un terminale e digita
Codice: Seleziona tutto
lsusb
lsmodPer completezza potresti allegare anche il file generato da questo comando
Codice: Seleziona tutto
dmesg > dmesg.txt-
randazzo90
- Prode Principiante
- Messaggi: 7
- Iscrizione: venerdì 1 ottobre 2010, 15:59
Re: [Driver] Driver GSPCA V4L2 su Karmic Koala
codice lsusb;Jack_ut ha scritto: Per poter ricevere aiuto, dovresti fornire ulteriori informazioni
Con webcam collegata, apri un terminale e digitapoi posta le risposte ai singoli comandiCodice: Seleziona tutto
lsusb lsmod
Per completezza potresti allegare anche il file generato da questo comandoche troverai nella tua homeCodice: Seleziona tutto
dmesg > dmesg.txt
paolo@ubuntu:~$ lsusb
Bus 003 Device 002: ID 055f:c420 Mustek Systems, Inc. gSmart mini 2 Camera
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 062a:0003 Creative Labs
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
paolo@ubuntu:~$
codice lsmod:
paolo@ubuntu:~$ lsmod
Module Size Used by
aes_i586 7268 3
aes_generic 26863 1 aes_i586
binfmt_misc 6587 1
ppdev 5259 0
fbcon 35102 71
tileblit 2031 1 fbcon
font 7557 1 fbcon
bitblit 4707 1 fbcon
softcursor 1189 1 bitblit
vga16fb 11385 1
vgastate 8961 1 vga16fb
snd_hda_codec_realtek 203374 1
joydev 8708 0
snd_hda_intel 22037 2
snd_hda_codec 74201 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 5412 1 snd_hda_codec
snd_pcm_oss 35308 0
snd_mixer_oss 13746 1 snd_pcm_oss
arc4 1153 2
snd_pcm 70694 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy 1338 0
snd_seq_oss 26726 0
snd_seq_midi 4557 0
snd_rawmidi 19056 1 snd_seq_midi
snd_seq_midi_event 6003 2 snd_seq_oss,snd_seq_midi
snd_seq 47263 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 19098 2 snd_pcm,snd_seq
snd_seq_device 5700 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
ath5k 121664 0
mac80211 205402 1 ath5k
ath 7611 1 ath5k
snd 54148 16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
cfg80211 126496 3 ath5k,mac80211,ath
led_class 2864 1 ath5k
sis_agp 4047 1
video 17375 0
output 1871 1 video
psmouse 63245 0
serio_raw 3978 0
soundcore 6620 1 snd
snd_page_alloc 7076 2 snd_hda_intel,snd_pcm
shpchp 28820 0
agpgart 31724 1 sis_agp
sis190 14852 0
mii 4381 1 sis190
lp 7060 0
parport 32635 2 ppdev,lp
usbhid 36110 0
hid 67032 1 usbhid
sata_sis 3332 1
paolo@ubuntu:~$
Re: [Driver] Driver GSPCA V4L2 su Karmic Koala
sarebbe anche utile
Codice: Seleziona tutto
dmesg-
randazzo90
- Prode Principiante
- Messaggi: 7
- Iscrizione: venerdì 1 ottobre 2010, 15:59
Re: [Driver] Driver GSPCA V4L2 su Karmic Koala
codice dmesg:Jack_ut ha scritto: sarebbe anche utileCodice: Seleziona tutto
dmesg
[ 0.181322] Trying to unpack rootfs image as initramfs...
[ 0.181322] EISA bus registered
[ 0.181322] ACPI: bus type pci registered
[ 0.181322] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 3
[ 0.181322] PCI: MCFG area at e0000000 reserved in E820
[ 0.181322] PCI: Using MMCONFIG for extended config space
[ 0.181322] PCI: Using configuration type 1 for base access
[ 0.196278] bio: create slab at 0
[ 0.197865] ACPI: EC: Look up EC in DSDT
[ 0.206631] ACPI: Interpreter enabled
[ 0.206644] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.206696] ACPI: Using IOAPIC for interrupt routing
[ 0.208724] [Firmware Bug]: ACPI: ACPI brightness control misses _BQC function
[ 0.218437] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.218993] ACPI: No dock devices found.
[ 0.220368] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.220481] pci 0000:00:00.0: reg 10 32bit mmio: [0xd0000000-0xd3ffffff]
[ 0.220748] pci 0000:00:02.5: reg 10 io port: [0x1f0-0x1f7]
[ 0.220762] pci 0000:00:02.5: reg 14 io port: [0x3f4-0x3f7]
[ 0.220776] pci 0000:00:02.5: reg 18 io port: [0x170-0x177]
[ 0.220790] pci 0000:00:02.5: reg 1c io port: [0x374-0x377]
[ 0.220804] pci 0000:00:02.5: reg 20 io port: [0x1000-0x100f]
[ 0.220855] pci 0000:00:02.5: PME# supported from D3cold
[ 0.220864] pci 0000:00:02.5: PME# disabled
[ 0.220909] pci 0000:00:03.0: reg 10 32bit mmio: [0xd4204000-0xd4204fff]
[ 0.220996] pci 0000:00:03.1: reg 10 32bit mmio: [0xd4205000-0xd4205fff]
[ 0.221112] pci 0000:00:03.3: reg 10 32bit mmio: [0xd4206000-0xd4206fff]
[ 0.221194] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
[ 0.221203] pci 0000:00:03.3: PME# disabled
[ 0.221271] pci 0000:00:04.0: reg 10 32bit mmio: [0xd4407000-0xd440707f]
[ 0.221286] pci 0000:00:04.0: reg 14 io port: [0x1080-0x10ff]
[ 0.221352] pci 0000:00:04.0: supports D1 D2
[ 0.221359] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.221368] pci 0000:00:04.0: PME# disabled
[ 0.221425] pci 0000:00:05.0: reg 10 io port: [0x1058-0x105f]
[ 0.221439] pci 0000:00:05.0: reg 14 io port: [0x104c-0x104f]
[ 0.221453] pci 0000:00:05.0: reg 18 io port: [0x1050-0x1057]
[ 0.221467] pci 0000:00:05.0: reg 1c io port: [0x1048-0x104b]
[ 0.221481] pci 0000:00:05.0: reg 20 io port: [0x1020-0x102f]
[ 0.221532] pci 0000:00:05.0: PME# supported from D3cold
[ 0.221542] pci 0000:00:05.0: PME# disabled
[ 0.221686] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.221695] pci 0000:00:06.0: PME# disabled
[ 0.221848] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.221858] pci 0000:00:07.0: PME# disabled
[ 0.221941] pci 0000:00:0f.0: reg 10 32bit mmio: [0xd4200000-0xd4203fff]
[ 0.222016] pci 0000:00:0f.0: PME# supported from D0 D3hot D3cold
[ 0.222025] pci 0000:00:0f.0: PME# disabled
[ 0.222172] pci 0000:00:1f.0: PME# supported from D0 D3hot D3cold
[ 0.222181] pci 0000:00:1f.0: PME# disabled
[ 0.222268] pci 0000:01:00.0: reg 10 32bit mmio pref: [0xc0000000-0xcfffffff]
[ 0.222282] pci 0000:01:00.0: reg 14 32bit mmio: [0xd4000000-0xd401ffff]
[ 0.222295] pci 0000:01:00.0: reg 18 io port: [0x9000-0x907f]
[ 0.222351] pci 0000:01:00.0: supports D1 D2
[ 0.222426] pci 0000:00:01.0: bridge io port: [0x9000-0x9fff]
[ 0.222436] pci 0000:00:01.0: bridge 32bit mmio: [0xd4000000-0xd40fffff]
[ 0.222447] pci 0000:00:01.0: bridge 32bit mmio pref: [0xc0000000-0xcfffffff]
[ 0.222546] pci 0000:02:00.0: reg 10 64bit mmio: [0xd4100000-0xd410ffff]
[ 0.222772] pci 0000:00:06.0: bridge 32bit mmio: [0xd4100000-0xd41fffff]
[ 0.222871] pci 0000:00:07.0: bridge io port: [0x3000-0x4fff]
[ 0.222881] pci 0000:00:07.0: bridge 32bit mmio: [0xdc000000-0xdfffffff]
[ 0.223011] pci_bus 0000:00: on NUMA node 0
[ 0.223022] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.242270] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 *9 10 11)
[ 0.242514] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 7 9 10 11)
[ 0.242740] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 7 9 10 11)
[ 0.242965] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 7 9 10 11)
[ 0.243237] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 *11)
[ 0.243471] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 *10 11)
[ 0.243695] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 *7 9 10 11)
[ 0.243919] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11) *0, disabled.
[ 0.244249] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.244258] vgaarb: loaded
[ 0.244563] SCSI subsystem initialized
[ 0.244778] libata version 3.00 loaded.
[ 0.244981] usbcore: registered new interface driver usbfs
[ 0.245015] usbcore: registered new interface driver hub
[ 0.245086] usbcore: registered new device driver usb
[ 0.245423] ACPI: WMI: Mapper loaded
[ 0.245429] PCI: Using ACPI for IRQ routing
[ 0.245769] NetLabel: Initializing
[ 0.245775] NetLabel: domain hash size = 128
[ 0.245779] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.245812] NetLabel: unlabeled traffic allowed by default
[ 0.245891] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.245905] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.248789] Switching to clocksource tsc
[ 0.253296] AppArmor: AppArmor Filesystem Enabled
[ 0.253333] pnp: PnP ACPI init
[ 0.253366] ACPI: bus type pnp registered
[ 0.258612] pnp: PnP ACPI: found 10 devices
[ 0.258619] ACPI: ACPI bus type pnp unregistered
[ 0.258628] PnPBIOS: Disabled by ACPI PNP
[ 0.258660] system 00:04: ioport range 0x8000-0x80be has been reserved
[ 0.258669] system 00:04: ioport range 0x8100-0x812f has been reserved
[ 0.258677] system 00:04: ioport range 0x4d0-0x4d1 has been reserved
[ 0.258685] system 00:04: ioport range 0xfe00-0xfe00 has been reserved
[ 0.258694] system 00:04: ioport range 0x200-0x20f has been reserved
[ 0.258702] system 00:04: ioport range 0x261-0x261 has been reserved
[ 0.258710] system 00:04: ioport range 0x400-0x40f has been reserved
[ 0.258720] system 00:04: iomem range 0xe0000000-0xefffffff has been reserved
[ 0.258730] system 00:04: iomem range 0xfec00000-0xfecfffff could not be reserved
[ 0.258738] system 00:04: iomem range 0xfee00000-0xfeefffff could not be reserved
[ 0.258747] system 00:04: iomem range 0xffb80000-0xffbfffff has been reserved
[ 0.258756] system 00:04: iomem range 0xffc00000-0xffc00fff has been reserved
[ 0.258764] system 00:04: iomem range 0xffe00000-0xffe00fff has been reserved
[ 0.258773] system 00:04: iomem range 0xffe80000-0xffefffff has been reserved
[ 0.293813] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.293824] pci 0000:00:01.0: IO window: 0x9000-0x9fff
[ 0.293837] pci 0000:00:01.0: MEM window: 0xd4000000-0xd40fffff
[ 0.293847] pci 0000:00:01.0: PREFETCH window: 0xc0000000-0xcfffffff
[ 0.293861] pci 0000:00:06.0: PCI bridge, secondary bus 0000:02
[ 0.293867] pci 0000:00:06.0: IO window: disabled
[ 0.293879] pci 0000:00:06.0: MEM window: 0xd4100000-0xd41fffff
[ 0.293888] pci 0000:00:06.0: PREFETCH window: disabled
[ 0.293901] pci 0000:00:07.0: PCI bridge, secondary bus 0000:4d
[ 0.293910] pci 0000:00:07.0: IO window: 0x3000-0x4fff
[ 0.293922] pci 0000:00:07.0: MEM window: 0xdc000000-0xdfffffff
[ 0.293933] pci 0000:00:07.0: PREFETCH window: 0x00000070000000-0x000000701fffff
[ 0.293948] pci 0000:00:1f.0: PCI bridge, secondary bus 0000:04
[ 0.293954] pci 0000:00:1f.0: IO window: disabled
[ 0.293964] pci 0000:00:1f.0: MEM window: disabled
[ 0.293973] pci 0000:00:1f.0: PREFETCH window: disabled
[ 0.294004] pci 0000:00:01.0: setting latency timer to 64
[ 0.294029] alloc irq_desc for 16 on node -1
[ 0.294035] alloc kstat_irqs on node -1
[ 0.294052] pci 0000:00:06.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.294062] pci 0000:00:06.0: setting latency timer to 64
[ 0.294094] pci 0000:00:07.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.294104] pci 0000:00:07.0: setting latency timer to 64
[ 0.294123] pci 0000:00:1f.0: setting latency timer to 64
[ 0.294134] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.294142] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[ 0.294150] pci_bus 0000:01: resource 0 io: [0x9000-0x9fff]
[ 0.294157] pci_bus 0000:01: resource 1 mem: [0xd4000000-0xd40fffff]
[ 0.294164] pci_bus 0000:01: resource 2 pref mem [0xc0000000-0xcfffffff]
[ 0.294173] pci_bus 0000:02: resource 1 mem: [0xd4100000-0xd41fffff]
[ 0.294180] pci_bus 0000:4d: resource 0 io: [0x3000-0x4fff]
[ 0.294187] pci_bus 0000:4d: resource 1 mem: [0xdc000000-0xdfffffff]
[ 0.294195] pci_bus 0000:4d: resource 2 pref mem [0x70000000-0x701fffff]
[ 0.294297] NET: Registered protocol family 2
[ 0.294550] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.295369] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.296923] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.297697] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.297703] TCP reno registered
[ 0.297970] NET: Registered protocol family 1
[ 0.298134] pci 0000:01:00.0: Boot video device
[ 0.298625] cpufreq-nforce2: No nForce2 chipset.
[ 0.298695] Scanning for low memory corruption every 60 seconds
[ 0.299011] audit: initializing netlink socket (disabled)
[ 0.299036] type=2000 audit(1286238336.298:1): initialized
[ 0.325227] highmem bounce pool size: 64 pages
[ 0.325242] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.329644] VFS: Disk quotas dquot_6.5.2
[ 0.329812] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.331449] fuse init (API version 7.13)
[ 0.331697] msgmni has been set to 1696
[ 0.332267] alg: No test for stdrng (krng)
[ 0.332419] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.332428] io scheduler noop registered
[ 0.332433] io scheduler anticipatory registered
[ 0.332439] io scheduler deadline registered
[ 0.332547] io scheduler cfq registered (default)
[ 0.332891] alloc irq_desc for 24 on node -1
[ 0.332897] alloc kstat_irqs on node -1
[ 0.332922] pcieport 0000:00:06.0: irq 24 for MSI/MSI-X
[ 0.332940] pcieport 0000:00:06.0: setting latency timer to 64
[ 0.333160] alloc irq_desc for 25 on node -1
[ 0.333165] alloc kstat_irqs on node -1
[ 0.333182] pcieport 0000:00:07.0: irq 25 for MSI/MSI-X
[ 0.333198] pcieport 0000:00:07.0: setting latency timer to 64
[ 0.333436] alloc irq_desc for 26 on node -1
[ 0.333441] alloc kstat_irqs on node -1
[ 0.333457] pcieport 0000:00:1f.0: irq 26 for MSI/MSI-X
[ 0.333474] pcieport 0000:00:1f.0: setting latency timer to 64
[ 0.333616] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.333750] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.334626] ACPI: AC Adapter [ADP0] (on-line)
[ 0.334812] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.337129] ACPI: Lid Switch [LID0]
[ 0.337275] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.337283] ACPI: Power Button [PWRB]
[ 0.337399] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[ 0.337409] ACPI: Sleep Button [SLPB]
[ 0.337525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 0.337532] ACPI: Power Button [PWRF]
[ 0.339361] ACPI: SSDT 6fd9a586 002A3 (v01 PmRef Cpu0Ist 00003000 INTL 20050228)
[ 0.342233] ACPI: SSDT 6fd99fe9 00518 (v01 PmRef Cpu0Cst 00003001 INTL 20050228)
[ 0.348070] Marking TSC unstable due to TSC halts in idle
[ 0.348270] processor LNXCPU:00: registered as cooling_device0
[ 0.349563] ACPI: SSDT 6fd9a829 00234 (v01 PmRef Cpu1Ist 00003000 INTL 20050228)
[ 0.350072] ACPI: SSDT 6fd9a501 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050228)
[ 0.350605] Switching to clocksource hpet
[ 0.352007] processor LNXCPU:01: registered as cooling_device1
[ 0.360327] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.363868] brd: module loaded
[ 0.365283] loop: module loaded
[ 0.365495] input: Macintosh mouse button emulation as /devices/virtual/input/input4
[ 0.365973] pata_sis 0000:00:02.5: version 0.5.2
[ 0.366006] pata_sis 0000:00:02.5: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.366215] scsi0 : pata_sis
[ 0.366420] scsi1 : pata_sis
[ 0.367181] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x1000 irq 14
[ 0.367190] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x1008 irq 15
[ 0.367275] alloc irq_desc for 17 on node -1
[ 0.367281] alloc kstat_irqs on node -1
[ 0.367296] pata_acpi 0000:00:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.367372] pata_acpi 0000:00:05.0: PCI INT A disabled
[ 0.368194] Fixed MDIO Bus: probed
[ 0.368292] PPP generic driver version 2.4.2
[ 0.368395] tun: Universal TUN/TAP device driver, 1.6
[ 0.368401] tun: (C) 1999-2004 Max Krasnyansky
[ 0.368621] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.368656] alloc irq_desc for 22 on node -1
[ 0.368662] alloc kstat_irqs on node -1
[ 0.368673] ehci_hcd 0000:00:03.3: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 0.368701] ehci_hcd 0000:00:03.3: EHCI Host Controller
[ 0.368808] ehci_hcd 0000:00:03.3: new USB bus registered, assigned bus number 1
[ 0.368860] ehci_hcd 0000:00:03.3: debug port 1
[ 0.368901] ehci_hcd 0000:00:03.3: irq 22, io mem 0xd4206000
[ 0.372171] isapnp: Scanning for PnP cards...
[ 0.416516] ehci_hcd 0000:00:03.3: USB 2.0 started, EHCI 1.00
[ 0.416814] usb usb1: configuration #1 chosen from 1 choice
[ 0.416895] hub 1-0:1.0: USB hub found
[ 0.416921] hub 1-0:1.0: 8 ports detected
[ 0.417090] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.417138] alloc irq_desc for 20 on node -1
[ 0.417143] alloc kstat_irqs on node -1
[ 0.417159] ohci_hcd 0000:00:03.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.417196] ohci_hcd 0000:00:03.0: OHCI Host Controller
[ 0.417286] ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 2
[ 0.417334] ohci_hcd 0000:00:03.0: irq 20, io mem 0xd4204000
[ 0.474435] usb usb2: configuration #1 chosen from 1 choice
[ 0.474518] hub 2-0:1.0: USB hub found
[ 0.474541] hub 2-0:1.0: 4 ports detected
[ 0.474682] alloc irq_desc for 21 on node -1
[ 0.474688] alloc kstat_irqs on node -1
[ 0.474705] ohci_hcd 0000:00:03.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.474742] ohci_hcd 0000:00:03.1: OHCI Host Controller
[ 0.474833] ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 3
[ 0.474881] ohci_hcd 0000:00:03.1: irq 21, io mem 0xd4205000
[ 0.524555] ACPI: Battery Slot [BAT0] (battery present)
[ 0.531152] usb usb3: configuration #1 chosen from 1 choice
[ 0.531232] hub 3-0:1.0: USB hub found
[ 0.531256] hub 3-0:1.0: 4 ports detected
[ 0.531404] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.531640] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.625116] i8042.c: Detected active multiplexing controller, rev 1.1.
[ 0.627475] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.627494] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 0.627593] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 0.627667] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 0.627729] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 0.628153] mice: PS/2 mouse device common for all mice
[ 0.628560] rtc_cmos 00:02: RTC can wake from S4
[ 0.628662] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 0.628698] rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
[ 0.629012] device-mapper: uevent: version 1.0.3
[ 0.640222] ata1.00: ATAPI: HL-DT-ST DVDRAM GSA-T20N, WW01, max UDMA/33
[ 0.649198] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[ 0.666052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[ 0.727810] isapnp: No Plug & Play device found
[ 0.728261] ata1.00: configured for UDMA/33
[ 0.728446] device-mapper: multipath: version 1.1.0 loaded
[ 0.728453] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.728869] EISA: Probing bus 0 at eisa.0
[ 0.728883] Cannot allocate resource for EISA slot 1
[ 0.728896] Cannot allocate resource for EISA slot 3
[ 0.728901] Cannot allocate resource for EISA slot 4
[ 0.728924] Cannot allocate resource for EISA slot 8
[ 0.728929] EISA: Detected 0 cards.
[ 0.729296] cpuidle: using governor ladder
[ 0.729535] cpuidle: using governor menu
[ 0.730723] TCP cubic registered
[ 0.731158] NET: Registered protocol family 10
[ 0.732574] lo: Disabled Privacy Extensions
[ 0.733473] NET: Registered protocol family 17
[ 0.734601] Using IPI No-Shortcut mode
[ 0.734724] PM: Resume from disk failed.
[ 0.734742] registered taskstats version 1
[ 0.735079] Magic number: 14:768:404
[ 0.735218] rtc_cmos 00:02: setting system clock to 2010-10-05 00:25:37 UTC (1286238337)
[ 0.735222] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.735224] EDD information not available.
[ 0.735325] scsi 0:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-T20N WW01 PQ: 0 ANSI: 5
[ 0.746592] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 0.746599] Uniform CD-ROM driver Revision: 3.20
[ 0.746796] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 0.746891] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 0.747026] ata2: port disabled. ignoring.
[ 0.765345] Freeing initrd memory: 8091k freed
[ 0.774226] Freeing unused kernel memory: 656k freed
[ 0.775091] Write protecting the kernel text: 4684k
[ 0.775143] Write protecting the kernel read-only data: 1840k
[ 0.793206] udev: starting version 151
[ 0.860738] sata_sis 0000:00:05.0: version 1.0
[ 0.860762] sata_sis 0000:00:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.860768] sata_sis 0000:00:05.0: Detected SiS 1183/966/966L/968/680 controller in PATA mode
[ 0.889277] scsi2 : sata_sis
[ 0.893065] scsi3 : sata_sis
[ 0.893779] ata3: PATA max UDMA/133 cmd 0x1058 ctl 0x104c bmdma 0x1020 irq 17
[ 0.893784] ata4: PATA max UDMA/133 cmd 0x1050 ctl 0x1048 bmdma 0x1028 irq 17
[ 1.109368] ata3.00: ATA-8: WDC WD1200BEVS-22UST0, 01.01A01, max UDMA/133
[ 1.109379] ata3.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.124784] ata3.00: configured for UDMA/133
[ 1.125099] scsi 2:0:0:0: Direct-Access ATA WDC WD1200BEVS-2 01.0 PQ: 0 ANSI: 5
[ 1.125323] sd 2:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[ 1.125363] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 1.125381] sd 2:0:0:0: [sda] Write Protect is off
[ 1.125384] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.125419] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.125608] sda: sda1 sda2
[ 1.137282] sd 2:0:0:0: [sda] Attached SCSI disk
[ 1.912657] EXT4-fs (loop0): mounted filesystem with ordered data mode
[ 16.221644] udev: starting version 151
[ 16.415832] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 16.420061] sis190 Gigabit Ethernet driver 1.3 loaded.
[ 16.420092] alloc irq_desc for 19 on node -1
[ 16.420094] alloc kstat_irqs on node -1
[ 16.420106] sis190 0000:00:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 16.420123] sis190 0000:00:04.0: setting latency timer to 64
[ 16.420140] 0000:00:04.0: Read MAC address from EEPROM
[ 16.420143] 0000:00:04.0: Error EEPROM read 0.
[ 16.420147] 0000:00:04.0: Read MAC address from APC.
[ 16.420653] Linux agpgart interface v0.103
[ 16.469855] lp: driver loaded but no devices found
[ 16.477590] 0000:00:04.0: Atheros PHY transceiver at address 1.
[ 16.477921] [Firmware Bug]: ACPI: ACPI brightness control misses _BQC function
[ 16.478156] acpi device:02: registered as cooling_device2
[ 16.478280] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:00/LNXVIDEO:00/input/input6
[ 16.478361] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 16.512459] cfg80211: Calling CRDA to update world regulatory domain
[ 16.513527] vga16fb: initializing
[ 16.513532] vga16fb: mapped to 0xc00a0000
[ 16.513620] fb0: VGA16 VGA frame buffer device
[ 16.543605] cfg80211: World regulatory domain updated:
[ 16.543611] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 16.543614] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 16.543617] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 16.543620] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 16.543623] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 16.543626] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 16.573250] type=1505 audit(1286231153.336:2): operation="profile_load" pid=602 name="/sbin/dhclient3"
[ 16.573885] type=1505 audit(1286231153.336:3): operation="profile_load" pid=602 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[ 16.574232] type=1505 audit(1286231153.336:4): operation="profile_load" pid=602 name="/usr/lib/connman/scripts/dhclient-script"
[ 16.581161] ath5k 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 16.581176] ath5k 0000:02:00.0: setting latency timer to 64
[ 16.581219] ath5k 0000:02:00.0: registered as 'phy0'
[ 16.760467] Console: switching to colour frame buffer device 80x30
[ 17.101268] ath: EEPROM regdomain: 0x30
[ 17.101272] ath: EEPROM indicates we should expect a direct regpair map
[ 17.101277] ath: Country alpha2 being used: AM
[ 17.101279] ath: Regpair used: 0x30
[ 17.108222] phy0: Selected rate control algorithm 'minstrel'
[ 17.109048] ath5k phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
[ 17.109420] cfg80211: Calling CRDA for country: AM
[ 17.135425] cfg80211: Regulatory domain changed to country: AM
[ 17.135430] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 17.135433] (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 17.135436] (5170000 KHz - 5250000 KHz @ 20000 KHz), (N/A, 1800 mBm)
[ 17.135439] (5250000 KHz - 5330000 KHz @ 20000 KHz), (N/A, 1800 mBm)
[ 17.256915] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1a0b1, caps: 0xa04753/0x200000
[ 17.296313] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input7
[ 17.340014] 0000:00:04.0: Using transceiver at address 1 as default.
[ 17.376803] 0000:00:04.0: SiS 191 PCI Gigabit Ethernet adapter at f80d2000 (IRQ: 19), 00:a0:d1:c6:31:26
[ 17.376806] eth0: RGMII mode.
[ 17.376814] eth0: Enabling Auto-negotiation.
[ 17.408053] agpgart-sis 0000:00:00.0: SiS chipset [1039/0671]
[ 17.413494] agpgart-sis 0000:00:00.0: AGP aperture is 64M @ 0xd0000000
[ 17.413564] alloc irq_desc for 18 on node -1
[ 17.413567] alloc kstat_irqs on node -1
[ 17.413578] HDA Intel 0000:00:0f.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 17.413622] HDA Intel 0000:00:0f.0: setting latency timer to 64
[ 17.482254] hda_codec: ALC268: BIOS auto-probing.
[ 17.482760] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:0f.0/input/input8
[ 17.803963] Adding 261112k swap on /host/ubuntu/disks/swap.disk. Priority:-1 extents:1 across:261112k
[ 18.054866] type=1505 audit(1286231154.817:5): operation="profile_load" pid=797 name="/usr/share/gdm/guest-session/Xsession"
[ 18.063944] type=1505 audit(1286231154.825:6): operation="profile_replace" pid=801 name="/sbin/dhclient3"
[ 18.064594] type=1505 audit(1286231154.825:7): operation="profile_replace" pid=801 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[ 18.064946] type=1505 audit(1286231154.825:8): operation="profile_replace" pid=801 name="/usr/lib/connman/scripts/dhclient-script"
[ 18.075238] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 18.086135] type=1505 audit(1286231154.849:9): operation="profile_load" pid=803 name="/usr/bin/evince"
[ 18.095626] type=1505 audit(1286231154.857:10): operation="profile_load" pid=803 name="/usr/bin/evince-previewer"
[ 18.120269] type=1505 audit(1286231154.881:11): operation="profile_load" pid=803 name="/usr/bin/evince-thumbnailer"
[ 18.157320] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 18.349078] ppdev: user-space parallel port driver
[ 21.677648] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[ 28.097043] eth0: auto-negotiating...
[ 28.832224] wlan0: direct probe to AP 00:0c:f6:76:8d:36 (try 1)
[ 28.832282] wlan0: deauthenticating from 00:0c:f6:76:8d:36 by local choice (reason=3)
[ 28.832313] wlan0: direct probe to AP 00:0c:f6:76:8d:36 (try 1)
[ 28.841139] wlan0: direct probe responded
[ 28.841148] wlan0: authenticate with AP 00:0c:f6:76:8d:36 (try 1)
[ 28.846412] wlan0: authenticated
[ 28.846449] wlan0: associate with AP 00:0c:f6:76:8d:36 (try 1)
[ 28.848779] wlan0: RX AssocResp from 00:0c:f6:76:8d:36 (capab=0x411 status=0 aid=1)
[ 28.848783] wlan0: associated
[ 28.849517] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 28.849599] cfg80211: Calling CRDA for country: AT
[ 28.854495] cfg80211: Received country IE:
[ 28.854500] cfg80211: Regulatory domain: AT
[ 28.854502] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 28.854505] (2402000 KHz - 2494000 KHz @ 40000 KHz), (10000 mBi, 10000 mBm)
[ 28.854507] cfg80211: CRDA thinks this should applied:
[ 28.854509] cfg80211: Regulatory domain: AT
[ 28.854511] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 28.854514] (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 28.854517] (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 28.854520] (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 28.854522] (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[ 28.854525] cfg80211: We intersect both of these and get:
[ 28.854527] cfg80211: Regulatory domain: 98
[ 28.854528] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 28.854531] (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 28.854538] cfg80211: Disabling channel 2484 MHz on phy0 due to Country IE
[ 28.854544] cfg80211: Current regulatory domain updated by AP to: AT
[ 28.854546] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 28.854549] (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 29.945321] padlock: VIA PadLock not detected.
[ 38.120042] eth0: auto-negotiating...
[ 39.408028] wlan0: no IPv6 routers present
[ 48.144045] eth0: auto-negotiating...
[ 48.638229] process `skype' is using obsolete setsockopt SO_BSDCOMPAT
[ 58.169058] eth0: auto-negotiating...
[ 68.192047] eth0: auto-negotiating...
[ 78.216046] eth0: auto-negotiating...
[ 86.218723] lo: Disabled Privacy Extensions
[ 88.245078] eth0: auto-negotiating...
[ 98.268062] eth0: auto-negotiating...
[ 108.293040] eth0: auto-negotiating...
[ 118.317050] eth0: auto-negotiating...
[ 128.341060] eth0: auto-negotiating...
[ 138.364045] eth0: auto-negotiating...
[ 148.389018] eth0: auto-negotiating...
[ 158.412056] eth0: auto-negotiating...
[ 168.436043] eth0: auto-negotiating...
[ 178.460044] eth0: auto-negotiating...
[ 188.485041] eth0: auto-negotiating...
[ 198.508043] eth0: auto-negotiating...
[ 208.532046] eth0: auto-negotiating...
[ 218.557026] eth0: auto-negotiating...
[ 228.581023] eth0: auto-negotiating...
[ 238.605053] eth0: auto-negotiating...
[ 248.628051] eth0: auto-negotiating...
[ 258.652044] eth0: auto-negotiating...
[ 268.677035] eth0: auto-negotiating...
[ 278.700047] eth0: auto-negotiating...
[ 288.724044] eth0: auto-negotiating...
[ 298.748053] eth0: auto-negotiating...
[ 308.773025] eth0: auto-negotiating...
[ 318.797026] eth0: auto-negotiating...
[ 328.821054] eth0: auto-negotiating...
paolo@ubuntu:~$
scusa ma avevo dimenticato di copiarlo
Re: [Driver] Driver GSPCA V4L2 su Karmic Koala
Quando hai dato i comandi
la webcam era collegata?
Se la webcam era collegata su un hub usb hai provato a collegarla direttamente al pc?
Che versione di *buntu usi?
Inoltre hai provato a seguire questa guida?
Codice: Seleziona tutto
lsmod
dmesgSe la webcam era collegata su un hub usb hai provato a collegarla direttamente al pc?
Che versione di *buntu usi?
Inoltre hai provato a seguire questa guida?
-
randazzo90
- Prode Principiante
- Messaggi: 7
- Iscrizione: venerdì 1 ottobre 2010, 15:59
Re: [Driver] Driver GSPCA V4L2 su Karmic Koala
la webcam e sempre collegata anke quando do i codici slmod e dmesg e sempre stata collegata direttamente sul mio partatile senza hub usb ed ho ubuntu 10.4Jack_ut ha scritto: Quando hai dato i comandila webcam era collegata?Codice: Seleziona tutto
lsmod dmesg
Se la webcam era collegata su un hub usb hai provato a collegarla direttamente al pc?
Che versione di *buntu usi?
Inoltre hai provato a seguire questa guida?
Re: [Driver] Driver GSPCA V4L2 su Karmic Koala
Dalla risposta ai comandi pare che non venga caricato alcun modulo per la webcam, hai provato con la guida che ti ho linkato?
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 4 ospiti
