LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-26-2009, 02:56 AM   #1
Oscarmesa
LQ Newbie
 
Registered: Oct 2009
Posts: 20

Rep: Reputation: 0
My camera Logitech express wont work in Ubuntu 9.


Will not recognize my camera.
 
Old 10-26-2009, 03:45 AM   #2
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
hi

it might help us more if we know a little more detail.

Post the output of this command for a start

Code:
lsusb
look into your /var/log/messages and post only those lines that relate to your webcam as well pls.

Then we might be able to tell you what kernel modules you need to load etc.
 
Old 10-26-2009, 04:17 AM   #3
Oscarmesa
LQ Newbie
 
Registered: Oct 2009
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by aus9 View Post
hi

it might help us more if we know a little more detail.

Post the output of this command for a start

Code:
lsusb
look into your /var/log/messages and post only those lines that relate to your webcam as well pls.

Then we might be able to tell you what kernel modules you need to load etc.







Sorry I dont know how to reply. This is what I got.
Bus 002 Device 002: ID 046d:0840 Logitech, Inc. QuickCam Express

/var/log/messages permission denied

Last edited by Oscarmesa; 01-10-2010 at 02:30 AM. Reason: I can see a myself in a gree screen with vertical lines
 
Old 01-10-2010, 02:34 AM   #4
Oscarmesa
LQ Newbie
 
Registered: Oct 2009
Posts: 20

Original Poster
Rep: Reputation: 0
I can see myself in a green screen with vertical lines. Please help.
 
Old 01-10-2010, 02:36 AM   #5
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
/var/log/messages permission denied
you must be root
 
Old 01-10-2010, 05:23 AM   #6
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
hi

your cam appears to be gspca model ...line 59 here
http://tomoyo.sourceforge.jp/cgi-bin...inux/gspca.txt

see if module is already loaded with terminal command

lsmod | grep stv

if no mention do this

Code:
su
modprobe gspca-stv06xx

lsmod | grep stv

(my result but I do not have your cam)
gspca_stv06xx          21321  0 
gspca_main             19103  1 gspca_stv06xx
usbcore               119525  5 gspca_stv06xx,gspca_main,uhci_hcd,ehci_hcd
NOTE you modprobe xxxx-xxxxx hyphen....not understem xxxx_xxxx

Last edited by aus9; 01-10-2010 at 05:25 AM.
 
Old 01-12-2010, 07:19 PM   #7
Oscarmesa
LQ Newbie
 
Registered: Oct 2009
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by aus9 View Post
hi

your cam appears to be gspca model ...line 59 here
http://tomoyo.sourceforge.jp/cgi-bin...inux/gspca.txt

see if module is already loaded with terminal command

lsmod | grep stv

if no mention do this

Code:
su
modprobe gspca-stv06xx

lsmod | grep stv

(my result but I do not have your cam)
gspca_stv06xx          21321  0 
gspca_main             19103  1 gspca_stv06xx
usbcore               119525  5 gspca_stv06xx,gspca_main,uhci_hcd,ehci_hcd
NOTE you modprobe xxxx-xxxxx hyphen....not understem xxxx_xxxx
with...
lsmod | grep stv

gspca stv06xx 24164 0
gspca main 22812 1 gspca_stv06xx

thank you for you help.
 
Old 01-13-2010, 03:16 AM   #8
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
ok try modprobe usbcore and try lsmod again.

if you then get it working, try adding a full command in /etc/rc.local for usbcore like this

# ------copy and paste---

/sbin/modprobe usbcore
 
Old 01-15-2010, 01:13 AM   #9
Oscarmesa
LQ Newbie
 
Registered: Oct 2009
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by aus9 View Post
ok try modprobe usbcore and try lsmod again.

if you then get it working, try adding a full command in /etc/rc.local for usbcore like this

# ------copy and paste---

/sbin/modprobe usbcore
modprobe usbcore
FATAL: Module usbcore not found

/sbin/modprobe usbcore
FATAL: Module usbcore not found

There is no change. With lsmod there is not usbcore in that listing
usb_storage 52576 0
 
Old 01-15-2010, 04:11 PM   #10
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
hmmmm ok here is my output for dependencies of usbcore...without my uvcvideo....cam inserted

Code:
lsmod | grep usb
usb_storage            33430  1 
scsi_mod              115259  5 usb_storage,sg,sd_mod,sr_mod,libata
usbcore               119525  4 usb_storage,uhci_hcd,ehci_hcd
nls_base                5133  1 usbcore
 
Old 01-15-2010, 07:09 PM   #11
Oscarmesa
LQ Newbie
 
Registered: Oct 2009
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by aus9 View Post
hmmmm ok here is my output for dependencies of usbcore...without my uvcvideo....cam inserted

