Announcement

Collapse
No announcement yet.

Disappearing Modem on USB port

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Disappearing Modem on USB port

    Still working on getting the U600 Franklin Wimax modem to work. I believe I have not been able to flip the USB stick into modem mode, though I have seen a device "sg0, type5" mentioned after the storasge section is shown.

    The modem somehow appears to be around. Look at this dmesg printout:

    sudo dmesg|grep -i ttyUSB
    [ 29.497757] usb 3-2: GSM modem (1-port) converter now attached to ttyUSB0
    [ 29.498090] usb 3-2: GSM modem (1-port) converter now attached to ttyUSB1
    [ 29.500987] usb 3-2: GSM modem (1-port) converter now attached to ttyUSB2
    [ 191.857639] option1 ttyUSB0: option_instat_callback: error -108
    [ 191.857872] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
    [ 191.859622] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
    [ 191.860575] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2

    May question now is: Why does it get disconnected before I can do anything?
    Cannot even get to KPP to attempt a connection.

    According to Sprint it is necesary to first get the 3G modem to work before the 4G part can be installed. There is a driver for the 4G modem in the staging drivers section.
    It is said to work. I got it installed together with a GUI and the wimax daemon is running. But still no modem to connect to.
    See above!

    Any ideas that could put me on the right path?

    #2
    I'm curious what the output of dmesg | tail shows. Unplug the modem for a little while and then plug it in and try dmesg.
    Last edited by luckyone; Nov 06, 2012, 05:41 PM.
    GigaByte GA-965G-DS3, Core2Duo at 2.1 GHz, 4 GB RAM, ASUS DRW-24B1ST, LiteOn iHAS 324 A, NVIDIA 7300 GS, 500 GB and 80 GB WD HDD

    Comment


      #3
      Originally posted by luckyone View Post
      I'm curious what the output of dmesg | tail shows. Unplug the modem for a little while and then plug it in and try dmesg.
      Thanks for the reply. I do not klnow what happened but today I get this:
      Here it is. Note that I had to use the 'option' driver to get this:

      1.957773] usb 1-2.2: New USB device found, idVendor=1fac, idProduct=0150
      [ 1.957780] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
      [ 1.957784] usb 1-2.2: Product: USB Micro SD Storage
      [ 1.957787] usb 1-2.2: Manufacturer: Franklin Wireless Corp.
      SerialNumber: 215325802400
      [ 1.964559] Initializing USB Mass Storage driver...
      [ 1.964715] scsi2 : usb-storage 1-2.2:1.0
      [ 1.964831] usbcore: registered new interface driver usb-storage
      [ 1.964833] USB Mass Storage support registered.

      And with the 'option' serial added:


      modprobe option vendor=1fac product=0x0151
      root@pHost:/home/peter# dmesg|tail
      [ 2622.047035] sr 4:0:0:0: Attached scsi CD-ROM sr1
      [ 2622.047222] sr 4:0:0:0: Attached scsi generic sg2 type 5
      [ 2622.188706] usb 1-3.2: reset full-speed USB device number 9 using ehci_hcd
      [ 2622.364182] usb 1-3.2: reset full-speed USB device number 9 using ehci_hcd
      [ 2622.540521] usb 1-3.2: reset full-speed USB device number 9 using ehci_hcd
      [ 2622.716491] usb 1-3.2: reset full-speed USB device number 9 using ehci_hcd
      [ 2622.884217] usb 1-3.2: reset full-speed USB device number 9 using ehci_hcd
      [ 2623.060177] usb 1-3.2: reset full-speed USB device number 9 using ehci_hcd
      [ 2623.236160] usb 1-3.2: reset full-speed USB device number 9 using ehci_hcd
      [ 2623.412129] usb 1-3.2: reset full-speed USB device number 9 using ehci_hcd


      lsusb shows trhe unchanged USB stick:
      Bus 001 Device 009: ID 1fac:0150

      Doing the dmesg command with the actual modem product number (0151) results in identical responses. This modem just does not want to flip. I beginning to wonder whether something in my laptop setup might prevent it.

      The more I try, the more confused I am getting. Obviously.

      Comment


        #4
        Cannot even get to KPP to attempt a connection.
        What happens? I have something going on with KPPP here. It will only run when launched through a Konsole/Terminal. Runs fine that way.

        I've had Modem-Manager work for a while and then quit working at all. No idea why, so I use Konsole to launch KPPP. Which works absolutely fine.
        GigaByte GA-965G-DS3, Core2Duo at 2.1 GHz, 4 GB RAM, ASUS DRW-24B1ST, LiteOn iHAS 324 A, NVIDIA 7300 GS, 500 GB and 80 GB WD HDD

        Comment


          #5
          I have a solution to the vexing problem of how to get the Franklin U600 modem to work on Kubuntu 12.10. A detailed report on what I did and who helped me to get there will follow soon.

          Comment

          Working...
          X