Problème avec le port RFXcom

Bonjour,

J’ai migré ma Smart de la maison en Debian 11. L’eMMC a été programmée grâce à la nouvelle image fournie en test par @Aurelien qui fonctionne parfaitement sur les autres Smart où je l’ai utilisée. Après restauration de la sauvegarde faite sous Debian 10, tout fonctionne parfaitement à l’exception du plugin RFXcom. En Debian 10, il y avait ceci comme port :

Rien de similaire en Debian 11. Il y a bien toute une série de ports /dev/tty… mais pas celui qui fonctionnait précédemment. Impossible de lancer le Demon après installation (no device found). Manque-t-il un paquet ? La page santé de la Smart est totalement verte (hormis le statut du démon) et la jeedom est entièrement à jour.

J’ai même testé le plugin Beta, pas de changement.

Mon antenne est une RFXCOM, RFXtrx433E

Que faire ?

+ echo '*******************Begin of package installation******************'
*******************Begin of package installation******************
+ touch /tmp/jeedom_install_in_progress_rfxcom
+ echo 1
+ echo 2
+ sudo chmod +x /var/www/html/core/class/../../plugins/rfxcom/resources/pre-install.sh
+ sudo /var/www/html/core/class/../../plugins/rfxcom/resources/pre-install.sh
Launch pre-install of rfxcom dependancy
WARNING: Skipping serial as it is not installed.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
Package 'python3-serial' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+ echo 3
+ sudo killall apt apt-get unattended-upgr
apt: no process found
apt-get: no process found
unattended-upgr: no process found
+ sudo rm /var/lib/apt/lists/lock
+ sudo rm /var/cache/apt/archives/lock
+ sudo rm /var/lib/dpkg/lock /var/lib/dpkg/lock-frontend
+ sudo sudo dpkg --configure -a --force-confdef
+ sudo apt update

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
+ echo 4
+ sudo apt install -o Dpkg::Options::=--force-confdef -y python3

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
python3 is already the newest version (3.9.2-3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+ echo 5
+ sudo apt install -o Dpkg::Options::=--force-confdef -y python3-pip

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
python3-pip is already the newest version (20.3.4-4+deb11u1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+ echo 6
+ sudo apt install -o Dpkg::Options::=--force-confdef -y build-essential

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
build-essential is already the newest version (12.9).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+ echo 7
+ sudo apt install -o Dpkg::Options::=--force-confdef -y python3-pyudev

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
python3-pyudev is already the newest version (0.22.0-2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+ echo 8
+ sudo apt install -o Dpkg::Options::=--force-confdef -y python3-dev

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
python3-dev is already the newest version (3.9.2-3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+ echo 9
+ sudo apt install -o Dpkg::Options::=--force-confdef -y python3-requests

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
python3-requests is already the newest version (2.25.1+dfsg-2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+ echo 10
+ sudo apt install -o Dpkg::Options::=--force-confdef -y python3-setuptools

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
python3-setuptools is already the newest version (52.0.0-4+deb11u2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+ echo 11
++ find /usr/local/lib/python3.9/dist-packages/ -mindepth 1 -maxdepth 1 -type d -exec du -ks '{}' +
++ awk '$1 <= 4'
++ cut -f 2-
+ RESULTTODELETE=
++ echo ''
++ sed 's, ,\ ,g'
+ RESULTTODELETE2=
+ echo ''
+ xargs rm -rf
+ echo 12
+ sudo pip3 cache purge
Files removed: 122 (7.7 MB)
+ echo 13
+ sudo pip3 install --upgrade pip
Requirement already satisfied: pip in /usr/local/lib/python3.9/dist-packages (25.2)
WARNING: Error parsing dependencies of gpg: Invalid version: '1.14.0-unknown'
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ echo 14
+ sudo python3 -m pip install --force-reinstall --upgrade six
Collecting six
  Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
WARNING: Error parsing dependencies of gpg: Invalid version: '1.14.0-unknown'
Installing collected packages: six
  Attempting uninstall: six
    Found existing installation: six 1.17.0
    Uninstalling six-1.17.0:
      Successfully uninstalled six-1.17.0
Successfully installed six-1.17.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ echo 15
+ sudo python3 -m pip install --force-reinstall --upgrade requests
Collecting requests
  Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB)
Collecting charset_normalizer<4,>=2 (from requests)
  Downloading charset_normalizer-3.4.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.metadata (36 kB)
Collecting idna<4,>=2.5 (from requests)
  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting urllib3<3,>=1.21.1 (from requests)
  Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB)
Collecting certifi>=2017.4.17 (from requests)
  Downloading certifi-2025.8.3-py3-none-any.whl.metadata (2.4 kB)
Downloading requests-2.32.5-py3-none-any.whl (64 kB)
Downloading charset_normalizer-3.4.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (147 kB)
Downloading idna-3.10-py3-none-any.whl (70 kB)
Downloading urllib3-2.5.0-py3-none-any.whl (129 kB)
Downloading certifi-2025.8.3-py3-none-any.whl (161 kB)
WARNING: Error parsing dependencies of gpg: Invalid version: '1.14.0-unknown'
Installing collected packages: urllib3, idna, charset_normalizer, certifi, requests
  Attempting uninstall: urllib3
    Found existing installation: urllib3 2.5.0
    Uninstalling urllib3-2.5.0:
      Successfully uninstalled urllib3-2.5.0
  Attempting uninstall: idna
    Found existing installation: idna 3.10
    Uninstalling idna-3.10:
      Successfully uninstalled idna-3.10
  Attempting uninstall: charset_normalizer
    Found existing installation: charset-normalizer 3.4.3
    Uninstalling charset-normalizer-3.4.3:
      Successfully uninstalled charset-normalizer-3.4.3
  Attempting uninstall: certifi
    Found existing installation: certifi 2025.8.3
    Uninstalling certifi-2025.8.3:
      Successfully uninstalled certifi-2025.8.3
  Attempting uninstall: requests
    Found existing installation: requests 2.32.5
    Uninstalling requests-2.32.5:
      Successfully uninstalled requests-2.32.5

Successfully installed certifi-2025.8.3 charset_normalizer-3.4.3 idna-3.10 requests-2.32.5 urllib3-2.5.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ echo 16
+ sudo python3 -m pip install --force-reinstall --upgrade setuptools
Collecting setuptools
  Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 7.6 MB/s  0:00:00
WARNING: Error parsing dependencies of gpg: Invalid version: '1.14.0-unknown'
Installing collected packages: setuptools
  Attempting uninstall: setuptools
    Found existing installation: setuptools 80.9.0
    Uninstalling setuptools-80.9.0:
      Successfully uninstalled setuptools-80.9.0
Successfully installed setuptools-80.9.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ echo 17
+ sudo python3 -m pip install --force-reinstall --upgrade pyudev
Collecting pyudev
  Downloading pyudev-0.24.3-py3-none-any.whl.metadata (4.6 kB)
Downloading pyudev-0.24.3-py3-none-any.whl (62 kB)
WARNING: Error parsing dependencies of gpg: Invalid version: '1.14.0-unknown'
Installing collected packages: pyudev
  Attempting uninstall: pyudev
    Found existing installation: pyudev 0.24.3
    Uninstalling pyudev-0.24.3:
      Successfully uninstalled pyudev-0.24.3
Successfully installed pyudev-0.24.3
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ echo 18
+ sudo python3 -m pip install --force-reinstall --upgrade pyserial
Collecting pyserial
  Downloading pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB)
Downloading pyserial-3.5-py2.py3-none-any.whl (90 kB)
WARNING: Error parsing dependencies of gpg: Invalid version: '1.14.0-unknown'
Installing collected packages: pyserial
  Attempting uninstall: pyserial
    Found existing installation: pyserial 3.5
    Uninstalling pyserial-3.5:
      Successfully uninstalled pyserial-3.5
Successfully installed pyserial-3.5
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ echo 19
+ sudo python3 -m pip install --force-reinstall --upgrade jeedomdaemon
Collecting jeedomdaemon
  Downloading jeedomdaemon-1.2.9-py3-none-any.whl.metadata (5.2 kB)
Collecting aiohttp (from jeedomdaemon)
  Downloading aiohttp-3.12.15-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.7 kB)
Collecting aiohappyeyeballs>=2.5.0 (from aiohttp->jeedomdaemon)
  Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB)
Collecting aiosignal>=1.4.0 (from aiohttp->jeedomdaemon)
  Downloading aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB)
