Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Wie durft ???  (gelezen 9987 keer)

Gast

  • Gast
Wie durft ???
« Gepost op: 2006/08/27, 12:59:27 »
Hallo,
Op onderstaande site vond ik een driver voor een philips webcam.
De instructies zijn mij niet helemaal duidelijk omdat ik nog maar net in Linux begonnen ben.
Er staat bijvoorbeeld: log in as root, make etc. Wie kan mij vertellen of dit een veilige manier is om de driver te installeren? En: wat moet er gebeuren na installatie van de driver??

Wie durft en wie helpt?


 1) download the file http://www.saillard.org/linux/pwc/files/pwc-10.0.9-rc1.tar.bz2
      (or the last available file on the site)
   2) unpack the file using the command command:
        # tar xjf pwc-10.0.9-rc1.tar.bz2
   3) compile the module (this needs the source of your actual kernel to
      be installed)
        # cd pwc-10.0.9rc1
   # make
   4) login as root
        # su
   5) In case an older version of the module was already installed, use
      the following commands to delete that module, if not go to 6)
        # find /lib/modules/`uname -r`/ -name "pwc*.ko*"
        # rm
   6) Copy the new modules to the old ones
        # make install
        or
        # cp pwc.ko
                    For example: /lib/modules/`uname -r`/{misc,extra}
   # depmod -a
   7) Unload the old module(s) or reboot the machine
        # rmmod pwc
   # rmmod pwcx
        # modprobe pwc


of deze manier is ook mogelijk:

   1) download the patch http://www.saillard.org/linux/pwc/patches/ that
      matches your kernel
       viz.: linux-2.6.13_pwc-10.0.8.patch.bz2 for a 2.6.13 kernel
   2) download the linux source from http://www.us.kernel.org/
   3) unpack the source of the Linux kernel
         # tar xjf linux-2.6.13.tar.bz2
         # cd linux-2.6.13
   4) patch the kernel
         # bzcat ../linux-2.6.13_pwc-10.0.8.patch.bz2 | patch -p1
   5) compile the kernel as usual
         # make menuconfig
         # make
         # make install modules_install

You have to learn how to follow before you know how to lead...

budster

  • Gast
Wie durft ???
« Reactie #1 Gepost op: 2006/08/27, 14:41:20 »
Het eerste wat je moet doen is kijken of er geen debian packages zijn voor die driver. dat kan gewoon in de gui:
system -> administration -> synaptic

ik vond met mijn sourcelist:

Philips webcam pwc driver
This package provides the source code for the pwc kernel module.
A Kernel source >= 2.6.9 is required to compile this module.

moet jij die hebben? dan kan je die via synaptic installeren. Het zou kunnen zijn dat jij deze niet in synaptic kan vinden, zet dan universe en multiverse aan. bij stettings -> repositories. en daarna op de reload knop drukken. En opnieuw zoeken.

Maar mocht je een andere driver nodig hebben, dan moet je een terminal openen (zo een dos schermpje) bij applications -> accessoires vervolgens de bovengenoemde instructies volgen, alleen bij ubuntu wordt je geen root maar voor je jouw commando's met sudo uit. (gewoon sudo voor de commando's zetten)

Offline profoX

  • Lid
    • wesley
    • Lionslink
Wie durft ???
« Reactie #2 Gepost op: 2006/08/27, 15:30:41 »
sudo apt-get install linux-source
cd ~
wget http://www.saillard.org/linux/pwc/files/pwc-10.0.9-rc1.tar.bz2
tar jxvf pwc-10.0.9-rc1.tar.bz2
cd pwc-10.0.9rc1
make
sudo find /lib/modules/`uname -r`/ -name "pwc*.ko*" -exec rm -Rf {} \;
sudo make install
sudo depmod -a
sudo rmmod pwc
sudo rmmod pwcx
sudo modprobe pwc
succes :) commando's gewoon uitvoeren in terminal
nog vragen -- stel je ze maar
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

Gast

  • Gast
Wie durft ???
« Reactie #3 Gepost op: 2006/08/27, 18:42:58 »
Budster en Profox,
Beiden bedankt voor jullie bericht. Ik heb de driver inderdaad geinstalleerd via Synaptic.
Wat volgt er nu ?

De webcam staat aan, maar er gebeurt verder weinig...

Groeten,
Willem

budster

  • Gast
