<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hallo,<br>
<br>
auf meinem Raspi mit Jessie gibt es das /dev/serial nicht...<br>
<br>
hier der inhalt der <br>
<pre wrap="">Datei /lib/udev/rules.d/60-persistent-serial.rules</pre>
<br>
<blockquote>
<blockquote># do not edit this file, it will be overwritten on
update<br>
<br>
ACTION=="remove", GOTO="persistent_serial_end"<br>
SUBSYSTEM!="tty", GOTO="persistent_serial_end"<br>
KERNEL!="ttyUSB[0-9]*|ttyACM[0-9]*",
GOTO="persistent_serial_end"<br>
<br>
SUBSYSTEMS=="usb-serial", ENV{.ID_PORT}="$attr{port_number}"<br>
<br>
IMPORT{builtin}="path_id"<br>
ENV{ID_PATH}=="?*", ENV{.ID_PORT}=="",
SYMLINK+="serial/by-path/$env{ID_PATH}"<br>
ENV{ID_PATH}=="?*", ENV{.ID_PORT}=="?*",
SYMLINK+="serial/by-path/$env{ID_PATH}-port$env{.ID_PORT}"<br>
<br>
IMPORT{builtin}="usb_id"<br>
ENV{ID_SERIAL}=="", GOTO="persistent_serial_end"<br>
SUBSYSTEMS=="usb",
ENV{ID_USB_INTERFACE_NUM}="$attr{bInterfaceNumber}"<br>
ENV{ID_USB_INTERFACE_NUM}=="", GOTO="persistent_serial_end"<br>
ENV{.ID_PORT}=="",
SYMLINK+="serial/by-id/$env{ID_BUS}-$env{ID_SERIAL}-if$env{ID_USB_INTERFACE_NUM}"<br>
ENV{.ID_PORT}=="?*",
SYMLINK+="serial/by-id/$env{ID_BUS}-$env{ID_SERIAL}-if$env{ID_USB_INTERFACE_NUM}-port$env{.ID_PORT}"<br>
<br>
LABEL="persistent_serial_end"<br>
</blockquote>
</blockquote>
<br>
MFG<br>
Hendrik<br>
<br>
<br>
<div class="moz-cite-prefix">Am 25.10.2016 um 11:05 schrieb Marc
Haber:<br>
</div>
<blockquote cite="mid:20161025090521.GE2348@torres.zugschlus.de"
type="cite">
<pre wrap="">Hallo Udo,
On Tue, Oct 25, 2016 at 10:58:18AM +0200, Udo1 wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Am 25.10.2016 um 10:54 schrieb Marc Haber:
</pre>
<blockquote type="cite">
<pre wrap="">(allerdings nicht auf Raspbian nachgeschaut, ich hab hier nur richtige
Systeme und Banana Pi).
</pre>
</blockquote>
<pre wrap="">Das unrichtige System sagt:
pi@raspberrypi:~ $ cd /dev/serial/by-id/
-bash: cd: /dev/serial/by-id/: No such file or directory
pi@raspberrypi:~ $ cd /dev
pi@raspberrypi:/dev $ cd /serial
-bash: cd: /serial: No such file or directory
pi@raspberrypi:/dev $
</pre>
</blockquote>
<pre wrap="">
Sehr seltsam. In debian jessie auf amd64 scheinen diese Links von
einer Datei /lib/udev/rules.d/60-persistent-serial.rules erstellt zu
werden; hast Du ein /lib/udev/rules.d/*serial* und wenn ja, mit
welchem Inhalt?
Grüße
Marc
</pre>
</blockquote>
<br>
<br>
<br>
</body>
</html>