Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-11-2020, 12:30 PM
|
#1
|
Member
Registered: Sep 2020
Posts: 436
Rep: 
|
BlackBerry USB Tethering not working on Debian.
Hello,
On Debian 10.5 x86_64 I can't use USB Tethering for the Internet. Debian detected my cell phone but I can't use USB tethering to share the Internet:
Code:
$ lsusb
Bus 001 Device 027: ID 0fca:8036 Research In Motion, Ltd.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
The "dmesg" show me below information:
Code:
$ sudo dmesg
[ 171.936264] usb 2-11: Product: BlackBerry
[ 171.936267] usb 2-11: Manufacturer: BlackBerry
[ 171.936269] usb 2-11: SerialNumber: XXXXXXXXXX
[ 185.114749] usb 2-11: USB disconnect, device number 4
[ 185.459379] usb 2-11: new high-speed USB device number 5 using xhci_hcd
[ 185.608314] usb 2-11: New USB device found, idVendor=0fca, idProduct=8035, bcdDevice= 3.18
[ 185.608318] usb 2-11: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 185.608320] usb 2-11: Product: BlackBerry
[ 185.608322] usb 2-11: Manufacturer: BlackBerry
[ 185.608323] usb 2-11: SerialNumber: XXXXXXXXXX
[ 185.809254] cdc_ncm 2-11:1.0: bind() failure
[ 185.809278] usbcore: registered new interface driver cdc_ncm
[ 185.820170] usbcore: registered new interface driver cdc_wdm
[ 185.825046] usbcore: registered new interface driver cdc_mbim
It show me "cdc_ncm 2-11:1.0: bind() failure" error.
How can I solve it?
Thank you.
|
|
|
09-11-2020, 06:31 PM
|
#2
|
LQ Newbie
Registered: Aug 2020
Distribution: Mageia 7.1
Posts: 29
Rep: 
|
Did you enable "Data Services" in Settings > Network Connections > Mobile Network ?
This is what my Q10 wanted for tethering.
Connect and disconnect looks like
Code:
usb 1-2: new high-speed USB device number 10 using xhci_hcd
usb 1-2: New USB device found, idVendor=0fca, idProduct=8017, bcdDevice= 2.40
usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-2: Product: BlackBerry
usb 1-2: Manufacturer: Research In Motion, Ltd.
usb 1-2: SerialNumber: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
cdc_ncm 1-2:1.0: MAC-Address: xx:xx:xx:xx:xx.xx
cdc_ncm 1-2:1.0 usb0: register 'cdc_ncm' at usb-0000:00:14.0-2, CDC NCM, xx:xx:xx:xx:xx.xx
cdc_ncm 1-2:1.2: MAC-Address: xx:xx:xx:xx:xx.xx
cdc_ncm 1-2:1.2 usb1: register 'cdc_ncm' at usb-0000:00:14.0-2, CDC NCM, xx:xx:xx:xx:xx.xx
cdc_ncm 1-2:1.0 enp0s20f0u2: renamed from usb0
cdc_ncm 1-2:1.2 enp0s20f0u2i2: renamed from usb1
cdc_ncm 1-2:1.0 enp0s20f0u2: network connection: connected
IPv6: ADDRCONF(NETDEV_CHANGE): enp0s20f0u2: link becomes ready
cdc_ncm 1-2:1.0 enp0s20f0u2: 480 mbit/s downlink 480 mbit/s uplink
cdc_ncm 1-2:1.0 enp0s20f0u2: network connection: connected
cdc_ncm 1-2:1.0 enp0s20f0u2: 480 mbit/s downlink 480 mbit/s uplink
cdc_ncm 1-2:1.2 enp0s20f0u2i2: network connection: connected
IPv6: ADDRCONF(NETDEV_CHANGE): enp0s20f0u2i2: link becomes ready
cdc_ncm 1-2:1.2 enp0s20f0u2i2: 480 mbit/s downlink 480 mbit/s uplink
cdc_ncm 1-2:1.2 enp0s20f0u2i2: network connection: disconnected
here.
Last edited by oscar_649; 09-11-2020 at 06:53 PM.
Reason: defaced device data
|
|
|
09-12-2020, 12:34 AM
|
#3
|
Member
Registered: Sep 2020
Posts: 436
Original Poster
Rep: 
|
Quote:
Originally Posted by oscar_649
Did you enable "Data Services" in Settings > Network Connections > Mobile Network ?
This is what my Q10 wanted for tethering.
Connect and disconnect looks like
Code:
usb 1-2: new high-speed USB device number 10 using xhci_hcd
usb 1-2: New USB device found, idVendor=0fca, idProduct=8017, bcdDevice= 2.40
usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-2: Product: BlackBerry
usb 1-2: Manufacturer: Research In Motion, Ltd.
usb 1-2: SerialNumber: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
cdc_ncm 1-2:1.0: MAC-Address: xx:xx:xx:xx:xx.xx
cdc_ncm 1-2:1.0 usb0: register 'cdc_ncm' at usb-0000:00:14.0-2, CDC NCM, xx:xx:xx:xx:xx.xx
cdc_ncm 1-2:1.2: MAC-Address: xx:xx:xx:xx:xx.xx
cdc_ncm 1-2:1.2 usb1: register 'cdc_ncm' at usb-0000:00:14.0-2, CDC NCM, xx:xx:xx:xx:xx.xx
cdc_ncm 1-2:1.0 enp0s20f0u2: renamed from usb0
cdc_ncm 1-2:1.2 enp0s20f0u2i2: renamed from usb1
cdc_ncm 1-2:1.0 enp0s20f0u2: network connection: connected
IPv6: ADDRCONF(NETDEV_CHANGE): enp0s20f0u2: link becomes ready
cdc_ncm 1-2:1.0 enp0s20f0u2: 480 mbit/s downlink 480 mbit/s uplink
cdc_ncm 1-2:1.0 enp0s20f0u2: network connection: connected
cdc_ncm 1-2:1.0 enp0s20f0u2: 480 mbit/s downlink 480 mbit/s uplink
cdc_ncm 1-2:1.2 enp0s20f0u2i2: network connection: connected
IPv6: ADDRCONF(NETDEV_CHANGE): enp0s20f0u2i2: link becomes ready
cdc_ncm 1-2:1.2 enp0s20f0u2i2: 480 mbit/s downlink 480 mbit/s uplink
cdc_ncm 1-2:1.2 enp0s20f0u2i2: network connection: disconnected
here.
|
Yes, It is enable. My BlackBerry is Aurora.
|
|
|
All times are GMT -5. The time now is 02:34 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|