Final release of OpenWrt 19.07.8 for Khadas SBC VIM1 VIM2 VIM3 VIM3L Edge

@hyphop the github repo is 0.5 version ,can you update that repo to the newest version 0.6 ? thaks~

and the overlay rom is to small , how to use the remanining space of sd card to install the openwrt application.

as my main interest for now is prototyping some complex audio routing in pulseaudio and multiple sources and sinks, it is very annoying that openwrt does install pulseaudio for then running it as root !

i have test pulseaudio in openwrt - like pulse network audio server - some times ago! its work fine

what a problem ? we can run pulse as root as and as other user !

I am trying SSH into my VIM 3 and don’t know what are the credentials
(Ie username , password)
Can any one tell me what they are ?

what is the offucial way to create an user in openwrt ? i managed to create a user but when i opkginstall pulseaudio, then it runs as root, which i do not want

by default openwrt dont have root password
u must setup password via passwd

same as 4 every linux

  • useradd - add new user and usermod - change exist users (useradd --help)
  • or edit /etc/passwd /etc/shadow /etc/group by hands :wink:

then it runs as root, which i do not want

what a problem if pulseaudio run from root ? do u have any problem in this situation ? we use system as single not multi user system why not :wink:

in cany case u can add special pulse user pulse=51:pulse=51 and rewrite start script

OpenWrt 19.07.2 - Service Release - 6 March 2020

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 19.07.2, r10947-65030d81f3
 -----------------------------------------------------

https://openwrt.org/releases/19.07/notes-19.07.2

i will check it and update openwrt installation images to 19.07.2 soon

4 Likes

OpenWrt updated to 19.07.5 from Tue 15 Dec 2020 for VIM1 VIM2 VIM3 VIM3L and EDGE

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
[i] BUILD: OPENWRT 19.07.5 v0.75 - Tue 15 Dec 2020 07:48:31 AM UTC
[i] POST_CONFIG:  booted=emmc hwver=VIM1.V12 script=sd:*.sh
[i] BOOTINFO: uptime: 58.53 sec,  bootup: 5.39

[VIM1] LAN_IP: 172.23.0.1 WAN_IP: 192.168.100.231 MDNS: openwrt-khadas.local
    WEB: http://openwrt-khadas.local WEB TERM: http://openwrt-khadas.local:8088/
root@openwrt-khadas:/# 

IMAGES

PS: all latest builds are available for installation via Krescue

4 Likes

Openwrt and 5G MODEM Quectel EM060-E for VIM3/VIM3L - works out of box

root@openwrt-khadas:/# lsusb | grep LTE
Bus 001 Device 003: ID 2c7c:0306 Quectel Wireless Solutions Co., Ltd. EG06/EP06/EM06 LTE-A modem

root@openwrt-khadas:/# cat /etc/config/network 

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fdae:4841:c683::/48'

config interface 'lan'
        option type 'bridge'
        option proto 'static'
        option ipaddr '172.23.0.1'
        option netmask '255.255.255.0'
        option ifname 'eth0 usb0'

config interface 'modem'
        option proto '3g'
        option ipv6 'auto'
        option metric '240'
        option username 'root'
        option device '/dev/ttyUSB3'

root@openwrt-khadas:/# ifconfig 
3g-modem  Link encap:Point-to-Point Protocol  
          inet addr:10.2.60.60  P-t-P:10.64.64.64  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:52 errors:0 dropped:0 overruns:0 frame:0
          TX packets:77 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3 
          RX bytes:6412 (6.2 KiB)  TX bytes:5252 (5.1 KiB)


3 Likes

I need two 1000M interfaces,How to?

VIM3 VIM3L have usb3 and we can use any usb-ethernet chip ( for example RTL8153 Gigabit Ethernet Adapter - tested and works fine )

2 Likes

I cannot use my RTL8153 Gigabit Ethernet Adapter when connected to the first USB port
In you Doc the The second USB interface is USB2.0,Just 20MBps when i connected it.
Could you tell me How?

Hello, The USB port next to the ethernet port is USB3. However, the USB port’s mode(USB3 or USB2) depends on the mode switch, see here.

I have changed the USB mode .
The issue is I can not use “The USB port next to the ethernet port” for my usb network adapter.
It is not only Khadas Openwrt,the same problem occurs when I using other OpenWRT for S922X

show next logs + your network name adaptor + lsusb -v

The issu is that
I can use the USB port next to the power port ,connection speed is 20MBps
But can not “The USB port next to the ethernet port”, neither 2.0 nor 3.0


That is the result When I use “The USB port next to the ethernet port” .

When i use the other USB port it works fine,just low speed

this uboot log screenshot - i need linux logs (plz provide text logs )

When I used it , It cannot boot and replay Uboot, How can I get the linux logs?