[ manca @ 19.11.2001. 20:50 ] @
Dakle, imam modem Cirrus Logic Intell Ham pa bih hteo da ga postavim da radi u linuxu.Imam i drajver za njega.Tar.gz.Ali ne znam da ga postavim .
Ko oce neka pomogne.Cuo sam da treba da skinem i wvdial.Skinuo sam ga ali ne znam da ga installiram.Ko zna ovo neka mi posalje upustvo document na mail [email protected] hvala unapred.
POZDRAV!!!
[ Tigerheart @ 19.11.2001. 21:33 ] @
ajd posalji tacan model modema da vidim sta mogu da nadjem za njega ..... :) .
[ manca @ 19.11.2001. 22:24 ] @
Intel Ham Data Fax Voice MD5628!!!
[ Tigerheart @ 20.11.2001. 07:09 ] @
Citat:
manca je napisao:
Intel Ham Data Fax Voice MD5628!!!

Izgleda daces imati malcice vise problema sa instalacijom .... pokusaj sa ovim drajverima ...... imas i upustvo za njega .....
inace modem ti je tkz Winmodem Controlless .... Host Accelerated Modem (HaM)
Drajver ...
kernel 2.2.x
http://developer.intel.com/des...ms/support/license/r-333-5.htm
kernel 2.4.x
http://developer.intel.com/des...t/license/Intel-v92ham-415.htm
Uputsvo ....
http://www.amigo.com.tw/Dl/2019linuxreadme.txt

Pogledaj i ovo...
http://lhd.datapower.com/db/dispproduct.cgi?DISP?1560

Skinuo sam drv i upustvo pa cu videti da ga proucim ....postovacu rezultate
na forum .....

=============================
I bought my amibent 5628 modem from ubid.com for only $15. I downloaded and installed linux driver from intel on my mandrake 7.2. To make it work, I have to do the following: ln -s /dev/ham /dev/modem And then configure the kppp so I can connect to the internet. It works great.
==============================
[ Tigerheart @ 20.11.2001. 07:23 ] @

Ako ti nesto nije jasno u samom upustvu .... posalji post i navedi sta ti nije jasno :)

---------------------- Upustvo za instalaciju ---------------------------------------

ReadMe file for the
Intel® MD563X-HaM V.92 chipset Linux driver

contents:
1. License
2. Release Notes
3. Installation
4. File Descriptions
5. International Users
6. Beta Tester appreciation
7. Security issues
8. Compilation issues
a. Instructions for Debian Users
b. Kernel Source
9. What is the Hamregistry?
10. what's v92 and v44?
11. Comments, ideas, problems, fixes

---------------------------------------------------------------------------------
1. LICENSE

IMPORTANT - read the file "LICENSE.txt" for the INTEL SOFTWARE LICENSE AGREEMENT
BEFORE COPYING, INSTALLING OR USING.


also note:
The serial driver open source code located in the directory "serialdrv"
is work covered under the GNU GENERAL PUBLIC LICENSE (GPL).
The "serialdrv" directory has the GPL in the file "GPL.txt".

---------------------------------------------------------------------------------
2. Release Notes [4.15]

22 September 2001:
This release supports 2.4.x kernels.

This release has currently be tested up to 2.4.4

This release is not compatible to 2.2.x kernels, please use
the 333-5 Linux ham driver.

The 415 ham corecode binary was compiled in Mandrake 8.0 with gcc version 2.96

v92 support added: modem on hold AT command set,
PCM upstream, v44, and quick connect are implemented.

THE CURRENT LIST OF DISTRIBUTIONS THAT I HAVE
TESTED AND SEEN TO WORK WITH THIS
DRIVER ARE THE FOLLOWING:
* Mandrake 8.0 with Linux HaM version 415 and kernel 2.4.3-20mdk
* Redhat 7.1 with Linux HaM version 415 and kernel 2.4.2-2
* SuSE 7.2 with Linux HaM version 415 and kernel 2.4.4-4GB
NOTE: Currently there is a problem with the HaM driver and SuSE 7.2 ppp connections.
I have been able to get ppp connection with bellsouth by calling this bash script:
and wvdial config section