Code:
lsmod | grep usb
usb_storage            33430  1 
scsi_mod              115259  5 usb_storage,sg,sd_mod,sr_mod,libata
usbcore               119525  4 usb_storage,uhci_hcd,ehci_hcd
nls_base                5133  1 usbcore
Here is my lsmod
lsmod
Module Size Used by
binfmt_misc 8356 1
snd_ens1370 21888 2
gameport 11368 1 snd_ens1370
snd_pcm_oss 37920 0
snd_intel8x0 30168 2
snd_ac97_codec 101216 1 snd_intel8x0
snd_mixer_oss 16028 1 snd_pcm_oss
ac97_bus 1532 1 snd_ac97_codec
snd_seq_dummy 2656 0
snd_pcm 75296 4 snd_ens1370,snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_seq_oss 28576 0
snd_seq_midi 6432 0
snd_rawmidi 22208 2 snd_ens1370,snd_seq_midi
snd_seq_midi_event 6940 2 snd_seq_oss,snd_seq_midi
snd_seq 50224 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 22276 2 snd_pcm,snd_seq
snd_seq_device 6920 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 59204 19 snd_ens1370,snd_pcm_oss,snd_intel8x0,snd_ac97_codec,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,sn d_seq,snd_timer,snd_seq_device
soundcore 7264 1 snd
iptable_filter 3100 0
ip_tables 11692 1 iptable_filter
x_tables 16544 1 ip_tables
lp 8964 0
ppdev 6688 0
snd_page_alloc 9156 3 snd_ens1370,snd_intel8x0,snd_pcm
shpchp 32272 0
parport_pc 31940 1
dell_wmi 2564 0
parport 35340 3 lp,ppdev,parport_pc
psmouse 56500 0
serio_raw 5280 0
gspca_stv06xx 24164 0
gspca_main 22812 1 gspca_stv06xx
dcdbas 7292 0
videodev 36736 1 gspca_main
v4l1_compat 14496 1 videodev
fbcon 36640 72
tileblit 2460 1 fbcon
font 8124 1 fbcon
bitblit 5372 1 fbcon
softcursor 1756 1 bitblit
usb_storage 52576 0
via_rhine 22212 0
mii 5212 1 via_rhine
i915 221320 2
drm 159584 2 i915
i2c_algo_bit 5760 1 i915
video 19380 1 i915
output 2780 1 video
floppy 54916 0
intel_agp 27484 2 i915
agpgart 34988 2 drm,intel_agp
 
Old 01-17-2010, 12:14 AM   #12
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
ok ignore usbcore try this link section on prelinking of gspca pls
http://sidux.com/index.php?module=Wi...ag=Webcamlinks
 
1 members found this post helpful.
Old 01-18-2010, 03:06 PM   #13
Oscarmesa
LQ Newbie
 
Registered: Oct 2009
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by aus9 View Post
ok ignore usbcore try this link section on prelinking of gspca pls
http://sidux.com/index.php?module=Wi...ag=Webcamlinks
$ apt-get update && apt-get install libv4l-0
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock the list directory
oscar@oscar-desktop:~$ ld_preload=/usr/lib/libv4l/v4l1compat.so camorama

(camorama:2044): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
$ ld_preload=/usr/lib/libv4l/v4l1compat.so
Camorama was installed with sudo apt-get install camorama
 
Old 01-18-2010, 03:23 PM   #14
Oscarmesa
LQ Newbie
 
Registered: Oct 2009
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Oscarmesa View Post
$ apt-get update && apt-get install libv4l-0
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock the list directory
oscar@oscar-desktop:~$ ld_preload=/usr/lib/libv4l/v4l1compat.so camorama

(camorama:2044): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
$ ld_preload=/usr/lib/libv4l/v4l1compat.so
Camorama was installed with sudo apt-get install camorama
What should I answer to: are you root?
 
Old 01-19-2010, 01:12 AM   #15
Oscarmesa
LQ Newbie
 
Registered: Oct 2009
Posts: 20

Original Poster
Rep: Reputation: 0
Communication takes 4 min get to my contact

I can hear perfectly the other side but my voice takes 4 min to get there. Ubuntu 9.10

Last edited by Oscarmesa; 01-19-2010 at 01:19 AM. Reason: Missing infomation
 
  


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
Logitech Webcam (quickcam express plus) won't work with Ubuntu 8.04 puttingau Linux - Hardware 1 05-20-2009 01:42 AM
Logitech mouse wont work Rick Harvey Linux Mint 1 04-09-2009 07:47 PM
Does anyone know of any drivers that will work for a "Logitech, Quickcam Express - ~" echat Linux - Hardware 2 01-03-2007 05:59 PM
USB Logitech STX Camera | sytem startup camera active problem delta function Slackware 0 08-06-2006 04:23 PM
USB HP PhotoSmart Camera wont work chrisknight Linux - Software 10 04-11-2005 10:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:10 PM.

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