Problem with ftdi_sio driver?

Moderator: Telldus

Post Reply
happosai
Posts: 3
Joined: Fri Mar 17, 2023 9:45 am

Problem with ftdi_sio driver?

Post by happosai »

Have some problems when trying the Tellstick on Linux, won't get any /dev/ttyUSBn device.

sudo /sbin/modprobe ftdi_sio vendor=6017 product=3120

Looking at the log, it seems as the ftdi_sio driver insertion doesn't recognize the parameters (product, vendor)

ftdi_sio: Unknown parameter `product'

Anyone that has seen this before?
(Or has any other pointer(s) to a solution...)
micke.prag
Site Admin
Posts: 2243
Joined: Fri Mar 17, 2023 9:45 am
Location: Lund
Contact:

Post by micke.prag »

That code works perfect on my machine. What version of the kernel are you using?
Micke Prag
Software
Telldus Technologies
happosai
Posts: 3
Joined: Fri Mar 17, 2023 9:45 am

Post by happosai »

I'm running on a 2.6.8-24.25 (Suse) system.

Did a quick try on a 2.6.17.10 (Ubuntu) LiveCD this morning and behold! The ttyUSB appears in all it's glory! :D
micke.prag
Site Admin
Posts: 2243
Joined: Fri Mar 17, 2023 9:45 am
Location: Lund
Contact:

Post by micke.prag »

The vendor and product parameter was added to the module in kernel 2.6.14
Micke Prag
Software
Telldus Technologies
happosai
Posts: 3
Joined: Fri Mar 17, 2023 9:45 am

Post by happosai »

This again proves the need to stay on the bleeding edge ;)
Post Reply