Changes between Version 132 and Version 133 of wireless/modem
- Timestamp:
- 06/17/2025 07:04:29 PM (11 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/modem
v132 v133 2413 2413 2414 2414 [=#autosuspend] 2415 = =Linux USB Auto-suspend2415 = Linux USB Auto-suspend 2416 2416 USB autosuspend is problematic with several embedded SoC's due to host controller chip errata. This is the case for both the i.MX6 on Ventana and the CN80XX on Newport. To work around these errata we find it safest to just disable USB autosuspend with a kernel command-line argument of 'usbcore.autosuspend=-1'. This is done in several of our bootscripts. 2417 2417 2418 2418 USB Modems are especially susceptible to USB auto-suspend issues as they can detach from the USB bus automatically once or twice while powering up. 2419 2419 2420 = =Disable Unbuntu Auto-Updates2420 = Disable Unbuntu Auto-Updates 2421 2421 2422 2422 Ubuntu has auto updates enabled by default and may download a lot of data, which can be bad for some cellular plans.