Results 1 to 4 of 4

Thread: How to set FS605V3 in Ubuntu?

  1. #1
    Join Date
    Sep 2010
    Posts
    23

    How to set FS605V3 in Ubuntu?

    I turn on Vista (really done big mistake ), and I recently installed via Wubi version of Ubuntu, which should allow me to familiarize myself with Linux. My freebox, I go to my FS605 via the RJ45. On the FS605 are connected:
    • Freebox HD
    • My pc
    In Windows, everything runs. However, when I run Ubuntu, no network. A colleague told me about the need to move the router (pardon the terminology if it is incorrect) in DHCP mode. Yes but now I find nothing in my installation guide that allows me to do (or interface on CD-ROM for example, or IP address to eventually connect to the beast). In short, I need your explanation to a novice to know what to do!

  2. #2
    Join Date
    Feb 2010
    Posts
    570

    Re: How to set FS605V3 in Ubuntu?

    Can you give us the output file in / etc / network / interfaces.
    console, type cat / etc / network / interfaces Also in console:
    • lspci | grep Ethernet (shows whether the kernel supports your NIC)
    • if you have a detection of the NIC with the above command, do an ifconfig-a (give us the output of two commands to do a better diagnostic)
    I think you will got some way by following these steps.

  3. #3
    Join Date
    Sep 2010
    Posts
    23

    Re: How to set FS605V3 in Ubuntu?

    First of all thank you for bringing me your expertise, I assure you that I appreciate. Here are the results of two commands:
    • lspci | grep Ethernet
    • 00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter (rev 02)

    ifconfig-a
    eth0 Link encap: Ethernet HWaddr 00:1 c: 25:32: f1: da
    inet addr: 88.162.76.73 Bcast: 88.162.76.255 Mask: 255.255.255.0
    inet6 addr: fe80:: 21c: 25FF: fe32: f1da/64 Scope: Link
    UP BROADCAST RUNNING MULTICAST MTU: 1500 Metric: 1
    RX packets: 12 errors: 0: 0 overruns: 0 frame: 0
    TX packets: 35 errors: 0 dropped: 0 overruns: 0 carrier: 0
    collisions: 0 lg file transmission: 1000
    Bytes Received: 1744 (1.7 KB) Bytes sent: 5025 (5.0 KB)
    Interrupt: 19 Base address: 0xdead

    lo Link encap: Local Loopback
    inet addr: 127.0.0.1 Mask: 255.0.0.0
    inet6 addr::: 1 / 128 Scope: Host
    UP LOOPBACK RUNNING MTU: 16436 Metric: 1
    RX packets: 4 errors: 0: 0 overruns: 0 frame: 0
    TX packets: 4 errors: 0 dropped: 0 overruns: 0 carrier: 0
    collisions: 0 lg file transmission: 0
    Bytes Received: 240 (240.0 Bytes sent: 240
    Yep, this is unfortunately what I understood a little rummaging on the web. Maybe it enough to spend the Freebox router mode? Finally I think I tried at the beginning of the problem, with no effect ... But I'm perhaps not taken.

  4. #4
    Join Date
    Feb 2010
    Posts
    182

    Re: How to set FS605V3 in Ubuntu?

    To start your password box in router mode history to have a filter. Then if you put yourself in DHCP mode:
    1. edited interfaces file (in console):
      Code:
      sudo nano / etc / network / interfaces
    2. added as input:
      Code:
      # Primary Interface 
      allow-hotplug eth0 
      iface eth0 inet dhcp
      Do a ctrl + x and then to apply the changes.
    3. restart the daemon manager network.
      Code:
      sudo / etc / init.d / networking restart
    4. Then:
      Code:
      sudo ifup eth0
    5. try to ping a site:
      Code:
      ping-c 4 www.google.com

Similar Threads

  1. Replies: 4
    Last Post: 28-03-2012, 09:51 AM
  2. Replies: 6
    Last Post: 30-01-2012, 07:16 PM
  3. Replies: 4
    Last Post: 26-07-2011, 08:28 PM
  4. Problems after upgrading Ubuntu 10.4 to Ubuntu 10.10
    By Savious in forum Operating Systems
    Replies: 4
    Last Post: 10-11-2010, 01:35 PM
  5. Ubuntu Moblin is same as Ubuntu Netbook Remix?
    By LinuxeD in forum Operating Systems
    Replies: 3
    Last Post: 24-10-2009, 11:47 AM

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,714,262,752.84567 seconds with 17 queries