Re: Connecting with eMobile D02HW
- From: adam <jiang adam gmail com>
- To: networkmanager-list gnome org
- Subject: Re: Connecting with eMobile D02HW
- Date: Fri, 30 Jan 2009 03:02:21 +0900
Hello,
On Mon, Jan 26, 2009 at 01:36:55PM +0900, Jacobs Shannon wrote:
> Greetings, and I hope this is the correct forum to ask this
> question... I searched the archives and only found a few slightly
> related mentions of eMobile, but no answer to my question. The kinds
> of questions seems relevant, however, so:
>
> Background: My eMobile connection uses a D02HW that connects via the
> USB port. It works well with Windows (which I hate using), and I can
> connect in Ubuntu Ibix 8.10 with pon and poff using instructions
> such as these (in the second section):
>
> http://forums.ubuntulinux.jp/viewtopic.php?id=3675
>
> However, I want to make it work via the NetworkManager Applet
> (0.7.0) on my old ThinkPad X30. So far it recognizes the device and
> I modified the preexisting (Vodafone) connection, but when I try to
> connect with NetworkManager, it just tries and then disconnects.
> Where can I control the other settings in the /etc/ppp/peers
> parameter file? In particular, I think I need the noauth setting,
> but NetworkManager rejects my attempts to do it graphically...
D02NE works fine on my ubuntu box. But I never get it worked with
NetworkManager. I am using it via wvdial-it is simple and clear. You can
get lots of information about how to set up a connection by goolgling
'wvdial'.
I don't think there is anything special for auth. I put username and
password as 'em' which mentioned in the URL you pointed. Following lines
come from my configurations:
--
$ cat /etc/wvdial.conf
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2
Modem Type = USB Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
Phone = *99***1#
Password = em
Username = em
--
Due to lack of D-bus support, wvdial will never notify the networking
status to any other applications, such as firefox. You need a bit of
workaround. You may revise your d-bus config as following:
--
$ diff -Nur
/etc/dbus-1/system.d/NetworkManager.conf-default
/etc/dbus-1/system.d/NetworkManager.conf
--- /etc/dbus-1/system.d/NetworkManager.conf-default 2009-01-29
20:13:43.000000000 +0900
+++ /etc/dbus-1/system.d/NetworkManager.conf 2009-01-29
20:14:58.000000000 +0900
@@ -5,16 +5,16 @@
<policy user="root">
<allow own="org.freedesktop.NetworkManager"/>
- <allow
send_destination="org.freedesktop.NetworkManager"/>
- <allow
send_interface="org.freedesktop.NetworkManager"/>
+ <deny
send_destination="org.freedesktop.NetworkManager"/>
+ <deny send_interface="org.freedesktop.NetworkManager"/>
</policy>
<policy user="haldaemon">
- <allow
send_destination="org.freedesktop.NetworkManager"/>
- <allow
send_interface="org.freedesktop.NetworkManager"/>
+ <deny
send_destination="org.freedesktop.NetworkManager"/>
+ <deny send_interface="org.freedesktop.NetworkManager"/>
</policy>
<policy at_console="true">
- <allow
send_destination="org.freedesktop.NetworkManager"/>
- <allow
send_interface="org.freedesktop.NetworkManager"/>
+ <deny
send_destination="org.freedesktop.NetworkManager"/>
+ <deny send_interface="org.freedesktop.NetworkManager"/>
</policy>
<policy context="default">
<deny own="org.freedesktop.NetworkManager"/>
--
By the way, take a look at your dial-up utilities on Windows, you can
get the spec of you modem and ISP info.
Hope this could be help. Good luck.
>
> My ultimate goal is to share the connection on my home network
> (which I'm currently doing with ICS--but I still hate Windows).
>
>
> --------------------------------------
> Power up the Internet with Yahoo! Toolbar.
> http://pr.mail.yahoo.co.jp/toolbar/
> _______________________________________________
> NetworkManager-list mailing list
> NetworkManager-list gnome org
> http://mail.gnome.org/mailman/listinfo/networkmanager-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]