Skip to content
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

usb modem missing after resume from suspend #33

Open
likengmx opened this issue Sep 14, 2023 · 1 comment
Open

usb modem missing after resume from suspend #33

likengmx opened this issue Sep 14, 2023 · 1 comment

Comments

@likengmx
Copy link

Before suspend, lsusb:
2cb7:0007 Fibocom L850-GL

After resume it is missing from lsusb. And it is also missing from lspci.

Any idea how to recover it without restarting the computer?

I have also noticed that if when I start the computer I leave the modem in PCI mode, it is still there after suspend and resume, and I can do the switch to USB and it works.

Any idea on how to revert from USB mode to PCI mode, to do it before suspending?

@likengmx
Copy link
Author

Update.

I can recover the modem after wake up with this command as root:

echo "_SB_.PCI0.RP12.PXSX._RST" > /proc/acpi/call

Maybe not the same address for everybody, but you can find it adding line

printf "%s" "${acpi_path}._RST"

in the script xmm2usb before exit 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant