mike
January 2, 2017, 11:50pm
5
syncer:
Hello,
you almost for sure will get issues with drivers, 1.1.x is pretty old
1.2 betas is more freshier, but it still far away from stable
I’m not sure if ppp will work, will check with devs
Thanks for the above. I’m running the latest beta anyway since stable 1.1.7 does not want to install. Just two questions now:
When will devs answer?
Where can I get any changelogs for betas?
Thanks!
EDIT:
I installed modem today and it’s showing up in the system:
michal@vyos:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 1199:68c0 Sierra Wireless, Inc.
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Also, I’ve got two new devices. That means qmi_wwan driver is loaded correctly:
Just to confirm I run dmesg:
[ 9.927826] qmi_wwan 1-4.3:1.8: cdc-wdm0: USB WDM device
[ 9.928091] qmi_wwan 1-4.3:1.8 wwan0: register ‘qmi_wwan’ at usb-0000:00:14.0-4.3, WWAN/QMI device, xx:xx:xx:xx:xx:xx
[ 9.928598] qmi_wwan 1-4.3:1.10: cdc-wdm1: USB WDM device
[ 9.928811] qmi_wwan 1-4.3:1.10 wwan1: register ‘qmi_wwan’ at usb-0000:00:14.0-4.3, WWAN/QMI device, xx:xx:xx:xx:xx:xx
Now, how to use the damn thing now?
EDIT2:
From linux commands I can get to the following:
michal@vyos:~$ sudo ifconfig -a
eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::230:18ff:fe08:f72/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1910 errors:0 dropped:0 overruns:0 frame:0
TX packets:1671 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:175174 (171.0 KiB) TX bytes:187335 (182.9 KiB)
eth1 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:822 errors:0 dropped:0 overruns:0 frame:0
TX packets:822 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:50516 (49.3 KiB) TX bytes:50516 (49.3 KiB)
wwan0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wwan1 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Unfortunately WWAN0 and WWAN1 do not show as interfaces in VyOS config cli anywhere. I guess they should be appearing in interfaces->wirelessmodem or elsewhere… Any good idea?