Code Monkey home page Code Monkey logo

Comments (54)

xsacha avatar xsacha commented on September 17, 2024

Is the issue only in 10.3.1 firmware? As in it worked in 10.3.0 and earlier?

On Thursday, June 11, 2015, JoinJoin [email protected] wrote:

All I get is "Detected 1 Blackberry USB device(s) in Autodetect Mode." and
icon spinning.
Last time I used Sachesi, I updated to 10.3.1.2576.

Linux 3.19.0-18-generic x86_64 GNU/Linux, KDE 15.04


Reply to this email directly or view it on GitHub
#60.

from sachesi.

stmblfrcr avatar stmblfrcr commented on September 17, 2024

Maybe you need to do this https://mohskitchen.wordpress.com/2014/11/08/using-sachesi-with-debian/

from sachesi.

bb010g avatar bb010g commented on September 17, 2024

Do you have ethernet enabled?

from sachesi.

JoinJoin avatar JoinJoin commented on September 17, 2024

Is the issue only in 10.3.1 firmware? As in it worked in 10.3.0 and earlier?

Yes, it worked with all the versions before 10.3.1.2576 because this is the only way I can update BB OS.
Just to be sure, I compiled Sachesi from latest source code but this changed nothing.

Do you have ethernet enabled?

Yes, unless you mean something else by this :)

from sachesi.

stmblfrcr avatar stmblfrcr commented on September 17, 2024

Did you actually click the link above and/or tried ifconfig to see if you got an IP assigned?

from sachesi.

JoinJoin avatar JoinJoin commented on September 17, 2024

Did you actually click the link above and/or tried ifconfig to see if you got an IP assigned?

Yes I did. And yes, it BB has a IP address.
It worked before and I have not made any changes to my network set-up.

from sachesi.

JoinJoin avatar JoinJoin commented on September 17, 2024

Any news or ideas how to fix this? Sachesi is only way for me to update my BlackBerry because I am in a country where BB are not sold hence none of the telcos will push out updates.

from sachesi.

xsacha avatar xsacha commented on September 17, 2024

Try reconnecting the USB to your Blackberry as you open Sachesi until it 'catches'.
Do you get a pop up on your phone asking whether you want to install drivers / charge / etc? If so, it thinks it hasn't connected to a computer.

from sachesi.

JoinJoin avatar JoinJoin commented on September 17, 2024

Try reconnecting the USB to your Blackberry as you open Sachesi until it 'catches'.

Made no difference

Do you get a pop up on your phone asking whether you want to install drivers / charge / etc?

I get a pop-up, telling me: "Device connected to a computer"

Sachesi has same spinning icon, "Detected 1 Blackberry USB device(s) in Autodetect Mode" message and "Talking to 2 possible device(s)."

In my terminal window, I can see:

"Communication Error: 4 (Socket operation timed out) from 169.254.211.217"
and it gets repeated over and over.

while ifconfig shows

usb0      Link encap:Ethernet  HWaddr 4a:9d:XX:XX:XX:XX  
          inet addr:169.254.211.218  Bcast:169.254.211.219  Mask:255.255.255.252
          inet6 addr: XX::XXXX:XXXX:XXXX:74fe/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:65 errors:0 dropped:0 overruns:0 frame:0
          TX packets:227 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:1000 

from sachesi.

xsacha avatar xsacha commented on September 17, 2024

Thanks! That looks like something I can fix from the Sachesi side then. Nothing wrong with your end.
Are you using Sachesi 2.0.1 from github releases or did you compile it yourself? What is your OpenSSL version?

from sachesi.

daradib avatar daradib commented on September 17, 2024

I have the same problem. 10.3.0 worked but I used Sachesi to upgrade to software release 10.3.1.1865 and can no longer connect. I'm running Debian 8 with openssl 1.0.1k-3. Same error messages, except slightly different IP address (as expected) and 1 possible device not 2 (disconnected from eth0). I've compiled 2.0.0rc and 2.0.1 and tried the 2.0.1 binary from GitHub releases.

from sachesi.

JoinJoin avatar JoinJoin commented on September 17, 2024

