From: Dixon Craig <dixonjnk@gmail.com>
To: unlisted-recipients:; (no To-header on input)@casper.infradead.org
Cc: linux-media@vger.kernel.org
Subject: Re: cannot unload cx18_alsa to hibernate Mint13 64 computer
Date: Thu, 14 Mar 2013 11:52:34 -0600 [thread overview]
Message-ID: <51420E62.2000601@gmail.com> (raw)
In-Reply-To: <f56c7b48-032e-40d5-a339-84d64b5abce6@email.android.com>
On 03/10/2013 09:11 PM, Andy Walls wrote:
> modprobe cx18 will prompt a reload of cx18-alsa on its own. BTW you
> should also unload cx18 before hibernation. The cx18 driver really
> doesn't support power management and can't save and restore CX23418
> state short of reinitializing the whole chip anyway. Regards, Andy
I got hibernation and my hauppuage pvr1600 card sorted out on my Linux
mint 13.
1. I removed all pulseaudio - Alsa seems to do everything I need and no
more problems from pulseaudio respawning
2. I switched to a generic 3.2.0-38 kernel. I was using tuxonice kernel,
but newer generic now supports my motherboard for hibernation. Tuxonice
kernel would seg. fault when thawing when I tried to reload cx18 module.
3. I wrote a script to unload cx18_alsa, cx18 first like this
#!/bin/bash
#hibernate2.sh script to unload capture card modules; modify sudoers so
you can call with root privilages
modprobe -r cx18_alsa
modprobe -r cx18
/usr/sbin/pm-hibernate
modprobe cx18
I tried to reload cx18_alsa, then cx18 after recovering from hibernation
as per Ubuntu forum post, but for some reason this would mess up cx18.
As per your instructions, for some reason modprobe cx18 causes both
cx18_alsa and cx18 to load cleanly.
thanks again
Dixon
prev parent reply other threads:[~2013-03-14 17:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-09 21:57 cannot unload cx18_alsa to hibernate Mint13 64 computer Dixon Craig
2013-03-10 2:09 ` Andy Walls
[not found] ` <CAJGQ9=82aZe1j34=JkHUcsuVtcZ1tJRwB+sqBpEd3zBH3xSW6Q@mail.gmail.com>
2013-03-11 3:11 ` Andy Walls
2013-03-14 17:52 ` Dixon Craig [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51420E62.2000601@gmail.com \
--to=dixonjnk@gmail.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).