Wie durft ???
« Reactie #4 Gepost op: 2006/08/27, 18:47:44 »
Weet niet, je moet misschien een programmatje hebben om het beeld vanuit je webcam te bekijken, je weet waar synaptic zit. even zoeken op webcam

Gast

  • Gast
Wie durft ???
« Reactie #5 Gepost op: 2006/08/27, 18:53:03 »
Bovendien moet ik jullie nog melden dat de webcam gebruikt gaat worden voor skype in de eerste plaats en welicht voor andere toepassingen.
Gegroet,
Willem

Gast

  • Gast
Wie durft ???
« Reactie #6 Gepost op: 2006/08/27, 19:00:57 »
Na de driver en camorama geinstalleerd te hebben kan laatstgenoemd programma geen connectie krijgen met video device. Vervolgens staat er check connection. Ook na andere usb poorten geprobeerd te hebben nog altijd niets....

Gr,
Willem

budster

  • Gast
Wie durft ???
« Reactie #7 Gepost op: 2006/08/27, 19:05:40 »
Ik weet niet zo veel van webcams, ik heb in mijn hele leven er nog nooit een gehad.

doe eens lsusb

Gast

  • Gast
Wie durft ???
« Reactie #8 Gepost op: 2006/08/27, 19:08:18 »
Hier is ie,

willem@ubuntu:~$ lsusb
Bus 001 Device 005: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 004: ID 0471:0329 Philips
Bus 002 Device 001: ID 0000:0000
willem@ubuntu:~$

Gr,
Willem

budster

  • Gast
Wie durft ???
« Reactie #9 Gepost op: 2006/08/27, 19:18:23 »
en dmesg

Gast

  • Gast
Wie durft ???
« Reactie #10 Gepost op: 2006/08/27, 19:20:39 »
Dat is een heel verhaal,
Maar daar komt ie....