------my script----------------------
#! /bin/sh
/usr/sbin/pppd -detach lock asyncmap 00000000 \
defaultroute debug /dev/modem 57600 \
ipparam ppp0 linkname ppp0 \
noauth \
connect "/usr/bin/wvdial --chat bellsouth"

------my /etc/wvdial.conf section ---
[Dialer bellsouth]
Modem = /dev/modem
Baud = 57600
Init1 = ATZ
Inti2 = ATQ0 V1 E1 S0=0 &C1 &D2
Dial Command = ATDT
Phone = 6859500
Username = myloginname
Password = mysecretpassword
#Ask Password = 1
Stupid Mode = 0
------------------



---------------------------------------------------------------------------------
3. INSTALLATION

Prerequisites:
1. root access
2. bash shell to run install scripts
3. a HaM modem
4. kernel source headers for the kernel you are running

6 steps to install
1. login as ROOT
2. extract the archive into a directory with "tar -xvf <archivename>.tgz"
3. cd into the directory it created.
4. Type: make clean
5. Type: make all
6. Type: make install



The installation script has been designed for the following distributions release versions
NOTE: this script was created during 2.2 kernels with Linux ham driver 333-5.
This newer driver, 412-3 does not work with 2.2 so some of these
distributions may not work any more.

mandrake-release
SuSE-release
redhat-release
debian_version (including Corel)
slackware-version
conectiva-version
bluepoint-release
Unknown distributions install modules and utilities but
will not install boot scripts!.

Please examine the haminst script if you have a different distribution.

The driver is split in two. A ham serial driver and core driver.
The core driver must be loaded first since the serial driver depends on it.
The serial driver registers itself as character device major number 240, minor number 1.
The serial driver takes one argument right now, which is a number to override the default major number if you need to.


ATTENTION: if the driver compiles but the script just wont work for you.
Here are the bare minimum steps to get your modem to work.

