LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 08-11-2006, 12:57 PM   #1
UltraVixen
LQ Newbie
 
Registered: Aug 2006
Location: Copenhagen, Denmark
Distribution: Arch Linux
Posts: 7

Rep: Reputation: 0
Problems with webcam


I'm the happy owner of a Sandberg webcam... Or at least I WAS the happy owner, when I was still using windows..
Now I have this one problem: There doesn't seem to exist drivers to my cam for linux... What do I do? :S
It's a Sandberg Nightcam
 
Old 08-12-2006, 06:19 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Linux (USB agent) determines what driver to load depending on the chipset if it's supported. So, first thing is to search LQ for threads about your webcam and check the HCL. If nothing turns up then try to find out more about the chipset from the documents that came with it, the vendors site and searching teh intarweb. Even emailing the vendor asking for used chipsets does work sometimes. If nothing turns up then start by plugging in the device, use "lsusb" or "usbmodules" command to see if any modules got loaded and look at your syslog (most likely /var/log/messages) for messages about USB. If it returns any info like Vendor ID strings use that to search the Linux-USB device overview website.
If you post (error) messages make sure you post *exact* ones.
 
Old 08-12-2006, 09:24 AM   #3
UltraVixen
LQ Newbie
 
Registered: Aug 2006
Location: Copenhagen, Denmark
Distribution: Arch Linux
Posts: 7

Original Poster
Rep: Reputation: 0
My apologies: I have already emailed Sandberg and asked... They do not have Linux drivers and I have already searched this page and google...


[root@gold vixen]# usbmodules
You must specify a device with something like:
usbmodules --device /proc/bus/usb/001/009
or
usbmodules --product 82d/100/100 --type 0/0/0 --interface 0/0/0
[root@gold vixen]# Isusb
bash: Isusb: command not found
[root@gold vixen]#

This is what turned up... I kindly ask you to keep in mind, that I am a COMPLETE newbie to this, which is why I asked... I have NO idea WHAT SO EVER about what to do... I did not ask to be corrected, I asked for help...
Please help to find out if I can get this to work on my laptop...

Kind Regards UltraVixen

Last edited by UltraVixen; 08-12-2006 at 09:38 AM.
 
Old 08-12-2006, 02:39 PM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Plug the thing in, then look in your syslog (most likely /var/log/messages) for messages about USB. If you post (error) messages make sure you post *exact* ones.
 
Old 08-12-2006, 02:53 PM   #5
UltraVixen
LQ Newbie
 
Registered: Aug 2006
Location: Copenhagen, Denmark
Distribution: Arch Linux
Posts: 7

Original Poster
Rep: Reputation: 0
I actually tried that too.. And guess how much THAT helped me... Now, I know you're posting that "make sure it's exact ones" because alot of people get annoyed, when others doesn't explain their problems with enough details... BUT... I have NO idea what so ever of what the f*** I'm even DOING here, since I am VERY new to linux... It doesn't help me, to have people telling me, that my question isn't good enough.. I KNOW that already... But what am I supposed to do? I have no idea how to work this out, I have no idea what will be useful for others tó know, if they're going to help me, I do not know where to find relevant informations... Which is why I ASK!
 
Old 08-12-2006, 04:31 PM   #6
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
I actually tried that too.. And guess how much THAT helped me...
Uh. No. It's not that that would help you, but it would help me understand what's going on. I just want you to post any lines related to USB. Here's how in more detail: plug in the cam, wait five seconds, make sure you're logged in as root user, open a terminal (Kterm, xterm or alike) and type this:
Code:
grep -i usb /var/log/messages > /tmp/usb.log
Now you can read /tmp/usb.log with your favourite text reader and post the contents if any. Since you run Arch Linux you also have "hwd" and "lshwd". Try typing "lshwd -a -c -d -id" in a terminal and see if it says something about USB or needs flags. You can then probably also redirect output to a file like:
Code:
lshwd -a -c -d -id > /tmp/lshwd.log
Now you can read /tmp/lshwd.log and post the contents if anything is about USB.


BTW, calm down a bit, OK.
Being that stressed out can't be good.
 
Old 08-12-2006, 05:43 PM   #7
UltraVixen
LQ Newbie
 
Registered: Aug 2006
Location: Copenhagen, Denmark
Distribution: Arch Linux
Posts: 7

Original Poster
Rep: Reputation: 0
I'm sorry, it's just really bothersome¸ when I have no clue what so ever, and then get told that I'm doing it wrong... Ffs I KNOW I'm doing it wrong, again, that's kinda why I'm asking...
It's just being a newbie and then getting not getting help with where to find these informations, is quite frustrating...

