What's new

Phoenix, Smartreader for oscam are mounted lika a modem 3G/4G

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

MiCk

New Around Here
At the beginning, I would like to say hello.

Merlin Software I use a few days. Previously I worked on Tomato by Shibby almost an year.

So I have a problem as the topic. I would like to run OSCAM server.
Now on Merlin I have problem with the mount reader: phoenix or smargo.
They are recognized as 3G/4G modem and oscam does not start.

usbcore: registered new interface driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
drivers/usb/serial/usb-serial.c: USB Serial Driver core
drivers/usb/serial/usb-serial.c: USB Serial support registered for GSM modem (1-port)
option 1-1.1:1.0: GSM modem (1-port) converter detected
usb 1-1.1: GSM modem (1-port) converter now attached to ttyUSB0
usbcore: registered new interface driver option
drivers/usb/serial/option.c: USB Driver for GSM modems: v0.7.2

I doesn't have any idea why it happends ?

I tried manualy add records to run modules usbserial and ftdi_sio but always after restart router readers are mounted like modem.

Maybe some one have some idea how to solve it?
 
Does it not work to tell oscam to use /dev/ttyUSB0 as the device??

Genereally GSM modems are treated just like any serial device, so that the log says it's a GSM modem shouldn't matter.
 
An option.ko got dynamic slot which Asus uses in following hack: every device with serial endpoint is to be handled by option.ko. Unload option.ko and load appropriate modules.

I've got the same trouble when tried to use USB-LAN dongle. Now my RT-N66U got 5 LAN ports:)
 
Thanks guys for support.

So I wrote in services-start:

modprobe -r -v option.ko
insmod usbserial
insmod ftdi_sio

and oscam works :)

ryzhov_al what do you think, is it optimal or can I do this records better ?
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top