enable2manage
Member
- Joined
- Sep 23, 2010
- Messages
- 15
- Reaction score
- 0
Desktop Dell Pentium 4 machine running on Ubuntu 10.04 attempting to connect a Telkom SA operated Huawei ETS6630 Fixed Wireless Terminal. The ETS6630 is a rechargeable telephone with wireless access and a Telkom sim card is installed. It has a pin to activate the phone on startup, but according to Telkom, there is no need for a pin to access the 3G broadband after the phone is started. I am having trouble connecting to the device using the supplied usb cable.
Problem is the machine is for a community development project some distance away and Vodacom are reworking their network so I have to do research and work away from the project or force my vodafone usb to gprs. My time is limited. If I cannot get this to work, I will recommend they drop the Telkom service and go with another ISP for internet access. The vodafone Huawei E270 works fine on the computer and it was tested after installation of 10.04.
Followed the following http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?p=2966
which took me some way towards getting the Huawei ETS 6630 modem to work. Lsusb shows the Huawei device listed time and time again. Usb modeswitch is working looking at /var/log/syslog. Have edited various files as per above link, including device and product codes, etc. Problem is getting to speak to /dev/ttyUSB0.
When I run wvdialconf it does not detect USB0. However, when I run from terminal
sudo modprobe -v usbserial vendor=0x12d1 product=0x1011
and then run wvdialconf it detects USB0. I then run kppp and it starts to initialise the modem, but goes no further. No messages in /var/log/syslog or /var/log/messages as to what is happening. I tried various combinations in the configuration of kppp, initialisation strings for the modem, etc.
Currently waiting for feedback from Telkom 0809999991 but to date they have no formal Linux software to support their product. Their IT guys will hopefully come back tomorrow, but I think that the Linux community would probably be best equipped to solve the problem.
Need an answer as to how to make the modprobe command stick (why doesn't modprobe modify the kernel so that each time I boot up it will be there? Does anyone from Telkom know what is sent to the modem? Why doesn't the modem appear under broadband on network manager? Made attempt to install but it doesn't connect.
The following was pulled usb memory from the device before modeswitch:
Apn = internet
Number = *99#
user =
password =
Auth prot = 0
Dns dynamic = 0
Wins Dynamic = 0
I assume that the software sends certain other instructions that are not in this basic configuration file. Any help most appreciated and will get the project on line after theft of telkom cables left this project without any service until the FWT arrived.
Problem is the machine is for a community development project some distance away and Vodacom are reworking their network so I have to do research and work away from the project or force my vodafone usb to gprs. My time is limited. If I cannot get this to work, I will recommend they drop the Telkom service and go with another ISP for internet access. The vodafone Huawei E270 works fine on the computer and it was tested after installation of 10.04.
Followed the following http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?p=2966
which took me some way towards getting the Huawei ETS 6630 modem to work. Lsusb shows the Huawei device listed time and time again. Usb modeswitch is working looking at /var/log/syslog. Have edited various files as per above link, including device and product codes, etc. Problem is getting to speak to /dev/ttyUSB0.
When I run wvdialconf it does not detect USB0. However, when I run from terminal
sudo modprobe -v usbserial vendor=0x12d1 product=0x1011
and then run wvdialconf it detects USB0. I then run kppp and it starts to initialise the modem, but goes no further. No messages in /var/log/syslog or /var/log/messages as to what is happening. I tried various combinations in the configuration of kppp, initialisation strings for the modem, etc.
Currently waiting for feedback from Telkom 0809999991 but to date they have no formal Linux software to support their product. Their IT guys will hopefully come back tomorrow, but I think that the Linux community would probably be best equipped to solve the problem.
Need an answer as to how to make the modprobe command stick (why doesn't modprobe modify the kernel so that each time I boot up it will be there? Does anyone from Telkom know what is sent to the modem? Why doesn't the modem appear under broadband on network manager? Made attempt to install but it doesn't connect.
The following was pulled usb memory from the device before modeswitch:
Apn = internet
Number = *99#
user =
password =
Auth prot = 0
Dns dynamic = 0
Wins Dynamic = 0
I assume that the software sends certain other instructions that are not in this basic configuration file. Any help most appreciated and will get the project on line after theft of telkom cables left this project without any service until the FWT arrived.