drivers modem

drivers modem - Linux et OS Alternatifs

Marsh Posté le 25-07-2001 à 12:17:19    

Bonjour a tous..
 
bon je sais ce que vous allez penser de mon probleme mais aider moi kan meme svp..mandrake 8.0  kernel 2.4.3  pIII866  256Mo ram
 
voila g decouvert sur le net des drivers pour mon modem (pc-tel hsp 56) qui est comme vous vous en douter un winmodem...(eh oui..)
 
bon je v vous explquer ce que ma dis le read.me :
 
> mknod /dev/ttyS15/ c 62 79
> chgrp uucpp /dev/ttyS15
> chmod 666 /dev/ttyS15
> ln -s /dev/ttyS15 /dev/modem
 
bon jusque la aucun probleme...pas de message d'erreur..
 
ensuite on me demande de compiler..
 
> cd /src/module
> make clean
> make
 
mais la evidemment il me mets > command not found
normal g pa de fichier make !
le read me me dis aussi : if you can't compile trying using compiled driver..kesako ???
 
bon je passe kan meme..
 
ensuite on me demande de copier le pctel.o
> cp ../../pctel.o /lib/modules/2.4.3-20mdk/kernel/drivers/net
ca marche bien..
 
ensuite on me demande de charger le driver..
> insmod pctel
et la .. il me sort :
>using lib/modules/2.4.3-20mdk /kernel/drivers/net/pctel.o : kernel-module version mismatch.
>      lib/modules/2.4.3-20mdk /kernel/drivers/net/pctel.o was compiled for kernel version 2.4.0
>      while the kernel is version 2.4.3-20mdk
 
voila..et la je suis bloque..
ke peut il se passer ? g pas le bon driver par rapport o kernel c ca ?
je suis novice alors essayer detre le plus clair possible..
 
le driver :
 
2. File Content
 
After you unzip the distribution zip file, you should have:
 
lib/pctel.o                 Installable modem driver
lib/control.a               Relocatable object for Controller module
lib/dsp.a                   Relocatable object for DSP module
lib/hal.a                   Relocatable object for HAL module
lib/ptserial.a              Relocatable object for PTSERIAL module
src/module/Makefile         Makefile for linking all objects
src/module/ptmodule.c       Source file for linking all objects
README                      This file
readme.old      The original reame file
 
 
merci d'avance..

Reply

Marsh Posté le 25-07-2001 à 12:17:19   

Reply

Marsh Posté le 25-07-2001 à 13:01:46    

hum.
Si on te dit qu'il manque un fichier une commande, quel est ton premier réflexe ? Moi c'est d'essayer de l'installer.
> urpmi make
 
Ensuite comme tu as utilisé le drivers précompilé, ce drivers avait été compilé pour un 2.4, et modprobe il n'a pas voulu le chargé pour le 2.4.3 de la mdk.
La solution ? compiler le drivers. Pour cela il faut installer. Accessoirement install les sources du kernel si elles n'y sont pas.
Tout est sur l'un des 2 CD. Tu peux installer le tout soit avec rpmdrake , soit avec urpmi.
http://perso.wanadoo.fr/linux_wiza [...] tml#compil
http://perso.wanadoo.fr/linux_wizard/howto_rpm.html


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 25-07-2001 à 17:24:15    

alors deja un grand merci a toi dark..meme si jen suis tjs o meme endroit tu mas fait bien avancer..de mettre le rpm de Make ma fais avance !
comme je le disais jen suis tjs o meme endroit..
le Make a

Reply

Marsh Posté le 25-07-2001 à 17:26:57    

alors deja un grand merci a toi dark..meme si jen suis tjs o meme endroit tu mas fait bien avancer..de mettre le rpm de Make ma fais avance !  
comme je le disais jen suis tjs o meme endroit..  
le Make a bien marche..
g installer le rpm kernel-source..idem installation reussi.
il me mets tjs la meme chose..
je pense a un truc la, je vais essayer et je vs di..
 
donner moi kan meme des idees..
merci

Reply

Marsh Posté le 25-07-2001 à 17:45:42    

ah non !! excuser moi le lodules est bien charge !!
> using pctel.o  il me dis ca donc c bon ?? ( g abrege!)
 