I downloaded 201 and guess what nothing has changed :(
I get exactly the same problem as described before.

What is your OpenSSL version?

OpenSSL 1.0.1f 6 Jan 2014

from sachesi.

xsacha avatar xsacha commented on September 17, 2024

Sorry :( It's hard to fix when I can't reproduce. Maybe if I install the
same distro I will get it.

On Saturday, June 20, 2015, JoinJoin [email protected] wrote:

I downloaded 201 and guess what nothing has changed :(
I get exactly the same problem as described before.


Reply to this email directly or view it on GitHub
#60 (comment).

from sachesi.

daradib avatar daradib commented on September 17, 2024

@xsacha What distro, OpenSSL version, libusb version, and BlackBerry release are you using, if you don't mind me asking?

I ran strace on both 2.0.0rc compiled from source and 2.0.1 from GitHub releases. Not sure what errors to expect. Here are some examples that seem to suggest USB device problems. I'll send you the full strace by email. Let me know if any more info would be helpful.

readlink("/sys/devices/pci0000:00/0000:00:14.0/usb2", 0x7ffd8c75dbc0, 1024) = -1 EINVAL (Invalid argument)
readlink("/sys/devices/pci0000:00/0000:00:02.0", 0x7ffd8c75cc00, 1024) = -1 EINVAL (Invalid argument)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=23, events=POLLIN}], 4, 0) = 1 ([{fd=5, revents=POLLIN}])
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=23, events=POLLIN}], 4, 0) = 1 ([{fd=5, revents=POLLIN}])
read(5, "\2\0\0\0\0\0\0\0", 16)         = 8
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=23, events=POLLIN}], 4, 0) = 0 (Timeout)
read(5, 0x7ffd8c75df50, 16)             = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=23, events=POLLIN}], 4, 0) = 0 (Timeout)
futex(0x80de78, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(6, 0x7ffd8c75dda0, 0)           = -1 EAGAIN (Resource temporarily unavailable)
read(5, 0x7ffd8c75df50, 16)             = -1 EAGAIN (Resource temporarily unavailable)

from sachesi.

xsacha avatar xsacha commented on September 17, 2024

I'm using Ubuntu 14.10 and Ubuntu 15.04. Blackberry 10.3.1.1xxx

On Sat, Jun 20, 2015 at 2:53 PM, Dara Adib [email protected] wrote:

@xsacha https://github.com/xsacha What distro, OpenSSL version, libusb
version, and BlackBerry release are you using, if you don't mind me asking?

I ran strace on both 2.0.0rc compiled from source and 2.0.1 from GitHub
releases. Not sure what errors to expect. Here are some examples that seem
to suggest USB device problems. I'll send you the full strace by email. Let
me know if any more info would be helpful.

readlink("/sys/devices/pci0000:00/0000:00:14.0/usb2", 0x7ffd8c75dbc0, 1024) = -1 EINVAL (Invalid argument)
readlink("/sys/devices/pci0000:00/0000:00:02.0", 0x7ffd8c75cc00, 1024) = -1 EINVAL (Invalid argument)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=23, events=POLLIN}], 4, 0) = 1 ([{fd=5, revents=POLLIN}])
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=23, events=POLLIN}], 4, 0) = 1 ([{fd=5, revents=POLLIN}])
read(5, "\2\0\0\0\0\0\0\0", 16) = 8
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=23, events=POLLIN}], 4, 0) = 0 (Timeout)
read(5, 0x7ffd8c75df50, 16) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}, {fd=23, events=POLLIN}], 4, 0) = 0 (Timeout)
futex(0x80de78, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(6, 0x7ffd8c75dda0, 0) = -1 EAGAIN (Resource temporarily unavailable)
read(5, 0x7ffd8c75df50, 16) = -1 EAGAIN (Resource temporarily unavailable)


Reply to this email directly or view it on GitHub
#60 (comment).

from sachesi.

JoinJoin avatar JoinJoin commented on September 17, 2024

I have Kubuntu 15.04. Blackberry 10.3.1.1779
PC sees the phone, phne sees the PC and even Sachesi detects the phone but is not connecting to it.

Is it possible you add some temporary code to make it more verbose so I can post the log for you?

from sachesi.

xsacha avatar xsacha commented on September 17, 2024

Sure. I might permanently add a 'Troubleshooting' button that gives a detailed log of what it is trying to do.

from sachesi.

daradib avatar daradib commented on September 17, 2024

Strange, I can't reproduce this today. Using same binaries and haven't restarted phone or laptop, only suspended.

I was connecting through a ThinkPad dock before instead of directly. Will test dock again on Monday and report back. It's possible my problem was different. @JoinJoin are you using the same USB port as you were when Sachesi worked for you?

from sachesi.

daradib avatar daradib commented on September 17, 2024

@JoinJoin Can you try inspecting packets with tcpdump or tshark? Use the -i usb0 option, replacing usb0 with the appropriate interface from ifconfig. The traffic is encrypted with SSL/TLS, but there might be some useful information in the handshake.

from sachesi.

69goat avatar 69goat commented on September 17, 2024

I couldn't connect after updating to 15.04. This is what I did. Edit /etc/network/interfaces as root and add this:

auto usb0
iface usb0 inet dhcp

Then save it and run
sudo /etc/init.d/networking restart

from sachesi.

xsacha avatar xsacha commented on September 17, 2024

Did this work? Ubuntu is meant to automatically run dhcp on usb devices out-of-box.

from sachesi.

69goat avatar 69goat commented on September 17, 2024

Yes. I am using it now and have been for over a month with no connection problems.
I also had problems with my Arch based Manjaro. I had to run sudo dhcpcd every time to get to connect. I think I have that fixed now also, but still testing it.

Edit: Something changed for both. My guess is that NetworkManger was updated at the same time for both. I was running 14.10 and the beta 15.04 with no connection problems. New install of 15.04 and no connections. Did this and it has worked ever since.

from sachesi.

daradib avatar daradib commented on September 17, 2024

from sachesi.

xsacha avatar xsacha commented on September 17, 2024

IP for usb0 is always assigned by computer and will be +1 of phone IP. You
NEED to always do dhcp, but Ubuntu should be doing that automatically.
Otherwise your phone is not discoverable.
Also the IP is generally random unless you are using developer mode, in
which case it is 169.254.0.1 or a whatever you chose.

On Monday, June 22, 2015, Dara Adib [email protected] wrote:

@JoinJoin and I had IP addresses assigned by the phone, so it may be a
different issue.


Reply to this email directly or view it on GitHub
#60 (comment).

from sachesi.

JoinJoin avatar JoinJoin commented on September 17, 2024

I couldn't connect after updating to 15.04. This is what I did. Edit /etc/network/interfaces as root and > add this:

auto usb0
iface usb0 inet dhcp

Then save it and run
sudo /etc/init.d/networking restart

I am in :) Thank you.

