Weird: TellStick not found

Moderator: Telldus

Post Reply
kaoklimmrukk
Posts: 1
Joined: Fri Mar 17, 2023 9:45 am

Weird: TellStick not found

Post by kaoklimmrukk »

Hi guys,

I am an absolute beginner and quite struggling with the configuration of my beloved Tellstick. This is what happens:

When doing

Code: Select all

tdtool -n 1
he just says

Code: Select all

Turning on device 1, stehlampe - TellStick not found
I tried changing the USB-Port, no change. Then I thought it came down to permissions, so I created that udev rule, still the same problem.
I have been crawling through the forum for quite some time now, so I am reaching out for you guys. Thanks a lot in advance!

This is my setup:
ArchLinux ARM 2.6.31.6_SMP_820
on a Pogoplug

Installed:
telldus-core-2.1.1, help2man, gcc, booster, make, confuse, libftdi

Config File:

Code: Select all

user = "root"
group = "users"
ignoreControllerConfirmation = "false"
device {
  id = 1
  name = "stehlampe"
  protocol = "risingsun"
  model = "codeswitch"
  parameters {
    house = "4"
    unit = "2"
  }
}
udev Rule in /etc/udev/rules.d/99-tellstick.rules

Code: Select all

KERNEL=="ttyUSB*", BUS=="usb", SYSFS{idVendor}=="1781", SYSFS{idProduct}=="0c30", NAME="tellstick", GROUP="users"
lsusb Output:

Code: Select all

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 003: ID 1781:0c30 Multiple Vendors Telldus TellStick
Bus 001 Device 004: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) Flash Drive
micke.prag
Site Admin
Posts: 2243
Joined: Fri Mar 17, 2023 9:45 am
Location: Lund
Contact:

Re: Weird: TellStick not found

Post by micke.prag »

How do you start telldusd? Is ftdi_sio loaded in the kernel?
Micke Prag
Software
Telldus Technologies
Post Reply