Quando eu conecto meu dispositivo de modem USB, ele é montado como armazenamento em massa e posso ver a pasta de instalação. Mas eu tenho problema quando instalar o driver ..
Este é o QuickStartInstallation.txt encontrado no modem usb
Welcome to Vodafone QuickStart.
This provides a simple and easy way for customers to get access to the internet via Vodafone Mobile Broadband. Please follow these instructions to setup your QuickStart device. As all Linux systems are slightly different so it is impossible to give a definitive set of instructions, but these are the typical installation procedure steps for 32bit Ubuntu 11.10.
- Insert stick
- Dismiss all popups about running the auto install scripts
- Open terminal
- cd $HOME
- mkdir vfinstall
- cd vfinstall
- (cd /media/"Vodafone Mobile Broadband" && tar -cvf - .) | tar -xf
- chmod +x autorun.sh install_linux
- sudo ./autorun.sh
- Type user password
- Wait for last command to finish, then close terminal
Eu sigo as instruções e tenho problema no passo 7.
(cd /media/jonathan/"Vodafone Mobile Broadband" && tar -cvf - .) | tar -xf
tar: 26: Cannot open: No such file or directory tar: Error is not recoverable: exiting now ./ ./ArConfig.dat ./autorun.inf ./autorun.sh ./Data/ ./Data/ISSetupPrerequisites/ ./Data/ISSetupPrerequisites/{24AE63B7-81E1-4216-8226-964B1AE12701}/ ./Data/ISSetupPrerequisites/{24AE63B7-81E1-4216-8226-964B1AE12701}/Generic/ ./Data/ISSetupPrerequisites/{24AE63B7-81E1-4216-8226-964B1AE12701}/Generic/kb909394/ ./Data/ISSetupPrerequisites/{24AE63B7-81E1-4216-8226-964B1AE12701}/Generic/kb909394/Kb909394.exe
Eu tento dar o próximo passo e, com certeza, está me dando um erro. Obrigado