Pages : 1
#1 Le 13/05/2005, à 14:17
- jcapelle
Config modem
Nouveau sur linux, je viens d'installer kubuntu sur mon poste équipé d'un model interne pci Lucent V.92 56 K winmodem ( Com3- irq 18 ). J'ai vérifié sur une liste de Linmodem, il semblerait qu'il puisse être utilsé sous linux. Quand je veux lancer la commande setserial sur /dev/ttyS2, il me répond que la commande n'existe pas. Quelqu'un peut-il m'éclairait ? Merci d'avance
#2 Le 13/05/2005, à 14:25
- DiCiCat
Re : Config modem
normallement (sur mon portable en tout cas) le module ne se charge pas automatiquement au demarrage.
Essaye de faire un
sudo modprobe lt_serial
et d'aller voir avec un
dmesg
comment le modem est reconnu. Normalmement ca devrait etre /dev/ttysXXX0
Dernière modification par DiCiCat (Le 13/05/2005, à 14:27)
Hors ligne
#3 Le 13/05/2005, à 15:16
- jcap
Re : Config modem
Je pressens le pire !Voilà la réponse :
lt_modem : module licence 'Proprietary' taints kernel.
Detected parameters Irq=255 BaseAdress=0xa400 ComAdress=0xa000
ttLTMO at I/O 0xa400(irq=255) is a AgereModem
Hors ligne
#4 Le 15/05/2005, à 10:43
- netmaxd
Re : Config modem
sur le lien suivant, la réponse:
http://www.physcip.uni-stuttgart.de/heby/ltmodem/index.html
.........Debian GNU/Linux
If you're using Debian GNU/Linux these are the right binary packages for you. Download from Germany or Canada and install them using dpkg -i . The syntax of the filename is ltmodem-KVERSION_LTVERSION_i386.deb where KVERSION is the version of the kernel the driver is matched to (as in the output of uname -r) and LTVERSION is the version of the driver.
Alternatively you could add one of the following two lines to your /etc/apt/sources.list and let apt-get do the rest for you:
deb http://www.physcip.uni-stuttgart.de/heby/ltmodem/dists/debian/ ./
deb http://www.sfu.ca/~cth/ltmodem/dists/debian/ ./
et aussi:
http://www.modemsite.com/56K/ltwin3.asp
Hors ligne
Pages : 1