LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   CDMA connection to Linux thru USB (https://www.linuxquestions.org/questions/linux-software-2/cdma-connection-to-linux-thru-usb-354372/)

monami 08-17-2005 07:42 PM

CDMA connection to Linux thru USB
 
I am using a Reliance CDMA mobile and USB connection,to connect to the web using Win XP on my laptop.When I connect it using Linux, the phone immediately switches off. Can anyone advise why this is and how to solve the problem so that I can connect to the Internet with Linux also.

Thks in advance.

ankscorek 08-17-2005 07:56 PM

what distro are u using and waht keeeeernel

monami 08-17-2005 08:16 PM

I am using Redhat Linux 4 enterprise edition

ankscorek 08-18-2005 02:41 AM

check wether u have the node

#/dev/input/ttyACM0 .....................if not then make it using the foll command

#mknod /dev/input/ttyACM0 c 166 0
#chmod 777 /dev/input/ttyACM0

then tryconnecting it

if it still switches off i guess u have to recompile your kernel in whichu must build in the support for USB modem under networking

monami 08-19-2005 09:19 AM

This is not working.I have installed Linux enterprise 4 with all options selected. Is there something else to do? Pls advise.

jayakrishnan 08-19-2005 11:39 AM

try thsi -> http://www.hackgnu.org/ril-howto.html

monami 08-21-2005 06:01 PM

jayakrishnan, thks fr yr post. But I cannot try what u suggest if the phone keeps switching off,immediately after reconnection.This does not happen with Win XP.

I cannot understand why the phone switches off.I have tried with other linux machines with redhat liux 4 enterprise,kernel:2.6.9.5 EL.

/var/log/messages: shows that all 3 USB ports were connected and then all 3 USB ports were disconnected.

Pls someone advise.Thks.

ankscorek 08-22-2005 02:51 AM

i think u do this

#tail -f /var/log/messages

then plug in your phone

now give me the output of

#tail -f /var/log/messages


All times are GMT -5. The time now is 05:03 PM.