You are not logged in.

#1 2012-02-17 17:33:50

David Batson
Member
Registered: 2011-10-13
Posts: 640

[Solved] AT&T Mobile Hotspot Elevate 4G in tethered mode using netcfg

I was trying to get my new cellular mobile hotspot (Sierra Wireless 754S) to work in tethered mode via USB cable with my laptop (I figured it would require less power than using the WiFi connection to it).

At first I was trying to use wvdial as I did with my previous cellular modem, but I wasn't having much success.  Then I figured out I could use netcfg, which I was already using for WiFi at home.

I used the ethernet-dhcp example and just edited the line from eth0 to wwan0.  No need for wpa_supplicant in tethered mode.

/etc/network.d/attelevate {I chose attelevate for the filename}

CONNECTION='ethernet'
DESCRIPTION='A basic dhcp ethernet connection using iproute'
INTERFACE='wwan0'
IP='dhcp'
## for DHCPv6
#IP6='dhcp'
## for IPv6 autoconfiguration
#IP6='stateless'

# netcfg attelevate
{starts the connection}

HTH

Last edited by David Batson (2012-02-17 17:34:51)

Offline

Board footer

Powered by FluxBB