Re: [ilugd] How to connect Tata Indicom Photon +

2009-11-15 Thread Amritendu Das
Hi all,
i) First, check photon+ vendor and product by lsusb command.

@@ Output look like a below lines and first high light word is vendor
and second is product. In, my case 12d1 is vendor and 140b is product.
# lsusb
Bus 003 Device 004: ID 12d1:140b Huawei Technologies Co., Ltd.
Bus 003 Device 001: ID :
Bus 004 Device 001: ID :
Bus 001 Device 001: ID :
Bus 002 Device 001: ID :
Bus 005 Device 001: ID :
@@

*In My Case I did not see any info like Huwaei or epi valley . But I found a
extra '*Bus 003 Device 004: ID 0x1b7d:0700 *' line with no details.*

ii) Now, load usbserial module by the help of below modprobe and depmod
command.


@@ Again replace vendor and product with your vendor and product,,
# modprobe usbserial vendor=0x12d1 product=0x140b
# depmod -a
@@

*Perfectly run

i get vendor and product from lsusb output by colon seperated entries.
sudo modprobe usbserial vendor=0x1b7d product=0x0700
*


iii) photon+ data card detect as a USB modem
@@ usb_modeswitch is not default bundled in Redhat. You have to download
it source ( usb_modeswitch-1.0.5.tar.bz2 )  and copy usb_modeswitch
binary from usb_modeswitch-1.0.5 to /usr/sbin directory.
# usb_modeswitch -v 0x12d1 -p 0x140b -d 1
# usb_modeswitch -v 0x12d1 -p 0x140b -H 1
@@

*It is new thing for user of plug2surf whiz like me. So I get information
from my friend that photon disk is not detected by modem by default. It need
to mode switch from default status as cdrom to modem. So we  need modeswitch
command. But it is not bundled default with OS SO you will have to get it
another place I get the deb file for ubuntu karmic.
http://packages.ubuntu.com/karmic/i386/usb-modeswitch/download
How ever It installed without any problem on ubuntu jaunty.
*
iv) Edit, dailer configuration, You only have to change Username and
Password parameters. Replace first XX with username ( it may be
your data number ) and second XX with your passowrd ( it also
may be same as Username ). Note :- I am not sure /etc/wvdial.conf file
exists or not.
@@
# vim /etc/wvdial.conf
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
Stupid Mode = 1
Modem Type = USB Modem
ISDN = 0
Phone = #777
New PPPD = yes
Modem = /dev/ttyUSB0
Username = internet
Password = internet
@@

*When I tried command sudo wvdialconf /etc/wvdial.conf
I get usb device as /dev/ttyACM1 against /dev/ttyACM0 in plug22surf and
/dev/ttyUSB0 in above.
I do the same change all other things are same as plug2surf.
*



v) Finally, start dial
# wvdial


*Now I can surf the net with photon on My CentOS*

On Sat, Oct 31, 2009 at 6:17 PM, abhishek jain
abhishek.netj...@gmail.comwrote:

 On Fri, Oct 9, 2009 at 1:30 AM, akshat gupta akshat...@gmail.com wrote:

  which hardware are you using?
  In case you are using the new hardware from Epivally, you need to perform
  an
  unmount first before using the hardware as modem.
  It should be mounted as a cdrom drive. unmount it and your hardware will
 be
  accessible as modem umount /dev/sr1 should do it (please confirm if its
  mounted as sr1 or someother thing).
  after that if you follow the documentation, you should be good
 

 Hi all,
 While connecting the Tata Photon + i get the following error on executing

  'wvdial'



 ATDTphone number
 ERROR
 -- Voice line detected.  Trying again.
 -- Sending: ATDTphone number
 -- Waiting for carrier.
 --
 Thanks and kind Regards,
 Abhishek jain
 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/




-- 
Thanks And Regards,
Amritendu Das.
+91 9900132917 ( Bangalore )
+91 9958128177 ( Delhi )

It is not because things are difficult, that we do not dare. It is because
we do not dare, they seem difficult.
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] How to connect Tata Indicom Photon +

2009-10-31 Thread abhishek jain
On Fri, Oct 9, 2009 at 1:30 AM, akshat gupta akshat...@gmail.com wrote:

 which hardware are you using?
 In case you are using the new hardware from Epivally, you need to perform
 an
 unmount first before using the hardware as modem.
 It should be mounted as a cdrom drive. unmount it and your hardware will be
 accessible as modem umount /dev/sr1 should do it (please confirm if its
 mounted as sr1 or someother thing).
 after that if you follow the documentation, you should be good


Hi all,
While connecting the Tata Photon + i get the following error on executing

 'wvdial'



ATDTphone number
ERROR
-- Voice line detected.  Trying again.
-- Sending: ATDTphone number
-- Waiting for carrier.
-- 
Thanks and kind Regards,
Abhishek jain
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] How to connect Tata Indicom Photon +

