Jump to content

Semtx

Active Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Semtx

  1. Thanks, i've found several tutorial about wep and wpa, but not the simple task of just getting everything on an open network.

    I didnt know you could lock down the channel already at the airmon command, i did it with the --channel parameter for airodump.

    Regarding wep and wpa, im pretty sure you can decrypt both using wireshark:

    http://wiki.wireshark.org/HowToDecrypt802.11

    Its interesting with N i didnt know it used other frequencies. Btw is the Pinapple internal chipset N by spec?

    You would think that the NHA which is spec'ed N in theory should be able to capture N data.

  2. Im interested in this too, i cant seem to find any place on the internet with a proper description on how to do it.

    As i see it there are two ways of doing it.

    The first one is just to use airodump to dump packages or the specified channel and/or bssid. I've used this and it works okay. I think i miss alot of packages this way, but i also get some usefull output.

    The other method is assosiating the wlan first as you do it. Maybe with some other commands, but I haven't even tied that direction yet.

    Does anyone know what the best and most robust way of doing it?

  3. Looking foward to it. Is there any bug database where i can submit and track bugs?

    I had a lot of cool ideas with the Pineapple, but there is so many often small bugs that get in the way of getting something run fully. Now im just waiting for the firmware update and crossing finger that some of the bugs stopping me are gone.

  4. What adapter did you use? I had problems using the hak shop adapter, and my H adapter worked.

    I skipped the manager infusion as i couldn't get that working and I did it manually. (I think the interface o the manager is a bit unintuitive.)

    You can try that too and use wpa_supplicant with the -dd (and no -B) option, to debug the connection.

    Have you put your AP info in wpa_supplicant.conf?

  5. Thanks for the tip.

    Though reboots also occurs with this hardware attached and used: AWUS036NHA, AWUS036H, Android phone in tethering, USB 3G Dongle (not fully working yet, as stated in other tread)

    I'm pretty sure it's load related somehow and could be a combination with the power usage.

    Am i one of the few, do i have a faulty device?

  6. I'm pretty sure there is still another issue here. My cables are new with no visible flaws, and it reboots constantly, when i do something else than just booting it up.

    I haven't tried all possible configurations with different services, usb unplugged/plugged with various devices and power options (but many), and something is either bugged or exhausted (or both) within half an hour.

    It's there any way to debug across boots, so you can get the logfile date before the device was reset? Is there a way to debug power consumption of the device?

  7. I did it all as instructed but no luck for but my internal and the NHA.

    I got the internal wlan boosted from 18dBm to 20dBm which is great, but i had expected more.

    The AWUS036NHA which i bought through the HakShop didn't change from 20dBm. (It worked for my old trusty AWUS036H)

    The AWUS036NHA is advertised as a 28dBm device.

    Edit:

    I think my main challenge is that regulatory domain is set to GB where i do not even live.

    Jan  1 00:00:40 Pineapple kern.debug kernel: [   35.480000] ath: EEPROM regdomain: 0x833a
    Jan  1 00:00:40 Pineapple kern.debug kernel: [   35.480000] ath: EEPROM indicates we should expect a country code
    Jan  1 00:00:40 Pineapple kern.debug kernel: [   35.480000] ath: doing EEPROM country->regdmn map search
    Jan  1 00:00:40 Pineapple kern.debug kernel: [   35.480000] ath: country maps to regdmn code: 0x37
    Jan  1 00:00:40 Pineapple kern.debug kernel: [   35.480000] ath: Country alpha2 being used: GB
    Jan  1 00:00:40 Pineapple kern.debug kernel: [   35.480000] ath: Regpair used: 0x37
    

    Is there a way to change this bootup default value?

  8. Hi All,

    I've worked a lot on this, and have come so far that that the dongle connects. But it only lasts briefly, because it disconnects just after connect.

    I've tried everything, and I hope someone here can verify my configuration.

    This is the interesting part of /pineapple/3g/3g.sh:

    *19d2:0167*|*19d2:0167*) echo "ZTE MF820D (Telia) detected. Attempting mode switch"
                    uci delete network.wan2
                    uci set network.wan2=interface
                    uci set network.wan2.ifname=ppp0
                    uci set network.wan2.proto=3g
                    uci set network.wan2.service=umts
                    uci set network.wan2.device=/dev/ttyUSB2
                    uci set network.wan2.apn=www.internet.mtelia.dk
                    uci set network.wan2.username=
                    uci set network.wan2.password=
                    uci set network.wan2.defaultroute=1
                    uci commit network
                    echo "Usb modeswitch"
                    usb_modeswitch -v 19d2 -p 0166 -V 19d2 -P 0167 -M 55534243123456782400000080000685000000240000000000000000000000 -m 0x01 -n 0 -s 20
                    echo "Removing usbserial mod"
                    sleep 10; rmmod usbserial
                    echo "Inseting usbserial mod"
                    sleep 3; insmod usbserial vendor=0x19d2 product=0x0167
    #               sleep 5; /etc/init.d/firewall disable; /etc/init.d/firewall stop
    #               logger "3G: firewall stopped"
                    echo "Setting up iptables"
                    iptables -t nat -A POSTROUTING -s 172.16.42.0/24 -o 3g-wan2 -j MASQUERADE
                    iptables -A FORWARD -s 172.16.42.0/24 -o 3g-wan2 -j ACCEPT
                    iptables -A FORWARD -d 172.16.42.0/24 -m state --state ESTABLISHED,RELATED -i 3g-wan2 -j ACCEPT
    
                    ;;
    
    

    I've removed the firewall part as it fails anyways.

    This is /etc/chatscripts/3g.chat:


    ABORT   BUSY
    ABORT   'NO CARRIER'
    ABORT   ERROR
    REPORT  CONNECT
    TIMEOUT 10
    ""      "AT&F"
    OK      "ATE1"
    OK      'AT+CGDCONT=1,"IP","$USE_APN"'
    ABORT   'NO CARRIER'
    OK      "AT+ZSNT=0,0,0"
    SAY     "Calling UMTS/GPRS"
    TIMEOUT 20
    OK      "ATD*99#"
    CONNECT ' '
    
    

    And lastly here is the interesting part of /etc/config/network:


    config interface 'wan2'
            option ifname 'ppp0'
            option proto '3g'
            option service 'umts'
            option device '/dev/ttyUSB2'
            option apn 'www.internet.mtelia.dk'
            option defaultroute '1'
    
    

    Probably as part of the new pineapple firmware, the dongle does a modechange, which took me a while to see.

    So this happens automaticly at bootup:

    Jan  1 00:00:41 Pineapple user.notice usb-modeswitch: 1-0:1.0: Manufacturer=Linux_3.7.9_ehci_hcd Product=Generic_Platform_EHCI_Controller Serial=ehci-platform
    Jan  1 00:00:41 Pineapple user.notice usb-modeswitch: 1-1:1.0: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=?
    Jan  1 00:00:42 Pineapple user.notice usb-modeswitch: 1-1:1.1: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=?
    Jan  1 00:00:42 Pineapple user.notice usb-modeswitch: 1-1:1.2: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=?
    Jan  1 00:00:42 Pineapple user.notice usb-modeswitch: 1-1:1.3: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=?
    Jan  1 00:00:42 Pineapple user.notice usb-modeswitch: 1-1:1.4: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=?
    

    And the lsusb -v looks like this:


    Bus 001 Device 003: ID 19d2:0167 ZTE WCDMA Technologies MSM
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               2.00
      bDeviceClass            0 (Defined at Interface level)
      bDeviceSubClass         0
      bDeviceProtocol         0
      bMaxPacketSize0        64
      idVendor           0x19d2 ZTE WCDMA Technologies MSM
      idProduct          0x0167
      bcdDevice            0.00
      iManufacturer           3 ZTE,Incorporated
      iProduct                2 ZTE LTE Technologies MSM
      iSerial                 0
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength          138
        bNumInterfaces          5
        bConfigurationValue     1
        iConfiguration          1 ZTE Configuration
        bmAttributes         0xe0
          Self Powered
          Remote Wakeup
        MaxPower              500mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           2
          bInterfaceClass       255 Vendor Specific Class
          bInterfaceSubClass    255 Vendor Specific Subclass
          bInterfaceProtocol    255 Vendor Specific Protocol
          iInterface              0
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0200  1x 512 bytes
            bInterval              32
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x01  EP 1 OUT
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0200  1x 512 bytes
            bInterval              32
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        1
          bAlternateSetting       0
          bNumEndpoints           2
          bInterfaceClass       255 Vendor Specific Class
          bInterfaceSubClass    255 Vendor Specific Subclass
          bInterfaceProtocol    255 Vendor Specific Protocol
          iInterface              0
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x82  EP 2 IN
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0200  1x 512 bytes
            bInterval              32
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x02  EP 2 OUT
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0200  1x 512 bytes
            bInterval              32
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        2
          bAlternateSetting       0
          bNumEndpoints           2
          bInterfaceClass       255 Vendor Specific Class
          bInterfaceSubClass    255 Vendor Specific Subclass
          bInterfaceProtocol    255 Vendor Specific Protocol
          iInterface              0
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x83  EP 3 IN
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0200  1x 512 bytes
            bInterval              32
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x03  EP 3 OUT
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0200  1x 512 bytes
            bInterval              32
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        3
          bAlternateSetting       0
          bNumEndpoints           3
          bInterfaceClass       255 Vendor Specific Class
          bInterfaceSubClass    255 Vendor Specific Subclass
          bInterfaceProtocol    255 Vendor Specific Protocol
          iInterface              0
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x84  EP 4 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0040  1x 64 bytes
            bInterval               5
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x85  EP 5 IN
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0200  1x 512 bytes
            bInterval              32
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x04  EP 4 OUT
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0200  1x 512 bytes
            bInterval              32
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        4
          bAlternateSetting       0
          bNumEndpoints           3
          bInterfaceClass       255 Vendor Specific Class
          bInterfaceSubClass    255 Vendor Specific Subclass
          bInterfaceProtocol    255 Vendor Specific Protocol
          iInterface              0
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x86  EP 6 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0040  1x 64 bytes
            bInterval               5
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x87  EP 7 IN
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0200  1x 512 bytes
            bInterval              32
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x05  EP 5 OUT
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0200  1x 512 bytes
            bInterval              32
    Device Qualifier (for other device speed):
      bLength                10
      bDescriptorType         6
      bcdUSB               2.00
      bDeviceClass            0 (Defined at Interface level)
      bDeviceSubClass         0
      bDeviceProtocol         0
      bMaxPacketSize0        64
      bNumConfigurations      1
    Device Status:     0x0000
      (Bus Powered)
    
    

    Here is how the log looks just after i run my 3g.sh script:

    Jan  1 00:06:01 Pineapple user.notice root: 3G: Connection Script here, searching for modems
    Jan  1 00:06:13 Pineapple kern.info kernel: [  373.150000] usbserial: USB Serial deregistering driver generic
    Jan  1 00:06:13 Pineapple kern.info kernel: [  373.160000] usbcore: deregistering interface driver usbserial_generic
    Jan  1 00:06:13 Pineapple kern.info kernel: [  373.160000] usbcore: deregistering interface driver usbserial
    Jan  1 00:06:16 Pineapple kern.info kernel: [  376.210000] usbcore: registered new interface driver usbserial
    Jan  1 00:06:16 Pineapple kern.info kernel: [  376.210000] usbcore: registered new interface driver usbserial_generic
    Jan  1 00:06:16 Pineapple kern.info kernel: [  376.220000] usbserial: USB Serial support registered for generic
    Jan  1 00:06:16 Pineapple kern.info kernel: [  376.220000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes.
    Jan  1 00:06:16 Pineapple kern.info kernel: [  376.230000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver.
    Jan  1 00:06:16 Pineapple kern.info kernel: [  376.240000] usbserial_generic 1-1:1.0: generic converter detected
    Jan  1 00:06:16 Pineapple kern.info kernel: [  376.250000] usb 1-1: generic converter now attached to ttyUSB0
    Jan  1 00:06:16 Pineapple kern.info kernel: [  376.260000] usbserial_generic 1-1:1.1: The "generic" usb-serial driver is only for testing and one-off prototypes.
    Jan  1 00:06:16 Pineapple kern.info kernel: [  376.270000] usbserial_generic 1-1:1.1: Tell linux-usb@vger.kernel.org to add your device to a proper driver.
    Jan  1 00:06:16 Pineapple kern.info kernel: [  376.280000] usbserial_generic 1-1:1.1: generic converter detected
    Jan  1 00:06:16 Pineapple kern.info kernel: [  376.280000] usb 1-1: generic converter now attached to ttyUSB1
    Jan  1 00:06:19 Pineapple daemon.notice pppd[1855]: pppd 2.4.5 started by root, uid 0
    Jan  1 00:06:20 Pineapple local2.info chat[1859]: abort on (BUSY)
    Jan  1 00:06:20 Pineapple local2.info chat[1859]: abort on (NO CARRIER)
    Jan  1 00:06:20 Pineapple local2.info chat[1859]: abort on (ERROR)
    Jan  1 00:06:20 Pineapple local2.info chat[1859]: report (CONNECT)
    Jan  1 00:06:20 Pineapple local2.info chat[1859]: timeout set to 10 seconds
    Jan  1 00:06:20 Pineapple local2.info chat[1859]: send (AT&F^M)
    Jan  1 00:06:20 Pineapple local2.info chat[1859]: expect (OK)
    Jan  1 00:06:20 Pineapple local2.info chat[1859]: AT&F^M^M
    Jan  1 00:06:20 Pineapple local2.info chat[1859]: OK
    Jan  1 00:06:20 Pineapple local2.info chat[1859]:  -- got it
    Jan  1 00:06:20 Pineapple local2.info chat[1859]: send (ATE1^M)
    Jan  1 00:06:20 Pineapple local2.info chat[1859]: expect (OK)
    Jan  1 00:06:20 Pineapple local2.info chat[1859]: ^M
    Jan  1 00:06:20 Pineapple local2.info chat[1859]: ATE1^M^M
    Jan  1 00:06:20 Pineapple local2.info chat[1859]: OK
    Jan  1 00:06:20 Pineapple local2.info chat[1859]:  -- got it
    Jan  1 00:06:20 Pineapple local2.info chat[1859]: send (AT+CGDCONT=1,"IP","www.internet.mtelia.dk"^M)
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: abort on (NO CARRIER)
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: expect (OK)
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: ^M
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: AT+CGDCONT=1,"IP","www.internet.mtelia.dk"^M^M
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: OK
    Jan  1 00:06:21 Pineapple local2.info chat[1859]:  -- got it
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: send (AT+ZSNT=0,0,0^M)
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: timeout set to 20 seconds
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: expect (OK)
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: ^M
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: AT+ZSNT=0,0,0^M^M
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: OK
    Jan  1 00:06:21 Pineapple local2.info chat[1859]:  -- got it
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: send (ATD*99#^M)
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: expect (CONNECT)
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: ^M
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: ATD*99#^M^M
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: CONNECT
    Jan  1 00:06:21 Pineapple local2.info chat[1859]:  -- got it
    Jan  1 00:06:21 Pineapple local2.info chat[1859]: send ( ^M)
    Jan  1 00:06:21 Pineapple daemon.info pppd[1855]: Serial connection established.
    Jan  1 00:06:21 Pineapple daemon.info pppd[1855]: Using interface 3g-wan2
    Jan  1 00:06:21 Pineapple daemon.notice pppd[1855]: Connect: 3g-wan2 <--> /dev/ttyUSB2
    Jan  1 00:06:22 Pineapple daemon.warn pppd[1855]: Could not determine remote IP address: defaulting to 10.64.64.64
    Jan  1 00:06:22 Pineapple daemon.notice pppd[1855]: local  IP address 10.234.118.8
    Jan  1 00:06:22 Pineapple daemon.notice pppd[1855]: remote IP address 10.64.64.64
    Jan  1 00:06:22 Pineapple daemon.notice pppd[1855]: primary   DNS address 62.44.166.197
    Jan  1 00:06:22 Pineapple daemon.notice pppd[1855]: secondary DNS address 62.44.166.69
    Jan  1 00:06:22 Pineapple daemon.notice netifd: Interface 'wan2' is now up
    Jan  1 00:06:24 Pineapple daemon.info dnsmasq[1534]: reading /tmp/resolv.conf.auto
    Jan  1 00:06:24 Pineapple daemon.info dnsmasq[1534]: using nameserver 62.44.166.197#53
    Jan  1 00:06:24 Pineapple daemon.info dnsmasq[1534]: using nameserver 62.44.166.69#53
    Jan  1 00:06:24 Pineapple daemon.info dnsmasq[1534]: using nameserver 8.8.8.8#53
    Jan  1 00:06:24 Pineapple daemon.info dnsmasq[1534]: using local addresses only for domain lan
    Jan  1 00:06:25 Pineapple kern.info kernel: [  384.950000] usb 1-1: USB disconnect, device number 3
    Jan  1 00:06:25 Pineapple daemon.notice pppd[1855]: Modem hangup
    Jan  1 00:06:25 Pineapple daemon.info pppd[1855]: Connect time 0.1 minutes.
    Jan  1 00:06:25 Pineapple daemon.info pppd[1855]: Sent 204 bytes, received 0 bytes.
    Jan  1 00:06:25 Pineapple daemon.notice pppd[1855]: Connection terminated.
    Jan  1 00:06:25 Pineapple daemon.notice netifd: Interface 'wan2' has lost the connection
    Jan  1 00:06:25 Pineapple kern.info kernel: [  384.960000] generic ttyUSB0: generic converter now disconnected from ttyUSB0
    Jan  1 00:06:25 Pineapple kern.info kernel: [  384.960000] usbserial_generic 1-1:1.0: device disconnected
    Jan  1 00:06:25 Pineapple kern.info kernel: [  384.970000] generic ttyUSB1: generic converter now disconnected from ttyUSB1
    Jan  1 00:06:25 Pineapple kern.info kernel: [  384.980000] usbserial_generic 1-1:1.1: device disconnected
    Jan  1 00:06:25 Pineapple kern.info kernel: [  384.980000] generic ttyUSB2: generic converter now disconnected from ttyUSB2
    Jan  1 00:06:25 Pineapple kern.info kernel: [  384.990000] usbserial_generic 1-1:1.2: device disconnected
    Jan  1 00:06:25 Pineapple kern.info kernel: [  384.990000] generic ttyUSB3: generic converter now disconnected from ttyUSB3
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.000000] usbserial_generic 1-1:1.3: device disconnected
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.010000] generic ttyUSB4: generic converter now disconnected from ttyUSB4
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.010000] usbserial_generic 1-1:1.4: device disconnected
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.300000] usb 1-1: new high-speed USB device number 4 using ehci-platform
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.450000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes.
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.460000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver.
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.470000] usbserial_generic 1-1:1.0: generic converter detected
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.480000] usb 1-1: generic converter now attached to ttyUSB0
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.480000] usbserial_generic 1-1:1.1: The "generic" usb-serial driver is only for testing and one-off prototypes.
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.490000] usbserial_generic 1-1:1.1: Tell linux-usb@vger.kernel.org to add your device to a proper driver.
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.500000] usbserial_generic 1-1:1.1: generic converter detected
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.510000] usb 1-1: generic converter now attached to ttyUSB1
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.510000] usbserial_generic 1-1:1.2: The "generic" usb-serial driver is only for testing and one-off prototypes.
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.520000] usbserial_generic 1-1:1.2: Tell linux-usb@vger.kernel.org to add your device to a proper driver.
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.530000] usbserial_generic 1-1:1.2: generic converter detected
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.540000] usb 1-1: generic converter now attached to ttyUSB2
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.550000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes.
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.560000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver.
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.570000] usbserial_generic 1-1:1.3: generic converter detected
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.570000] usb 1-1: generic converter now attached to ttyUSB3
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.580000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes.
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.590000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver.
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.600000] usbserial_generic 1-1:1.4: generic converter detected
    Jan  1 00:06:25 Pineapple kern.info kernel: [  385.600000] usb 1-1: generic converter now attached to ttyUSB4
    Jan  1 00:06:26 Pineapple daemon.info pppd[1855]: Terminating on signal 15
    Jan  1 00:06:26 Pineapple daemon.info pppd[1855]: Exit.
    Jan  1 00:06:26 Pineapple daemon.notice netifd: Interface 'wan2' is now down
    Jan  1 00:06:27 Pineapple user.notice usb-modeswitch: 1-1:1.0: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=?
    Jan  1 00:06:27 Pineapple user.notice usb-modeswitch: 1-1:1.1: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=?
    Jan  1 00:06:27 Pineapple user.notice usb-modeswitch: 1-1:1.2: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=?
    Jan  1 00:06:28 Pineapple user.notice usb-modeswitch: 1-1:1.3: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=?
    Jan  1 00:06:28 Pineapple user.notice usb-modeswitch: 1-1:1.4: Manufacturer=ZTE,Incorporated Product=ZTE_LTE_Technologies_MSM Serial=?
    
    

    So for me it looks like the modem resets after disconnect (and then gets switched back again). But i have no idea what actually happened.

    I've tested the modem on a Mac and PC and i works fine.

    I'm not hundred percent sure that its /dev/ttyUSB2 I'm supposed to use, but i've tried the other ones and ttyUSB2 seems to give the least critical errors.

    Is there anything i've overlooked?

    Thanks a bunch.

×
×
  • Create New...