Collecting async-timeout<6.0,>=4.0 (from aiohttp->jeedomdaemon)
  Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB)
Collecting attrs>=17.3.0 (from aiohttp->jeedomdaemon)
  Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB)
Collecting frozenlist>=1.1.1 (from aiohttp->jeedomdaemon)
  Downloading frozenlist-1.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (18 kB)
Collecting multidict<7.0,>=4.5 (from aiohttp->jeedomdaemon)
  Downloading multidict-6.6.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.metadata (5.3 kB)
Collecting propcache>=0.2.0 (from aiohttp->jeedomdaemon)
  Downloading propcache-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (12 kB)
Collecting yarl<2.0,>=1.17.0 (from aiohttp->jeedomdaemon)
  Downloading yarl-1.20.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (73 kB)
Collecting typing-extensions>=4.1.0 (from multidict<7.0,>=4.5->aiohttp->jeedomdaemon)
  Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Collecting idna>=2.0 (from yarl<2.0,>=1.17.0->aiohttp->jeedomdaemon)
  Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)
Downloading jeedomdaemon-1.2.9-py3-none-any.whl (10 kB)
Downloading aiohttp-3.12.15-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 9.1 MB/s  0:00:00
Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB)
Downloading multidict-6.6.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (240 kB)
Downloading yarl-1.20.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (325 kB)
Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB)
Downloading aiosignal-1.4.0-py3-none-any.whl (7.5 kB)
Downloading attrs-25.3.0-py3-none-any.whl (63 kB)
Downloading frozenlist-1.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (226 kB)
Using cached idna-3.10-py3-none-any.whl (70 kB)
Downloading propcache-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (204 kB)
Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB)
WARNING: Error parsing dependencies of gpg: Invalid version: '1.14.0-unknown'
Installing collected packages: typing-extensions, propcache, idna, frozenlist, attrs, async-timeout, aiohappyeyeballs, multidict, aiosignal, yarl, aiohttp, jeedomdaemon
  Attempting uninstall: typing-extensions
    Found existing installation: typing_extensions 4.15.0
    Uninstalling typing_extensions-4.15.0:
      Successfully uninstalled typing_extensions-4.15.0
  Attempting uninstall: propcache
    Found existing installation: propcache 0.3.2
    Uninstalling propcache-0.3.2:
      Successfully uninstalled propcache-0.3.2
  Attempting uninstall: idna
    Found existing installation: idna 3.10
    Uninstalling idna-3.10:
      Successfully uninstalled idna-3.10
  Attempting uninstall: frozenlist
    Found existing installation: frozenlist 1.7.0
    Uninstalling frozenlist-1.7.0:
      Successfully uninstalled frozenlist-1.7.0
  Attempting uninstall: attrs
    Found existing installation: attrs 25.3.0
    Uninstalling attrs-25.3.0:
      Successfully uninstalled attrs-25.3.0
  Attempting uninstall: async-timeout
    Found existing installation: async-timeout 5.0.1
    Uninstalling async-timeout-5.0.1:
      Successfully uninstalled async-timeout-5.0.1
  Attempting uninstall: aiohappyeyeballs
    Found existing installation: aiohappyeyeballs 2.6.1
    Uninstalling aiohappyeyeballs-2.6.1:
      Successfully uninstalled aiohappyeyeballs-2.6.1
  Attempting uninstall: multidict
    Found existing installation: multidict 6.6.4
    Uninstalling multidict-6.6.4:
      Successfully uninstalled multidict-6.6.4
  Attempting uninstall: aiosignal
    Found existing installation: aiosignal 1.4.0
    Uninstalling aiosignal-1.4.0:
      Successfully uninstalled aiosignal-1.4.0
  Attempting uninstall: yarl
    Found existing installation: yarl 1.20.1
    Uninstalling yarl-1.20.1:
      Successfully uninstalled yarl-1.20.1
  Attempting uninstall: aiohttp
    Found existing installation: aiohttp 3.12.15
    Uninstalling aiohttp-3.12.15:
      Successfully uninstalled aiohttp-3.12.15
  Attempting uninstall: jeedomdaemon
    Found existing installation: jeedomdaemon 1.2.9
    Uninstalling jeedomdaemon-1.2.9:
      Successfully uninstalled jeedomdaemon-1.2.9

Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.12.15 aiosignal-1.4.0 async-timeout-5.0.1 attrs-25.3.0 frozenlist-1.7.0 idna-3.10 jeedomdaemon-1.2.9 multidict-6.6.4 propcache-0.3.2 typing-extensions-4.15.0 yarl-1.20.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ echo 20
+ php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end rfxcom
+ echo 21
+ rm /tmp/jeedom_install_in_progress_rfxcom
+ echo '*******************End of package installation******************'
*******************End of package installation******************

