Gentoo Archives: gentoo-user

From: Dimitrios Ropokis <wamy80s@×××××.com>
To: gentoo-users <gentoo-user@l.g.o>
Subject: [gentoo-user] for mobile GPRS cards Nozomi module works
Date: Thu, 05 Jun 2008 19:47:15
Message-Id: 1212695190.11028.19.camel@localhost
1 Hi to all,
2 I managed to make Option Globetrotter Card working in Gentoo
3 with Gnome 2.20 , kernel gentoo-sources-2.6.25-r4 made with genkernel,
4 and gnome-ppp, this worked for Vodafone Greece,
5 modem=/dev/noz0in gnome-ppp username=vodafone,
6 password=vodafone,phone=*99***1#,DNS in automatic
7 in kernel compile enable the character device called HSDPA modem with
8 genkernel - known name for it is nozomi,
9 then:
10 mknod /dev/noz0 c 241 0; mknod /dev/noz1 c 241 1
11 mknod /dev/noz2 c 241 2; mknod /dev/noz3 c 241 3
12 with next reboot and gnome-ppp net works!
13
14 I want also to add that I prefer to use these free DNS Servers
15 in /etc/resolv.conf:
16 nameserver 208.67.222.222
17 nameserver 208.67.220.220
18
19 bad news are my wvdial nozomi did not worked:
20 here is my wvdial.conf:
21 [Dialer Defaults]
22 Phone = *99***1#
23 Username = use
24 Password = pass
25 Stupid Mode = 1
26 Dial Command = ATDT
27 [Dialer nozomi]
28 Modem = /dev/noz0
29 Baud = 460800
30 Init2 = ATZ
31 Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
32
33 anyway I have a perfect - moveable linux laptop!
34 Thank y all!
35
36 --
37 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] for mobile GPRS cards Nozomi module works Iain Buchanan <iaindb@××××××××××××.au>