Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index International Gentoo Users Portuguese Documentação, Ferramentas e Dicas
  • Search

TMN UMTS 1.8Mbps How-to

Fórum para a publicação de documentação, ferramentas e dicas no idioma português.
Post Reply
Advanced search
1 post • Page 1 of 1
Author
Message
TAF
n00b
n00b
User avatar
Posts: 31
Joined: Mon Jan 20, 2003 12:21 am

TMN UMTS 1.8Mbps How-to

  • Quote

Post by TAF » Sun Nov 19, 2006 4:13 pm

Cá vai um how-to para quem quiser meter a Globettroter da TMN a bombar em Gentoo.

Post original aqui

1-Verificar se estamos a falar da placa correcta. Neste caso, fazendo lspci deve conter uma linha semelhante à seguinte:
000:04:00.0 Network controller: Option N.V.: Unknown device 000c
2-Obter o módulo do kernel
cd /usr/local/src
sudo wget http://www.pharscape.org/3G/nozomi.tgz
sudo mkdir nozomi
sudo tar xvf nozomi.tgz -C nozomi
3-Compilar
cd nozomi
make
sudo cp nozomi.ko /lib/modules/<versão_do_kernel>/kernel/drivers/pci/hotplug
update-modules
modprobe nozomi
4-Inserir a carta e deve aparecer a seguinte mensagem no dmesg
Nozomi driver nozomi_tty<6>[780] nozomi_read_config_table(): Version of card: 3
Initializing Nozomi driver (build date: Sep 4 2006 11:33:26)
[772] nozomi_read_config_table(): Initialization OK!
5-Obter o utililtário de controle da carta
sudo wget http://www.pharscape.org/3G/comgt/comgt0.3.tgz
sudo mkdir comgt0.3
sudo tar xvf comgt0.3.tgz -C comgt0.3
cd comgt0.3
sudo make all
sudo make install
6-Aceder à carta

ln /dev/noz0 /dev/modem
chmod 777 /dev/modem

gcom -d /dev/noz0 (e deve aparecer algo parecido com isto:)
Enter PIN number: 0000
Waiting for Registration..(120 sec max)....................
Registered on Home network: "TMN",0
Signal Quality: 14,0
7- Editar /etc/conf.d/net

adicionar no fim do ficheiro:

Code: Select all

###
#UMTS section
###
config_ppp0=( "ppp dhcp" )
link_ppp0="/dev/noz0"
username_ppp0='user'
password_ppp0='any'

pppd_ppp0=(
 "debug"
 "passive"
 "lock"
 "crtscts"
 "modem"
 "noauth"
 "defaultroute"
 "noipdefault"
 "usepeerdns"
 "novj"
)
phone_number_ppp0=( "*99**1#" )
chat_ppp0=(
   'ABORT' 'BUSY'
   'ABORT' 'ERROR'
   'ABORT' 'NO ANSWER'
   'ABORT' 'NO CARRIER'
   'ABORT' 'NO DIALTONE'
   'ABORT' 'Invalid Login'
   'ABORT' 'Login incorrect'
   'TIMEOUT' '5'
  '' 'ATZ'
  'OK' 'ATH'
  'OK' 'AT+CGDCONT=1,"ip","internet"
  'OK' 'ATDT*99***1#'
  'CONNECT' ''
  'TIMEOUT' '30'
  '~--' ''
)
 

e criar a ligação
cp /etc/init.d/net.eth0 /etc/init.d/net.ppp0
8- Ligar
/etc/init.d/net.ppp0 start
9- O truque

criar o ficheiro /etc/resolv.conf_tmn com o seguinte conteudo
nameserver 194.65.3.21
nameserver 194.65.3.20
E copiar para o devido local:
cp /etc/resolv.conf_tmn /etc/resolv.conf
et voilá.

Se tiverem problemas avisem
Forum Tecnologia e Linux em Português
Top
Post Reply
1 post • Page 1 of 1

Return to “Documentação, Ferramentas e Dicas”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy