-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using camera after suspend makes the computer crash #37
Comments
I'd assume this it's an expected behavior, the power management routines are not yet implemented: https://github.com/patjak/bcwc_pcie/blob/master/fthd_drv.c#L520 |
@edsiper Any way to go around this? |
do not suspend ? :) |
Probably unloading the module before suspending should prevent this too. |
@hobarrera Can you tell me how to do that? I have tried but I do not think I have done it right |
|
Any way I can put this in a script so that it launches the commands before sleep : modprobe -r facetimehd. |
If you're on Ubuntu (and perhaps Debian), edit |
Solution. DEV @patjak please add to install description as workaround for now: #!/bin/sh |
@hpe009 Thanks. Please add that to the wiki. The wiki is open for anyone to edit. Note that |
@patjak Will do, added that line jsut in case. |
@hpe009 Thanks |
For Ubuntu trusty we need: /etc/pm/sleep.d/99_facetimehd
|
For Ubuntu we can use existing acpi-support functionality #37 (comment) |
@wvengen I did try to do it via /etc/default/acpi-support - setting MODULES. Didn't work for me. I use Linux Mint 17, which is based on trusty. |
@wvengen That does not work I have tried. |
On Ubuntu using camera after suspend freezes the computer
The text was updated successfully, but these errors were encountered: