LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Webcam is Not Being Detected: Ubuntu 12.04 (https://www.linuxquestions.org/questions/linux-hardware-18/webcam-is-not-being-detected-ubuntu-12-04-a-4175465343/)

actyler1012 06-09-2013 02:16 PM

Webcam is Not Being Detected: Ubuntu 12.04
 
my webcam doesnt work, nor is it being detected, from what ive heard, I need a certain driver. it is a built in webcam to an HP pavillion laptop. if you need anymore info, please let me know. Thanks in advance! :)

evo2 06-10-2013 12:39 AM

Hi,

as a starting point we need to know exactly what the device is. Please post the output of the following commands
Code:

lspci
lsusb

Evo2.

actyler1012 06-10-2013 08:08 AM

tyler@tyler-HP-Pavilion-dv6-Notebook-PC:~$ lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] Family 12h Processor Root Complex
00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI BeaverCreek [Mobility Radeon HD 6620G]
00:01.1 Audio device: Advanced Micro Devices [AMD] nee ATI BeaverCreek HDMI Audio [Radeon HD 6500D and 6400G-6600G series]
00:04.0 PCI bridge: Advanced Micro Devices [AMD] Family 12h Processor Root Port
00:05.0 PCI bridge: Advanced Micro Devices [AMD] Family 12h Processor Root Port
00:06.0 PCI bridge: Advanced Micro Devices [AMD] Family 12h Processor Root Port
00:10.0 USB controller: Advanced Micro Devices [AMD] Hudson USB XHCI Controller (rev 03)
00:10.1 USB controller: Advanced Micro Devices [AMD] Hudson USB XHCI Controller (rev 03)
00:11.0 SATA controller: Advanced Micro Devices [AMD] Hudson SATA Controller [AHCI mode]
00:12.0 USB controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11)
00:12.2 USB controller: Advanced Micro Devices [AMD] Hudson USB EHCI Controller (rev 11)
00:13.0 USB controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11)
00:13.2 USB controller: Advanced Micro Devices [AMD] Hudson USB EHCI Controller (rev 11)
00:14.0 SMBus: Advanced Micro Devices [AMD] Hudson SMBus Controller (rev 13)
00:14.1 IDE interface: Advanced Micro Devices [AMD] Hudson IDE Controller (rev 40)
00:14.2 Audio device: Advanced Micro Devices [AMD] Hudson Azalia Controller (rev 01)
00:14.3 ISA bridge: Advanced Micro Devices [AMD] Hudson LPC Bridge (rev 11)
00:14.4 PCI bridge: Advanced Micro Devices [AMD] Hudson PCI Bridge (rev 40)
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 0 (rev 43)
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 6
00:18.6 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 5
00:18.7 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 7
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
02:00.0 Network controller: Ralink corp. RT5390 Wireless 802.11n 1T/1R PCIe
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5116 PCI Express Card Reader (rev 01)
03:00.1 SD Host controller: Realtek Semiconductor Co., Ltd. RTS5116 PCI Express Card Reader (rev 01)



______________



tyler@tyler-HP-Pavilion-dv6-Notebook-PC:~$ lsusb
Bus 003 Device 004: ID 046d:c52f Logitech, Inc. Wireless Mouse M305
Bus 004 Device 006: ID 138a:0018 Validity Sensors, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
tyler@tyler-HP-Pavilion-dv6-Notebook-PC:~$

business_kid 06-10-2013 02:15 PM

I would try
Quote:

sudo modprobe uvcvideo
because that catches a lot of them. Then go looking for it. To check if uvcvideo is there, try
Quote:

lsmod |grep uvcvideo

actyler1012 06-10-2013 03:24 PM

tyler@tyler-HP-Pavilion-dv6-Notebook-PC:~$ lsmod |grep uvcvideo
uvcvideo 78117 0
videobuf2_core 33025 1 uvcvideo
videodev 125126 2 uvcvideo,videobuf2_core
videobuf2_vmalloc 12861 1 uvcvideo
tyler@tyler-HP-Pavilion-dv6-Notebook-PC:~$