from sachesi.

69goat avatar 69goat commented on September 17, 2024

Good. I am glad it worked for you also.

from sachesi.

hexs666 avatar hexs666 commented on September 17, 2024

having same issue as OP but i am Running Fedora 21; any one have any suggestions as I have checked ifconfig i am getting ip address. thanks for any insight

from sachesi.

JoinJoin avatar JoinJoin commented on September 17, 2024

hexs666, did you follow 69goat instructions? If not, do it and you will be fine.
Something has changed in Kubuntu default network setting and looks like this is the cause.

from sachesi.

hexs666 avatar hexs666 commented on September 17, 2024

@JoinJoin I cannot follow the exact instructions because Fedora doesn't utilize the same config files, I have looked at config scripts and all are set for auto and DHCP; so at this point not sure what the to do.

from sachesi.

69goat avatar 69goat commented on September 17, 2024

I have some suggestions, but from Arch use. Sometimes just sudo dhcpcd works. It is also best to boot the pc with the phone plugged in, I think dchpcd times out if there are no connections found.

Run systemctl list-unit-files and see if dhcpcd.service and [email protected] are enabled.
If not, run systemctl enable dhcpcd.service and systemctl enable [email protected].
Run ls /sys/class/net or systemctl status dhcpcd -l to see what the XXXXXX of the usb connection is. Maybe usb0 or enp something. Then systemctl start [email protected]

from sachesi.

hexs666 avatar hexs666 commented on September 17, 2024

@69goat are you talking about enable-ling the dhcp server daemon....my laptop has never been a dhcp server and not sure why i need to have the packages and service installed since previously this was not needed.

from sachesi.

69goat avatar 69goat commented on September 17, 2024

Like I said, that info is from Arch use. Dhcpcd isn't installed in Lubuntu either. Can you see what connection manager you use? I believe you need dhcp-client installed.

from sachesi.

69goat avatar 69goat commented on September 17, 2024

Another suggestion I found here http://www.tuxradar.com/content/diagnose-and-fix-network-problems-yourself. "On Fedora and Red Hat the filename would be of the form /etc/sysconfig/network-scripts/ifcfg-eth_, on SUSE it would be /etc/sysconfig/network/ifcfg-eth_, and on Ubuntu it would be /etc/network/interfaces." Perhaps edit that file like I did with Ubuntu??

