|
|
Quellcode |
1 |
lsusb |
Zitat
Huawei K3565-Z
|
|
Quellcode |
1 |
ONDA Communication S.p.A. |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Danica Talos« (27. August 2010, 07:46)
Benutzerinformationen überspringen
Ubuntu: 12.04
Kernel: 3.2.0-24-generic
Desktop: KDE
Architektur: 64-bit
Aber da ich ja ein sehr kritischer Leser bin, kann ich einiges aus deinem Tipp nicht unkommentiert lassen.Wo ist denn da ein Treiber? Das Paket enthaelt den Verbindungsmanager und zwei Pakete, die Modeswitches enthalten.Einen Treiber perfekt für Linux!
Welchen Text hast du denn da gelesen? Da steht bei mir lediglich, dass root es immer ausfuehren kann, logisch eigentlich.Im Installationstext wird darauf hingewiesen, das der Connect Manager mit Admin-Rechten gestartet werden soll.
Uarrrgh, korrigiert? IMHO der falsche Ausdruck, eine Applikation mit (nicht benoetigten) Privilegien von root zu starten...Der Starter unter Gnome Menü / Internet / Vodafone Mobile Connect muss daher korrigiert werden.
Und bei blindem Gottvertrauen reisst das Prograemmchen auch nie riesige Sicherheitsluecken ins System, da es absolut bug- und manipulationsfrei (wie jede Software) ist...Einfach den Befehl "gksu" dem Starterbefehl voranstellen und das kleine Fehlerchen ist behoben.
Und beim Lesen sollte aufgefallen sein, dass der User sich in der Gruppe dialout (dialup sollte im Wiki mal geaendert werden - gleich mal machen) befinden muss, damit der Start funktioniert. Dann braucht es auch nicht als root gestartet werdenWenn ich das gestern gefunden hätte, wäre mir einige Sucherei erspart geblieben.

Benutzerinformationen überspringen
Ubuntu: 12.04
Kernel: 3.2.0-24-generic
Desktop: KDE
Architektur: 64-bit
Also alle Wege fuehren nach Rom. Entweder grafisch unter:|
|
Quellcode |
1 |
sudo adduser $USERNAME dialout |
|
|
Quellcode |
1 |
Internet-Verbindungen mit einem Modem aufbauen |
|
|
Quellcode |
1 |
Modems verwenden |
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
vodafone-mobile-connect-card-driver-for-linuxmichelle-lucid@lucid:~$ vodafone-mobile-connect-card-driver-for-linux
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 693, in run
runApp(config)
File "/usr/lib/python2.6/dist-packages/twisted/scripts/twistd.py", line 23, in runApp
_SomeApplicationRunner(config).run()
File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 411, in run
self.application = self.createOrGetApplication()
File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 494, in createOrGetApplication
application = getApplication(self.config, passphrase)
--- <exception caught here> ---
File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 505, in getApplication
application = service.loadApplication(filename, style, passphrase)
File "/usr/lib/python2.6/dist-packages/twisted/application/service.py", line 390, in loadApplication
application = sob.loadValueFromFile(filename, 'application', passphrase)
File "/usr/lib/python2.6/dist-packages/twisted/persisted/sob.py", line 210, in loadValueFromFile
exec fileObj in d, d
File "/usr/share/vodafone-mobile-connect/gtk-tap.py", line 49, in <module>
from vmc.gtk.startup import check_dependencies, GTKSerialService
File "/usr/share/vodafone-mobile-connect/vmc/gtk/startup.py", line 38, in <module>
from vmc.common.config import config
File "/usr/share/vodafone-mobile-connect/vmc/common/config.py", line 74, in <module>
config = VMCConfig()
File "/usr/share/vodafone-mobile-connect/vmc/common/config.py", line 36, in __init__
super(VMCConfig, self).__init__(path)
File "/usr/share/vodafone-mobile-connect/vmc/common/configbase.py", line 46, in __init__
self._read_settings()
File "/usr/share/vodafone-mobile-connect/vmc/common/configbase.py", line 49, in _read_settings
self.fileobj = open(self.path)
exceptions.IOError: [Errno 13] Permission denied: '/home/michelle-lucid/.vmc2/vmc.cfg'
Failed to load application: [Errno 13] Permission denied: '/home/michelle-lucid/.vmc2/vmc.cfg'
michelle-lucid@lucid:~$
|
Benutzerinformationen überspringen
Ubuntu: 12.04
Kernel: 3.2.0-24-generic
Desktop: KDE
Architektur: 64-bit
|
|
Quellcode |
1 |
Permission denied: '/home/michelle-lucid/.vmc2/vmc.cfg' |
|
|
Quellcode |
1 |
sudo chown -R $USERNAME:$USERNAME $HOME/.vmc2 |
Benutzerinformationen überspringen
Ubuntu: 12.04
Kernel: 3.2.0-24-generic
Desktop: KDE
Architektur: 64-bit
Ein geniales OS ist das 
|
|
Quellcode |
1 |
env |
|
|
Quellcode |
1 |
ls -l /home/michelle-lucid/.vmc2/vmc.cfg |
|
|
Quellcode |
1 2 3 |
michelle-lucid@lucid:~$ ls -l /home/michelle-lucid/.vmc2/vmc.cfg -rw------- 1 root root 316 2010-08-26 20:28 /home/michelle-lucid/.vmc2/vmc.cfg michelle-lucid@lucid:~$ |