mais bon mon modem ne fonctionne tjs pa..y a til un  truc a faire en plus ??
 
merci
(dark..)

Reply

Marsh Posté le 26-07-2001 à 09:49:13    

coolgunzip a écrit a écrit :

ah non !! excuser moi le lodules est bien charge !!
> using pctel.o  il me dis ca donc c bon ?? ( g abrege!)
 
mais bon mon modem ne fonctionne tjs pa..y a til un  truc a faire en plus ??
 
merci
(dark..)  



 
 
Hehehe  :D  :D  Je suis pas tt seul a me faire chier avec mon winmodem de merde.. :cry:  :cry:


---------------
PDG du Microsoft's DestructorClan.
Reply

Marsh Posté le 27-07-2001 à 11:41:46    

tjs pa de modem..
par contre si ca peu vous aider kan je clos ma mandrake dans les processus de fermeture il y a :
> PPP generic driver version 2.4.1
 
mais pa de "ok" devant... ??
est ce possible que je doivent remplacer un driver deja present?o kel cas un driver otre que le mien serais pris en marche, ce qui explque que mon modem me reponde "modem occupe.." ??
aider moi svp !
 
merci !!!!!!!

Reply

Marsh Posté le 27-07-2001 à 22:45:00    

je pense que tout est déjà ok. Il suffit de charger le modules.
Tu pourrais poster le texte du fichier d'install ?
 
[will@bastard will]$ grep PPP /usr/src/linux/.config  
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPPOE=m
CONFIG_PPPOATM=m
# CONFIG_SYNCLINK_SYNCPPP is not set
CONFIG_ISDN_PPP=y
CONFIG_ISDN_PPP_VJ=y
CONFIG_ISDN_PPP_BSDCOMP=m


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 28-07-2001 à 18:43:54    

salut dark..
alors deja un immense merci pour ton how to sur les drivers NVIDIA..tt c dourouler a merveille et ca marche niquel chrome en runlevel 3.
 
ensuite pour mon modem je te poste le read.me:
1) Installation Guide
 
 
PC-TEL HSP Modem Driver Module for Linux kernel 2.2.5
Serial Version 4.27.123 (12/23/99 NetPC Release)
 
Linux port done by William Hsu (william_hsu@pctel.com)
===============================================================
 
 
 
1. Minimum Hardware Requirements
 
Note: This driver works with Zoltrix Phantom 56K FM-HSP56PCI.
 
You need an Elite/SiS mainboard with the CM8738 Audio/Modem ASIC and
PCtel Codec/DAA daughterboard.  The modem daughterboard has a RJ-11 phone
jack to hook up to a phone line.
 
The modem driver autodetects the correct PCI vender and device ID to
install the correct interrupt handler.
 
 
2. File Content
 
After you unzip the distribution zip file, you should have:
 
lib/pctel.o                 Installable modem driver
lib/control.a               Relocatable object for Controller module
lib/dsp.a                   Relocatable object for DSP module
lib/hal.a                   Relocatable object for HAL module
lib/ptserial.a              Relocatable object for PTSERIAL module
src/module/Makefile         Makefile for linking all objects
src/module/ptmodule.c       Source file for linking all objects
README                      This file
readme.old      The original reame file
 
3. Logging In
 
To have all rights to access all folders and do the necessary preparation to install the driver,
you must log in as root.  Any other user will not have access to make nodes and make necessary changes.
 
Open a terminal and type:
 
su
<your password>
 
4. Make a Node for the modem (only one time)
     
If you don't already have a File Manager window open with path file:/root,
launch it by clicking on the Home icon on the task bar. Click on the "File" menu
on the title bar.  From the drop down list, select Open Terminal to open a working
terminal.  This will open another window.  
 
In the terminal window, type the following.  Make sure you type everything as it appears below.
This will make a node for the modem, give access to everyone and make a link between that mode and /dev/modem.
Linux is case sensitive.  This is done only once after a fresh installation of the OS.
 
mknod  /dev/ttyS15  c  62  79  
chgrp uucp  /dev/ttyS15
chmod 666  /dev/ttyS15
ln -s  /dev/ttyS15  /dev/modem
 
4.1. Compile the driver
 
cd src/module
make clean
make
 