from sachesi.

hexs666 avatar hexs666 commented on September 17, 2024

reviewed all the networking scripts under /etc/sysconfig/networking-scripts and there are none defined for enpXXXXX .
logs in messages as they pertain to the activation and auto ip assignment of the enpXXXX device as follows:

Jul 8 10:14:34 SDLCNU2102ZRG kernel: usb 1-1: new high-speed USB device number 6 using xhci_hcd
Jul 8 10:14:34 SDLCNU2102ZRG kernel: usb 1-1: New USB device found, idVendor=0fca, idProduct=8017
Jul 8 10:14:34 SDLCNU2102ZRG kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 8 10:14:34 SDLCNU2102ZRG kernel: usb 1-1: Product: BlackBerry
Jul 8 10:14:34 SDLCNU2102ZRG kernel: usb 1-1: Manufacturer: Research In Motion, Ltd.
Jul 8 10:14:34 SDLCNU2102ZRG kernel: usb 1-1: SerialNumber: 463D01BEA3F60AED00D60639D2675F220E6B891C
Jul 8 10:14:34 SDLCNU2102ZRG kernel: cdc_ncm 1-1:1.0: MAC-Address: a6:e4:b8:04:30:b5
Jul 8 10:14:34 SDLCNU2102ZRG kernel: cdc_ncm 1-1:1.0 usb0: register 'cdc_ncm' at usb-0000:25:00.0-1, CDC NCM, a6:e4:b8:04:30:b5
Jul 8 10:14:34 SDLCNU2102ZRG kernel: cdc_ncm 1-1:1.2: MAC-Address: a6:e4:b8:04:30:ba
Jul 8 10:14:34 SDLCNU2102ZRG kernel: cdc_ncm 1-1:1.2 usb1: register 'cdc_ncm' at usb-0000:25:00.0-1, CDC NCM, a6:e4:b8:04:30:ba
Jul 8 10:14:34 SDLCNU2102ZRG mtp-probe: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:1c.7/0000:25:00.0/usb1/1-1"
Jul 8 10:14:34 SDLCNU2102ZRG mtp-probe: bus: 1, device: 6 was not an MTP device
Jul 8 10:14:34 SDLCNU2102ZRG kernel: cdc_ncm 1-1:1.0 enp37s0u1: renamed from usb0
Jul 8 10:14:34 SDLCNU2102ZRG kernel: IPv6: ADDRCONF(NETDEV_UP): enp37s0u1: link is not ready
Jul 8 10:14:34 SDLCNU2102ZRG kernel: IPv6: ADDRCONF(NETDEV_UP): enp37s0u1: link is not ready
Jul 8 10:14:34 SDLCNU2102ZRG kernel: cdc_ncm 1-1:1.0 enp37s0u1: network connection: connected
Jul 8 10:14:34 SDLCNU2102ZRG kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp37s0u1: link becomes ready
Jul 8 10:14:34 SDLCNU2102ZRG kernel: cdc_ncm 1-1:1.0 enp37s0u1: kevent 12 may have been dropped
Jul 8 10:14:34 SDLCNU2102ZRG kernel: cdc_ncm 1-1:1.0 enp37s0u1: 480 mbit/s downlink 480 mbit/s uplink
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): carrier is OFF
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): new Ethernet device (driver: 'cdc_ncm' ifindex: 15)
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): exported as /org/freedesktop/NetworkManager/Devices/5
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): preparing device
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: ifcfg-rh: add connection in-memory (c7fb23a3-532d-4efa-9826-d62a0c642c6e,"Wired connection 1")
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): created default wired connection 'Wired connection 1'
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): link connected
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: Auto-activating connection 'Wired connection 1'.
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): Activation: starting connection 'Wired connection 1'
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): Activation: Stage 1 of 5 (Device Prepare) scheduled...
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): Activation: Stage 1 of 5 (Device Prepare) started...
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): Activation: Stage 2 of 5 (Device Configure) scheduled...
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): Activation: Stage 1 of 5 (Device Prepare) complete.
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): Activation: Stage 2 of 5 (Device Configure) starting...
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): device state change: prepare -> config (reason 'none') [40 50 0]
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): Activation: Stage 2 of 5 (Device Configure) successful.
Jul 8 10:14:34 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): Activation: Stage 2 of 5 (Device Configure) complete.
Jul 8 10:14:34 SDLCNU2102ZRG kernel: cdc_ncm 1-1:1.2 enp37s0u1i2: renamed from usb1
Jul 8 10:14:35 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1i2): carrier is OFF
Jul 8 10:14:35 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1i2): new Ethernet device (driver: 'cdc_ncm' ifindex: 16)
Jul 8 10:14:35 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1i2): exported as /org/freedesktop/NetworkManager/Devices/6
Jul 8 10:14:35 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1i2): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Jul 8 10:14:35 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1i2): preparing device
Jul 8 10:14:35 SDLCNU2102ZRG kernel: IPv6: ADDRCONF(NETDEV_UP): enp37s0u1i2: link is not ready
Jul 8 10:14:35 SDLCNU2102ZRG kernel: IPv6: ADDRCONF(NETDEV_UP): enp37s0u1i2: link is not ready
Jul 8 10:14:35 SDLCNU2102ZRG NetworkManager[12888]: ifcfg-rh: add connection in-memory (f3bab120-b81d-47a7-8c58-d118e7ef5e51,"Wired connection 2")
Jul 8 10:14:35 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1i2): created default wired connection 'Wired connection 2'
Jul 8 10:14:35 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): Activation: Stage 3 of 5 (IP Configure Start) scheduled.
Jul 8 10:14:35 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): Activation: Stage 3 of 5 (IP Configure Start) started...
Jul 8 10:14:35 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): device state change: config -> ip-config (reason 'none') [50 70 0]
Jul 8 10:14:35 SDLCNU2102ZRG NetworkManager[12888]: Activation (enp37s0u1) Beginning DHCPv4 transaction (timeout in 45 seconds)
Jul 8 10:14:35 SDLCNU2102ZRG kernel: cdc_ncm 1-1:1.0 enp37s0u1: kevent 12 may have been dropped
Jul 8 10:14:35 SDLCNU2102ZRG NetworkManager[12888]: dhclient started with pid 13422
Jul 8 10:14:35 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): Activation: Stage 3 of 5 (IP Configure Start) complete.
Jul 8 10:14:35 SDLCNU2102ZRG dhclient[13422]: Created duid \000\001\000\001\0350\026\373\246\344\270\0040\265.
Jul 8 10:14:35 SDLCNU2102ZRG dhclient[13422]: DHCPDISCOVER on enp37s0u1 to 255.255.255.255 port 67 interval 4 (xid=0x95ce003a)
Jul 8 10:14:36 SDLCNU2102ZRG dhclient[13422]: DHCPREQUEST on enp37s0u1 to 255.255.255.255 port 67 (xid=0x95ce003a)
Jul 8 10:14:36 SDLCNU2102ZRG dhclient[13422]: DHCPOFFER from 169.254.61.33
Jul 8 10:14:36 SDLCNU2102ZRG dhclient[13422]: DHCPACK from 169.254.61.33 (xid=0x95ce003a)
Jul 8 10:14:36 SDLCNU2102ZRG NetworkManager[12888]: address 169.254.61.34
Jul 8 10:14:36 SDLCNU2102ZRG NetworkManager[12888]: plen 30 (255.255.255.252)
Jul 8 10:14:36 SDLCNU2102ZRG NetworkManager[12888]: static route 169.254.61.33/32 via 169.254.61.34 metric 100 mss 0 src dhcp
Jul 8 10:14:36 SDLCNU2102ZRG NetworkManager[12888]: server identifier 169.254.61.33
Jul 8 10:14:36 SDLCNU2102ZRG NetworkManager[12888]: lease time 604800
Jul 8 10:14:36 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): DHCPv4 state changed unknown -> bound
Jul 8 10:14:36 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): Activation: Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Jul 8 10:14:36 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): Activation: Stage 5 of 5 (IPv4 Commit) started...
Jul 8 10:14:36 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Jul 8 10:14:36 SDLCNU2102ZRG NetworkManager[12888]: (enp37s0u1): Activation: Stage 5 of 5 (IPv4 Commit) complete.
Jul 8 10:14:36 SDLCNU2102ZRG avahi-daemon[946]: Joining mDNS multicast group on interface enp37s0u1.IPv4 with address 169.254.61.34.

