1. kdhingra307's Avatar
    I was trying to ping BB Z3 from Ubuntu 14.04 , it pings successfully but in Ubuntu 15.10 it doesnot. So I decided to rescue it.

    From Ubuntu 15.10 there's interface changing based on Mac Address of Device for ref
    networking - Network interface name changes after update to 15.10 - udev changes - Ask Ubuntu
    and network-manager dhcp cant run it properly so needed to manual start for ref
    TR Forums ? View topic - Syncing music to Blackberry Z10 or Playbook on Linux

    Use commands below to connect your BB10 and Ping it successfully

    Code:
    sudo nano /etc/default/grub
    change GRUB_CMDLINE_LINUX="" to GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"    //then BB will be named as usb0 only :P
    sudo update-grub
    sudo reboot
    sudo apt-get install cifs-utils winbind
    sudo nano /etc/nsswitch.conf
    change hosts: to files wins mdns4_minimal [NOTFOUND=return] dns mdns4
    sudo nano /etc/network/interfaces
    add these two lines
    auto usb0
    iface usb0 inet dhcp
    //Connect the device
    sudo systemctl start [email protected] -l
    //it should turn to active now u can ping :)
    //anytime it stop ping just run the last command
    Last edited by kdhingra307; 03-19-16 at 07:09 AM. Reason: Changing title from 15.10 to 14.10
    03-19-16 07:07 AM

Similar Threads

  1. Why it is impossible to delete imported apps on bb z10?
    By CrackBerry Question in forum Ask a Question
    Replies: 3
    Last Post: 03-22-16, 07:46 AM
  2. Black screen when screen raised to reveal keyboard
    By Bbnivende in forum BlackBerry Priv
    Replies: 4
    Last Post: 03-19-16, 10:41 AM
  3. Youtube not supported on BlackBerry browser bb10
    By jatin2404 in forum Ask a Question
    Replies: 6
    Last Post: 03-19-16, 08:14 AM
  4. Which APP do you really mis on a BB10?
    By tipplex in forum BlackBerry 10 OS
    Replies: 5
    Last Post: 03-19-16, 08:08 AM
  5. Blackberry os 10.3.3
    By adammos in forum Ask a Question
    Replies: 4
    Last Post: 03-19-16, 04:12 AM
LINK TO POST COPIED TO CLIPBOARD