[vz-users] Probleme mit dem USB Lesekopf und Linux Raspberry Pi
Hendrik Kirsch
Hendrik.Kirsch at T-online.de
Tue Oct 25 11:18:50 CEST 2016
Hallo,
auf meinem Raspi mit Jessie gibt es das /dev/serial nicht...
hier der inhalt der
Datei /lib/udev/rules.d/60-persistent-serial.rules
# do not edit this file, it will be overwritten on update
ACTION=="remove", GOTO="persistent_serial_end"
SUBSYSTEM!="tty", GOTO="persistent_serial_end"
KERNEL!="ttyUSB[0-9]*|ttyACM[0-9]*", GOTO="persistent_serial_end"
SUBSYSTEMS=="usb-serial", ENV{.ID_PORT}="$attr{port_number}"
IMPORT{builtin}="path_id"
ENV{ID_PATH}=="?*", ENV{.ID_PORT}=="",
SYMLINK+="serial/by-path/$env{ID_PATH}"
ENV{ID_PATH}=="?*", ENV{.ID_PORT}=="?*",
SYMLINK+="serial/by-path/$env{ID_PATH}-port$env{.ID_PORT}"
IMPORT{builtin}="usb_id"
ENV{ID_SERIAL}=="", GOTO="persistent_serial_end"
SUBSYSTEMS=="usb",
ENV{ID_USB_INTERFACE_NUM}="$attr{bInterfaceNumber}"
ENV{ID_USB_INTERFACE_NUM}=="", GOTO="persistent_serial_end"
ENV{.ID_PORT}=="",
SYMLINK+="serial/by-id/$env{ID_BUS}-$env{ID_SERIAL}-if$env{ID_USB_INTERFACE_NUM}"
ENV{.ID_PORT}=="?*",
SYMLINK+="serial/by-id/$env{ID_BUS}-$env{ID_SERIAL}-if$env{ID_USB_INTERFACE_NUM}-port$env{.ID_PORT}"
LABEL="persistent_serial_end"
MFG
Hendrik
Am 25.10.2016 um 11:05 schrieb Marc Haber:
> Hallo Udo,
>
> On Tue, Oct 25, 2016 at 10:58:18AM +0200, Udo1 wrote:
>> Am 25.10.2016 um 10:54 schrieb Marc Haber:
>>> (allerdings nicht auf Raspbian nachgeschaut, ich hab hier nur richtige
>>> Systeme und Banana Pi).
>> Das unrichtige System sagt:
>> pi at raspberrypi:~ $ cd /dev/serial/by-id/
>> -bash: cd: /dev/serial/by-id/: No such file or directory
>> pi at raspberrypi:~ $ cd /dev
>> pi at raspberrypi:/dev $ cd /serial
>> -bash: cd: /serial: No such file or directory
>> pi at raspberrypi:/dev $
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20161025/88d83ec6/attachment-0001.html>
More information about the volkszaehler-users
mailing list