From what i can tell the DHCP client request is being honored by the BBOS10 and the interface is accepting and assignin the appropiate IP; but i am unable to ping my gateway (BB10 device) with the -1 IP address ; i have also flushed uiptables for the session to rule out firewall and have set SElinux to permissive

from sachesi.

69goat avatar 69goat commented on September 17, 2024

When I was getting no connection with Arch I had similiar info from journalctl -f. I think I have that fixed by creating a file to /etc/systemd/network/wired.network. All it says is this.
[Match]
Name=en*

[Network]
DHCP=yes

Check the settings/about/network usb IPv4 when plugged in and try to just ping that ip. Even when I couldn't connect to Sachesi I could still ping the phone.

from sachesi.

f2re avatar f2re commented on September 17, 2024

Hi! i'am trying to connect BB on mac OS and have similar error. in macos ifconfig -a dont have usb0 device, but have en6 device:

en6: flags=863<UP,BROADCAST,SMART,RUNNING,SIMPLEX> mtu 1500
ether 42:6f:2a:77:c3:9e
inet 169.254.0.2 netmask 0xfffffffc broadcast 169.254.0.3
media: autoselect (1000baseT )
status: active

any ideas about this? i trying all versions - it is not connectiong to device; OS 10.3.1.1779

from sachesi.

