On Wed, 2011-10-05 at 11:15 -0400, ulises gonzalez horta wrote:
> On Wednesday 05 October 2011 10:52:39 am Juan Carlos wrote:
> > los modem usb no se llevan bien con linux, para mi los mejores son los
> > Multitech por puerto serie/com pero bueno puedes intentar detectarlo
> > usando el mismo scanmodem como mismo lo hicistes en ubuntu, luego puedes
> > usar wvdial o gnome-ppp para configurar tu conexion
> 
> hay muchos que funcionan bien con el modulo cdc-acm, cargalo con modprobe y 
> mira a ver que pasa...
> 

Con Ubuntu esto funciona bien:

Tutorial sacado de:

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

Se le realizaron varias modificaciones. 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:

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

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

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

Download the drivers

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

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

Build and install

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

Load the modules

sudo modprobe ungrab-winmodem
sudo modprobe slamr

Edit your /etc/modules

sudo gedit /etc/modules

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

ungrab-winmodem
slamr

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

sudo apt-get install libasound2 sl-modem-daemon

or

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

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:

pppconfig

Follow the tutorial. Finally, test the modem:

pon

Saludos fraternales,

nat


______________________________________________________________________
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