modem/msm-modem: increase timeout to 4 (MR 4153)
For a lot of people having the 1 second timeout results in not finding the sim at all. Let's rather wait up to 4 seconds for the sim to appear, it was reported that 3 is enough in a report where 1 wasn't. Related: issue 2072 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
bd1ee83338
commit
a1b9f90871
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgname=msm-modem
|
pkgname=msm-modem
|
||||||
pkgver=7
|
pkgver=7
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Common support for Qualcomm MSM modems"
|
pkgdesc="Common support for Qualcomm MSM modems"
|
||||||
url="https://postmarketos.org/"
|
url="https://postmarketos.org/"
|
||||||
arch="armhf armv7 aarch64"
|
arch="armhf armv7 aarch64"
|
||||||
|
@ -40,7 +40,7 @@ downstream() {
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
3172f8c409f552f13d1da29f14ab6c79072cd6da4acab151a1a0ea1858a416974456852609f14fe29cf97a6a45e60b99d0a57ddcde751da243ee5ac6fa8b672c msm-modem-downstream.initd
|
3172f8c409f552f13d1da29f14ab6c79072cd6da4acab151a1a0ea1858a416974456852609f14fe29cf97a6a45e60b99d0a57ddcde751da243ee5ac6fa8b672c msm-modem-downstream.initd
|
||||||
efbe0d23f2716e10f5ef0006c6eb21672a14e368ecceb74d296039bc539be2b35964af48efa0db69d0f410e7bee19ba0d69ab1ede43b9cfd443acde6997c8017 msm-modem-uim-selection.confd
|
abc985c76170601a22a1d5ab0c68bdf63fa2be2796593048ea3ba0d7e5cd26b2fcee2043703e46c2910c53b01e9e8092b7a8e715d57baf243a5f4612dd595443 msm-modem-uim-selection.confd
|
||||||
9c91febb48409e574695bb04c989b361db9f7678321c6935772c19efae7dd16956bd4b91143b475adf898344225d4095448b95ccb824ced305966ea96b9ae32f msm-modem-uim-selection.initd
|
9c91febb48409e574695bb04c989b361db9f7678321c6935772c19efae7dd16956bd4b91143b475adf898344225d4095448b95ccb824ced305966ea96b9ae32f msm-modem-uim-selection.initd
|
||||||
2a511c2e249d0ec5a52f04ffe1ef3d29cf3c4813143b103e54879ff89176ea45b1a5ffe21cb7dc2f1cdd84c3102ba45ef9926ed37e00b1ae12a36d01de35ea5a udev-downstream.rules
|
2a511c2e249d0ec5a52f04ffe1ef3d29cf3c4813143b103e54879ff89176ea45b1a5ffe21cb7dc2f1cdd84c3102ba45ef9926ed37e00b1ae12a36d01de35ea5a udev-downstream.rules
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Maximum time to wait for SIM card to appear after starting the modem.
|
# Maximum time to wait for SIM card to appear after starting the modem.
|
||||||
# Some SIM cards or modem firmwares might take longer to initialize. :(
|
# Some SIM cards or modem firmwares might take longer to initialize. :(
|
||||||
# To avoid blocking boot without a SIM card for too long this is fairly short
|
# To avoid blocking boot without a SIM card for too long this is fairly short
|
||||||
# by default (1 second), but you can increase it to e.g. 30 seconds if necessary.
|
# by default (4 seconds), but you can increase it to e.g. 30 seconds if necessary.
|
||||||
# Set to 0 to disable waiting entirely.
|
# Set to 0 to disable waiting entirely.
|
||||||
sim_wait_time=1
|
sim_wait_time=4
|
||||||
|
|
Loading…
Reference in a new issue