I just switched to suse and I wonder if there is a way to make my 3g usb modem work I browsed web but had no success in making it work, anyone has any experience with it? I need driver for Huawei e1550…
The usb Huawei modem should be detected in automatic. If it doesn’t look at the boot log if it is detected correctly as a modem or if it is seen as a usb-key mass storage device.
How did you set it up in yast?
Eventually you did not google so much after all…
http://ubuntuforums.org/showthread.php?t=1193355&page=2
Thanks, I found something from that link, will try it out will report how it went lol!
hi, dont know what the issue, previously my open suse work fine with external asdl connection.
recebtly changes to Wireless USb e1550 Huawei for better mobile coverage.
But the things is it not detected the ttyusb/01 as required.
it only show mass storage device.
i know that you guys have and can unlocking it but how… please give some guide and explain in details as from posted here it is a bit confusing… i,m not that expert to that level.
run on netbook Open Suse 11.0.
usb modem : e1550
connect to globe
any idea pls email me : nasrullah.sairi@dyson.com
or: ka_sut@yahoo.co.uk
thanks dude.
If you install usb_modeswitch, that will switch your device so it is seen as modem, instead of as a storage device
if you read the post by sakis from Athens, post #2
http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?t=284
he gives detailed instructions of how to install this small programme
he talks of 1.0.6 whereas the latest is 1.0.7 but either should work well for you;
if you copy and paste the commands, line by line, as he gives them, it should work but edit the 1.0.6 to 1.0.7 if you wish
where he says
sudo
you should enter
su
and enter your root password
thanks guys.
Shall try as given and we’ll see how it gonna be.
Later will be posted the findings.
Appreciated all that kind help…
what make linux better is that all user is getting together and really helping others.
it is the oposite site of windows that have all in a ready made condition and have nothin to worry and care about.
Regards
W’BLinuxs
here are the output results:
GTerminal
abu@linux-b0k8:~> ls -l /sys/bus/usb-serial/device
ls: cannot access /sys/bus/usb-serial/device: No such file or directory
abu@linux-b0k8:~> ls -l /dev/ttyUSB*
ls: cannot access /dev/ttyUSB*: No such file or directory
abu@linux-b0k8:~> sudo modprobe -r -v option
root’s password:
Sorry, try again.
root’s password:
sudo: 1 incorrect password attempt
abu@linux-b0k8:~> lsusb
Bus 005 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 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 15d9:0a4d
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0c45:62c0 Microdia Pavilion Webcam
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
abu@linux-b0k8:~> tail -f /var/log/dmesg ; echo
tail: cannot open `/var/log/dmesg’ for reading: No such file or directory
tail: no files remaining
abu@linux-b0k8:~>
abu@linux-b0k8:~> lsmod | grep usb
usbhid 60260 0
hid 53708 1 usbhid
ff_memless 21896 1 usbhid
usb_storage 100744 1
usbcore 164684 6 usbhid,uvcvideo,usb_storage,uhci_hcd,ehci_hcd
scsi_mod 168308 5 sr_mod,usb_storage,sg,sd_mod,libata
abu@linux-b0k8:~> lsusb
*not sure if i,m doing it right, can put my root passwords after all,what does sudo mean and how to have passwords beside that
thanks,
hope this will helps
regards
wblinuxs*
*not sure if i,m doing it right, can put my root passwords after all,what does sudo mean and how to have passwords beside that
**sudo**
comes from the abbreviation: switchuser do. If you come from the windows world you would say it is the equivalent of the Windows command “run as”.
Usually sudo will be used to run things at superuser. In a terminal (that is the blackboard like windows, also called Konsole) you can achieve the same by typing:
su **-**
(su - (don’t forget the minus, as it makes a difference, changing environment into root). If you do not understand this sentence, you may use the search of this forum with “su” and you will find a good explanation). Since you want to work as a superuser, you will be asked the root password. This is normal.
A short explanation on the command sudo you will find HERE.
An even more complete information about sudo you can find on the project page.
And as I am still on time: here you have a link for the su - problematic. So you do not even have to search the forum:
LINK about the difference of su and su -](http://forums.opensuse.org/new-user-how-faq-read-only/unreviewed-how-faq/424498-become-su-terminal-howto-4.html#post2083945)*
in post #7 my good friend you gave us outputs;
but no-one asked for those;
… I can’t even see your device listed there …
I believe your device needs to be “flipped” or “switched”;
Did you follow the advice in the post about how to install usb_modeswitch?