LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 09-11-2020, 12:30 PM   #1
n00b_noob
Member
 
Registered: Sep 2020
Posts: 436

Rep: Reputation: Disabled
Post 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.
 
Old 09-11-2020, 06:31 PM   #2
oscar_649
LQ Newbie
 
Registered: Aug 2020
Distribution: Mageia 7.1
Posts: 29

Rep: Reputation: Disabled
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
 
Old 09-12-2020, 12:34 AM   #3
n00b_noob
Member
 
Registered: Sep 2020
Posts: 436

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by oscar_649 View Post
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] tethering not working bluetooth and usb to phone mrapathy Slackware 2 06-29-2019 04:07 PM
blackberry tethering Question pythonsyntax Linux - General 6 05-01-2011 08:15 PM
Blackberry Tethering Issue quadophile Linux - Newbie 8 07-30-2010 04:14 AM
How can I set up internet access by tethering my BlackBerry 8330? lestervinian Linux - Newbie 1 10-17-2009 11:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration