Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2001 16:13:51 -0700 (PDT)
From:      Sean Eric Fagan <sef@kithrup.com>
To:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: IBM ThinkPad's audio device at resume time
Message-ID:  <200104272313.QAA22498@kithrup.com>
In-Reply-To: <F202zXNU7wnyi0vhlPx0000b2f2.kithrup.freebsd.mobile@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>Sorry I have no solution, but I can confirm the problem, and that it is not 
>soundcard-specific.  Unfortunately I could find no option in LINT to repair 
>this, like the following ones that I use for pcic and psm:
>
>options PCIC_RESUME_RESET	# reset cards after resume
>options PSM_HOOKRESUME		#hook the system resume event
>options PSM_RESETAFTERSUSPEND	#reset the device at the resume event

I'm not sure any of those will help, as PCIC is for the PCMCIA/CardBus stuff,
although I haven't tested it yet.

To deal with this, I am instead using the sound as a module; after waking up,
I do

	kldunload snd_maestro3.ko
	kldload /modules/snd_maestro3.ko
	mixer speaker 25

and that does get it to work.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104272313.QAA22498>