BUT now I've found those two logs... They're just way too long to post here, so I dont know what to do with them >_>

Last edited by UltraVixen; 08-12-2006 at 05:47 PM.
 
Old 08-12-2006, 08:30 PM   #8
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
They're just way too long to post here, so I dont know what to do with them
OK. Compress them like this:
Code:
tar -cjf /tmp/logs.tar.bz2 /tmp/lshwd.log /tmp/usb.log
Now put the file /tmp/logs.tar.bz2 in a place where I can download it and post the link to the file or send me an email. I'll then sift through the logs and post relevant output (if any) here.
 
Old 08-14-2006, 05:12 PM   #9
UltraVixen
LQ Newbie
 
Registered: Aug 2006
Location: Copenhagen, Denmark
Distribution: Arch Linux
Posts: 7

Original Poster
Rep: Reputation: 0
I tried, hope this works
http://storeandserve.com/download/34...s.tar.bz2.html
 
Old 08-15-2006, 09:31 AM   #10
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Unfortunately they're too small to contain logs.
 
Old 08-23-2006, 04:44 PM   #11
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Part from lshwd:
Code:
USB Controller
  unknown         : Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1
  unknown         : Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2
  unknown         : Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3
  unknown         : Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4
  unknown         : Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller
USB Hub
  hub             : UHCI Host Controller
  hub             : UHCI Host Controller
  hub             : EHCI Host Controller
  hub             : UHCI Host Controller
  hub             : UHCI Host Controller
Part from "grep -i usb /var/log/messages > /tmp/usb.log":
Code:
Aug 22 08:41:29 gold LID PBTN PCI0 USB0 USB1 USB2 USB4 USB3 MODM PCIE
Aug 22 08:41:29 gold usbcore: registered new driver usbfs
Aug 22 08:41:29 gold usbcore: registered new driver hub
Aug 22 08:41:29 gold USB Universal Host Controller Interface driver v3.0
Aug 22 08:41:29 gold uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
Aug 22 08:41:29 gold usb usb1: configuration #1 chosen from 1 choice
Aug 22 08:41:29 gold hub 1-0:1.0: USB hub found
Aug 22 08:41:29 gold uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
Aug 22 08:41:29 gold usb usb2: configuration #1 chosen from 1 choice
Aug 22 08:41:29 gold hub 2-0:1.0: USB hub found
Aug 22 08:41:29 gold uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
Aug 22 08:41:29 gold usb usb3: configuration #1 chosen from 1 choice
Aug 22 08:41:29 gold hub 3-0:1.0: USB hub found
Aug 22 08:41:29 gold uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
Aug 22 08:41:29 gold usb usb4: configuration #1 chosen from 1 choice
Aug 22 08:41:29 gold hub 4-0:1.0: USB hub found
Aug 22 08:41:29 gold ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
Aug 22 08:41:29 gold ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Aug 22 08:41:29 gold usb usb5: configuration #1 chosen from 1 choice
Aug 22 08:41:29 gold hub 5-0:1.0: USB hub found
Aug 22 09:59:27 gold usb 5-8: new high speed USB device using ehci_hcd and address 2
Aug 22 09:59:27 gold usb 5-8: configuration #1 chosen from 1 choice
Aug 22 09:59:27 gold Initializing USB Mass Storage driver...
Aug 22 09:59:27 gold scsi4 : SCSI emulation for USB Mass Storage devices
Aug 22 09:59:27 gold usbcore: registered new driver usb-storage
Aug 22 09:59:27 gold USB Mass Storage support registered.
In red the only device that's recognised. Looks like a removable USB drive. Is that correct? Is that the only directly attached USB device? If not then bzip2 me your whole syslog.
 
Old 08-24-2006, 02:08 AM   #12
UltraVixen
LQ Newbie
 
Registered: Aug 2006
Location: Copenhagen, Denmark
Distribution: Arch Linux
Posts: 7

Original Poster
Rep: Reputation: 0
Yeah, it's removable and the only device plugged in, most of the time... I do use a usb cardreader(?) from time to time and my mp3 player, but it's rare...
 
  


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
Problems with webcam Dionysian Linux - Hardware 12 08-31-2006 11:21 AM
Webcam Problems Nay_Nay Linux - Newbie 2 02-21-2006 09:50 PM
Pixart webcam problems Strigare Linux - Hardware 1 12-27-2005 11:56 AM
Webcam problems ricguitar SUSE / openSUSE 1 12-12-2005 06:07 PM
Joystick and webcam problems Heretic9 Linux - Hardware 1 05-02-2005 07:39 PM

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

All times are GMT -5. The time now is 08:48 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