0. log in as root.
1. insmod -f hamcore.o
2. insmod -f ham.o
2a. you can start "hamregistry" at this point if you wish.
3. rm /dev/ham
4. mknod /dev/ham c 240 1 (note "240" is the default, if it does not work see what /proc/devices says ham's major number is)
5. ln -s /dev/ham /dev/modem
6. start a comm application like minicom and use the modem.
7. see section 3 (International Users) for info on setting the correct country settings.


---------------------------------------------------------------------------------
4. FILE DESCRIPTIONS

haminst installation script to install HaM modules and supporting files


files copied to /lib/modules/(kernel-version)/misc
hamcore.o driver core code module
ham.o pseudo serial driver for HaM, depends on hamcore.o

files copied to /etc/rc.d/... (path differes per distribution)
hamboot boot scrip to start and stop HaM modules

files copied to /usr/sbin
hamregistry hamregistry is the "registry" like tool that the modem uses to get and store persistant data
such as county info and profile strings.

files copied to /etc
linhamreg.bin file that stores the initial persistant data for modem.


---------------------------------------------------------------------------------
5. INTERNATIONAL USERS

hamregistry will store the last country setting you
set in the modem.

in minicom (or equivalent comm application)
the commmand to change country setting is "AT+GCI="
the command takes a t.35 country code in hexadecimal.
below is a list of currently supported t.35 country codes.
you can also put this "AT" command in the init string of
the comm application you are using.

if you are a CTR-21 country I think you should be able to
choose a CTR-21 country on the list and be ok. but
that's no guarantee.
The same goes for countries that are "USA" compatable.
(this table also exist in the source file wwh_dflt.c that
ships with the hamcore driver)

country code , t.35 code
---------------------------
USA 1 B5
ARG 54 07
AUS 61 09
AUT 43 0A
BEL 32 0F
BOL 591 14
BRA 55 16
CHE 41 A6
CHL 56 25
CHN 86 26
COL 57 27
CYP 357 2D
DEU 49 42
DNK 45 31
DOR 47 82
ECU 593 35
ESP 34 A0
FIN 358 3C
FRA 33 3D
GBR 44 B4
GRC 30 46
HKG 852 50
IDN 62 54
IND 91 53
IRL 753 57
ISL 354 52
ISR 972 58
ITA 39 59
JPN 81 00
KOR 82 61
LIE 423 68
LUX 352 69
MEX 52 73
MYS 60 C3
NLD 31 7B
NOR 47 82
NZL 64 7E
PAK 92 84
PAN 507 85
PER 51 88
PHL 63 89
PRT 351 8B
RUS 7 B8
SAU 966 98
SGP 65 9C
SWE 46 A5
THA 66 A9
TUR 90 AE
TWN 886 26
VNM 84 BC


---------------------------------------------------------------------------------
6. Thanks to the following beta testers for their valuable input and suggestions
during the HaM 333 beta test between January 2 - 26, 2001

Sean Walbran
Rob Clark
Marvin Stodolsky
Dominique Duval
Roman Krais
Ulrich Guenther
Marcelino Viana Pinheiro
Thomas S. Iversen
Jospeh Teichman
Michel Bartolone (MED)
Ramon Gonzalez Montoiro
Ryoji Kawagishi
Torsten Vogel
"jandro"
Ian Carr-de Avelon
Helga Weindl
Ed Casas
Bernhard Hoelcker
Alexander "Sasha" Voytov
Albert Woo
Peter Hirschmann

and all of the helpful Linux HaM users
around the world and at www.linmodems.org

---------------------------------------------------------------------------------
7. Security issues

the haminst and hamboot file install the files and device nodes as
root for the owner and group.
this will cause problems for those who want to user the modem to dialout
using an account other than root.

In SuSE, "dialout" is the group used to install the files and device node.
This way, anyone belonging to the "dialout" group can use the modem to dialout.
(take a look at /etc/group)

I did not want the script to allow full access of the modem to everyone without
"root" knowing.

Edit the hamboot and haminst scripts to fit your needs.

---------------------------------------------------------------------------------
8. Compile issues
a. this driver will now compile with the this path:
/lib/modules/<kernel version>/build/include
the 2.4.4 kernels says to copy the /boot/vmlinuz.version.h
over to the kernel build path. I have the makefile do this
if this file exists. I found out about this new
build procedure at the last minute. I have not tested
a situation where the user does not install kernel source code,
but I am going to guess that it is no longer necessary.


---------------------------------------------------------------------------------
9. What is the Hamregistry?
The hamregistery is an application that stores data for the ham driver onto
the disk. hamregistry stores information from the driver that needs to
persist from reboot to reboot such as you current country setting.
The haminst install script and the hamboot script start this utility automatically for you.
If this tool is not present when the driver gets used your profile, quickconnect,
and current country setting will not be saved but the driver should still work fine.
The only step that would need to be done is to make sure that the driver is set
to the correct country with at+gci= (see section 5)


---------------------------------------------------------------------------------
10. What's v92 and v44?

a. modem on hold: (ISP and your ISP dialer must also support this)
This will allow you to pause your ppp connection to answer an incoming call.
You will need call waiting, dialer, and ISP support for this to work. When you are done with the call you can
resume your ppp connection without having to reconnect. The AT command set for this feature exist in the driver.

b, pcm upstream: (ISP must also support this)
This will allow faster upload speeds.

c. quickconnect:
Once you make a call to a v92 modem, your phoneline characteristics are stored.
Whenever you make a new v92 connection it will use this data to make the call negotiation
quicker (approx 10 seconds).

d. v44: (ISP must also support this)
A better compression protocol than v42 which can give you better transfer speeds.


---------------------------------------------------------------------------------
11. Comments, ideas, problems, fixes:
please contact

Dorian S. Araneda
Product Engineer,
Intel Residential Access Division (RAD)
http://developer.intel.com/design/modems/
www.intel.com www.intc.com (ticker: INTC)
110 Horizon Dr., Suite 300, Raleigh, NC 27615


other resources and information on Linux controllerless modems can be found on
http://www.linmodems.org
and
http://linmodems.technion.ac.il
[ manca @ 20.11.2001. 11:59 ] @
Ali de mi napisi na srpskom!Upustvo
[ Dejan Lozanovic @ 20.11.2001. 13:15 ] @
Citat:
manca je napisao:
Ali de mi napisi na srpskom!Upustvo


Leba ti, a da dodje covek kod tebe kuci i sve ti to dzabe instalira ?! Pa daj ne budi smesan covek ti je lepo postovao uputstvo koje je nasao na netu dao ti linkove za drajvere i jos ti malo ne budi nezahvalan
[ manca @ 20.11.2001. 14:37 ] @
Ma ja znam to i hvalamu zahvalan sam ali ne znam bas najbolje engleski!
[ Tigerheart @ 20.11.2001. 22:14 ] @
Prevod By Tigerheart

INSTALACIJA

Da bi ste mogli instalirati drajver potrebno je da imate:
1. pristup sistemu kao root
2. bash shell za instalaciju skripti
3. HaM modem ubacen u masinu
4. odgovarajuci drajver u zavisnosti koji kernel koristite 2.2.x ili 2.4.x

6 koraka za instalaciju
1. ulogujte se kao ROOT
2. otpakujte drajvere u direktorijum sa "tar -xvf <ime fajla>.tgz"
3. prebacite se komandom cd u direktorijum gde se nalazi otpakovan drajver.
4. Otkucajte: make clean
5. Otkucajte: make all
6. otkucajte: make install



Skripta je napravljena za sledece distribucije:

mandrake-release
SuSE-release
redhat-release
debian_version (ukljucujuci Corel)
slackware-version
conectiva-version

Drajver je podeljen na dva dela, na HAM serial drajver i core drajver.
Core drajver mora da bude ucitan prvi posto serial drajver zavisi od njega.

UPOZORENJE: Ako je drajver kompajliran a skripta i dalje nece da odradi svoj deo posla, u tom slucaju evo par koraka kako bi se mogao modem osposobiti za rad.

0. uloguj se kao root.
1. otkucaj: insmod -f hamcore.o
2. otkucaj: insmod -f ham.o
2a. mozes da pokrenes "hamregistry" od ovog trenutka ako hoces.
3. otkucaj: rm /dev/ham
4. otkucaj: mknod /dev/ham c 240 1 ( "240" je defaulth, ako ovo neradi pogledaj sta /proc/devices kaze koji je HAM-ov major number)
5. otkucaj: ln -s /dev/ham /dev/modem
6. pokreni aplikaciju kao sto je npr minicom i pokusaj da koristis modem( npr otkucaj ATX3 komandu ili npr pokusaj da okrenes br telefona sa komandom ATDPxxxxxxx, gde je xxxxxxx broj telefona).
7. pogledaj sekciju za interneacionalne korisnike za info o pravilnom regionalnom podesavanju modema za rad.

---------------------------------------------------------------------------------
OPIS FAJLOVA KOJI SE KORISTE ZA HaM

haminst instalaciona skripta za instalaciju HaM modula i podrzanih fajlova


fajlovi kopirani u /lib/modules/(kernel-version)/misc
hamcore.o drajver core code modul
ham.o pseudo serial drajver za HaM, zavisi od hamcore.o

fajlovi kopirani u /etc/rc.d/... (putanja razlicita od distroa do distroa)
hamboot boot skripta za startovanje i zaustavljanje HaM modula

fajlovi kopirani u /usr/sbin
hamregistry hamregistry je "registarski" alat koji modem koristi dobijanje i cuvanje odredjenih podataka kao sto je country info i profil stringovi.

fajlovi kopirani u /etc
linhamreg.bin fajl koji cuva stalne inicijalne podatke za modem.

---------------------------------------------------------------------------------
INTERNACIONALNI KORISNICI

hamregistry ce sacuvati poslednje podesavanje zemlje koje ste vi podesili u modemu.

U minicom komanda za menjanje zemlje na koju je podesen modem je "AT+GCI="
komanda uzima t.35 kod zemlje u heksa decimalnom zapisu.
Ispod se nalazi spisak trenutno podrzanih t.35 kodova zemalja.


kod zemlje , t.35 code
---------------------------
USA 1 B5
ARG 54 07
AUS 61 09
AUT 43 0A
BEL 32 0F
BOL 591 14
BRA 55 16
CHE 41 A6
CHL 56 25
CHN 86 26
COL 57 27
CYP 357 2D
DEU 49 42
DNK 45 31
DOR 47 82
ECU 593 35
ESP 34 A0
FIN 358 3C
FRA 33 3D
GBR 44 B4
GRC 30 46
HKG 852 50
IDN 62 54
IND 91 53
IRL 753 57
ISL 354 52
ISR 972 58
ITA 39 59
JPN 81 00
KOR 82 61
LIE 423 68
LUX 352 69
MEX 52 73
MYS 60 C3
NLD 31 7B
NOR 47 82
NZL 64 7E
PAK 92 84
PAN 507 85
PER 51 88
PHL 63 89
PRT 351 8B
RUS 7 B8
SAU 966 98
SGP 65 9C
SWE 46 A5
THA 66 A9
TUR 90 AE
TWN 886 26
VNM 84 BC

---------------------------------------------------------------------------------

Za komentare, ideje , probleme i resenja :
molimo Vas kontaktirajte

Dorian S. Araneda
Product Engineer,
Intel Residential Access Division (RAD)
http://developer.intel.com/design/modems/
www.intel.com www.intc.com (ticker: INTC)
110 Horizon Dr., Suite 300, Raleigh, NC 27615

Ostale informacije i resurski za Linux controllerless modeme mozete naci na
http://www.linmodems.org
and
http://linmodems.technion.ac.il

[Ovu poruku je menjao Tigerheart dana 21.11.2001 u 07:00 AM GMT]
[ UroS @ 20.11.2001. 22:17 ] @
au boze svasta...

bruka i sramota
[ manca @ 20.11.2001. 22:24 ] @
E care hvala ti puno!!!
Samo mi jos kazi gde i kako mogu da nadjem wine emulator za mandrak 8.Hvala unapred!

[Ovu poruku je menjao Gojko Vujovic dana 20.11.2001 u 11:34 PM GMT]
[ Tigerheart @ 20.11.2001. 22:33 ] @
Citat:
manca je napisao:
E care hvala ti puno!!!
Samo mi jos kazi gde i kako mogu da nadjem wine emulator za mandrak 8.Hvala unapred!

Na sajtu www.winehq.com :)
Skini source fajlove pa uzmi i kompajliraj ih (raspakuj ih, udjes u dir gde se nalaze pa oktucas redom jednu po jednu, ./configure, make, make install) ... to ti je najsigurniji nacin :)
Skini sledece:
1. http://www.ibiblio.org/pub/Lin...elopment/Wine-20011108.diff.gz
2. http://www.ibiblio.org/pub/Lin...velopment/Wine-20011108.tar.gz
3. http://www.ibiblio.org/pub/Lin...evelopment/wine-doc-txt.tar.gz
[ manca @ 20.11.2001. 22:38 ] @
Pokusacu!!
aKO BUDE PROBLEMA JEVLJAM SE !cao
[ manca @ 21.11.2001. 12:17 ] @
E care a znas li mozda gde na netu mogu da nadjem knige za linux(za download) na srpskom jeziku!Hvala unapred!
Cao!
[ Dejan Lozanovic @ 21.11.2001. 13:02 ] @
Citat:
manca je napisao:
E care hvala ti puno!!!