2009-10-08 Thread vikram ranade


 Dont know how to do that, reading the posts here i found i need to execute
 the command wvdial.

 [r...@localhost ~]# wvdial
 -- WvDial: Internet dialer version 1.54.0
 -- Warning: section [Dialer Defaults] does not exist in wvdial.conf.
 -- Cannot open /dev/modem: No such file or directory
 -- Cannot open /dev/modem: No such file or directory
 -- Cannot open /dev/modem: No such file or directory


 What can be my options now,
 Pl. advice.

 If the modem is the USB version then most likely it will be /dev/ttyUSB0
this needs  to be set in the wvdial.conf file.
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] How to connect Tata Indicom Photon +

2009-10-08 Thread abhishek jain
On Thu, Oct 8, 2009 at 6:12 PM, Devendra Gera g...@theoldmonk.net wrote:

 On Thu, 08 Oct 2009, vikram ranade wrote:

   If the modem is the USB version then most likely it will be
 /dev/ttyUSB0
  this needs  to be set in the wvdial.conf file.

 Also look at wvdialconf(1)

 --gera.


Hi
I have a USB modem and when i run wvdialconf i get the following error.
[r...@localhost abhishek]# wvdialconf /etc/wvdial.conf
Scanning your serial ports for a modem.

Port Scan*1: S0   S1   S2   S3


Sorry, no modem was detected!  Is it in use by another program?
Did you configure it properly with setserial?

Please read the FAQ at http://open.nit.ca/wvdial/

If you still have problems, send mail to wvdial-l...@lists.nit.ca.


It does not detect the USB modem. Also there is no /dev/ttyUSB0 file,

Thanks and kind Regards,
Abhishek jain
+91 9971376767
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] How to connect Tata Indicom Photon +

2009-10-08 Thread Shakthi Kannan
Hi,

--- On Thu, Oct 8, 2009 at 6:36 PM, abhishek jain
abhishek.netj...@gmail.com wrote:
| I have a USB modem and when i run wvdialconf i get the following error.
| [r...@localhost abhishek]# wvdialconf /etc/wvdial.conf
|
| It does not detect the USB modem. Also there is no /dev/ttyUSB0 file,
\--

If the USB modem is not detected, how can you dial? After you plugin
the device, paste the output of /bin/dmesg. You can save output to a
file, for example:

  $ /bin/dmesg  dmesg.txt

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] How to connect Tata Indicom Photon +

2009-10-08 Thread Anil Seth
On Thu, Oct 8, 2009 at 7:01 PM,  ilugd-requ...@lists.linux-delhi.org wrote:
 I need to connect Tata Indicom Photon + internet on Centos 5.3

 Dont know how to do that, reading the posts here i found i need to execute
 the command wvdial.

 [r...@localhost ~]# wvdial
 -- WvDial: Internet dialer version 1.54.0
 -- Warning: section [Dialer Defaults] does not exist in wvdial.conf.
 -- Cannot open /dev/modem: No such file or directory
 -- Cannot open /dev/modem: No such file or directory
 -- Cannot open /dev/modem: No such file or directory


With the earlier USB stick, the wvdial conf file was:

[Modem0]
Modem = /dev/ttyACM0
Baud = 115200
SetVolume = 0
Dial Command = ATDT
Init1 = ATZ
Init3 = ATM0
FlowControl = CRTSCTS
[Dialer TataIndicom]
Username = internet
Password = internet
Phone = #777
Stupid Mode = 1
Init1 = ATZ
Inherits = Modem0

Regards
Anil

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] How to connect Tata Indicom Photon +

2009-10-08 Thread akshat gupta
which hardware are you using?
In case you are using the new hardware from Epivally, you need to perform an
unmount first before using the hardware as modem.
It should be mounted as a cdrom drive. unmount it and your hardware will be
accessible as modem umount /dev/sr1 should do it (please confirm if its
mounted as sr1 or someother thing).
after that if you follow the documentation, you should be good

On Thu, Oct 8, 2009 at 8:55 PM, Anil Seth seth.a...@gmail.com wrote:

 On Thu, Oct 8, 2009 at 7:01 PM,  ilugd-requ...@lists.linux-delhi.org
 wrote:
  I need to connect Tata Indicom Photon + internet on Centos 5.3
 
  Dont know how to do that, reading the posts here i found i need to
 execute
  the command wvdial.
 
  [r...@localhost ~]# wvdial
  -- WvDial: Internet dialer version 1.54.0
  -- Warning: section [Dialer Defaults] does not exist in wvdial.conf.
  -- Cannot open /dev/modem: No such file or directory
  -- Cannot open /dev/modem: No such file or directory
  -- Cannot open /dev/modem: No such file or directory
 

 With the earlier USB stick, the wvdial conf file was:

 [Modem0]
 Modem = /dev/ttyACM0
 Baud = 115200
 SetVolume = 0
 Dial Command = ATDT
 Init1 = ATZ
 Init3 = ATM0
 FlowControl = CRTSCTS
 [Dialer TataIndicom]
 Username = internet
 Password = internet
 Phone = #777
 Stupid Mode = 1
 Init1 = ATZ
 Inherits = Modem0

 Regards
 Anil

 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/