LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   How to Determine which 3G Drivers are being used? (https://www.linuxquestions.org/questions/ubuntu-63/how-to-determine-which-3g-drivers-are-being-used-4175465683/)

Gad 06-12-2013 04:57 AM

How to Determine which 3G Drivers are being used?
 
Hi Guys,

I have a 3G modem which i use to connect to the internet.

Model: E1550
Make: Huawei

Im aware of being able to verify the driver on the manufacturers website however i would like to confirm the driver from within Ubuntu itself.

Im currently writing a script which requires the driver name which i am trying to filter from the system. ( I rather do it the hard way :))

PS) Im trying to accomplish the following: http://www.svsarana.com/share_3G_dat...php?redirect=1

Thank you

GlennsPref 06-13-2013 12:39 AM

Hi

I can tell you the Huawei e1550 uses the option module

That is,
Code:

lsmod | grep option
should show what it is connected to.

Gad 06-13-2013 05:33 AM

Quote:

Originally Posted by GlennsPref (Post 4970779)
Hi

I can tell you the Huawei e1550 uses the option module

That is,
Code:

lsmod | grep option
should show what it is connected to.

Thank you very much. The information you provided was helpful!

Although the problem might be deeper than i think. Need to get back to the drawing board :p


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