MidnightWizard
Executive Member
Please can one of the LINUX 3G / USB modem gurus help
A friend has a ZYXEL SGB3300 router which was supplied by Telkom as part of a plan / package deal
He does not have ADSL / VDSL or Fibre so must rely on MOBILE for access to the Internet.
Problem is very few operators still supply the USB Modem sticks
I managed to find an old VODACOM starter pack that comes with a USB modem / dongle
This is a ZTE K4203-Z
When plugged into the router it starts up OK and goes to light blue solid indicating a connection to the network (VODACOM )
HOWEVER
The router is NOT recognising the USB MODEM !
I checked via the instructions on this ZYXEL page
https://kb.zyxel.com/KB/searchArticle!gwsViewDetail.action?articleOid=013274&lang=EN
Which gave me the necessary info on the ZTE modem
I applied this info but the modem is still not recognised
I then found this page
http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?f=3&t=2427
Which discusses the exact same ZTE modem in some detail AND provides the info on how to get the modem recognised /working.
"To get it working, I just had to add these lines to /etc/network/interfaces:"
Problem is -- the LINUX running on the ZYXEL seems to have a different file structure and stores the info in some other place -- NO: /etc/network/interfaces
Here is a screenshot of a TELNET session to the router

I would really appreciate some kind LINUX guru explaining how I can get the necessary info into the correct place on the ZYXEL version of the LINUX they use AND get the USB modem working
Thanks
A friend has a ZYXEL SGB3300 router which was supplied by Telkom as part of a plan / package deal
He does not have ADSL / VDSL or Fibre so must rely on MOBILE for access to the Internet.
Problem is very few operators still supply the USB Modem sticks
I managed to find an old VODACOM starter pack that comes with a USB modem / dongle
This is a ZTE K4203-Z
When plugged into the router it starts up OK and goes to light blue solid indicating a connection to the network (VODACOM )
HOWEVER
The router is NOT recognising the USB MODEM !
I checked via the instructions on this ZYXEL page
https://kb.zyxel.com/KB/searchArticle!gwsViewDetail.action?articleOid=013274&lang=EN
Which gave me the necessary info on the ZTE modem
I applied this info but the modem is still not recognised
I then found this page
http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?f=3&t=2427
Which discusses the exact same ZTE modem in some detail AND provides the info on how to get the modem recognised /working.
"To get it working, I just had to add these lines to /etc/network/interfaces:"
Code:
auto usb0
iface usb0 inet dhcp
Problem is -- the LINUX running on the ZYXEL seems to have a different file structure and stores the info in some other place -- NO: /etc/network/interfaces
Here is a screenshot of a TELNET session to the router

I would really appreciate some kind LINUX guru explaining how I can get the necessary info into the correct place on the ZYXEL version of the LINUX they use AND get the USB modem working
Thanks