|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
michelle-lucid@lucid:~$ vodafone-mobile-connect-card-driver-for-linux
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 693, in run
runApp(config)
File "/usr/lib/python2.6/dist-packages/twisted/scripts/twistd.py", line 23, in runApp
_SomeApplicationRunner(config).run()
File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 411, in run
self.application = self.createOrGetApplication()
File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 494, in createOrGetApplication
application = getApplication(self.config, passphrase)
--- <exception caught here> ---
File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 505, in getApplication
application = service.loadApplication(filename, style, passphrase)
File "/usr/lib/python2.6/dist-packages/twisted/application/service.py", line 390, in loadApplication
application = sob.loadValueFromFile(filename, 'application', passphrase)
File "/usr/lib/python2.6/dist-packages/twisted/persisted/sob.py", line 210, in loadValueFromFile
exec fileObj in d, d
File "/usr/share/vodafone-mobile-connect/gtk-tap.py", line 49, in <module>
from vmc.gtk.startup import check_dependencies, GTKSerialService
File "/usr/share/vodafone-mobile-connect/vmc/gtk/startup.py", line 38, in <module>
from vmc.common.config import config
File "/usr/share/vodafone-mobile-connect/vmc/common/config.py", line 74, in <module>
config = VMCConfig()
File "/usr/share/vodafone-mobile-connect/vmc/common/config.py", line 36, in __init__
super(VMCConfig, self).__init__(path)
File "/usr/share/vodafone-mobile-connect/vmc/common/configbase.py", line 46, in __init__
self._read_settings()
File "/usr/share/vodafone-mobile-connect/vmc/common/configbase.py", line 49, in _read_settings
self.fileobj = open(self.path)
exceptions.IOError: [Errno 13] Permission denied: '/home/michelle-lucid/.vmc2/vmc.cfg'
Failed to load application: [Errno 13] Permission denied: '/home/michelle-lucid/.vmc2/vmc.cfg'
michelle-lucid@lucid:~$
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Danica Talos« (28. August 2010, 11:03)
Benutzerinformationen überspringen
Ubuntu: 12.04
Kernel: 3.2.0-24-generic
Desktop: KDE
Architektur: 64-bit
|
|
Quellcode |
1 2 3 |
rodge@teroknor:~ $ ls -l .test/vmc.conf -rw------- 1 root root 0 2010-08-28 11:00 .test/vmc.conf |
|
|
Quellcode |
1 2 3 4 |
rodge@teroknor:~ $ sudo chown -R $USERNAME:$USERNAME $HOME/.test $ ls -l .test/vmc.conf -rw------- 1 rodge rodge 0 2010-08-28 11:00 .test/vmc.conf |
Burning Board, entwickelt von WoltLab GmbH.
UbuntuFreunde von Easyy-S und basslord seit 06.12.06
Ubuntufreunde.de runs on ubuntu 10.04





