South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
shokotah said:Have any of you been able to setup the 3G datacard on linux yet? Any pointers? I'm running Mandrake 9.2.
Edinetz said:Vodacom3g posted a link which explains how to setup the 3G datacard. I followed it on Slackware 10 & Suse 9.2 and got it working. To get it to work I had to 'rmmod usbserial' before the modprob as documented.
shokotah said:Finally got it working! Even rmmod usbserial didn't do the trick. There was no driver anywhere for the datacard. Got it working by:
1. Install kernel 2.6
2. Install updated hotplug package
3. Add "options usbserial vendor=0xaf0 product=0x5000" to /etc/modprobe.conf
4. Create the file umts.usermap in /etc/hotplug/usb/ containing "umts 0x03 0xaf0 0x5000 0 0 0 0 0 0 0 0 0" string
5. Restart pcmcia
6. Insert 3g datacard
7. Do a /sbin/modprobe usbserial vendor=0xaf0 product=0x5000
It's working!!!
SideWinder said:I've been trying to install a Nokia RX-2 card on my RH 9 laptop, and have not been successful, despite all the help from Tazz_Tux.
The card is recognised as ttyS1 when installed, I can talk to the card via minicom ttyS1 (using 4800 N81). It even connects with a manual ATDTnumber command.
But when I use wvdial, it looks like it wants to go, but then starts re-sending commands eg ATZ and eventually says "Modem not responding"
So, what seems easy for some, could end up as difficult for others, and with limited diagnostics and skills, takes some time to succesfully install.