Цитата(=F8= @ Dec 14 2010, 11:28)

После mdev -s появилось. Непонятно почему это автоматически не происходит. Подскажите в какую сторону смотреть.
PS я c Linux-ом только начинаю разбираться.
я не возился с mdev, но предполагаю что надо прописать правила в его конфиге (по умолчанию /etc/mdev.conf).
что, куда и как - погуглите
mdev ttyusbвот с какого то сайта про mdev:
Код
mdev
mdev [-s]
-s Scan /sys and populate /dev during system boot
Called with no options (via hotplug) it uses environment variables to determine which device to add/remove.
The mdev config file contains lines that look like:
hd[a-z][0-9]* 0:3 660
That's device name (with regex match), uid:gid, and permissions.
Optionally, that can be followed (on the same line) by a special character and a command line to run after creating/before deleting the corresponding device(s). The environment variable $MDEV indicates the active device node (which is useful if it's a regex match). For example:
hdc root:cdrom 660 *ln -s $MDEV cdrom
The special characters are @ (run after creating), $ (run before deleting), and * (run both after creating and before deleting). The commands run in the /dev directory, and use system() which calls /bin/sh.
Config file parsing stops on the first matching line. If no config entry is matched, devices are created with default 0:0 660. (Make the last line match .* to override this.)
по уму, вероятно это оффтопик, такое надо обсуждать в каком-нить разделе "*-бла-бла линукс"
резюме - железо исправно, АРМ его видит, тему можно закрыть с пометкой "Resolved"