willem@ubuntu:~$ dmesg
[17179569.184000] Linux version 2.6.15-26-386 (buildd@terranova) (gcc version 4. 0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 PREEMPT Thu Aug 3 02:52:00 UTC 2006
[17179569.184000] BIOS-provided physical RAM map:
[17179569.184000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[17179569.184000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[17179569.184000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[17179569.184000]  BIOS-e820: 0000000000100000 - 000000001feb0000 (usable)
[17179569.184000]  BIOS-e820: 000000001feb0000 - 000000001fefc000 (ACPI data)
[17179569.184000]  BIOS-e820: 000000001fefc000 - 000000001fefd000 (ACPI NVS)
[17179569.184000]  BIOS-e820: 000000001fefd000 - 000000001ff00000 (reserved)
[17179569.184000]  BIOS-e820: 000000001ff00000 - 000000001ff80000 (usable)
[17179569.184000]  BIOS-e820: 000000001ff80000 - 0000000020000000 (reserved)
[17179569.184000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[17179569.184000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[17179569.184000]  BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
[17179569.184000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[17179569.184000] 0MB HIGHMEM available.
[17179569.184000] 511MB LOWMEM available.
[17179569.184000] found SMP MP-table at 000f5f70
[17179569.184000] On node 0 totalpages: 130944
[17179569.184000]   DMA zone: 4096 pages, LIFO batch:0
[17179569.184000]   DMA32 zone: 0 pages, LIFO batch:0
[17179569.184000]   Normal zone: 126848 pages, LIFO batch:31
[17179569.184000]   HighMem zone: 0 pages, LIFO batch:0
[17179569.184000] DMI present.
[17179569.184000] ACPI: RSDP (v000 PTLTD                                 ) @ 0x0 00f5fc0
[17179569.184000] ACPI: RSDT (v001 PTLTD    RSDT   0x060400d0  LTP 0x00000000) @  0x1fef8814
[17179569.184000] ACPI: FADT (v001 IBM    MARLIN   0x060400d0 PTL  0x00000001) @  0x1fefbf0a
[17179569.184000] ACPI: MADT (v001 PTLTD         APIC   0x060400d0  LTP 0x000000 00) @ 0x1fefbf7e
[17179569.184000] ACPI: BOOT (v001 PTLTD  $SBFTBL$ 0x060400d0  LTP 0x00000001) @  0x1fefbfd8
[17179569.184000] ACPI: DSDT (v001    IBM   Marlin 0x060400d0 MSFT 0x0100000d) @  0x00000000
[17179569.184000] ACPI: PM-Timer IO Port: 0x1008
[17179569.184000] ACPI: Local APIC address 0xfee00000
[17179569.184000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[17179569.184000] Processor #0 15:0 APIC version 20
[17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[17179569.184000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[17179569.184000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[17179569.184000] ACPI: IRQ0 used by override.
[17179569.184000] ACPI: IRQ2 used by override.
[17179569.184000] ACPI: IRQ9 used by override.
[17179569.184000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[17179569.184000] Using ACPI (MADT) for SMP configuration information
[17179569.184000] Allocating PCI resources starting at 30000000 (gap: 20000000:d ec00000)
[17179569.184000] Built 1 zonelists
[17179569.184000] Kernel command line: root=/dev/hda1 ro quiet splash
[17179569.184000] mapped APIC to ffffd000 (fee00000)
[17179569.184000] mapped IOAPIC to ffffc000 (fec00000)
[17179569.184000] Initializing CPU#0
[17179569.184000] PID hash table entries: 2048 (order: 11, 32768 bytes)
[17179569.184000] Detected 1495.486 MHz processor.
[17179569.184000] Using pmtmr for high-res timesource
[17179569.184000] Console: colour VGA+ 80x25
[17179569.668000] Dentry cache hash table entries: 131072 (order: 7, 524288 byte s)
[17179569.668000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[17179569.692000] Memory: 507828k/523776k available (1976k kernel code, 15024k r eserved, 606k data, 288k init, 0k highmem)
[17179569.692000] Checking if this processor honours the WP bit even in supervis or mode... Ok.
[17179569.772000] Calibrating delay using timer specific routine.. 2994.00 BogoM IPS (lpj=5988008)
[17179569.772000] Security Framework v1.0.0 initialized
[17179569.772000] SELinux:  Disabled at boot.
[17179569.772000] Mount-cache hash table entries: 512
[17179569.772000] CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
[17179569.772000] CPU: After vendor identify, caps: 3febfbff 00000000 00000000 0 0000000 00000000 00000000 00000000
[17179569.772000] CPU: Trace cache: 12K uops, L1 D cache: 8K
[17179569.772000] CPU: L2 cache: 256K
[17179569.772000] CPU: After all inits, caps: 3febfbff 00000000 00000000 0000008 0 00000000 00000000 00000000
[17179569.772000] mtrr: v2.0 (20020519)
[17179569.772000] CPU: Intel(R) Pentium(R) 4 CPU 1500MHz stepping 0a
[17179569.772000] Enabling fast FPU save and restore... done.
[17179569.772000] Enabling unmasked SIMD FPU exception support... done.
[17179569.772000] Checking 'hlt' instruction... OK.
[17179569.788000] checking if image is initramfs... it is
[17179570.800000] Freeing initrd memory: 6840k freed
[17179570.820000] ACPI: Looking for DSDT ... not found!
[17179570.828000] ENABLING IO-APIC IRQs
[17179570.828000] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[17179570.972000] NET: Registered protocol family 16
[17179570.972000] EISA bus registered
[17179570.972000] ACPI: bus type pci registered
[17179570.972000] PCI: PCI BIOS revision 2.10 entry at 0xfd933, last bus=2
[17179570.972000] PCI: Using configuration type 1
[17179570.972000] ACPI: Subsystem revision 20051216
[17179570.972000] ACPI: Interpreter enabled
[17179570.976000] ACPI: Using IOAPIC for interrupt routing
[17179570.976000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[17179570.976000] PCI: Probing PCI hardware (bus 00)
[17179571.000000] PCI quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
[17179571.000000] PCI quirk: region 1180-11bf claimed by ICH4 GPIO
[17179571.004000] Boot video device is 0000:01:00.0
[17179571.004000] PCI: Transparent bridge - 0000:00:1e.0
[17179571.004000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[17179571.028000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[17179571.028000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SLOT._PRT]
[17179571.032000] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 9 10 11 12 14 1 5)
[17179571.032000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 7 9 10 11 12 14 1 5)
[17179571.032000] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15 ) *0, disabled.
[17179571.032000] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12 14 1 5)
[17179571.032000] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 7 9 10 11 12 14 1 5)
[17179571.032000] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15 ) *0, disabled.
[17179571.036000] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11 12 14 15 ) *0, disabled.
[17179571.036000] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 *10 11 12 14 1 5)
[17179571.072000] Linux Plug and Play Support v0.97 (c) Adam Belay
[17179571.072000] pnp: PnP ACPI init
[17179571.132000] pnp: PnP ACPI: found 14 devices
[17179571.132000] PnPBIOS: Disabled by ACPI PNP
[17179571.132000] PCI: Using ACPI for IRQ routing
[17179571.132000] PCI: If a device doesn't work, try "pci=routeirq".  If it help s, post a report
[17179571.140000] PCI: Bridge: 0000:00:01.0
[17179571.140000]   IO window: 2000-2fff
[17179571.140000]   MEM window: d0000000-d00fffff
[17179571.140000]   PREFETCH window: d8000000-dfffffff
[17179571.140000] PCI: Bridge: 0000:00:1e.0
[17179571.140000]   IO window: 3000-3fff
[17179571.140000]   MEM window: d0100000-d01fffff
[17179571.140000]   PREFETCH window: disabled.
[17179571.140000] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[17179571.140000] Simple Boot Flag at 0x72 set to 0x1
[17179571.140000] audit: initializing netlink socket (disabled)
[17179571.140000] audit(1156695786.140:1): initialized
[17179571.140000] VFS: Disk quotas dquot_6.5.1
[17179571.140000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[17179571.140000] Initializing Cryptographic API
[17179571.140000] io scheduler noop registered
[17179571.140000] io scheduler anticipatory registered
[17179571.140000] io scheduler deadline registered
[17179571.140000] io scheduler cfq registered
[17179571.140000] isapnp: Scanning for PnP cards...
[17179571.496000] isapnp: No Plug & Play device found
[17179571.528000] PNP: PS/2 Controller [PNP0303:KBC] at 0x60,0x64 irq 1
[17179571.528000] PNP: PS/2 controller doesn't have AUX irq; using default 12
[17179571.536000] serio: i8042 AUX port at 0x60,0x64 irq 12
[17179571.536000] serio: i8042 KBD port at 0x60,0x64 irq 1
[17179571.536000] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ shar ing enabled
[17179571.536000] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179571.536000] serial8250: ttyS2 at I/O 0x3e8 (irq = 4) is a 16550A
[17179571.544000] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179571.544000] 00:0c: ttyS2 at I/O 0x3e8 (irq = 0) is a 16550A
[17179571.544000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 b locksize
[17179571.544000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[17179571.544000] ide: Assuming 33MHz system bus speed for PIO modes; override w ith idebus=xx
[17179571.544000] mice: PS/2 mouse device common for all mice
[17179571.548000] EISA: Probing bus 0 at eisa.0
[17179571.548000] Cannot allocate resource for EISA slot 1
[17179571.548000] Cannot allocate resource for EISA slot 2
[17179571.548000] Cannot allocate resource for EISA slot 3
[17179571.548000] EISA: Detected 0 cards.
[17179571.548000] NET: Registered protocol family 2
[17179571.576000] input: AT Translated Set 2 keyboard as /class/input/input0
[17179571.584000] IP route cache hash table entries: 8192 (order: 3, 32768 bytes )
[17179571.584000] TCP established hash table entries: 32768 (order: 5, 131072 by tes)
[17179571.584000] TCP bind hash table entries: 32768 (order: 5, 131072 bytes)
[17179571.584000] TCP: Hash tables configured (established 32768 bind 32768)
[17179571.584000] TCP reno registered
[17179571.584000] TCP bic registered
[17179571.584000] NET: Registered protocol family 1
[17179571.584000] NET: Registered protocol family 8
[17179571.584000] NET: Registered protocol family 20
[17179571.584000] Using IPI Shortcut mode
[17179571.584000] ACPI wakeup devices:
[17179571.584000] SLOT  KBC COMA COMB USB1 USB2
[17179571.584000] ACPI: (supports S0 S1 S3 S4 S5)
[17179571.584000] Freeing unused kernel memory: 288k freed
[17179571.680000] vga16fb: initializing
[17179571.680000] vga16fb: mapped to 0xc00a0000
[17179571.828000] Console: switching to colour frame buffer device 80x25
[17179571.828000] fb0: VGA16 VGA frame buffer device
[17179572.972000] Capability LSM initialized
[17179573.048000] ACPI: Processor [CPU0] (supports 8 throttling states)
[17179573.060000] ACPI: Thermal Zone [THM0] (20 C)
[17179574.296000] ICH2: IDE controller at PCI slot 0000:00:1f.1
[17179574.296000] ICH2: chipset revision 18
[17179574.296000] ICH2: not 100% native mode: will probe irqs later
[17179574.296000]     ide0: BM-DMA at 0x1810-0x1817, BIOS settings: hda:DMA, hdb :pio
[17179574.296000] Probing IDE interface ide0...
[17179574.584000] hda: IC35L040AVER07-0, ATA DISK drive
[17179575.256000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[17179575.276000] hda: max request size: 128KiB
[17179575.276000] hda: 78156288 sectors (40016 MB) w/1916KiB Cache, CHS=65535/16 /63, UDMA(100)
[17179575.276000] hda: cache flushes not supported
[17179575.276000]  hda: hda1 hda2 < hda5 >
[17179575.624000] usbcore: registered new driver usbfs
[17179575.628000] usbcore: registered new driver hub
[17179575.628000] USB Universal Host Controller Interface driver v2.3
[17179575.632000] ACPI: PCI Interrupt 0000:00:1f.2[D] -> GSI 19 (level, low) -> IRQ 169
[17179575.632000] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[17179575.632000] uhci_hcd 0000:00:1f.2: UHCI Host Controller
[17179575.632000] uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus nu mber 1
[17179575.632000] uhci_hcd 0000:00:1f.2: irq 169, io base 0x00001820
[17179575.632000] hub 1-0:1.0: USB hub found
[17179575.632000] hub 1-0:1.0: 2 ports detected
[17179575.736000] ACPI: PCI Interrupt 0000:00:1f.4[C] -> GSI 23 (level, low) -> IRQ 177
[17179575.736000] PCI: Setting latency timer of device 0000:00:1f.4 to 64
[17179575.736000] uhci_hcd 0000:00:1f.4: UHCI Host Controller
[17179575.736000] uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus nu mber 2
[17179575.736000] uhci_hcd 0000:00:1f.4: irq 177, io base 0x00001840
[17179575.736000] hub 2-0:1.0: USB hub found
[17179575.736000] hub 2-0:1.0: 2 ports detected
[17179575.892000] Probing IDE interface ide1...
[17179575.976000] usb 1-1: new full speed USB device using uhci_hcd and address 2
[17179576.360000] usb 2-1: new low speed USB device using uhci_hcd and address 2
[17179576.556000] usbcore: registered new driver hiddev
[17179576.568000] Attempting manual resume
[17179576.576000] input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /class/input/input1
[17179576.576000] input: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse  with IntelliEye(TM)] on usb-0000:00:1f.4-1
[17179576.576000] usbcore: registered new driver usbhid
[17179576.576000] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
[17179576.604000] kjournald starting.  Commit interval 5 seconds
[17179576.604000] EXT3-fs: mounted filesystem with ordered data mode.
[17179585.972000] ts: Compaq touchscreen protocol output
[17179589.368000] Linux agpgart interface v0.101 (c) Dave Jones
[17179589.488000] agpgart: Detected an Intel i845 Chipset.
[17179589.504000] agpgart: AGP aperture is 256M @ 0xe0000000
[17179590.244000] Real Time Clock Driver v1.12
[17179590.280000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[17179590.316000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[17179590.396000] input: PC Speaker as /class/input/input2
[17179590.412000] hw_random: RNG not detected
[17179590.412000] FDC 0 is a National Semiconductor PC87306
[17179591.372000] parport: PnPBIOS parport detected.
[17179591.372000] parport0: PC-style at 0x378 (0x778), irq 7, dma 1 [PCSPP,TRIST ATE,COMPAT,ECP,DMA]
[17179591.440000] e100: Intel(R) PRO/100 Network Driver, 3.4.14-k4-NAPI
[17179591.440000] e100: Copyright(c) 1999-2005 Intel Corporation
[17179591.444000] ACPI: PCI Interrupt 0000:02:08.0[A] -> GSI 20 (level, low) -> IRQ 185
[17179591.468000] e100: eth0: e100_probe: addr 0xd0100000, irq 185, MAC addr 00: 02:55:1D:69:2B
[17179591.620000] PCI: Enabling device 0000:02:0d.1 (0304 -> 0305)
[17179591.636000] gameport: EMU10K1 is pci0000:02:0d.1/gameport0, io 0x3060, spe ed 877kHz
[17179592.628000] drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer d ev 2 if 0 alt 0 proto 2 vid 0x03F0 pid 0x7504
[17179592.632000] usbcore: registered new driver usblp
[17179592.632000] drivers/usb/class/usblp.c: v0.13: USB Printer Device Class dri ver
[17179592.668000] e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
[17179592.888000] PCI: Enabling device 0000:02:0d.0 (0304 -> 0305)
[17179592.888000] ACPI: PCI Interrupt 0000:02:0d.0[A] -> GSI 21 (level, low) -> IRQ 193
[17179593.736000] NET: Registered protocol family 17
[17179593.888000] p4-clockmod: P4/Xeon(TM) CPU On-Demand Clock Modulation availa ble
[17179593.940000] lp0: using parport0 (interrupt-driven).
[17179594.048000] Adding 1510068k swap on /dev/hda5.  Priority:-1 extents:1 acro ss:1510068k
[17179594.232000] EXT3 FS on hda1, internal journal
[17179594.492000] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
[17179594.492000] md: bitmap version 4.39
[17179595.224000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@ redhat.com
[17179599.088000] NET: Registered protocol family 10
[17179599.088000] lo: Disabled Privacy Extensions
[17179599.088000] IPv6 over IPv4 tunneling driver
[17179603.252000] ACPI: Power Button (FF) [PWRF]
[17179603.252000] ACPI: Power Button (CM) [PWRB]
[17179603.456000] ibm_acpi: ec object not found
[17179603.504000] pcc_acpi: loading...
[17179609.088000] [drm] Initialized drm 1.0.1 20051102
[17179609.156000] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 201
[17179609.160000] [drm] Initialized radeon 1.24.0 20060225 on minor 0
[17179609.488000] eth0: no IPv6 routers present
[17179610.348000] ppdev: user-space parallel port driver
[17179610.364000] agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
[17179610.364000] agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
[17179610.364000] agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode
[17179610.752000] IBM machine detected. Enabling interrupts during APM calls.
[17179610.752000] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[17179610.756000] apm: overridden by ACPI.
[17179611.100000] [drm] Setting GART location based on new memory map
[17179611.100000] [drm] writeback test succeeded in 1 usecs
[17179614.744000] Non-volatile memory driver v1.2
[17179614.784000] input: /usr/sbin/thinkpad-keys as /class/input/input3
[17179615.468000] Bluetooth: Core ver 2.8
[17179615.468000] NET: Registered protocol family 31
[17179615.468000] Bluetooth: HCI device and connection manager initialized
[17179615.468000] Bluetooth: HCI socket layer initialized
[17179615.488000] Bluetooth: L2CAP ver 2.8
[17179615.488000] Bluetooth: L2CAP socket layer initialized
[17179615.552000] Bluetooth: RFCOMM socket layer initialized
[17179615.552000] Bluetooth: RFCOMM TTY layer initialized
[17179615.552000] Bluetooth: RFCOMM ver 1.7
[17180519.268000] usb 1-2: new full speed USB device using uhci_hcd and address 3
[17180520.084000] usbcore: registered new driver snd-usb-audio
[17180702.204000] Linux video capture interface: v1.00
[17181602.572000] usb 1-2: USB disconnect, address 3
[17181604.680000] usb 2-2: new full speed USB device using uhci_hcd and address 3
[17181627.372000] usb 2-2: USB disconnect, address 3
[17181636.088000] usb 1-1: USB disconnect, address 2
[17181636.088000] drivers/usb/class/usblp.c: usblp0: removed
[17181644.732000] usb 1-1: new full speed USB device using uhci_hcd and address 4
[17181663.644000] usb 1-1: USB disconnect, address 4
[17181667.944000] usb 2-1: USB disconnect, address 2
[17181670.252000] usb 1-1: new low speed USB device using uhci_hcd and address 5
[17181670.452000] input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /class/input/input4
[17181670.452000] input: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse  with IntelliEye(TM)] on usb-0000:00:1f.2-1
[17181674.760000] usb 2-1: new full speed USB device using uhci_hcd and address 4
willem@ubuntu:~$

Gast

  • Gast
Wie durft ???
« Reactie #11 Gepost op: 2006/08/27, 19:21:56 »
Ik heb overigens een ibm netvista 1.5 Ghz, 512RAM met 2x usb aan de achterkant en 2x aan de voorkant...

Gr,
Willem

budster

  • Gast
Wie durft ???
« Reactie #12 Gepost op: 2006/08/27, 19:39:32 »
ik heb net een beetje zitten googlen ik kan niets vinden, alleen dat het misschien een voedings probleem kan zijn, dat je USB niet genoeg amperes geeft om je webcam goed te voeden, zelf heb ik dat probleem ook met een usb drive, aan de linkerkant van mijn laptop werkt ie niet aan de rechterkant wel. Dit zou je kunnen testen als een dualboot hebt met .... ahum Windo..s.


misschien kan ProfoX je verder helpen als het wat anders is. Zoals ik al zei ik heb geen ervaring met webcams, ik vind alleen dat je dmesg erg weinig info over de webcam geeft.

Gast

  • Gast
Wie durft ???
« Reactie #13 Gepost op: 2006/08/27, 19:46:08 »
Dank je wel voor je bijdrage zover Budster. Ahum Windows heb ik dus NIET geinstalleerd op mijn systeem omdat ik daar definitief van af wil (en ben). Ook heb ik alle usb poorten al getest zoals je al voorstelde maar geen resultaat. Het enige wat ik er aan heb hangen is een muis en verder (behalve de cam dan) niets.

Toch bedankt voor je interesse en hulp. Mocht je iets tegen komen dan hoor ik dat natuurlijk graag.

Gr,
Willem

Offline profoX

  • Lid
    • wesley
    • Lionslink
Wie durft ???
« Reactie #14 Gepost op: 2006/08/27, 23:00:05 »
Citaat van: profoX
sudo apt-get install linux-source
cd ~
wget http://www.saillard.org/linux/pwc/files/pwc-10.0.12-rc1.tar.bz2
tar jxvf pwc-10.0.12-rc1.tar.bz2
cd pwc-10.0.12rc1
make
sudo find /lib/modules/`uname -r`/ -name "pwc*.ko*" -exec rm -Rf {} \;
sudo make install
sudo depmod -a
sudo rmmod pwc
sudo rmmod pwcx
sudo modprobe pwc
succes :) commando's gewoon uitvoeren in terminal
nog vragen -- stel je ze maar
Dit al geprobeerd, Willem ?

Voordat je de uitleg hier volgt kan je best de sources vanuit synaptic de
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

Gast

  • Gast
Wie durft ???
« Reactie #15 Gepost op: 2006/08/28, 10:10:40 »
Hoi Profox,
Ga ik vanavond even proberen. Zit nu op m

Gast

  • Gast
Wie durft ???
« Reactie #16 Gepost op: 2006/08/28, 10:13:25 »
Ik had dit trouwens al eerder geprobeerd maar hij kan de locatie http://www.saillard.org/linux/pwc/files/pwc-10.0.9-rc1.tar.bz2 tar jxvf pwc-10.0.9-rc1.tar.bz2 niet vinden...
Ga het vanavond weer eens proberen.

Gr,
Willem

Offline profoX

  • Lid
    • wesley
    • Lionslink
Wie durft ???
« Reactie #17 Gepost op: 2006/08/28, 14:50:18 »
Citaat van: Willem
Ik had dit trouwens al eerder geprobeerd maar hij kan de locatie http://www.saillard.org/linux/pwc/files/pwc-10.0.9-rc1.tar.bz2 tar jxvf pwc-10.0.9-rc1.tar.bz2 niet vinden...
Ga het vanavond weer eens proberen.

Gr,
Willem
Ik heb de commando's aangepast voor de nieuwste versie -- probeer eens opnieuw
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

Gast

  • Gast
Wie durft ???
« Reactie #18 Gepost op: 2006/08/28, 15:44:41 »
Waar heb je die staan dan? Toch niet in een van je eerste berichten ?
Want volgens mij heb je mijn berichtje geciteerd...

Wie durft ???
« Reactie #19 Gepost op: 2006/08/28, 15:55:41 »
Mocht het naast alles toch een prob wezen dat jouw USB uitgang niet voldoende stroom kan leveren is het raadzaam om een USB HUB te kopen met voeding's adapter, zodat alle aparaten die je eraan hangt gaan stroom trekken uit je pc.

Naast alles kan  je beter een HUB opblazen/afbranden dan je pc, dis HUBjes kosten een drol.

SCCS

:D
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

Offline profoX

  • Lid
    • wesley
    • Lionslink
Wie durft ???
« Reactie #20 Gepost op: 2006/08/28, 15:56:23 »
Citaat van: profoX
sudo apt-get install linux-source
cd ~
wget http://www.saillard.org/linux/pwc/files/pwc-10.0.12-rc1.tar.bz2
tar jxvf pwc-10.0.12-rc1.tar.bz2
cd pwc-10.0.12rc1
make
sudo find /lib/modules/`uname -r`/ -name "pwc*.ko*" -exec rm -Rf {} \;
sudo make install
sudo depmod -a
sudo rmmod pwc
sudo rmmod pwcx
sudo modprobe pwc
succes :) commando's gewoon uitvoeren in terminal
nog vragen -- stel je ze maar
Een paar posts hierboven :) hier is het nog een keer ^
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

Gast

  • Gast
Wie durft ???
« Reactie #21 Gepost op: 2006/08/28, 16:22:23 »
Dank jullie wel Candyman en Profox,
Ben over twee uurtjes thuis en de mediamarkt is tot 8 uur open. Ik laat het jullie zeker weten !

Gr,
Willem

Gast

  • Gast
Wie durft ???
« Reactie #22 Gepost op: 2006/08/28, 18:03:11 »
Nou Profox,
Dit is dan het verhaal...

willem@ubuntu:~$ wget http://www.saillard.org/linux/pwc/files/pwc-10.0.12-rc1.tar.bz2
--18:00:55--  http://www.saillard.org/linux/pwc/files/pwc-10.0.12-rc1.tar.bz2
           => `pwc-10.0.12-rc1.tar.bz2.1'
Resolving www.saillard.org... 194.146.225.122
Connecting to www.saillard.org|194.146.225.122|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 48,861 (48K) [application/x-tar]

100%[====================================>] 48,861       155.93K/s

18:00:56 (155.03 KB/s) - `pwc-10.0.12-rc1.tar.bz2.1' saved [48861/48861]

willem@ubuntu:~$ tar jxvf pwc-10.0.12-rc1.tar.bz2
pwc-10.0.12-rc1/
pwc-10.0.12-rc1/pwc-dec1.c
pwc-10.0.12-rc1/pwc.h
pwc-10.0.12-rc1/pwc-uncompress.c
pwc-10.0.12-rc1/pwc-ioctl.h
pwc-10.0.12-rc1/pwc-nala.h
pwc-10.0.12-rc1/pwc-dec1.h
pwc-10.0.12-rc1/pwc-timon.c
pwc-10.0.12-rc1/pwc-kiara.c
pwc-10.0.12-rc1/pwc-timon.h
pwc-10.0.12-rc1/pwc-misc.c
pwc-10.0.12-rc1/pwc-kiara.h
pwc-10.0.12-rc1/pwc-dec23.c
pwc-10.0.12-rc1/pwc-if.c
pwc-10.0.12-rc1/pwc-uncompress.h
pwc-10.0.12-rc1/pwc-ctrl.c
pwc-10.0.12-rc1/Makefile
pwc-10.0.12-rc1/pwc-dec23.h
pwc-10.0.12-rc1/pwc-v4l.c
willem@ubuntu:~$ cd pwc-10.0.12rc1
bash: cd: pwc-10.0.12rc1: No such file or directory

Offline profoX

  • Lid
    • wesley
    • Lionslink
Wie durft ???
« Reactie #23 Gepost op: 2006/08/28, 18:54:59 »
ik had een streepje vergeten
ff logisch nadenken:

cd pwc-10.0.12-rc1

en de commando's weer verder volgen
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

Gast

  • Gast
Wie durft ???
« Reactie #24 Gepost op: 2006/08/28, 19:17:43 »
Toch gaat ie weer niet verder met het make commando...

willem@ubuntu:~$ cd pwc-10.0.12-rc1
willem@ubuntu:~/pwc-10.0.12-rc1$ make
make -C /lib/modules/2.6.15-26-386/build SUBDIRS=/home/willem/pwc-10.0.12-rc1 modules
make: *** /lib/modules/2.6.15-26-386/build: No such file or directory.  Stop.
make: *** [all] Error 2
willem@ubuntu:~/pwc-10.0.12-rc1$ sudo find /lib/modules/`uname -r`/ -name "pwc*.ko*" -exec rm -Rf {} \;
Password:
willem@ubuntu:~/pwc-10.0.12-rc1$ sudo make install
make -C /lib/modules/2.6.15-26-386/build SUBDIRS=/home/willem/pwc-10.0.12-rc1 modules
make: *** /lib/modules/2.6.15-26-386/build: No such file or directory.  Stop.
make: *** [default] Error 2
willem@ubuntu:~/pwc-10.0.12-rc1$