Bonjour,

Ce qui sur et certain c’est que ca n’a aucun rapport avec le plugin donc tester stable ou beta n’y changera rien, et aucune dépendances ne pourra y faire quelque-chose non plus

Idéalement il faudrait commencer par tester le boîtier sur une autre machine ou un autre boîtier sur celle-ci

OK vais essayer de mettre le boitier sur une autre Smart. En Debian 10 ou 11 ?

Bonjour,

Que donnent comme retour ces 3 commandes de l’administration système Jeedom ?

Menu Réglages > Système > Configuration > OS/DB > Administration système
image

1 « J'aime »

Pas de dev/serial ni de dev/ttyUSB*

jeedom@JeedomSmart:~$ sudo lsusb
Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
jeedom@JeedomSmart:~$ sudo ls -la /dev/*
crw-r--r-- 1 root root     10, 235 26 juin  02:44 /dev/autofs
crw------- 1 root root     10, 234 26 juin  02:44 /dev/btrfs-control
crw------- 1 root root      5,   1 26 juin  02:44 /dev/console
crw------- 1 root root     10, 257 26 juin  02:44 /dev/cpu_dma_latency
crw------- 1 root root     10, 203 26 juin  02:44 /dev/cuse
lrwxrwxrwx 1 root root          13 26 juin  02:44 /dev/fd -> /proc/self/fd
crw-rw-rw- 1 root root      1,   7 26 juin  02:44 /dev/full
crw-rw-rw- 1 root root     10, 229 26 juin  02:44 /dev/fuse
crw------- 1 root root    254,   0 26 juin  02:44 /dev/gpiochip0
crw------- 1 root root    254,   1 26 juin  02:44 /dev/gpiochip1
crw------- 1 root root     10, 183 26 juin  02:44 /dev/hwrng
crw------- 1 root root     89,   0 26 juin  02:44 /dev/i2c-0
crw------- 1 root root     89,   1 26 juin  02:44 /dev/i2c-1
lrwxrwxrwx 1 root root          12 26 juin  02:44 /dev/initctl -> /run/initctl
crw-r--r-- 1 root root      1,  11 26 juin  02:44 /dev/kmsg
crw-rw---- 1 root kvm      10, 232 26 juin  02:44 /dev/kvm
lrwxrwxrwx 1 root root          28 26 juin  02:44 /dev/log -> /run/systemd/journal/dev-log
brw-rw---- 1 root disk      7,   0 26 juin  02:44 /dev/loop0
brw-rw---- 1 root disk      7,   1 26 juin  02:44 /dev/loop1
brw-rw---- 1 root disk      7,   2 26 juin  02:44 /dev/loop2
brw-rw---- 1 root disk      7,   3 26 juin  02:44 /dev/loop3
brw-rw---- 1 root disk      7,   4 26 juin  02:44 /dev/loop4
brw-rw---- 1 root disk      7,   5 26 juin  02:44 /dev/loop5
brw-rw---- 1 root disk      7,   6 26 juin  02:44 /dev/loop6
brw-rw---- 1 root disk      7,   7 26 juin  02:44 /dev/loop7
crw-rw---- 1 root disk     10, 237 26 juin  02:44 /dev/loop-control
crw-r----- 1 root kmem      1,   1 26 juin  02:44 /dev/mem
brw-rw---- 1 root disk    179,   0 26 juin  02:44 /dev/mmcblk1
brw-rw---- 1 root disk    179,  32 26 juin  02:44 /dev/mmcblk1boot0
brw-rw---- 1 root disk    179,  64 26 juin  02:44 /dev/mmcblk1boot1
brw-rw---- 1 root disk    179,   1 26 juin  02:44 /dev/mmcblk1p1
brw-rw---- 1 root disk    179,   2 26 juin  02:44 /dev/mmcblk1p2
crw------- 1 root root    511,   0 26 juin  02:44 /dev/mmcblk1rpmb
crw-rw-rw- 1 root root      1,   3 26 juin  02:44 /dev/null
crw-r----- 1 root kmem      1,   4 26 juin  02:44 /dev/port
crw-rw-rw- 1 root tty       5,   2 31 août  14:04 /dev/ptmx
crw------- 1 root root      2,   0 26 juin  02:44 /dev/ptyp0
crw------- 1 root root      2,   1 26 juin  02:44 /dev/ptyp1
crw------- 1 root root      2,   2 26 juin  02:44 /dev/ptyp2
crw------- 1 root root      2,   3 26 juin  02:44 /dev/ptyp3
crw------- 1 root root      2,   4 26 juin  02:44 /dev/ptyp4
crw------- 1 root root      2,   5 26 juin  02:44 /dev/ptyp5
crw------- 1 root root      2,   6 26 juin  02:44 /dev/ptyp6
crw------- 1 root root      2,   7 26 juin  02:44 /dev/ptyp7
crw------- 1 root root      2,   8 26 juin  02:44 /dev/ptyp8
crw------- 1 root root      2,   9 26 juin  02:44 /dev/ptyp9
crw------- 1 root root      2,  10 26 juin  02:44 /dev/ptypa
crw------- 1 root root      2,  11 26 juin  02:44 /dev/ptypb
crw------- 1 root root      2,  12 26 juin  02:44 /dev/ptypc
crw------- 1 root root      2,  13 26 juin  02:44 /dev/ptypd
crw------- 1 root root      2,  14 26 juin  02:44 /dev/ptype
crw------- 1 root root      2,  15 26 juin  02:44 /dev/ptypf
crw-rw-rw- 1 root root      1,   8 26 juin  02:44 /dev/random
crw------- 1 root root     10, 242 26 juin  02:44 /dev/rfkill
crw------- 1 root root     10, 231 26 juin  02:44 /dev/snapshot
lrwxrwxrwx 1 root root          15 26 juin  02:44 /dev/stderr -> /proc/self/fd/2
lrwxrwxrwx 1 root root          15 26 juin  02:44 /dev/stdin -> /proc/self/fd/0
lrwxrwxrwx 1 root root          15 26 juin  02:44 /dev/stdout -> /proc/self/fd/1
crw-rw-rw- 1 root tty       5,   0 31 août  14:03 /dev/tty
crw--w---- 1 root tty       4,   0 26 juin  02:44 /dev/tty0
crw--w---- 1 root tty       4,   1 26 juin  02:44 /dev/tty1
crw--w---- 1 root tty       4,  10 26 juin  02:44 /dev/tty10
crw--w---- 1 root tty       4,  11 26 juin  02:44 /dev/tty11
crw--w---- 1 root tty       4,  12 26 juin  02:44 /dev/tty12
crw--w---- 1 root tty       4,  13 26 juin  02:44 /dev/tty13
crw--w---- 1 root tty       4,  14 26 juin  02:44 /dev/tty14
crw--w---- 1 root tty       4,  15 26 juin  02:44 /dev/tty15
crw--w---- 1 root tty       4,  16 26 juin  02:44 /dev/tty16
crw--w---- 1 root tty       4,  17 26 juin  02:44 /dev/tty17
crw--w---- 1 root tty       4,  18 26 juin  02:44 /dev/tty18
crw--w---- 1 root tty       4,  19 26 juin  02:44 /dev/tty19
crw--w---- 1 root tty       4,   2 26 juin  02:44 /dev/tty2
crw--w---- 1 root tty       4,  20 26 juin  02:44 /dev/tty20
crw--w---- 1 root tty       4,  21 26 juin  02:44 /dev/tty21
crw--w---- 1 root tty       4,  22 26 juin  02:44 /dev/tty22
crw--w---- 1 root tty       4,  23 26 juin  02:44 /dev/tty23
crw--w---- 1 root tty       4,  24 26 juin  02:44 /dev/tty24
crw--w---- 1 root tty       4,  25 26 juin  02:44 /dev/tty25
crw--w---- 1 root tty       4,  26 26 juin  02:44 /dev/tty26
crw--w---- 1 root tty       4,  27 26 juin  02:44 /dev/tty27
crw--w---- 1 root tty       4,  28 26 juin  02:44 /dev/tty28
crw--w---- 1 root tty       4,  29 26 juin  02:44 /dev/tty29
crw--w---- 1 root tty       4,   3 26 juin  02:44 /dev/tty3
crw--w---- 1 root tty       4,  30 26 juin  02:44 /dev/tty30
crw--w---- 1 root tty       4,  31 26 juin  02:44 /dev/tty31
crw--w---- 1 root tty       4,  32 26 juin  02:44 /dev/tty32
crw--w---- 1 root tty       4,  33 26 juin  02:44 /dev/tty33
crw--w---- 1 root tty       4,  34 26 juin  02:44 /dev/tty34
crw--w---- 1 root tty       4,  35 26 juin  02:44 /dev/tty35
crw--w---- 1 root tty       4,  36 26 juin  02:44 /dev/tty36
crw--w---- 1 root tty       4,  37 26 juin  02:44 /dev/tty37
crw--w---- 1 root tty       4,  38 26 juin  02:44 /dev/tty38
crw--w---- 1 root tty       4,  39 26 juin  02:44 /dev/tty39
crw--w---- 1 root tty       4,   4 26 juin  02:44 /dev/tty4
crw--w---- 1 root tty       4,  40 26 juin  02:44 /dev/tty40
crw--w---- 1 root tty       4,  41 26 juin  02:44 /dev/tty41
crw--w---- 1 root tty       4,  42 26 juin  02:44 /dev/tty42
crw--w---- 1 root tty       4,  43 26 juin  02:44 /dev/tty43
crw--w---- 1 root tty       4,  44 26 juin  02:44 /dev/tty44
crw--w---- 1 root tty       4,  45 26 juin  02:44 /dev/tty45
crw--w---- 1 root tty       4,  46 26 juin  02:44 /dev/tty46
crw--w---- 1 root tty       4,  47 26 juin  02:44 /dev/tty47
crw--w---- 1 root tty       4,  48 26 juin  02:44 /dev/tty48
crw--w---- 1 root tty       4,  49 26 juin  02:44 /dev/tty49
crw--w---- 1 root tty       4,   5 26 juin  02:44 /dev/tty5
crw--w---- 1 root tty       4,  50 26 juin  02:44 /dev/tty50
crw--w---- 1 root tty       4,  51 26 juin  02:44 /dev/tty51
crw--w---- 1 root tty       4,  52 26 juin  02:44 /dev/tty52
crw--w---- 1 root tty       4,  53 26 juin  02:44 /dev/tty53
crw--w---- 1 root tty       4,  54 26 juin  02:44 /dev/tty54
crw--w---- 1 root tty       4,  55 26 juin  02:44 /dev/tty55
crw--w---- 1 root tty       4,  56 26 juin  02:44 /dev/tty56
crw--w---- 1 root tty       4,  57 26 juin  02:44 /dev/tty57
crw--w---- 1 root tty       4,  58 26 juin  02:44 /dev/tty58
crw--w---- 1 root tty       4,  59 26 juin  02:44 /dev/tty59
crw--w---- 1 root tty       4,   6 26 juin  02:44 /dev/tty6
crw--w---- 1 root tty       4,  60 26 juin  02:44 /dev/tty60
crw--w---- 1 root tty       4,  61 26 juin  02:44 /dev/tty61
crw--w---- 1 root tty       4,  62 26 juin  02:44 /dev/tty62
crw--w---- 1 root tty       4,  63 26 juin  02:44 /dev/tty63
crw--w---- 1 root tty       4,   7 26 juin  02:44 /dev/tty7
crw--w---- 1 root tty       4,   8 26 juin  02:44 /dev/tty8
crw--w---- 1 root tty       4,   9 26 juin  02:44 /dev/tty9
crw-rw---- 1 root dialout 242,   0 26 juin  02:44 /dev/ttyAML0
crw-rw---- 1 root dialout 242,   1 31 août  14:04 /dev/ttyAML1
crw------- 1 root root      3,   0 26 juin  02:44 /dev/ttyp0
crw------- 1 root root      3,   1 26 juin  02:44 /dev/ttyp1
crw------- 1 root root      3,   2 26 juin  02:44 /dev/ttyp2
crw------- 1 root root      3,   3 26 juin  02:44 /dev/ttyp3
crw------- 1 root root      3,   4 26 juin  02:44 /dev/ttyp4
crw------- 1 root root      3,   5 26 juin  02:44 /dev/ttyp5
crw------- 1 root root      3,   6 26 juin  02:44 /dev/ttyp6
crw------- 1 root root      3,   7 26 juin  02:44 /dev/ttyp7
crw------- 1 root root      3,   8 26 juin  02:44 /dev/ttyp8
crw------- 1 root root      3,   9 26 juin  02:44 /dev/ttyp9
crw------- 1 root root      3,  10 26 juin  02:44 /dev/ttypa
crw------- 1 root root      3,  11 26 juin  02:44 /dev/ttypb
crw------- 1 root root      3,  12 26 juin  02:44 /dev/ttypc
crw------- 1 root root      3,  13 26 juin  02:44 /dev/ttypd
crw------- 1 root root      3,  14 26 juin  02:44 /dev/ttype
crw------- 1 root root      3,  15 26 juin  02:44 /dev/ttypf
crw-rw---- 1 root dialout   4,  64 26 juin  02:44 /dev/ttyS0
crw-rw---- 1 root dialout   4,  65 26 juin  02:44 /dev/ttyS1
crw-rw---- 1 root dialout   4,  66 26 juin  02:44 /dev/ttyS2
crw-rw---- 1 root dialout   4,  67 26 juin  02:44 /dev/ttyS3
crw-rw-rw- 1 root root      1,   9 26 juin  02:44 /dev/urandom
crw-rw---- 1 root tty       7,   0 26 juin  02:44 /dev/vcs
crw-rw---- 1 root tty       7,   1 26 juin  02:44 /dev/vcs1
crw-rw---- 1 root tty       7,   2 26 juin  02:44 /dev/vcs2
crw-rw---- 1 root tty       7,   3 26 juin  02:44 /dev/vcs3
crw-rw---- 1 root tty       7,   4 26 juin  02:44 /dev/vcs4
crw-rw---- 1 root tty       7,   5 26 juin  02:44 /dev/vcs5
crw-rw---- 1 root tty       7,   6 26 juin  02:44 /dev/vcs6
crw-rw---- 1 root tty       7, 128 26 juin  02:44 /dev/vcsa
crw-rw---- 1 root tty       7, 129 26 juin  02:44 /dev/vcsa1
crw-rw---- 1 root tty       7, 130 26 juin  02:44 /dev/vcsa2
crw-rw---- 1 root tty       7, 131 26 juin  02:44 /dev/vcsa3
crw-rw---- 1 root tty       7, 132 26 juin  02:44 /dev/vcsa4
crw-rw---- 1 root tty       7, 133 26 juin  02:44 /dev/vcsa5
crw-rw---- 1 root tty       7, 134 26 juin  02:44 /dev/vcsa6
crw-rw---- 1 root tty       7,  64 26 juin  02:44 /dev/vcsu
crw-rw---- 1 root tty       7,  65 26 juin  02:44 /dev/vcsu1
crw-rw---- 1 root tty       7,  66 26 juin  02:44 /dev/vcsu2
crw-rw---- 1 root tty       7,  67 26 juin  02:44 /dev/vcsu3
crw-rw---- 1 root tty       7,  68 26 juin  02:44 /dev/vcsu4
crw-rw---- 1 root tty       7,  69 26 juin  02:44 /dev/vcsu5
crw-rw---- 1 root tty       7,  70 26 juin  02:44 /dev/vcsu6
crw------- 1 root root     10, 256 26 juin  02:44 /dev/vga_arbiter
crw-rw---- 1 root video    81,   0 26 juin  02:44 /dev/video0
crw------- 1 root root     10, 130 26 juin  02:44 /dev/watchdog
crw------- 1 root root    246,   0 26 juin  02:44 /dev/watchdog0
crw-rw-rw- 1 root root      1,   5 26 juin  02:44 /dev/zero

/dev/block:
total 0
drwxr-xr-x  2 root root  300  1 janv.  1970 .
drwxr-xr-x 17 root root 3780 26 juin  02:44 ..
lrwxrwxrwx  1 root root   10 26 juin  02:44 179:0 -> ../mmcblk1
lrwxrwxrwx  1 root root   12 26 juin  02:44 179:1 -> ../mmcblk1p1
lrwxrwxrwx  1 root root   12 26 juin  02:44 179:2 -> ../mmcblk1p2
lrwxrwxrwx  1 root root   15 26 juin  02:44 179:32 -> ../mmcblk1boot0
lrwxrwxrwx  1 root root   15 26 juin  02:44 179:64 -> ../mmcblk1boot1
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:0 -> ../loop0
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:1 -> ../loop1
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:2 -> ../loop2
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:3 -> ../loop3
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:4 -> ../loop4
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:5 -> ../loop5
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:6 -> ../loop6
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:7 -> ../loop7

/dev/bus:
total 0
drwxr-xr-x  3 root root   60  1 janv.  1970 .
drwxr-xr-x 17 root root 3780 26 juin  02:44 ..
drwxr-xr-x  3 root root   60  1 janv.  1970 usb

/dev/char:
total 0
drwxr-xr-x  2 root root 3260 26 juin  02:44 .
drwxr-xr-x 17 root root 3780 26 juin  02:44 ..
lrwxrwxrwx  1 root root   11 26 juin  02:44 10:130 -> ../watchdog
lrwxrwxrwx  1 root root    8 26 juin  02:44 10:183 -> ../hwrng
lrwxrwxrwx  1 root root   12 26 juin  02:44 10:196 -> ../vfio/vfio
lrwxrwxrwx  1 root root   10 26 juin  02:44 10:200 -> ../net/tun
lrwxrwxrwx  1 root root    7 26 juin  02:44 10:229 -> ../fuse
lrwxrwxrwx  1 root root   11 26 juin  02:44 10:231 -> ../snapshot
lrwxrwxrwx  1 root root    6 26 juin  02:44 10:232 -> ../kvm
lrwxrwxrwx  1 root root    9 26 juin  02:44 10:235 -> ../autofs
lrwxrwxrwx  1 root root   15 26 juin  02:44 10:237 -> ../loop-control
lrwxrwxrwx  1 root root   14 26 juin  02:44 10:256 -> ../vga_arbiter
lrwxrwxrwx  1 root root   18 26 juin  02:44 10:257 -> ../cpu_dma_latency
lrwxrwxrwx  1 root root    6 26 juin  02:44 1:1 -> ../mem
lrwxrwxrwx  1 root root    7 26 juin  02:44 1:11 -> ../kmsg
lrwxrwxrwx  1 root root   15 26 juin  02:44 116:2 -> ../snd/pcmC0D0p
lrwxrwxrwx  1 root root   16 26 juin  02:44 116:3 -> ../snd/controlC0
lrwxrwxrwx  1 root root   12 26 juin  02:44 116:33 -> ../snd/timer
lrwxrwxrwx  1 root root    7 26 juin  02:44 1:3 -> ../null
lrwxrwxrwx  1 root root   15 26 juin  02:44 13:64 -> ../input/event0
lrwxrwxrwx  1 root root    7 26 juin  02:44 1:4 -> ../port
lrwxrwxrwx  1 root root    7 26 juin  02:44 1:5 -> ../zero
lrwxrwxrwx  1 root root    7 26 juin  02:44 1:7 -> ../full
lrwxrwxrwx  1 root root    9 26 juin  02:44 1:8 -> ../random
lrwxrwxrwx  1 root root   18 26 juin  02:44 189:0 -> ../bus/usb/001/001
lrwxrwxrwx  1 root root   18 26 juin  02:44 189:1 -> ../bus/usb/001/002
lrwxrwxrwx  1 root root   10 26 juin  02:44 1:9 -> ../urandom
lrwxrwxrwx  1 root root    8 26 juin  02:44 2:0 -> ../ptyp0
lrwxrwxrwx  1 root root    8 26 juin  02:44 2:1 -> ../ptyp1
lrwxrwxrwx  1 root root    8 26 juin  02:44 2:10 -> ../ptypa
lrwxrwxrwx  1 root root    8 26 juin  02:44 2:11 -> ../ptypb
lrwxrwxrwx  1 root root    8 26 juin  02:44 2:12 -> ../ptypc
lrwxrwxrwx  1 root root    8 26 juin  02:44 2:13 -> ../ptypd
lrwxrwxrwx  1 root root    8 26 juin  02:44 2:14 -> ../ptype
lrwxrwxrwx  1 root root    8 26 juin  02:44 2:15 -> ../ptypf
lrwxrwxrwx  1 root root    8 26 juin  02:44 2:2 -> ../ptyp2
lrwxrwxrwx  1 root root   12 26 juin  02:44 226:0 -> ../dri/card0
lrwxrwxrwx  1 root root   12 26 juin  02:44 226:1 -> ../dri/card1
lrwxrwxrwx  1 root root   17 26 juin  02:44 226:128 -> ../dri/renderD128
lrwxrwxrwx  1 root root    8 26 juin  02:44 2:3 -> ../ptyp3
lrwxrwxrwx  1 root root    8 26 juin  02:44 2:4 -> ../ptyp4
lrwxrwxrwx  1 root root   10 26 juin  02:44 242:0 -> ../ttyAML0
lrwxrwxrwx  1 root root   10 26 juin  02:44 242:1 -> ../ttyAML1
lrwxrwxrwx  1 root root   12 26 juin  02:44 246:0 -> ../watchdog0
lrwxrwxrwx  1 root root    8 26 juin  02:44 2:5 -> ../ptyp5
lrwxrwxrwx  1 root root   12 26 juin  02:44 254:0 -> ../gpiochip0
lrwxrwxrwx  1 root root   12 26 juin  02:44 254:1 -> ../gpiochip1
lrwxrwxrwx  1 root root    8 26 juin  02:44 2:6 -> ../ptyp6
lrwxrwxrwx  1 root root    8 26 juin  02:44 2:7 -> ../ptyp7
lrwxrwxrwx  1 root root    8 26 juin  02:44 2:8 -> ../ptyp8
lrwxrwxrwx  1 root root    8 26 juin  02:44 2:9 -> ../ptyp9
lrwxrwxrwx  1 root root    8 26 juin  02:44 3:0 -> ../ttyp0
lrwxrwxrwx  1 root root    8 26 juin  02:44 3:1 -> ../ttyp1
lrwxrwxrwx  1 root root    8 26 juin  02:44 3:10 -> ../ttypa
lrwxrwxrwx  1 root root    8 26 juin  02:44 3:11 -> ../ttypb
lrwxrwxrwx  1 root root    8 26 juin  02:44 3:12 -> ../ttypc
lrwxrwxrwx  1 root root    8 26 juin  02:44 3:13 -> ../ttypd
lrwxrwxrwx  1 root root    8 26 juin  02:44 3:14 -> ../ttype
lrwxrwxrwx  1 root root    8 26 juin  02:44 3:15 -> ../ttypf
lrwxrwxrwx  1 root root    8 26 juin  02:44 3:2 -> ../ttyp2
lrwxrwxrwx  1 root root    8 26 juin  02:44 3:3 -> ../ttyp3
lrwxrwxrwx  1 root root    8 26 juin  02:44 3:4 -> ../ttyp4
lrwxrwxrwx  1 root root    8 26 juin  02:44 3:5 -> ../ttyp5
lrwxrwxrwx  1 root root    8 26 juin  02:44 3:6 -> ../ttyp6
lrwxrwxrwx  1 root root    8 26 juin  02:44 3:7 -> ../ttyp7
lrwxrwxrwx  1 root root    8 26 juin  02:44 3:8 -> ../ttyp8
lrwxrwxrwx  1 root root    8 26 juin  02:44 3:9 -> ../ttyp9
lrwxrwxrwx  1 root root    7 26 juin  02:44 4:0 -> ../tty0
lrwxrwxrwx  1 root root    7 26 juin  02:44 4:1 -> ../tty1
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:10 -> ../tty10
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:11 -> ../tty11
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:12 -> ../tty12
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:13 -> ../tty13
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:14 -> ../tty14
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:15 -> ../tty15
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:16 -> ../tty16
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:17 -> ../tty17
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:18 -> ../tty18
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:19 -> ../tty19
lrwxrwxrwx  1 root root    7 26 juin  02:44 4:2 -> ../tty2
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:20 -> ../tty20
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:21 -> ../tty21
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:22 -> ../tty22
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:23 -> ../tty23
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:24 -> ../tty24
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:25 -> ../tty25
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:26 -> ../tty26
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:27 -> ../tty27
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:28 -> ../tty28
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:29 -> ../tty29
lrwxrwxrwx  1 root root    7 26 juin  02:44 4:3 -> ../tty3
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:30 -> ../tty30
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:31 -> ../tty31
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:32 -> ../tty32
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:33 -> ../tty33
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:34 -> ../tty34
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:35 -> ../tty35
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:36 -> ../tty36
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:37 -> ../tty37
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:38 -> ../tty38
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:39 -> ../tty39
lrwxrwxrwx  1 root root    7 26 juin  02:44 4:4 -> ../tty4
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:40 -> ../tty40
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:41 -> ../tty41
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:42 -> ../tty42
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:43 -> ../tty43
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:44 -> ../tty44
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:45 -> ../tty45
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:46 -> ../tty46
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:47 -> ../tty47
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:48 -> ../tty48
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:49 -> ../tty49
lrwxrwxrwx  1 root root    7 26 juin  02:44 4:5 -> ../tty5
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:50 -> ../tty50
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:51 -> ../tty51
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:52 -> ../tty52
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:53 -> ../tty53
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:54 -> ../tty54
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:55 -> ../tty55
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:56 -> ../tty56
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:57 -> ../tty57
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:58 -> ../tty58
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:59 -> ../tty59
lrwxrwxrwx  1 root root    7 26 juin  02:44 4:6 -> ../tty6
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:60 -> ../tty60
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:61 -> ../tty61
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:62 -> ../tty62
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:63 -> ../tty63
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:64 -> ../ttyS0
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:65 -> ../ttyS1
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:66 -> ../ttyS2
lrwxrwxrwx  1 root root    8 26 juin  02:44 4:67 -> ../ttyS3
lrwxrwxrwx  1 root root    7 26 juin  02:44 4:7 -> ../tty7
lrwxrwxrwx  1 root root    7 26 juin  02:44 4:8 -> ../tty8
lrwxrwxrwx  1 root root    7 26 juin  02:44 4:9 -> ../tty9
lrwxrwxrwx  1 root root    6 26 juin  02:44 5:0 -> ../tty
lrwxrwxrwx  1 root root   10 26 juin  02:44 5:1 -> ../console
lrwxrwxrwx  1 root root   14 26 juin  02:44 511:0 -> ../mmcblk1rpmb
lrwxrwxrwx  1 root root    7 26 juin  02:44 5:2 -> ../ptmx
lrwxrwxrwx  1 root root    6 26 juin  02:44 7:0 -> ../vcs
lrwxrwxrwx  1 root root    7 26 juin  02:44 7:1 -> ../vcs1
lrwxrwxrwx  1 root root    7 26 juin  02:44 7:128 -> ../vcsa
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:129 -> ../vcsa1
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:130 -> ../vcsa2
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:131 -> ../vcsa3
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:132 -> ../vcsa4
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:133 -> ../vcsa5
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:134 -> ../vcsa6
lrwxrwxrwx  1 root root    7 26 juin  02:44 7:2 -> ../vcs2
lrwxrwxrwx  1 root root    7 26 juin  02:44 7:3 -> ../vcs3
lrwxrwxrwx  1 root root    7 26 juin  02:44 7:4 -> ../vcs4
lrwxrwxrwx  1 root root    7 26 juin  02:44 7:5 -> ../vcs5
lrwxrwxrwx  1 root root    7 26 juin  02:44 7:6 -> ../vcs6
lrwxrwxrwx  1 root root    7 26 juin  02:44 7:64 -> ../vcsu
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:65 -> ../vcsu1
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:66 -> ../vcsu2
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:67 -> ../vcsu3
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:68 -> ../vcsu4
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:69 -> ../vcsu5
lrwxrwxrwx  1 root root    8 26 juin  02:44 7:70 -> ../vcsu6
lrwxrwxrwx  1 root root    9 26 juin  02:44 81:0 -> ../video0
lrwxrwxrwx  1 root root    8 26 juin  02:44 89:0 -> ../i2c-0
lrwxrwxrwx  1 root root    8 26 juin  02:44 89:1 -> ../i2c-1

/dev/disk:
total 0
drwxr-xr-x  6 root root  120  1 janv.  1970 .
drwxr-xr-x 17 root root 3780 26 juin  02:44 ..
drwxr-xr-x  2 root root  100  1 janv.  1970 by-id
drwxr-xr-x  2 root root   80  1 janv.  1970 by-partuuid
drwxr-xr-x  2 root root  140  1 janv.  1970 by-path
drwxr-xr-x  2 root root   80  1 janv.  1970 by-uuid

/dev/dri:
total 0
drwxr-xr-x  3 root root        120 26 juin  02:44 .
drwxr-xr-x 17 root root       3780 26 juin  02:44 ..
drwxr-xr-x  2 root root        100 26 juin  02:44 by-path
crw-rw----  1 root video  226,   0 26 juin  02:44 card0
crw-rw----  1 root video  226,   1 26 juin  02:44 card1
crw-rw----  1 root render 226, 128 26 juin  02:44 renderD128

/dev/hugepages:
total 0
drwxr-xr-x  2 root root    0 26 juin  02:44 .
drwxr-xr-x 17 root root 3780 26 juin  02:44 ..

/dev/input:
total 0
drwxr-xr-x  3 root root      80 26 juin  02:44 .
drwxr-xr-x 17 root root    3780 26 juin  02:44 ..
drwxr-xr-x  2 root root      60 26 juin  02:44 by-path
crw-rw----  1 root input 13, 64 26 juin  02:44 event0

/dev/mapper:
total 0
drwxr-xr-x  2 root root      60 26 juin  02:44 .
drwxr-xr-x 17 root root    3780 26 juin  02:44 ..
crw-------  1 root root 10, 236 26 juin  02:44 control

/dev/mqueue:
total 0
drwxrwxrwt  2 root root   40  1 janv.  1970 .
drwxr-xr-x 17 root root 3780 26 juin  02:44 ..

/dev/net:
total 0
drwxr-xr-x  2 root root      60  1 janv.  1970 .
drwxr-xr-x 17 root root    3780 26 juin  02:44 ..
crw-rw-rw-  1 root root 10, 200 26 juin  02:44 tun

/dev/pts:
total 0
drwxr-xr-x  2 root   root      0  1 janv.  1970 .
drwxr-xr-x 17 root   root   3780 26 juin  02:44 ..
crw--w----  1 jeedom tty  136, 0 31 août  14:04 0
c---------  1 root   root   5, 2  1 janv.  1970 ptmx

/dev/shm:
total 0
drwxrwxrwt  2 root root   40 26 juin  02:44 .
drwxr-xr-x 17 root root 3780 26 juin  02:44 ..

/dev/snd:
total 0
drwxr-xr-x  3 root root      120 26 juin  02:44 .
drwxr-xr-x 17 root root     3780 26 juin  02:44 ..
drwxr-xr-x  2 root root       60 26 juin  02:44 by-path
crw-rw----  1 root audio 116,  3 26 juin  02:44 controlC0
crw-rw----  1 root audio 116,  2 26 juin  02:44 pcmC0D0p
crw-rw----  1 root audio 116, 33 26 juin  02:44 timer

/dev/v4l:
total 0
drwxr-xr-x  3 root root   60 26 juin  02:44 .
drwxr-xr-x 17 root root 3780 26 juin  02:44 ..
drwxr-xr-x  2 root root   60 26 juin  02:44 by-path

/dev/vfio:
total 0
drwxr-xr-x  2 root root      60  1 janv.  1970 .
drwxr-xr-x 17 root root    3780 26 juin  02:44 ..
crw-rw-rw-  1 root root 10, 196 26 juin  02:44 vfio
jeedom@JeedomSmart:~$ sudo ls -la /dev/serial/*
ls: impossible d'accéder à '/dev/serial/*': Aucun fichier ou dossier de ce type
jeedom@JeedomSmart:~$ 
saisissez ou collez du code ici

Les mêmes commandes sur la même box mais avec une eMMC Debian 10

Une constatation … Une simple clé USB formatée EXT4 plantée dans une Smart Debian 10 apparaît avec une commande lsusb. Par contre, ce qui pourrait être utile à @Aurelien, elle n’apparait pas avec la même commande lorsque elle est plantée dans une Smart Debian 11 (eMMC programmée avec l’image de test reçue récemment).

Smart 1 (debian 10) avec clé USB Sandisk et antenne RFXCOM

Smart 2 (debian 11) également avec clé USB Sandisk et antenne RFXCOM

1 « J'aime »

Net et précis comme à chaque fois :ok_hand:

Du coup j’ai su où chercher directement c’est impeccable. Après quelques tests je pense avoir identifié l’origine du souci, rien de méchant à priori.

@Phillou53 je t’ai transmis plus de détails ainsi qu’un script à tester sur ton installation vu que tu es devenu beta testeur malgré toi sur les nouvelles images Smart :sweat_smile:

2 « J'aime »

Merci beaucoup @Aurelien pour cette réponse rapide. Ton script fonctionne parfaitement et le plugin RFXCOM a retrouvé le port adéquat.

Ce sujet a été automatiquement fermé après 24 heures suivant le dernier commentaire. Aucune réponse n’est permise dorénavant.