Ich hoffe Ihr könnt einen neuen Linux User helfen.
Ich habe auf meinem Laptop OpenSuse 11.0 installiert und möchte jetzt mit dem Huawei E220 ins Internet. Dazu habe ich auch noch UMTSmon installiert.
Mein Problem ist, dass wenn ich mich als “ADMIN” (root) einlogge alles funktioniert. Wenn ich mich aber als “normaler” User einlogge, dann erkennt UMTSmon nicht mehr die Huawei E220 Hardware. Wie kann ich dem System klar machen, das ich mit jeden User, den ich einrichte auf die Hardware zugreifen kann? Würde mich über kurzfristige Hilfe sehr freuen.
Und bei den Erklärung denkt bitte daran, das ich erst vor kurzem von Win XP auf LINUX umgestiegen bin.
Danke Stephan
Hallo, I don’t speak great german but I understand your problem. There are many solutions but the fact is tha umstmon can be run ONLY as root (umtsmon funkzioniert nur fur root):
user@pc> su root
root@pc# umtsmon
ok now we are going to make the connection easier with a script from the desktop.
-
Create a new file on the desktop with name Connect.sh
-
Paste the following text in it:
#!/bin/sh
clear
echo ======= CONNECTING TO INTERNET =======
su root -c /usr/bin/umtsmon
exit
-
save and close
-
open a terminal in the desktop (right click mouse), and type
from root :
#chmod +x Connect.sh
#chown root Connect.sh
now exit click on the file and “Run in terminal”
every time you have to connect you must authorize it with root password
Have a nice day