On Fri, 2011-07-22 at 14:11 -0400, fran...@ucp.lt.rimed.cu wrote:
> Hola. Alguien me puede enviar el manual que estaba en la dir:
> 
> http://download.jovenclub.cu/GUTL/documentacion/Manual%20de%20Instalaci%c3%b3n%20de%20Modem%20Motorola%20SM56.pdf
> 
> O darme una ayuda de como instalar dicho modem en ubuntu.
> 


La versión básica del tutorial la saqué de :

http://ubuntuforums.org/showthread.php?p=5357553

A esa versión se le realizaron varias modificaciones, que no
recuerdo :( Esta es la versión final:


Run the scanModem tool from http://www.linmodems.org/ to know exactly
what device you have and get further information about it. Here are the
instructions to get it working:
Code:

cd /tmp
wget http://132.68.73.235/linmodems/packages/scanModem.gz
gzip -d scanModem.gz
chmod 777 scanModem
./scanModem
grep 3052 Modem/ModemData.txt

If you get the following info (or similar) we are talking about the 3052
device
Quote:
0000:03:0d.0 1057:3052 1057:3020 Modem: Motorola: Unknown device 3052
Class 0703: 1057:3052 Modem: Motorola: Unknown device 3052
Primary PCI_id 1057:3052
If not, read carefully the ModemData.txt file to get more help on how to
setup your winmodem.

To the 3052 owners: Lets install the smarlink driver.

Get the tools necessary to build the drivers

Code:
sudo apt-get install build-essential linux-headers-2.6.26-1-all

Download the drivers

Code: 
wget
http://linmodems.technion.ac.il/packages/smartlink/ungrab-winmodem-20090716.tar.gz
wget
http://linmodems.technion.ac.il/packages/smartlink/slmodem-2.9.11-20090222.tar.gz

Untar them

Code:
tar xzf slmodem-2.9.11-20090222.tar.gz
tar xzf ungrab-winmodem-20090716.tar.gz

Build and install

Code:
cd /tmp/slmodem-2.9.11-20090222/drivers/
make
sudo make install
cd /tmp/ungrab-winmodem-20090716/
make
sudo make install

Load the modules

Code:
sudo modprobe ungrab-winmodem
sudo modprobe slamr

Edit your /etc/modules

Code:
sudo gedit /etc/modules

and add the following lines (in the same order) at the tail of the file

Code:
ungrab-winmodem
slamr

Install the sl daemon (or download it from non-free)

Code:
sudo apt-get install libasound2 sl-modem-daemon

or

Code:
wget
http://ftp.br.debian.org/debian/pool/non-free/s/sl-modem/sl-modem-daemon_2.9.9d+e-pre2-12_i386.deb
dpkg -i sl-modem-daemon

And start it

Code:
sudo /etc/init.d/sl-modem-daemon start

That's all. You must have now a /dev/ttySL0 device as your modem

Lets configure the link:

Code:
pppconfig

Follow the tutorial. Finally, test the modem:
pon

Saludos fraternales,

nat:.

PD: Tengo también las instrucciones para montar los FM56, si alguien las
necesita, me escribe al privado.


______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
Gutl-l@jovenclub.cu
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l

Responder a