Samo mi jos kazi gde i kako mogu da nadjem wine emulator za mandrak 8.Hvala unapred!

[Ovu poruku je menjao Gojko Vujovic dana 20.11.2001 u 11:34 PM GMT]

Wine ide i uz sami Mandrake 8.x Startujes prograam koji se zove Software manager, ako ga ne nadjes mozes da ga startujes i preko Control Center

E tu jednostavno potrazi wine i selektuj pakete koji ti trebaju, i das ok, kasnije ce te mandrake pitati da ubacis odgovarajuce diskove i to je to.
[ manca @ 21.11.2001. 16:39 ] @
E a zna li neko gde ima knjige za linux za download na srpskom!Dajte linkove!
[ Tigerheart @ 23.11.2001. 07:45 ] @
Citat:
manca je napisao:
E a zna li neko gde ima knjige za linux za download na srpskom!Dajte linkove!

Bar kolko ja znam .... nigde .... cak je dosta tesko naci i "zivu" knjigu o linux-u u knjizari .... npr mikro knjiga jee izbacila RH 6.2 knjigu .... kazu da je ok napisana tj prevedena .....pogledaj http://www.mk.co.yu/Prikazi/LRH6_prikaz.html
....
Ako naletim na nesto ..... postovacu na forum ....
[ pixelmania @ 07.07.2003. 19:37 ] @
Međunama budi, ja sam čuo da je taj modem hardverski, ali mi se sve nešto čini da nije tako...
[ Nemanja @ 12.09.2003. 17:36 ] @
Ima li neke nade isto za Ciruss Logic ali 5620 ?

