Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Cannot use modem usb Nokia CS-11

    Scheduled Pinned Locked Moved Hardware
    3 Posts 3 Posters 579 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • perikoP
      periko
      last edited by

      I have a USB modem from Nokia Model CS-11 but is not working on pfsense 2.1.5.

      usbconfig -u 2 -a 2
      ugen2.2: <nokia datacard="" nokia="">at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON</nokia>

      wiki say to report this, this is the right place?

      Thanks.

      Necesitan Soporte de Pfsense en México?/Need Pfsense Support in Mexico?
      www.bajaopensolutions.com
      https://www.facebook.com/BajaOpenSolutions
      Quieres aprender PfSense, visita mi canal de youtube:
      https://www.youtube.com/c/PedroMorenoBOS

      1 Reply Last reply Reply Quote 0
      • C
        celsolom
        last edited by

        With vi create a file with the code:

        #!/bin/sh
        
        cdcontrol -f "`dmesg | egrep 'ad[0-9].*NOKIA.*|cd[0-9].*Nokia.*' | cut -d ":" -f
         1 | tail -n 1`" eject
        
        exit 0
        

        Save with name in /root/nokia.sh.

        Add this code to file /etc/devd.conf:

        attach 100 {
                match "vendor"          "0x0421";
                match "product"         "0x061d";
                action "/root/nokia.sh";
        };
        

        After this reboot.

        Sorry about my english. :-[

        1 Reply Last reply Reply Quote 0
        • stephenw10S
          stephenw10 Netgate Administrator
          last edited by

          Nice 1st post.  :)
          So it simply needs the virtual CD drive to be ejected to switch modes?

          Steve

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.