xsacha avatar xsacha commented on September 17, 2024

That looks fine. It should be able to connect to 169.254.0.2.
Can you see the log in Sachesi? There'll be a button you can press to view it.

from sachesi.

f2re avatar f2re commented on September 17, 2024

no, button can't press. button is active (not disabled) but when ckicked - nothing happend.

from sachesi.

xsacha avatar xsacha commented on September 17, 2024

Thanks. Fixed in latest commit!

from sachesi.

prasadeng avatar prasadeng commented on September 17, 2024

I'm using Linux mint 17 and schesi 2.2 latest version once I connected and back up and update also worked but now it s spinning not connect to bb. can u fix this

from sachesi.

xsacha avatar xsacha commented on September 17, 2024

Not sure what went wrong there but if it finds the network interface it will just work

from sachesi.

prasadeng avatar prasadeng commented on September 17, 2024

thanks i connect network interface still same mmmmmmmmmmmmmmmmmmm...........

from sachesi.

xsacha avatar xsacha commented on September 17, 2024

Can you run: ifconfig
In terminal?
See IP for blackberry interface.

from sachesi.

prasadeng avatar prasadeng commented on September 17, 2024

from sachesi.

prasadeng avatar prasadeng commented on September 17, 2024

screenshot from 2017-03-10 17 14 37
this is screen print didn't got ip address.

from sachesi.

xsacha avatar xsacha commented on September 17, 2024

Yeah your Blackberry hasn't connected as an ethernet device so you can't talk to it.

from sachesi.

xsacha avatar xsacha commented on September 17, 2024

Which device is it? Have you enabled developer mode on the phonr?

from sachesi.

prasadeng avatar prasadeng commented on September 17, 2024

Q10 yes I enable developer mode

from sachesi.

prasadeng avatar prasadeng commented on September 17, 2024

osversion 10.3.3.746 sqn 100-3

from sachesi.

xsacha avatar xsacha commented on September 17, 2024

Can you provide output of lsusb -v?

It is connected via USB right?

from sachesi.

prasadeng avatar prasadeng commented on September 17, 2024

lsusb (usbutils) 007

from sachesi.

prasadeng avatar prasadeng commented on September 17, 2024