(if you can't compile try using compiled driver.
 
4.2. Copy the driver
 
cp ../../lib/pctel.o /lib/modules/<you kernel ver>/net
 
 
5. Load the driver
 
insmod pctel
(if you didn't compile the driver you may need to use 'insmod -f pctel')
(if this doesn't start insmod try /sbin/insmod pctel.o)
 
This will start the modem.
This needs to be done every time the system is rebooted.
 
6.  Set and report country code.
 
(this doesn't seem to work - but the driver works fine without it)
This driver takes a module parameter to setup the correct country code
setting for various country's telephone networks and it also can report back the  
country code been set..
 
Here are the two versions for country_code selection and reporting:
 
 
VERSION #1:
   
To set country code:
"country_sel_rep   sel   7" will sets the country code to 7.
 
To query the driver for the currently set country code:
"country_sel_rep   rep" returns the current country code as the
exit code.
 
 
VERSION #2:
 
To set country code:  
"country_sel   7" to set the country code to 7.
 
To query the driver for the currently set country code:
"country_rep" return the current country code as the exit code.
 
 
country_code      country_name
 
 1                USA
 2                FRANCE
 3                GERMANY
 4                ITALY
 5                SWEDEN
 6                UK
 7                JAPAN
 8                AUSTRALIA
 9                SPAIN
10                TAIWAN
11                SINGAPORE
12                KOREA
13                SWITZERLAND
14                NORWAY
15                NETHERLANDS
16                BELGIUM
17                CANADA
18                IRELAND
19                PORTUGAL
20                POLAND
21                HUNGARY
22                FINLAND
23                DENMARK
24                AUSTRIA
25                S.AFRICA
26                CTR21 COUNTRIES
27                CHINA
28                MALAYSIA
29                LUXUMBURG
30                GREECE
31                ICELAND
32                NEW ZEALAND
33                BRAZIL
 
 
6. Test the modem
 
Use a communication application to verify modem is working
 
6.1. With Seyon Terminal
 
To make sure modem driver is installed correctly, you can run the application Seyon.
This is an application like Hyper Terminal that will allow you to make calls.
To run Seyon, click on the button with the letter "K" on the task bar.
A menu will pop up.  Click on Internet -> Seyon.
If Terminal Emulator comes up and you get a message "Modem is Available", then the modem driver is installed correctly.
The Seyon Command Center will appear on the bottom.  Click on  Set -> Baud and select 115200 and close.
In the terminal window, try to dial a number.
 
6.2. With minicom
 
Type:
 
minicom
 
You should see someting like this-
 
AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
OK
 
Close minicom with
 
ctrl+a
z
x.
 
 
7. Set up ISP
 
(Read this if you use KDE)
Click on the button with the letter "K" on the task bar.
A menu will pop up.  Click on Internet -> KPPP.
If using Red-Hat (Gnome), click on the start button (a foot icon), select KDE Menu -> Internet -> KPPP.
 
Note: You may have log as root for it to work-
 
su
<you password>
kppp
 
If you get a message saying 'kpp had detected a 'lock' ....'. You will to unlock it.  To do so, open a terminal,
change directory to /etc/ppp. Use Emacs or any other editor to open the file options.  Find a line with the word lock.
Comment this line out by putting a # in front of it. Close and re open KPPP again.
A window with title "Recent Changes" will come up.  Click on Don't Show This Hint Again box and click on the OK button.
The KPPP Box will come up.  Click on the Setup button.  This will bring up the  KPPP Configuration window.
Click on the Accounts tab.  Click on New.  Another window will come up.  Click on the Dial tab.
Type Connection Name and phone number in the boxes provided.
The connection name could be anything like the name of the ISP provider.
Phone number is the number of the ISP you would dial to connect.  Leave Authentication as either PAP or CHAP.
PAP is usually the default.
 
Click on the DNS tab.  In the Domain Name section, give any name.  You will need two DNS addresses.
If you don't already know the DNS addresses of your ISP, you can call their tech support and find out.
Here are a couple of DNS addresses.
 
If you are using Pacific Bell, you can use the following numbers.
Primary:   206.13.28.12
Secondary: 206.13.31.12
 
If you are using Earth Link, you can use the following numbers.
Primary:   207.217.77.82
Secondary: 207.217.120.82
 
After you enter the two DNS numbers, click on the OK button and get back to the KPPP window.  Click on Show Log Window check box.
Type Login ID and Password and click on the Connect button.
After connection, launch  Netscape by clicking on the Netscape icon on the task bar.
 
 
8. Important
 
You will have to start up (load) the modem every time the computer is booted.
To do this, open a terminal and type-
 
su
<your password>
insmod pctel.o
 
 
2) g le meme grep PPP /usr/src/linux/.config  que toi..
 
g essaye minicom mais il me mets pa ce qu'il dise..
demande moi ce que tu veu.
 
et encore MERCI!

Reply

Marsh Posté le 28-07-2001 à 20:10:44    

up!

Reply

Marsh Posté le 28-07-2001 à 20:10:44   

Reply

Marsh Posté le 28-07-2001 à 20:32:19    

tu bloques où ?


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 29-07-2001 à 04:33:27    

je n'arrive pa a etablir de connexion..
kan je lance kPPP il me dit que le modem est occupe.
je comprends pa!
 
merci

Reply

Marsh Posté le 29-07-2001 à 05:48:17    

Ah, voila le bon thread ... apparamment, tu dois avoir un conflit d'IRQ a premiere vue. Change de slot PCI (si le modem n'est pas intégré) ou sous windows (é ui), modifie son IRQ. Pis ensuite, fait un lien symbolique de ton tty modem vers /dev/modem (si ce n'est déja fait).

Reply

Marsh Posté le 29-07-2001 à 10:42:01    

alors je pense comme toi meme si je ny connais pas grand chose..parce qu'en voulant refaire ma configuration reseau il me propose ca pour le port du modem :  
ttyS0 /COM1
ttyS1 /COM2
 
etc..
et a la fin /dev/modem.
donc si je choisi le port effectif de mon modem c le ttyS2 /COM3; donc forcement le dev/modem ou sont mes drivers linux ne fonctionnne pa.bonne deduction ou je me pla

Reply

Marsh Posté le 29-07-2001 à 10:45:02    

alors je pense comme toi meme si je ny connais pas grand chose..parce qu'en voulant refaire ma configuration reseau il me propose ca pour le port du modem :  
ttyS0 /COM1
ttyS1 /COM2
 
etc..
et a la fin /dev/modem.
donc si je choisi le port effectif de mon modem c le ttyS2 /COM3; donc forcement le dev/modem ou sont mes drivers linux ne fonctionnne pa.bonne deduction ou je me plante ?
 
ensuite je c comment changer de slot mais pour le reste je comprends qu'il faille faire un lien symbolique (ttyS2 /COM3 > /dev/modem) mais comment fait on ???????
 
ou alors comment changer son IRQ ?
 
essaie detre le plus clair possible.
et vraiment MERCI !
 :jap:  :jap:  
 
 
 
 :hello:  
excuse pour avoir editer deux foi le message.mauvaise manip!!

Reply

Marsh Posté le 29-07-2001 à 13:50:55    

bon ben g changer ma carte de place..rien! tjs modem occupe.je c qu'il "parle" o pc parce que sinon il met le modem ne repond pa.mais la il es occupe! comment on fait pour refaire le lien du modem ?
 
il est connecte sur com3
 
merci

Reply

Marsh Posté le 29-07-2001 à 16:01:01    

http://linux.nf/pctel.htm
 
g 1 kortex 56k pci chipset PCtel, la mandrake 8.0 et la red hat 6.0. Pour les drivers
de la mandrake (2.4.x) fo compiler tout plein de trucs
et g po reussi à y faire marcher. Pour le kernel 2.2.x
(pctel.tar.gz) ya deja les modules compilés (pctel_pci.o
et pctel_hsp.o)
 
mknod /dev/ttyS15 c 62 79
ln -s /dev/ttyS15 /dev/modem (rm /dev/modem si il existe
deja)
insmod -f pctel.o
 
en faisant cat pci ds /proc setserial /dev/ttyS15, je remarque ke c les bons irq et port (po d'uart car virtuel)
 
en lancant minicom ca marche. J'arrive à me connecter mais pas a aller sur des serveurs ...
 
salut

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed