LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   E122 usb stick connection to Opensuse 11 (https://www.linuxquestions.org/questions/suse-opensuse-60/e122-usb-stick-connection-to-opensuse-11-a-815162/)

bamtoy 06-19-2010 02:06 PM

E122 usb stick connection to Opensuse 11
 
Hello everyone,
Does anyone know how to connect to Huawei E122 Mobile dongle?
I used to connect to E169 usb stick via umtston.

Thanks,
bamtoy

TB0ne 06-20-2010 12:53 PM

Quote:

Originally Posted by bamtoy (Post 4008726)
Hello everyone,
Does anyone know how to connect to Huawei E122 Mobile dongle?
I used to connect to E169 usb stick via umtston.

Yes, lots of people know. You can find their notes on Google with a quick search:

http://ubuntuforums.org/showthread.php?p=8995014
http://forum.eeeuser.com/viewtopic.php?pid=717997
http://linuxforums.org.uk/general-he...e-please-help/

While not specifically openSUSE related, the wvdialconf parameters are system independent.

bamtoy 06-26-2010 12:22 PM

I tried the things suggested in the threads but I cant go past wvdialconf.
I have installed wvdial from yast.

Code:

sudo wvdialconf
sudo: wvdialconf: command not found
#
Code:

kdesu kwrite /etc/wvdial.conf
and the .conf file is empty

Thanks,
bamtoy

TB0ne 06-26-2010 01:53 PM

Quote:

Originally Posted by bamtoy (Post 4015736)
I tried the things suggested in the threads but I cant go past wvdialconf.
I have installed wvdial from yast.

Code:

sudo wvdialconf
sudo: wvdialconf: command not found
#
Code:

kdesu kwrite /etc/wvdial.conf
and the .conf file is empty

Thanks,
bamtoy

Wvdialconf isn't running. The message is quite clear...it can't find the command. So either you didn't install it (in which case, go into yast, and do so), or find it, and specify the path. Find it with any of these commands:
Code:

which wvdialconf
locate wvdialconf
or as root
find / -name wvdialconf

Then run it.


All times are GMT -5. The time now is 09:49 PM.