Results 1 to 4 of 4

Thread: Want to connect Nokia N900 to Ubuntu 9.10

  1. #1
    Join Date
    Mar 2010
    Posts
    122

    Want to connect Nokia N900 to Ubuntu 9.10

    I recently bought new Nokia N900 mobile phone. I want to connect my Nokia N900 to my laptop. I am using Ubuntu 9.10 operating system with my laptop. I want to connect my Nokia N900 phone to Ubuntu 9.10. Is there has any software to enable me to access the mobile data with my Ubuntu 9.10? How can i connect my phone with my laptop? Please help me as soon as possible.

  2. #2
    Join Date
    Feb 2008
    Posts
    2,180

    Re: Want to connect Nokia N900 to Ubuntu 9.10

    With the help of USB networking you can connect your Nokia N900 to your laptop. If in a situation where wifi or Blue-tooth are not an option that time you can connect your Nokia N900 to other system in USb networking.

    Follow the step for Automatic configuration with Ubuntu 9.10/10.04 :-

    Code:
    SUBSYSTEM=="net", ACTION=="add", ENV{ID_USB_DRIVER}=="cdc_ether", ENV{ID_MODEL}="N900__PC-Suite_Mode", ENV{ID_VENDOR}=="Nokia", NAME="n900"
    SUBSYSTEM=="net", ACTION=="add", ENV{ID_USB_DRIVER}=="cdc_phonet", ENV{ID_MODEL}="N900__PC-Suite_Mode", ENV{ID_VENDOR}=="Nokia", NAME="n900pn"
    Then you have to edit /etc/network/interfaces and type

    Code:
    auto n900
    iface n900 inet static
    	address 192.168.2.14
    	netmask 255.255.255.0
    	up iptables -A POSTROUTING -t nat -s 192.168.2.15/32 -j MASQUERADE
    	up echo 1 > /proc/sys/net/ipv4/ip_forward
            down iptables -D POSTROUTING -t nat -s 192.168.2.15/32 -j MASQUERADE
    	down echo 0 > /proc/sys/net/ipv4/ip_forward
    For 9.10you have to fix /etc/init/network-interface.conf
    change yhe line
    Code:
    stop on net-device-removed INTERFACE=$INTERFACE
    with
    Code:
    stop on net-device-remove INTERFACE=$INTERFACE
    reload udev rules with
    Code:
     udevadm control --reload-rules
    Now you have to restart Network Manager so it re-reads the interfaces file.
    type
    Code:
    sudo /etc/init.d/network-manager restart
    Now connect your Nokia N900 to your laptop.
    Last edited by Deep23; 16-11-2010 at 08:34 AM.

  3. #3
    Join Date
    May 2008
    Posts
    2,442

    Re: Want to connect Nokia N900 to Ubuntu 9.10

    You can connect your N900 to Ubuntu 9.10 with the help of blue-tooth for short-range networking. First Blue-tooth device generates the PIN and then asks the second Blue-tooth device to confirm it. After user has typed the PIN, the devices are paired. Start by opening the central Blue-tooth configuration file. hcid.conf, in Gedit, using superuser powers: Type the following code
    Code:
    gksu gedit /etc/bluetooth/hcid.conf
    . For security reasons it ask you pin code. Default code is 1234. Save the file after finishing it. There is a necessary to restart the Blue-tooth service. type the following into a Terminal window (Applications -> Accessories -> Terminal):
    Code:
    sudo /etc/init.d/bluetooth restart
    . Now it paired your Ubuntu laptop to a Nokia N900 mobile phone.

  4. #4
    Join Date
    May 2008
    Posts
    3,971

    Re: Want to connect Nokia N900 to Ubuntu 9.10

    You can also Connect your Nokia N900 to your Ubuntu laptop with the help of pc suit Software. Nokia PC Suite 7.1.50.2, Nokia Ovi Suite 2.2.1.23, CyberLink DVD Suite 7.0.2527, Nokia Software Updater 2.6.3, Nokia Map Manager 1.1.1 this are some PC suit software for ubuntu operating system are available in a market. It help you to connect your Ubuntu 9.10 laptop to your Nokia N900 nobile phone with the help of data cable via PC suit.

Similar Threads

  1. How to use GPS/a-GPS with nokia N900 ?
    By Iravan in forum Portable Devices
    Replies: 5
    Last Post: 19-08-2011, 10:56 AM
  2. Replies: 6
    Last Post: 18-08-2011, 11:53 PM
  3. Cannot Transfer photos from Nokia OVI suite Nokia N900
    By chuck28 in forum Portable Devices
    Replies: 4
    Last Post: 14-08-2011, 11:01 PM
  4. Nokia N8 vs Nokia N900 vs Netbook
    By IkhyThed in forum Portable Devices
    Replies: 6
    Last Post: 14-04-2011, 10:17 AM
  5. Replies: 4
    Last Post: 30-01-2011, 07:36 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,531,896.00290 seconds with 16 queries