Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 20/02/2006, à 10:34

eln

Besoin d'aide pour faire installation winmodem

Bonjour à tous


j'ai de bonnes nouvelles, j'ai réussi à trouver un pilote correspondant à mon modem et cela marche, me permettant de me connecter sur internet par ubuntu, mais j'ai encore quelques problèmes et si quelqu'un pouvait m'aider

1°étape

j'ai récupérer le fichier slmodem-breezy.tar.gz
dézipper
lu le slmodem-breezy.txt
       
Marvin Stodolsky   
to Eduard, Badar, Linmodems, Jacques.Goldbe.
     More options      2:27 am (16 minutes ago)
Eduard.

  See the Attached sl_daemon.diff . Though soon there will be another
update exposing unsupported Conexant modems.  Just a courtesy now, as
I'm sending the current state to Badar.  On his System slamr doesn't
load without a prelimnary
# modprobe ungrab-winmodem
This driver should be included in your sl-modem-modules package. Get
Sasha's tarball for it at
http://phep2.technion.ac.il/linmodems/p … smartlink/


Badar,

RE:  Have to do all the steps again to make the dial-up work.

While online do
$ sudo apt-get update

Then you will be able to:
$ sudo apt-get install gcc-3.4
which you will need to compile your own drivers after kernel updates

For the modem automation get Eduard's package:
$ apt-cache search sl-modem
$ apt-cache show sl-modem-daemon
for info
$ sudo apt-get install sl-modem-daemon

The necessary files will also be in a
slmodem-breezy.tar.gz  package that will follow. They are among:
-----------
debconf_1.4.56ubuntu2_all.deb          slmodem-alsa
sl-modem-daemon_2.9.11-20050816_i386.deb
sl-modem-daemon  unloading
----------
Install the *.deb if necessary with
$ sudo dpkg -i *.deb

$ sudo mkdir /lib/modules/2.6.12-9-386/extra
$ sudo cp slamr.ko ungrab-winmodem.ko  /lib/modules/2.6.12-9-386/extra/
$ sudo depmod -a
Now the System will know how to find the drivers.

The sl-modem-daemon.deb  places a slmodemd that is older than the one
I sent earliern  So:
$ sudo rm /usr/sbin/slmodemd
and copy in the newer one
$ sudo cp slmodemd  /usr/sbin/slmodemd

The sl-modem-daemon.deb also install places a script
/etc/init.d/sl-modem-daemon  , which is WITHOUT ungrab-winmodem
support.  Copy my updated  sl-modem-daemon
$ sudo rm  /etc/init.d/sl-modem-daemon
$ sudo cp sl-modem-daemon    /etc/init.d/sl-modem-daemon
over it.

Run
$ sudo /etc/init.d/sl-modem-daemon start
(which should report)
ungrab-winmodem driver loaded, to gaurantee modem access by slamr
slamr driver loaded
Starting SmartLink slmodemd support for: slamr0.
Creating /dev/modem symlink, pointing to: /dev/ttySL0.
lrwxrwxrwx  /dev/modem --> /dev/ttySL0
lrwxrwxrwx  1 root root 10 2006-01-15 01:29 /dev/ttySL0 -> /dev/pts/0
-----
This will run automatically on each bootup in the future.
So you will only have to start the dialout.



2°étape

$ sudo dpkg -i *.deb (à ce stade mon modem est reconnu)

$ sudo mkdir /lib/modules/2.6.12-9-686/extra (j'ai remplacé 386 par 686)

$ sudo cp slamr.ko ungrab-winmodem.ko  /lib/modules/2.6.12-9-686/extra/
et la cela se complique :

cp: ne peut évaluer `slamr.ko': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `ungrab-winmodem.ko': Aucun fichier ou répertoire de ce type


Quelqu'un peut-il m'aider?

Hors ligne