In this post I’m going to describe my particular problem, it’s solution and links to sites that helped me solve it. Big thanks to my friend Vladimír.
Recently I bougth a modem called “Vodafone Mobile Connect kombo“, which is in fact Celot CTD-200
, and I was trying to make it work in Lubuntu 12.04. The main problem was that the device was not recognized as a modem. Following guide will make possible to use it through network-manager
(which should theoretically work on most distros where it is installed).
- Install
modemmanager
,usb-modeswitch
ausb-modeswitch-data
. - Create file
/etc/udev/rules.d/99-celot-vodafone.rules
(for example) and insert lineACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="211f", ATTR{idProduct}=="6809", RUN+="/sbin/modprobe usbserial vendor=0x211f product=0x6809"
- This guide may work for other modems as well, but it is neccessary to replace “vendor” and “product” values (you can get them through the
lsusb
command).
- This guide may work for other modems as well, but it is neccessary to replace “vendor” and “product” values (you can get them through the
- If you want to observe the connection process, open a new terminal and execute
tail /var/log/syslog -f
. - Connect modem to USB and wait… (you’ll know the appropriate time by observing syslog, for me it is about a minute)
- Click with right mouse button on the network manager icon and check “Allow mobile broadband”, if unchecked.
- There should be a new connection available.
- You’ll need to enter PIN for the first time (follow the guide).
- Next time the process should be automatized.
I hope I didn’t forget something… Don’t be afraid to ask questions or tell me your feedback or experience. I am no expert but I’ll try to help.
Links
- Forums (mostly Vodafone modem issues generally)
- http://developer.vodafone.com/discuss/question/728/ubuntu-1010-vodafone-dongle-k3570-z-not-recognised/
- http://ubuntuforums.org/showthread.php?t=1005593
- http://ubuntuforums.org/showthread.php?t=1240240
- http://ubuntuforums.org/showthread.php?t=1139755
- http://ubuntuforums.org/showthread.php?t=1619115
- http://www.randombugs.com/linux/install-vodafone-mobile-connect-linux.html
- http://superuser.com/questions/305723/using-udev-rules-to-run-a-script-on-usb-insertion
- Vodafone Mobile Connect Card Driver
- Betavine Connection Manager
This post is also available in: Czech