I've been using my Pi for a while using a Huawei USB modem with no problems. I just plugged it in, started up the Pi and it worked. However now I need to change the APN name for the sim card I'm using.
Were can I do this?
I'm using raspbian.
What program are you using to dial, wvdial or else? Setting files are located in different places for different programs.Taqyon wrote:I've been using my Pi for a while using a Huawei USB modem with no problems. I just plugged it in, started up the Pi and it worked. However now I need to change the APN name for the sim card I'm using.
Were can I do this?
I'm using raspbian.
Code: Select all
pi@raspberrypi:~ $ lsusb
Bus 001 Device 007: ID 19d2:1048 ZTE WCDMA Technologies MSM
Bus 001 Device 005: ID 20f4:648b TRENDnet TEW-648UBM 802.11n 150Mbps Micro Wireless N Adapter [Realtek RTL8188CUS]
Bus 001 Device 004: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Code: Select all
pi@raspberrypi:~ $ cat /etc/wvdial.conf
[Dialer Defaults]
Phone =
Username =
Password =
New PPPD = yesCode: Select all
pi@raspberrypi:~ $ ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:19:66:ce
inet6 addr: fe80::7c6:d56d:6eac:5262/64 Scope:Link
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:200 errors:0 dropped:0 overruns:0 frame:0
TX packets:200 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:16656 (16.2 KiB) TX bytes:16656 (16.2 KiB)
usb0 Link encap:Ethernet HWaddr 02:0c:e7:0b:01:02
inet addr:192.168.9.136 Bcast:192.168.9.255 Mask:255.255.255.0
inet6 addr: fe80::df88:1af0:85ae:3f16/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1825 errors:0 dropped:0 overruns:0 frame:0
TX packets:163 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:246898 (241.1 KiB) TX bytes:26405 (25.7 KiB)
wlan0 Link encap:Ethernet HWaddr d8:eb:97:2b:df:fa
inet addr:10.6.77.118 Bcast:10.6.77.255 Mask:255.255.255.0
inet6 addr: fe80::1c55:1d51:7a3a:462c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:253 errors:0 dropped:0 overruns:0 frame:0
TX packets:177 errors:0 dropped:1 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:72222 (70.5 KiB) TX bytes:34285 (33.4 KiB)192.168.9.136 is the address on the Pi not the address of the dongle (if that network is from the dongle). Chances are the dongle is on 192.168.9.1 or 192.168.9.254. You could probably check that with (netstat -nr).Taqyon wrote: +mfa298 My ifconfig shows an IP address of 192.168.9.136, but NetSurf says it can't connect to that address on port 80.
Code: Select all
pi@raspberrypi:~ $ ifconfig usb0 Link encap:Ethernet HWaddr 02:0c:e7:0b:01:02 inet addr:192.168.9.136 Bcast:192.168.9.255 Mask:255.255.255.0 inet6 addr: fe80::df88:1af0:85ae:3f16/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1825 errors:0 dropped:0 overruns:0 frame:0 TX packets:163 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:246898 (241.1 KiB) TX bytes:26405 (25.7 KiB)
In Raspbian, Epiphany is the default included Web Browser and should support JSTaqyon wrote:Looks like you're on the money! However I get an error that the browser does not support javascript, so I've installed Epiphany, but I can't find it on the apps folder on the desktop..... Any help appreciated.
Code: Select all
sudo apt-get update
sudo apt-get install iceweaselSorry took a while to get the client to send me a picture. See attached.mosespi wrote:Didn't know some show up as ethernet adapters. Saves digging into connect scripts and ppp, etc.
What model cell modem is this?
Regards,
-Moses
You probably need to supply more information. It may also be better to start your own thread rather than replying to one that's months old.Ongelma wrote:Still nothing from no one?.