Tuesday, August 24, 2010

Difference Between Hepatitis A And Hepatitis E

Key Croatian Vodafone on Ubuntu 10.04

The key Vodafone giving in Croatia is actually a USB hub inside the modem that is a microSD reader, which is used to automatically load drivers on Windows.
Which Linux is not happy.

If you're lucky, the stick and it works:
ls / dev / tty *
shows the USB modem (eg ttyUSB_utps_modem).

If not, you need to load an additional module:
sudo modprobe usbserial vendor = 0x12d1 product = 0x1003
modem should now appear.

For reasons that escape me and are not interested in learning more, not part of the automatic network configuration, it is necessary to edit the base / etc / wvdial.conf:
[Dialer Defaults]
Phone = * 99 *** 1 #
Username = ''
Password = ''
Stupid Mode = 1
Dial Command = ATDT

[Dialer hsdpa]
Modem = /dev/ttyUSB_utps_modem
Baud = 460800
Init = ATX3
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,"IP","data.vip.hr",,0,0
ISDN = 0
Modem Type = Analog Modem
After that, you can activate the connection with
sudo wvdial hsdpa

0 comments:

Post a Comment