the first command you listed took me straight to the next command line (no response)

evo2 06-10-2013 07:45 PM

Hi,

perhaps I'm missing something but I don't see anything from lspci or lsusb that looks like a web cam. Perhaps lshw might yield more. Please run the following and post the results in [code] tags so the formatting is preserved:
Code:

sudo lshw
Evo2.

business_kid 06-11-2013 03:50 AM

Quote:

Originally Posted by actyler1012 (Post 4969126)
tyler@tyler-HP-Pavilion-dv6-Notebook-PC:~$ lsmod |grep uvcvideo
uvcvideo 78117 0
videobuf2_core 33025 1 uvcvideo
videodev 125126 2 uvcvideo,videobuf2_core
videobuf2_vmalloc 12861 1 uvcvideo
tyler@tyler-HP-Pavilion-dv6-Notebook-PC:~$
the first command you listed took me straight to the next command line (no response)

The first command should say nothing, the second looks good. Still no camera? I have to agree with evo2; nothing looks like a camera. You do have a usb id
Bus 004 Device 006: ID 138a:0018 Validity Sensors, Inc.
but that's a fingerprint scanner according to the latest usb.ids.

Skype is good for finding the camera (options/video settings or some such)

actyler1012 06-11-2013 07:13 AM

again, its a built in camera into the laptop, its not connected via usb
but heres something that may help, the sudo lshw