Bus 002 Device 005: ID 0fca:8014 Research In Motion, Ltd.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x0fca Research In Motion, Ltd.
idProduct 0x8014
bcdDevice 2.40
iManufacturer 1 Research In Motion, Ltd.
iProduct 2 BlackBerry Mass Storage Device
iSerial 3 8DAA01F45E6E2388D3592F243A4339851C18E5AA
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 8 Mass Storage
bInterfaceSubClass 6 SCSI
bInterfaceProtocol 80 Bulk-Only
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 0
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 0
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)

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
idVendor 0x1d6b Linux Foundation
idProduct 0x0002 2.0 root hub
bcdDevice 3.13
iManufacturer 3 Linux 3.13.0-37-generic ehci_hcd
iProduct 2 EHCI Host Controller
iSerial 1 0000:00:1d.7
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 12
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 6
wHubCharacteristic 0x000a
No power switching (usb 1.0)
Per-port overcurrent protection
bPwrOn2PwrGood 10 * 2 milli seconds
bHubContrCurrent 0 milli Ampere
DeviceRemovable 0x00
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0100 power
Port 2: 0000.0100 power
Port 3: 0000.0100 power
Port 4: 0000.0100 power
Port 5: 0000.0503 highspeed power enable connect
Port 6: 0000.0100 power
Device Status: 0x0001
Self Powered

Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
idVendor 0x1d6b Linux Foundation
idProduct 0x0001 1.1 root hub
bcdDevice 3.13
iManufacturer 3 Linux 3.13.0-37-generic uhci_hcd
iProduct 2 UHCI Host Controller
iSerial 1 0000:00:1d.2
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0002 1x 2 bytes
bInterval 255
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 2
wHubCharacteristic 0x000a
No power switching (usb 1.0)
Per-port overcurrent protection
bPwrOn2PwrGood 1 * 2 milli seconds
bHubContrCurrent 0 milli Ampere
DeviceRemovable 0x00
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0100 power
Port 2: 0000.0100 power
Device Status: 0x0001
Self Powered

Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
idVendor 0x1d6b Linux Foundation
idProduct 0x0001 1.1 root hub
bcdDevice 3.13
iManufacturer 3 Linux 3.13.0-37-generic uhci_hcd
iProduct 2 UHCI Host Controller
iSerial 1 0000:00:1d.1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0002 1x 2 bytes
bInterval 255
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 2
wHubCharacteristic 0x000a
No power switching (usb 1.0)
Per-port overcurrent protection
bPwrOn2PwrGood 1 * 2 milli seconds
bHubContrCurrent 0 milli Ampere
DeviceRemovable 0x00
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0100 power
Port 2: 0000.0100 power
Device Status: 0x0001
Self Powered

Bus 005 Device 002: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 255 Vendor Specific Class
bDeviceSubClass 255 Vendor Specific Subclass
bDeviceProtocol 255 Vendor Specific Protocol
bMaxPacketSize0 8
idVendor 0x08ff AuthenTec, Inc.
idProduct 0x2580 AES2501 Fingerprint Sensor
bcdDevice 6.23
iManufacturer 0
iProduct 1 Fingerprint Sensor
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
MaxPower 100mA
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 0x0020 1x 32 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0008 1x 8 bytes
bInterval 0
Device Status: 0x0000
(Bus Powered)

Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
idVendor 0x1d6b Linux Foundation
idProduct 0x0001 1.1 root hub
bcdDevice 3.13
iManufacturer 3 Linux 3.13.0-37-generic uhci_hcd
iProduct 2 UHCI Host Controller
iSerial 1 0000:00:1d.0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0002 1x 2 bytes
bInterval 255
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 2
wHubCharacteristic 0x000a
No power switching (usb 1.0)
Per-port overcurrent protection
bPwrOn2PwrGood 1 * 2 milli seconds
bHubContrCurrent 0 milli Ampere
DeviceRemovable 0x00
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0100 power
Port 2: 0000.0103 power enable connect
Device Status: 0x0001
Self Powered

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
idVendor 0x1d6b Linux Foundation
idProduct 0x0002 2.0 root hub
bcdDevice 3.13
iManufacturer 3 Linux 3.13.0-37-generic ehci_hcd
iProduct 2 EHCI Host Controller
iSerial 1 0000:00:1a.7
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 12
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 4
wHubCharacteristic 0x000a
No power switching (usb 1.0)
Per-port overcurrent protection
bPwrOn2PwrGood 10 * 2 milli seconds
bHubContrCurrent 0 milli Ampere
DeviceRemovable 0x00
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0100 power
Port 2: 0000.0100 power
Port 3: 0000.0100 power
Port 4: 0000.0100 power
Device Status: 0x0001
Self Powered

Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
idVendor 0x1d6b Linux Foundation
idProduct 0x0001 1.1 root hub
bcdDevice 3.13
iManufacturer 3 Linux 3.13.0-37-generic uhci_hcd
iProduct 2 UHCI Host Controller
iSerial 1 0000:00:1a.1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0002 1x 2 bytes
bInterval 255
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 2
wHubCharacteristic 0x000a
No power switching (usb 1.0)
Per-port overcurrent protection
bPwrOn2PwrGood 1 * 2 milli seconds
bHubContrCurrent 0 milli Ampere
DeviceRemovable 0x00
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0100 power
Port 2: 0000.0100 power
Device Status: 0x0001
Self Powered

