Webcam Causing Mint 12 to Freeze

Questions about hardware,drivers and peripherals
Forum rules
Before you post please read this

Webcam Causing Mint 12 to Freeze

Postby cwwgateway on Thu Feb 02, 2012 5:39 pm

I have a Logitech C270 Webcam, and (at least I think) it is causing Mint 12 to freeze. By freeze I mean I just can't click on anything. The reason I think that it's my webcam is because if I press ctrl+alt+f2, it says
Code: Select all
[2091.900198](This number is one of many I've had) 3:3:4: cannot set freq 4800 to ep 0x86
I did a google search for this error and apparently it has something to do with my webcam. I unplugged my webcam about 3 minutes ago, and it hasn't frozen yet, but I would like to be able to use my webcam.
Dell XPS 15 l502x - Debian Testing 64-bit NetInst Xfce, SolydX 64-bit Debian Testing, SolydK 64-bit SolydXK Testing
Old Gateway Pentium 4 Desktop - Arch Linux 64-bit Xfce and SolydX 32-bit Sid
cwwgateway
Level 5
Level 5
 
Posts: 836
Joined: Fri Nov 11, 2011 10:44 pm

Linux Mint is funded by ads and donations.
 

Re: Webcam Causing Mint 12 to Freeze

Postby xenopeek on Fri Feb 03, 2012 2:03 pm

A day later, was unplugging the webcam in fact the solution to your crashing?
Image
Linux Mint 14 Nadia / 64-bit / Cinnamon
User avatar
xenopeek
Level 20
Level 20
 
Posts: 10505
Joined: Wed Jul 06, 2011 3:58 am
Location: The Netherlands

Re: Webcam Causing Mint 12 to Freeze

Postby cwwgateway on Sun Feb 05, 2012 3:15 pm

Sorry for not getting back sooner, but I got sick :( . I'm better now, though, and unplugging it did stop it from freezing. I'd still like to actually use the webcam without freezing.
Dell XPS 15 l502x - Debian Testing 64-bit NetInst Xfce, SolydX 64-bit Debian Testing, SolydK 64-bit SolydXK Testing
Old Gateway Pentium 4 Desktop - Arch Linux 64-bit Xfce and SolydX 32-bit Sid
cwwgateway
Level 5
Level 5
 
Posts: 836
Joined: Fri Nov 11, 2011 10:44 pm

Re: Webcam Causing Mint 12 to Freeze

Postby xenopeek on Sun Feb 05, 2012 3:38 pm

Plug it in, then share the output of:
Code: Select all
lsusb

So we know for sure what webcam it is.
Image
Linux Mint 14 Nadia / 64-bit / Cinnamon
User avatar
xenopeek
Level 20
Level 20
 
Posts: 10505
Joined: Wed Jul 06, 2011 3:58 am
Location: The Netherlands

Re: Webcam Causing Mint 12 to Freeze

Postby cwwgateway on Sun Feb 05, 2012 3:55 pm

Here is the line for the webcam:
Code: Select all
Bus 002 Device 007: ID 046d:0825 Logitech, Inc. Webcam C270
Dell XPS 15 l502x - Debian Testing 64-bit NetInst Xfce, SolydX 64-bit Debian Testing, SolydK 64-bit SolydXK Testing
Old Gateway Pentium 4 Desktop - Arch Linux 64-bit Xfce and SolydX 32-bit Sid
cwwgateway
Level 5
Level 5
 
Posts: 836
Joined: Fri Nov 11, 2011 10:44 pm

Re: Webcam Causing Mint 12 to Freeze

Postby RadonCyesBeta on Sat Mar 03, 2012 1:00 pm

Hi,

as I am experiencing a very similar problem with the same hardware (Mint slowing down, pulseaudio disfunctional, same error message), I was wondering if a resolution for this problem has been identified already.

What I can do is

- Plug in the camera only after I have logged in, but then the internal microphone is not functional
- Try to unload snd-usb-audio, because that stops the problem, but also renders the internal mic disfunctional

Any advice would be appreciated, I am also willing to test,

Thanks!
RadonCyesBeta
Level 1
Level 1
 
Posts: 2
Joined: Sat Mar 03, 2012 7:50 am

Re: Webcam Causing Mint 12 to Freeze

Postby cwwgateway on Sun Mar 04, 2012 5:20 pm

RadonCyesBeta wrote:Hi,

as I am experiencing a very similar problem with the same hardware (Mint slowing down, pulseaudio disfunctional, same error message), I was wondering if a resolution for this problem has been identified already.

What I can do is

- Plug in the camera only after I have logged in, but then the internal microphone is not functional
- Try to unload snd-usb-audio, because that stops the problem, but also renders the internal mic disfunctional

Any advice would be appreciated, I am also willing to test,

Thanks!

I still haven't figured out how to make the webcam to work. I've mostly given up on finding a solution, so sorry :( . I got a new laptop with hybrid graphics, so I've been focusing my efforts on trying to make that work.
Dell XPS 15 l502x - Debian Testing 64-bit NetInst Xfce, SolydX 64-bit Debian Testing, SolydK 64-bit SolydXK Testing
Old Gateway Pentium 4 Desktop - Arch Linux 64-bit Xfce and SolydX 32-bit Sid
cwwgateway
Level 5
Level 5
 
Posts: 836
Joined: Fri Nov 11, 2011 10:44 pm

Re: Webcam Causing Mint 12 to Freeze

Postby chamillo on Sun Apr 01, 2012 1:08 am

I also have a webcam C270 and the video works, but the microphone doesn't. It used to work fine with LinuxMint 11, but it is unusable with version 12. I can't use Skype anymore and I have a premium account with Skype. I hope someone is working on a solution.
chamillo
Level 1
Level 1
 
Posts: 20
Joined: Sat Mar 24, 2012 2:18 pm

Re: Webcam Causing Mint 12 to Freeze

Postby RadonCyesBeta on Sun Apr 01, 2012 4:44 am

Hi,

what has turned out to be most successful on my machine in the following:

  • Plug the camera only once once needs it, i.e. after booting, logging in, and starting Skype. It will work maybe 50% of the times I do it.
  • If that does not help, launch the following script:

    Code: Select all
    #!/bin/sh

    sudo rmmod -w snd-usb-audio
    sleep 10s
    sudo modprobe snd-usb-audio


    That will it bring up to 90% total.

I know this is not entirely satisfactory, but it's the best I can come up with at the moment ...
RadonCyesBeta
Level 1
Level 1
 
Posts: 2
Joined: Sat Mar 03, 2012 7:50 am

Re: Webcam Causing Mint 12 to Freeze

Postby chamillo on Sat Apr 07, 2012 12:10 am

In the couple of times that I got my computer to recognize the microphone, the recording sounds like I'm an extraterrestrial. Still no luck :(
chamillo
Level 1
Level 1
 
Posts: 20
Joined: Sat Mar 24, 2012 2:18 pm

Linux Mint is funded by ads and donations.
 

Return to Hardware Support

Who is online

Users browsing this forum: Google Adsense [Bot], jonezy187 and 14 guests