[2023-08-21T00:10:21Z] if that mdev rule won't make any difference, you can go nuclear and load modules by hand [2023-08-21T00:10:38Z] set -- $(find /sys -name modalias -exec sort -u {} +); modprobe -qa "$@" [2023-08-21T00:11:14Z] add this to /etc/rc.d/load.boot and it will load modules at boot [2023-08-21T00:11:47Z] but i don't think you will need this. mdev should handle this itself [2023-08-21T00:14:33Z] also consider building your own kernel that does not use modules. it will make things simpler for you [2023-08-21T01:06:01Z] So does the mdev rule just need to be appended to the end of the /etc/mdev.conf? [2023-08-21T01:06:11Z] Because it doesn't seem to be doing anything [2023-08-21T01:07:26Z] Also, is $MODALIAS supposed to stand in for something else, or do I just put it in as written [2023-08-21T01:48:56Z] it should be added to the beginning of the config. i forgot about this nuance, my bad [2023-08-21T01:49:11Z] just put it as is, yeah [2023-08-21T12:06:14Z] Привет. Русскоязычные есть?)