LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-14-2013, 02:29 PM   #16
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322

I'm pretty sure it's your kernel is lacking something. There is a whole 'video for linux' menu and a host of webcam stuff in the kernel options.
 
Old 06-15-2013, 07:42 PM   #17
actyler1012
LQ Newbie
 
Registered: Feb 2013
Posts: 23

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
I'm pretty sure it's your kernel is lacking something. There is a whole 'video for linux' menu and a host of webcam stuff in the kernel options.
how would i get to the "video for linux" part of kernel options, or kernel options (sorry im a linux newb)
 
Old 06-16-2013, 03:03 PM   #18
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Quote:
Originally Posted by actyler1012 View Post
how would i get to the "video for linux" part of kernel options, or kernel options (sorry im a linux newb)
/Making a definite exception to not answering these, and suggesting google.

.1 Download some kernel source (the debian one you are running for least effort) which should be installed in /usr/src/linux-version.
2. cd into the kernel top sopurce dir, &
Code:
cp /boot/config-version  .config
3. Run
Code:
make clean
make menuconfig
There's video stuff in
power management and ACPI / ACPI dupport
device drivers / multimedia support and the submenus. Look at something like this
http://www.linuxfromscratch.org/lfs/...08/kernel.html for a quick once over on how to build. READ the HELP to find out what stuff is. Be determined before you start this. It's not for the faint of heart.
 
Old 08-22-2013, 12:32 PM   #19
Dafydd
Member
 
Registered: Oct 2008
Posts: 344

Rep: Reputation: 29
I am not on a laptop. I am using a desktop.
I plugged my USB webcam in and rebooted.

Then ran:
Code:
 dmesg | grep usb
And got this back:
Code:
[   22.344706] input: UVC Camera (046d:0809) as /devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0/input/input3
[   22.345290] usbcore: registered new interface driver uvcvideo
[   23.800634] usb_audio: Warning! Unlikely big volume range (=6400), cval->res is probably wrong.
[   23.800649] usb_audio: [5] FU [Mic Capture Volume] ch = 1, val = 1536/7936/1
[   23.810111] usbcore: registered new interface driver snd-usb-audio
See what you get.
 
Old 06-16-2016, 07:19 PM   #20
linuxcircle.com
LQ Newbie
 
Registered: Jun 2016
Posts: 1

Rep: Reputation: Disabled
Angry HP Spectre X2 True Vision front camera not detected

3 years later, issue remains, I can't believe no one came up with a driver solution for the HP True Vision (AVStream) webcam.

I have it integrated with the new HP Spectre X2. It works fine on Windows. The rear camera namely Intel Real Sense camera (R200) works just fine on all distros with kernel greater than 4.2, with a bit of tweak to activate uvcvideo module, but this strange front one is not even listed as a hardware.

I'm pretty sure if Windows can do it, why can't Linux do it? There are more devices coming with the skylake processors, including Microsoft Surface and Surface books, and lots of HP Spectre variance. There should be solution for the camera to help Linux survive on these new gen machines.
 
Old 06-17-2016, 01:35 AM   #21
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
The fact That the front Camera is not detected at all means that kernel can't see it. I would start by writing down every bit of information you can get on it from windows. You need make & model, IO port, whatever you can find. It could be driven by the display circuitry or something weird like that.

There was a website on free.fr that hosted a lot of drivers. These days I think they're all in the kernel ( GSPA webcam drivers). It's not usual to build all webcam support. They might offer support. I see you've been instructed on kernel builds. First time, read the help, and don't rush the job, or depend on the new kernel. Add it - don't replace one with the other.
 
Old 08-02-2016, 01:31 AM   #22
agnisflugen
LQ Newbie
 
Registered: Aug 2016
Posts: 2

Rep: Reputation: Disabled
Unhappy cheese can't detect HP Truevision Camera

Quote:
Originally Posted by linuxcircle.com View Post
3 years later, issue remains, I can't believe no one came up with a driver solution for the HP True Vision (AVStream) webcam.

...I have the same problem, an HP pavilion dv6t-7000 with TrueVision HD camera that can't be detected, I'm kinda sad about it
 
Old 08-02-2016, 08:11 AM   #23
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
My hp stream 11 has a HP Truevision HD camcorder and it works fine (under debian jessie). Although the lsusb description of it is a bit odd. 0x05c8:0x036e - Cheng Uei Precision Industry Co., LTD (Foxlink). It may not be the same device, but it uses the uvcvideo driver and creates a /dev/video# device. And it's seen by guvcview and other things. You can use uvcdynctrl to list it's extended properties. And v4l2-ctl to manually set the properties. But guvcview lets you click and point through those same settings.
 
Old 08-05-2016, 02:26 AM   #24
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
Quote:
There was a website on free.fr that hosted a lot of drivers. These days I think they're all in the kernel ( GSPA webcam drivers).
Michel Xhaard:
http://www.theinquirer.net/inquirer/...35-usb-webcams

gspca/spca5xx now obsolete:
http://mxhaard.free.fr/index.html

Drivers:
http://mxhaard.free.fr/spca5xx.html
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Webcam detected but not working angelo.c Fedora 2 01-20-2012 10:28 PM
Webcam not Detected in /dev ierosvin Linux - Hardware 1 01-18-2011 04:24 AM
USB Webcam not detected bharathp Linux - Hardware 3 11-17-2009 09:42 PM
webcam not detected by Ubuntu 8.04 on Dell Inspiron 1420 Laptop matrix13 Linux - Software 1 12-15-2008 12:51 AM
Why Is My Webcam Not Being Detected? patrick295767 Linux - General 7 02-01-2007 02:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration