kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #09276
Re: [Bug 980469] Re: psmouse doesn't work when come out of suspend
I worked around this a while back, by adding the following to a new file
/etc/pm/sleep.d/wifi:
#! /bin/sh
rfkills=$(ls /sys/class/rfkill)
#echo $rfkills
case $1 in
suspend|suspend_hybrid|hibernate)
rmmod psmouse
for rfkill in ${rfkills}; do
echo 0 > /sys/class/rfkill/$rfkill/state
sleep 1
done;
;;
resume|thaw)
modprobe psmouse
for rfkill in ${rfkills}; do
name=$(cat /sys/class/rfkill/$rfkill/name)
if [ $name = phy0 ]; then
echo 1 > /sys/class/rfkill/$rfkill/state
fi;
sleep 1
done;
;;
esac
On Fri, Aug 23, 2013 at 2:54 PM, Christopher M. Penalver <
christopher.m.penalver@xxxxxxxxx> wrote:
> Hugh Perkins, this bug was reported a while ago and there hasn't been
> any activity in it recently. We were wondering if this is still an
> issue? If so, could you please test for this with the latest development
> release of Ubuntu? ISO images are available from
> http://cdimage.ubuntu.com/daily-live/current/ .
>
> If it remains an issue, could you please run the following command in
> the development release from a Terminal
> (Applications->Accessories->Terminal), as it will automatically gather
> and attach updated debug information to this report:
>
> apport-collect -p linux <replace-with-bug-number>
>
> ** Tags added: bios-outdated-3314
>
> ** Changed in: linux (Ubuntu)
> Status: Confirmed => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/980469
>
> Title:
> psmouse doesn't work when come out of suspend
>
> Status in “linux” package in Ubuntu:
> Incomplete
>
> Bug description:
> psmouse doesn't work when come out of suspend
>
> ProblemType: Bug
> DistroRelease: Ubuntu 12.04
> Package: linux-image-3.2.0-23-generic-pae 3.2.0-23.36
> ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
> Uname: Linux 3.2.0-23-generic-pae i686
> AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
> ApportVersion: 2.0.1-0ubuntu2
> Architecture: i386
> ArecordDevices:
> **** List of CAPTURE Hardware Devices ****
> card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
> Subdevices: 1/1
> Subdevice #0: subdevice #0
> AudioDevicesInUse:
> USER PID ACCESS COMMAND
> /dev/snd/controlC0: user 17805 F.... pulseaudio
> Card0.Amixer.info:
> Card hw:0 'Intel'/'HDA Intel at 0x94500000 irq 45'
> Mixer name : 'Intel Cantiga HDMI'
> Components : 'HDA:10ec0269,1025029b,00100004
> HDA:80862802,80860101,00100000'
> Controls : 28
> Simple ctrls : 12
> Date: Fri Apr 13 10:55:43 2012
> EcryptfsInUse: Yes
> MachineType: Acer Aspire 1810TZ
> ProcEnviron:
> TERM=xterm
> PATH=(custom, username)
> LANG=en_US.UTF-8
> SHELL=/bin/bash
> ProcFB: 0 inteldrmfb
> ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae
> root=UUID=3fc3b9a0-df28-4221-bc9a-b703136b893f ro quiet splash vt.handoff=7
> RelatedPackageVersions:
> linux-restricted-modules-3.2.0-23-generic-pae N/A
> linux-backports-modules-3.2.0-23-generic-pae N/A
> linux-firmware 1.78
> SourcePackage: linux
> UpgradeStatus: No upgrade log present (probably fresh install)
> dmi.bios.date: 03/25/2010
> dmi.bios.vendor: INSYDE
> dmi.bios.version: v1.3310
> dmi.board.asset.tag: Base Board Asset Tag
> dmi.board.name: JM11-MS
> dmi.board.vendor: Acer
> dmi.board.version: Base Board Version
> dmi.chassis.type: 1
> dmi.chassis.vendor: Chassis Manufacturer
> dmi.chassis.version: Chassis Version
> dmi.modalias:
> dmi:bvnINSYDE:bvrv1.3310:bd03/25/2010:svnAcer:pnAspire1810TZ:pvrv1.3310:rvnAcer:rnJM11-MS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
> dmi.product.name: Aspire 1810TZ
> dmi.product.version: v1.3310
> dmi.sys.vendor: Acer
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/980469/+subscriptions
>
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/980469
Title:
psmouse doesn't work when come out of suspend
Status in “linux” package in Ubuntu:
Incomplete
Bug description:
psmouse doesn't work when come out of suspend
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-23-generic-pae 3.2.0-23.36
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
Uname: Linux 3.2.0-23-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu2
Architecture: i386
ArecordDevices:
**** List of CAPTURE Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: user 17805 F.... pulseaudio
Card0.Amixer.info:
Card hw:0 'Intel'/'HDA Intel at 0x94500000 irq 45'
Mixer name : 'Intel Cantiga HDMI'
Components : 'HDA:10ec0269,1025029b,00100004 HDA:80862802,80860101,00100000'
Controls : 28
Simple ctrls : 12
Date: Fri Apr 13 10:55:43 2012
EcryptfsInUse: Yes
MachineType: Acer Aspire 1810TZ
ProcEnviron:
TERM=xterm
PATH=(custom, username)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae root=UUID=3fc3b9a0-df28-4221-bc9a-b703136b893f ro quiet splash vt.handoff=7
RelatedPackageVersions:
linux-restricted-modules-3.2.0-23-generic-pae N/A
linux-backports-modules-3.2.0-23-generic-pae N/A
linux-firmware 1.78
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/25/2010
dmi.bios.vendor: INSYDE
dmi.bios.version: v1.3310
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: JM11-MS
dmi.board.vendor: Acer
dmi.board.version: Base Board Version
dmi.chassis.type: 1
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: dmi:bvnINSYDE:bvrv1.3310:bd03/25/2010:svnAcer:pnAspire1810TZ:pvrv1.3310:rvnAcer:rnJM11-MS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
dmi.product.name: Aspire 1810TZ
dmi.product.version: v1.3310
dmi.sys.vendor: Acer
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/980469/+subscriptions
References