bin leider kein Fachmann was Shell Skripting betrifft. Ich möchte folgenden Befehl:
Code: Alles auswählen
root@arm:~/linux-can-can-utils# echo BB-BONE-SERL-01:00A2 >/sys/devices/bone_capemgr.*/slots
kommt folgender Fehler:#!/bin/sh
# Start CAN Initialisierung
modprobe vcan
ip link add dev vcan0 type vcan
ifconfig vcan0 up
# ip link set can0 up type can bitrate 250000
echo BB-BONE-SERL-01:00A2 >/sys/devices/bone_capemgr.*/slots
ip link set can0 up type can bitrate 250000
Hat da jemand eine Idee, was ich falsch mache? Über einen Tipp wäre ich sehr dankbar.root@arm:~/linux-can-can-utils# ./canstart.sh
RTNETLINK answers: File exists
RTNETLINK answers: Device or resource busy
./canstart.sh: 7: ./canstart.sh: cannot create /sys/devices/bone_capemgr.*/slots: Directory nonexistent
RTNETLINK answers: Device or resource busy
root@arm:~/linux-can-can-utils#
Gruß und Dank Markus