[Ovu poruku je menjao Nemanja dana 22.10.2003. u 17:02 GMT]
[ vladab @ 17.10.2003. 15:42 ] @
Imam i ja modem 5628 i kada sam pokusao da instaliram drajver, prijavio mi je gresku, kao neke funkcije nisu definisane. I kaze da su moduli kompajlirani gcc-om verzije 2, a moj kernel verzijom 3. Prijavljuje mi tu gresku kod make install. Inace imam kernel 2.4.20-8, a drajveri su intel-v92ham! Help!!!

[ vladab @ 17.10.2003. 17:31 ] @
Skinuo sam drajver sa neta i opet nece!!! Ponovo javlja gresku, ne moze da ucita hamcore!?

Evo sta mi ispise kada uradim insmod za drajvere:

Code:


[root@localhost Intel-v92ham-453]# insmod -f hamcore.o
hamcore.o: unresolved 
symbol __global_cli
hamcore.o: unresolved symbol __global_save_flags
hamcore.o: unresolved symbol __global_restore_flags
hamcore.o:
Hint: You are trying to load a module without a GPL compatible license
      and it has unresolved symbols.  The module may be trying to access
      GPLONLY symbols but the problem is more likely to be a coding or
      user error.  Contact the module supplier for assistance, only they
      can help you.