serial: 2CE1442M15
width: 64 bits
capabilities: smbios-2.7 dmi-2.7 vsyscall32
configuration: boot=normal chassis=notebook family=103C_5335KV G=N L=CON B=HP S=PAV sku=A1T75UA#ABA uuid=34444346-3439-4530-3039-453031314531
*-core
description: Motherboard
product: 1805
vendor: Hewlett-Packard
physical id: 0
version: 33.56
serial: PCKWT2B2F1P0FT
slot: Base Board Chassis Location
*-memory
description: System Memory
physical id: 0
slot: System board or motherboard
size: 8GiB
*-bank:0
description: SODIMM DDR3 Synchronous 1333 MHz (0.8 ns)
product: HMT351S6BFR8C-H9
vendor: Hynix
physical id: 0
serial: 016B5BAB
slot: Bottom-Slot 1(top)
size: 4GiB
width: 8 bits
clock: 1333MHz (0.8ns)
*-bank:1
description: SODIMM DDR3 Synchronous 1333 MHz (0.8 ns)
product: HMT351S6BFR8C-H9
vendor: Hynix
physical id: 1
serial: 011B5BAA
slot: Bottom-Slot 2(under)
size: 4GiB
width: 8 bits
clock: 1333MHz (0.8ns)
*-firmware
description: BIOS
vendor: Hewlett-Packard
physical id: 9
version: F.17
date: 03/13/2012
size: 128KiB
capacity: 1984KiB
capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppynec int13floppytoshiba int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int9keyboard int10video acpi usb
*-cpu
description: CPU
product: AMD A8-3510MX APU with Radeon(tm) HD Graphics
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 15
bus info: cpu@0
version: AMD A8-3510MX APU with Radeon(tm) HD Graphics
serial: NotSupport
slot: Socket FS1
size: 1800MHz
capacity: 1800MHz
width: 64 bits
clock: 100MHz
capabilities: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt arat cpb hw_pstate npt lbrv svm_lock nrip_save pausefilter cpufreq
configuration: cores=4 enabledcores=4 threads=4
*-cache:0
description: L1 cache
physical id: 16
slot: L1 Cache
size: 512KiB
capacity: 512KiB
clock: 1GHz (1.0ns)
capabilities: pipeline-burst internal write-back unified
*-cache:1
description: L2 cache
physical id: 17
slot: L2 Cache
size: 4MiB
capacity: 4MiB
clock: 1GHz (1.0ns)
capabilities: pipeline-burst internal write-back unified
*-pci:0
description: Host bridge
product: Family 12h Processor Root Complex
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 100
bus info: pci@0000:00:00.0
version: 00
width: 32 bits
clock: 66MHz
configuration: latency=32
*-display
description: VGA compatible controller
product: BeaverCreek [Mobility Radeon HD 6620G]
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 1
bus info: pci@0000:00:01.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=fglrx_pci latency=0
resources: irq:54 memory:e0000000-efffffff ioport:3000(size=256) memory:f0300000-f033ffff
*-multimedia:0
description: Audio device
product: BeaverCreek HDMI Audio [Radeon HD 6500D and 6400G-6600G series]
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 1.1
bus info: pci@0000:00:01.1
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm pciexpress msi bus_master cap_list
configuration: driver=snd_hda_intel latency=0
resources: irq:53 memory:f0344000-f0347fff
*-pci:0
description: PCI bridge
product: Family 12h Processor Root Port
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 4
bus info: pci@0000:00:04.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
configuration: driver=pcieport
resources: irq:18 ioport:2000(size=4096) ioport:f0000000(size=1048576)
*-network
description: Ethernet interface
product: RTL8111/8168B PCI Express Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: eth0
version: 06
serial: 2c:41:38:58:21:6e
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168e-3_0.0.4 03/27/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:51 ioport:2000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff
*-pci:1
description: PCI bridge
product: Family 12h Processor Root Port
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 5
bus info: pci@0000:00:05.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
configuration: driver=pcieport
resources: irq:17 memory:f0200000-f02fffff
*-network
description: Wireless interface
product: RT5390 Wireless 802.11n 1T/1R PCIe
vendor: Ralink corp.
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlan0
version: 00
serial: 60:d8:19:8a:ea:29
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rt2800pci driverversion=3.5.0-32-generic firmware=0.34 ip=192.168.1.101 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
resources: irq:17 memory:f0200000-f020ffff
*-pci:2
description: PCI bridge
product: Family 12h Processor Root Port
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 6
bus info: pci@0000:00:06.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
configuration: driver=pcieport
resources: irq:18 memory:f0100000-f01fffff
*-generic:0
description: Unassigned class
product: RTS5116 PCI Express Card Reader
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
version: 01
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=rtsx_pci latency=0
resources: irq:50 memory:f0101000-f0101fff
*-generic:1
description: SD Host controller
product: RTS5116 PCI Express Card Reader
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0.1
bus info: pci@0000:03:00.1
version: 01
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=sdhci-pci latency=0
resources: irq:19 memory:f0100000-f01000ff
*-usb:0
description: USB controller
product: Hudson USB XHCI Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 10
bus info: pci@0000:00:10.0
version: 03
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress xhci bus_master cap_list
configuration: driver=xhci_hcd latency=0
resources: irq:18 memory:f0348000-f0349fff
*-usb:1
description: USB controller
product: Hudson USB XHCI Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 10.1
bus info: pci@0000:00:10.1
version: 03
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress xhci bus_master cap_list
configuration: driver=xhci_hcd latency=0
resources: irq:17 memory:f034a000-f034bfff
*-storage
description: SATA controller
product: Hudson SATA Controller [AHCI mode]
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 11
bus info: pci@0000:00:11.0
version: 00
width: 32 bits
clock: 66MHz
capabilities: storage msi ahci_1.0 bus_master cap_list
configuration: driver=ahci latency=64
resources: irq:52 ioport:3138(size=8) ioport:314c(size=4) ioport:3130(size=8) ioport:3148(size=4) ioport:3110(size=16) memory:f0350000-f03507ff
*-usb:2
description: USB controller
product: Hudson USB OHCI Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 12
bus info: pci@0000:00:12.0
version: 11
width: 32 bits
clock: 66MHz
capabilities: ohci bus_master
configuration: driver=ohci_hcd latency=32
resources: irq:18 memory:f034f000-f034ffff
*-usb:3
description: USB controller
product: Hudson USB EHCI Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 12.2
bus info: pci@0000:00:12.2
version: 11
width: 32 bits
clock: 66MHz
capabilities: pm debug ehci bus_master cap_list
configuration: driver=ehci_hcd latency=32
resources: irq:17 memory:f034e000-f034e0ff
*-usb:4
description: USB controller
product: Hudson USB OHCI Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 13
bus info: pci@0000:00:13.0
version: 11
width: 32 bits
clock: 66MHz
capabilities: ohci bus_master
configuration: driver=ohci_hcd latency=32
resources: irq:18 memory:f034d000-f034dfff
*-usb:5
description: USB controller
product: Hudson USB EHCI Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 13.2
bus info: pci@0000:00:13.2
version: 11
width: 32 bits
clock: 66MHz
capabilities: pm debug ehci bus_master cap_list
configuration: driver=ehci_hcd latency=32
resources: irq:17 memory:f034c000-f034c0ff
*-serial UNCLAIMED
description: SMBus
product: Hudson SMBus Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 14
bus info: pci@0000:00:14.0
version: 13
width: 32 bits
clock: 66MHz
configuration: latency=0
*-ide
description: IDE interface
product: Hudson IDE Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 14.1
bus info: pci@0000:00:14.1
version: 40
width: 32 bits
clock: 66MHz
capabilities: ide bus_master
configuration: driver=pata_atiixp latency=32
resources: irq:17 ioport:3128(size=8) ioport:3144(size=4) ioport:3120(size=8) ioport:3140(size=4) ioport:3100(size=16)
*-multimedia:1
description: Audio device
product: Hudson Azalia Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 14.2
bus info: pci@0000:00:14.2
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm bus_master cap_list
configuration: driver=snd_hda_intel latency=32
resources: irq:16 memory:f0340000-f0343fff
*-isa
description: ISA bridge
product: Hudson LPC Bridge
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 14.3
bus info: pci@0000:00:14.3
version: 11
width: 32 bits
clock: 66MHz
capabilities: isa bus_master
configuration: latency=0
*-pci:3
description: PCI bridge
product: Hudson PCI Bridge
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 14.4
bus info: pci@0000:00:14.4
version: 40
width: 32 bits
clock: 66MHz
capabilities: pci subtractive_decode bus_master
*-pci:1
description: Host bridge
product: Family 12h/14h Processor Function 0
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 101
bus info: pci@0000:00:18.0
version: 43
width: 32 bits
clock: 33MHz
*-pci:2
description: Host bridge
product: Family 12h/14h Processor Function 1
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 102
bus info: pci@0000:00:18.1
version: 00
width: 32 bits
clock: 33MHz
*-pci:3
description: Host bridge
product: Family 12h/14h Processor Function 2
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 103
bus info: pci@0000:00:18.2
version: 00
width: 32 bits
clock: 33MHz
*-pci:4
description: Host bridge
product: Family 12h/14h Processor Function 3
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 104
bus info: pci@0000:00:18.3
version: 00
width: 32 bits
clock: 33MHz
configuration: driver=k10temp
resources: irq:0
*-pci:5
description: Host bridge
product: Family 12h/14h Processor Function 4
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 105
bus info: pci@0000:00:18.4
version: 00
width: 32 bits
clock: 33MHz
*-pci:6
description: Host bridge
product: Family 12h/14h Processor Function 6
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 106
bus info: pci@0000:00:18.5
version: 00
width: 32 bits
clock: 33MHz
*-pci:7
description: Host bridge
product: Family 12h/14h Processor Function 5
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 107
bus info: pci@0000:00:18.6
version: 00
width: 32 bits
clock: 33MHz
*-pci:8
description: Host bridge
product: Family 12h/14h Processor Function 7
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 108
bus info: pci@0000:00:18.7
version: 00
width: 32 bits
clock: 33MHz
*-scsi:0
physical id: 1
logical name: scsi0
capabilities: emulated
*-disk
description: ATA Disk
product: Hitachi HTS54756
vendor: Hitachi
physical id: 0.0.0
bus info: scsi@0:0.0.0
logical name: /dev/sda
version: JEDO
serial: J2180053D27VPC
size: 596GiB (640GB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=00033891
*-volume:0
description: EXT4 volume
vendor: Linux
physical id: 1
bus info: scsi@0:0.0.0,1
logical name: /dev/sda1
logical name: /
version: 1.0
serial: 4a050051-cb69-4f5d-bd27-1c1583f7a573
size: 588GiB
capacity: 588GiB
capabilities: primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized
configuration: created=2013-06-06 06:16:03 filesystem=ext4 lastmountpoint=/ modified=2013-06-06 06:33:44 mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro,data=ordered mounted=2013-06-06 14:56:34 state=mounted
*-volume:1
description: Extended partition
physical id: 2
bus info: scsi@0:0.0.0,2
logical name: /dev/sda2
size: 7657MiB
capacity: 7657MiB
capabilities: primary extended partitioned partitioned:extended
*-logicalvolume
description: Linux swap / Solaris partition
physical id: 5
logical name: /dev/sda5
capacity: 7657MiB
capabilities: nofs
*-scsi:1
physical id: 2
logical name: scsi2
capabilities: emulated
*-cdrom
description: DVD-RAM writer
product: DVD-RAM UJ8B1
vendor: hp
physical id: 0.0.0
bus info: scsi@2:0.0.0
logical name: /dev/cdrom
logical name: /dev/cdrw
logical name: /dev/dvd
logical name: /dev/dvdrw
logical name: /dev/sr0
version: H.03
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=nodisc
*-battery
description: Lithium Ion Battery
product: MU06055
vendor: Conexant (Rockwell)
physical id: 1
slot: Primary
capacity: 55080mWh
configuration: voltage=10.8V
tyler@tyler-HP-Pavilion-dv6-Notebook-PC:~$

evo2 06-11-2013 08:03 PM

Hi,

please use [code] tags when posting output. Also, just because the camera is built-in and you don't see a connection to an external usb port does not mean that it is not using usb internally, as is the case with your fingerprint scanner.

Evo2.

evo2 06-11-2013 08:10 PM

Quote:

Originally Posted by actyler1012 (Post 4969479)
sudo lshw

<snip>

ok, again there is nothing that looks like a webcam (at least to me). What is the model number of this laptop: a web search doesn't reveal anything for "HP pavillion", be there are a huge number of different machines described as "HP Pavilion".

Evo2.

actyler1012 06-12-2013 05:38 AM

Quote:

Originally Posted by evo2 (Post 4969975)
<snip>

ok, again there is nothing that looks like a webcam (at least to me). What is the model number of this laptop: a web search doesn't reveal anything for "HP pavillion", be there are a huge number of different machines described as "HP Pavilion".

Evo2.

its an HP Pavilion dv6-6b47dx, and the specific name of the camera is an HP TrueVison HD

business_kid 06-12-2013 10:12 AM

I had a HP 6715S for many years. It was supposed to have a fingerprint reader, sdcard thingy, and webcam but none of them were on the model I got. It was bankrupt stock, and nobody had opened the package :-/. I wouldn't take the documents too seriously. A company called Truevision makes oscilloscopes and it's most unlike HP to name their stuff after another company. If a camera had worked before, it looks like it isn't responding now.

Can you see the lens of the camera? Does it operate in another OS? We think you're looking for something that isn't fitted.

actyler1012 06-12-2013 11:06 AM

Quote:

Originally Posted by business_kid (Post 4970340)
I had a HP 6715S for many years. It was supposed to have a fingerprint reader, sdcard thingy, and webcam but none of them were on the model I got. It was bankrupt stock, and nobody had opened the package :-/. I wouldn't take the documents too seriously. A company called Truevision makes oscilloscopes and it's most unlike HP to name their stuff after another company. If a camera had worked before, it looks like it isn't responding now.

Can you see the lens of the camera? Does it operate in another OS? We think you're looking for something that isn't fitted.

yes, the camera worked fine on all windows operating systems, when i switched to ubuntu 12.04 it wasnt even detected, nor was it detected when i was using 13.04

rokytnji 06-12-2013 11:16 AM

If you want. You can refer/use the info to a camera thread I am helping with for finding webcam.


http://www.linuxquestions.org/questi...30-4175465363/

actyler1012 06-14-2013 02:20 PM

ive tried using skype to detect the camera but, still no detection


All times are GMT -5. The time now is 05:01 AM.