Bus 003 Device 002: ID 03f0:171d Hewlett-Packard Bluetooth 2.0 Interface [Broadcom BCM2045]
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 224 Wireless
bDeviceSubClass 1 Radio Frequency
bDeviceProtocol 1 Bluetooth
bMaxPacketSize0 64
idVendor 0x03f0 Hewlett-Packard
idProduct 0x171d Bluetooth 2.0 Interface [Broadcom BCM2045]
bcdDevice 1.00
iManufacturer 1 Broadcom Corp
iProduct 2 HP Integrated Module
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 216
bNumInterfaces 4
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 3
bInterfaceClass 224 Wireless
bInterfaceSubClass 1 Radio Frequency
bInterfaceProtocol 1 Bluetooth
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0010 1x 16 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 224 Wireless
bInterfaceSubClass 1 Radio Frequency
bInterfaceProtocol 1 Bluetooth
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0000 1x 0 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 EP 3 OUT
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0000 1x 0 bytes
bInterval 1
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 1
bNumEndpoints 2
bInterfaceClass 224 Wireless
bInterfaceSubClass 1 Radio Frequency
bInterfaceProtocol 1 Bluetooth
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0009 1x 9 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 EP 3 OUT
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0009 1x 9 bytes
bInterval 1
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 2
bNumEndpoints 2
bInterfaceClass 224 Wireless
bInterfaceSubClass 1 Radio Frequency
bInterfaceProtocol 1 Bluetooth
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0011 1x 17 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 EP 3 OUT
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0011 1x 17 bytes
bInterval 1
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 3
bNumEndpoints 2
bInterfaceClass 224 Wireless
bInterfaceSubClass 1 Radio Frequency
bInterfaceProtocol 1 Bluetooth
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0020 1x 32 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 EP 3 OUT
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0020 1x 32 bytes
bInterval 1
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 4
bNumEndpoints 2
bInterfaceClass 224 Wireless
bInterfaceSubClass 1 Radio Frequency
bInterfaceProtocol 1 Bluetooth
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 EP 3 OUT
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 5
bNumEndpoints 2
bInterfaceClass 224 Wireless
bInterfaceSubClass 1 Radio Frequency
bInterfaceProtocol 1 Bluetooth
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 EP 3 OUT
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
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 0x84 EP 4 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0020 1x 32 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04 EP 4 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0020 1x 32 bytes
bInterval 1
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 3
bAlternateSetting 0
bNumEndpoints 0
bInterfaceClass 254 Application Specific Interface
bInterfaceSubClass 1 Device Firmware Update
bInterfaceProtocol 0
iInterface 0
Device Firmware Upgrade Interface Descriptor:
bLength 7
bDescriptorType 33
bmAttributes 7
Will Not Detach
Manifestation Tolerant
Upload Supported
Download Supported
wDetachTimeout 5000 milliseconds
wTransferSize 64 bytes
Device Status: 0x0001
Self Powered

Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
idVendor 0x1d6b Linux Foundation
idProduct 0x0001 1.1 root hub
bcdDevice 3.13
iManufacturer 3 Linux 3.13.0-37-generic uhci_hcd
iProduct 2 UHCI Host Controller
iSerial 1 0000:00:1a.0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0002 1x 2 bytes
bInterval 255
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 2
wHubCharacteristic 0x000a
No power switching (usb 1.0)
Per-port overcurrent protection
bPwrOn2PwrGood 1 * 2 milli seconds
bHubContrCurrent 0 milli Ampere
DeviceRemovable 0x00
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0103 power enable connect
Port 2: 0000.0100 power
Device Status: 0x0001
Self Powered

from sachesi.

xsacha avatar xsacha commented on September 17, 2024

Yeah your phone is in mass storage mode. It needs the other mode.

bInterfaceClass 8 Mass Storage
bInterfaceSubClass 6 SCSI
bInterfaceProtocol 80 Bulk-Only

from sachesi.

klango avatar klango commented on September 17, 2024

Hi I ended up here when had the problem connecting my Passport (10.3.3.1435)

  1. Sachesi 2.0.3
  2. Dev mode on
  3. Mass storage off
  4. Errors
    "Communication Error: 4 (Socket operation timed out) from 169.254.0.1" and
    "Communication Error: 203 (Error downloading http://192.168.2.105/cgi-bin/discovery.cgi - server replied: Not Found) from 192.168.2.105"

Tried all suggested procedures with no luck. I changed the IP Adress on BB10 under Development mode to 169.254.0.5 (instead default 169.254.0.1)
Sachesi then was able to recognize. I hope this can help someone.

Cheers

from sachesi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.