[root@localhost Intel-v92ham-453]# insmod -f ham.o
ham.o: unresolved symbol UART_dte_from_char
ham.o: unresolved symbol UART_dce_flush
ham.o: unresolved symbol UART_dce_to_free
ham.o: unresolved symbol dspdrv_CommRamISR
ham.o: unresolved symbol line_int
ham.o: unresolved symbol __global_cli
ham.o: unresolved symbol dspdrv_clear_dsp_interrupt
ham.o: unresolved symbol UART_dce_to_num
ham.o: unresolved symbol UART_init
ham.o: unresolved symbol UART_dtr_off
ham.o: unresolved symbol hamcore_init
ham.o: unresolved symbol clm_initialize
ham.o: unresolved symbol get_register
ham.o: unresolved symbol tqueue_lock
ham.o: unresolved symbol UART_line_status
ham.o: unresolved symbol UART_dce_to_char
ham.o: unresolved symbol __global_save_flags
ham.o: unresolved symbol UART_rts_on
ham.o: unresolved symbol UART_dte_to_num
ham.o: unresolved symbol UART_dtr_on
ham.o: unresolved symbol UART_rts_off
ham.o: unresolved symbol __global_restore_flags
ham.o: unresolved symbol ResetDspInternal
ham.o: unresolved symbol dspdrv_SetCramISRCallBack
ham.o: unresolved symbol clm_terminate
ham.o: unresolved symbol clm_configure
ham.o: unresolved symbol UART_msr_wait
[ anon676 @ 17.10.2003. 23:57 ] @
Citat:
manca:
Ma ja znam to i hvalamu zahvalan sam ali ne znam bas najbolje engleski!

Ma ne znas ti ni srpski!!!
[ manca @ 22.10.2003. 11:44 ] @
ne znam,
samo pogledajte od kad je taj post....od pre 2 god!!!!

smesni ste....:)lol
[ caiser @ 22.10.2003. 12:18 ] @
Citat:
manca:
ne znam,
samo pogledajte od kad je taj post....od pre 2 god!!!!


A sad je kao nesto bolje? Ma sta te boli.... znas da napises 'lol', nista vise ti ne treba.
[ Nikola Denić @ 22.10.2003. 12:45 ] @
Citat:
caiser:
Citat:
manca:
ne znam,
samo pogledajte od kad je taj post....od pre 2 god!!!!


A sad je kao nesto bolje? Ma sta te boli.... znas da napises 'lol', nista vise ti ne treba.


Manje nervoze od tehnicke podrske .... mozda je covek i kupio bukvar+gramatiku .... sta ga znas .. ili iznajmio lektora .... .