Lorsque j'ai exécuté la commande:
sudo apt-get install wvdial
J'ai reçu ce message d'erreur:
error
p@p:~$ sudo apt-get install wvdial
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package wvdial is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package wvdial has no installation candidate
p@p:~$
Alors, comment puis-je installer wvdial?
BSNL EVDO Rev A Carte de données USB Modèle n °: T-U500
Je n'ai pas accès à Internet depuis Ubuntu pour une installation directe.
Après avoir posté cette question, j'ai appris comment installer wvdial et je l'ai installé. Maintenant, je suis confronté à un autre problème. J'ai d'abord pris le terminal et tapé lsusb
après avoir branché mon modem (carte de données bsnl evdo) . Ensuite, j'ai tapé wvdialconf
et j'ai obtenu ce qui suit:
at@at-Presario-V3700-Notebook-PC:~$ lsusb
Bus 005 Device 002: ID 15eb:7153
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
at@at-Presario-V3700-Notebook-PC:~$ wvdialconf
Editing `/etc/wvdial.conf'.
Scanning your serial ports for a modem.
ttyS0<Info>: Permission denied
Modem Port Scan<*1>: S0
ttyS1<Info>: Permission denied
Modem Port Scan<*1>: S1
ttyS2<Info>: Permission denied
Modem Port Scan<*1>: S2
!!COUPER!!!
ttyS31<Info>: Permission denied
Modem Port Scan<*1>: S31
Sorry, no modem was detected! Is it in use by another program?
Did you configure it properly with setserial?
Please read the FAQ at http://alumnit.ca/wiki/?WvDial
Pouvez-vous m'aider? Je souhaite installer mon modem.
sudo wvdialconf
Réponses:
Téléchargez le package à l'aide de l'ordinateur connecté à Internet.
Téléchargez le package adapté à votre architecture, i386 ou amd64. Je suppose que vous avez ici Quantal; sinon, choisissez une autre version.
Après avoir placé le package sur l'ordinateur que vous souhaitez installer, exécutez:
par exemple,
la source
Vous ne pouvez pas l'utiliser
apt-get
car vous n'êtes pas connecté à Internet. Le paquet wvdial et ses dépendances sont disponibles sur le CD Ubuntu Live; copiez les fichiers de là dans un répertoire et utilisezsudo dpkg -i *.deb
.la source
Vérifiez qu'au moins le référentiel "principal" est activé dans Ubuntu Software Center | Modifier | Sources logicielles .... Ensuite, exécutez
sudo apt-get update
et, si vous n'obtenez aucun message d'erreur, essayez à nouveau votre commande.la source