What's new

Small LCD for router

  • 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!

Pretty cool. You could probably make some money selling those as an add-on device if you had a cheap enough supply of the LCD screens.

Especially to people who can't figure out how to type 192.168.1.1.:)
 
Wow. Very cool. You constantly impress me. :)

Btw, what is the music in your video?
 
Last edited:
This really answered my problem, thank you!
o.png
 
With the LCD monitor, would it also be possible to run a USB keyboard on the N66U's second USB port?
 
[solved don't know what I did or didn't dooo]

Hi, have now received my DPF, as from your link.

But I have problem with following
-"Press MENU+RESET to put DPF in bootloader mode while it is still connected to USB."

Have tried different approaches as: connected or not connected, pressing DPF keys simultaneously
or, one or the other a moment before, but I all get is a reset of the dpf.

Most properly problem caused by my shortcomings.

Please advice, minute for minute.

TIA
[solved don't know what I did or didn't dooo]
 
Last edited:
Hi me again :)
Easiest way to solve problem below ??
((running on rt-ac68U se above))

TIA & BR
Code:
Mar 14 12:42:39 LCD4Linux[3564]: GPS PLUGIN, Error: openPort -1
Mar 14 12:42:39 LCD4Linux[3566]: dpf: cannot open dpf device usb0
Mar 14 12:42:39 LCD4Linux[3566]: Error initializing driver DPF: Exit!
Code:
T:  Bus=02 Lev=02 Prnt=02 Port=02 Cnt=03 Dev#=  6 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=ff(vend.) Sub=ff Prot=ff MxPS= 8 #Cfgs=  1
P:  Vendor=1908 ProdID=0102 Rev= 2.00
S:  Manufacturer=hackfin
S:  Product=USB-Display
S:  SerialNumber=001
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=200mA
I:* If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=option
E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
 
Hi me again :)
Easiest way to solve problem below ??
((running on rt-ac68U se above))
Oh, I forgot to mention. Asus f\w handles every USB serial device with option.ko driver, placing VID/PID as option.ko parameter. It helps to support unknown 3G modems, but causes side effect, because not all USB serial devices are 3G modems! This is what I see in syslog when DPF has been connected:
Code:
Dec  1 03:00:11 kernel: usbcore: registered new interface driver usbserial_generic
Dec  1 03:00:11 kernel: drivers/usb/serial/usb-serial.c: USB Serial Driver core
Dec  1 03:00:11 kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for GSM modem (1-port)
Dec  1 03:00:11 kernel: option 1-1.2:1.0: GSM modem (1-port) converter detected
Dec  1 03:00:11 kernel: usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB0
Dec  1 03:00:11 kernel: usbcore: registered new interface driver option
Dec  1 03:00:11 kernel: drivers/usb/serial/option.c: USB Driver for GSM modems: v0.7.2

I modified start script this way:
Code:
admin@RTN66U:/tmp/home/root# cat /opt/etc/init.d/S91lcd4linux
#!/bin/sh

rmmod option && sleep 2

ENABLED=yes
PROCS=lcd4linux
ARGS="-f /opt/etc/lcd4linux.conf"
PREARGS=""
DESC=$PROCS
PATH=/opt/sbin:/opt/bin:/opt/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

. /opt/etc/init.d/rc.func
I can't add this fix to Entware package because it's firmware independent.
 
weird, both identical here, but I have errormezz.

Any ideas when I look closer to this next week hopefully ??

script gives this with switch "check"
-"Checking lcd4linux... dead."



BR & TIA
 
From : -"Ask @zyxmon to compile package for Entware-arm from sources." quote from you above.

But I can have mezzed things up, will start again from scratch next week. Clean flash, fomat usb, install entware and opkg install
lcd4linux-dpf_r1201-1_armv7soft.ipk

So hold your horses, and please help me again next week.

Edit : then without dualwan/huawei modem dongle.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

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