Author Topic: 12.04 Snapshot 28755: As far as I got  (Read 3560 times)

jamo

  • Guru
  • ****
  • Posts: 463
    • View Profile
    • LMCE user Page
12.04 Snapshot 28755: As far as I got
« on: February 25, 2014, 05:47:34 pm »
Afraid my core has finally given up its motherboard or PSU.... sadly in the middle of testing the latest snapshot of 1204. so until I get those sorted, I can't be of further help.

However, just to report back--

It may be just me, but I had the issue again of no internet during install. Right at the beginning when the system checks if there is sufficient hard drive space and internet. Again, I quit the installation and allowed the desktop to come up and then checked for the problem.

This time it wasn't DNS (like last time) but was rather that the interfaces (NICs) weren't configured at all. ifconfig only showed l0 interface.

ifconfig -a showed all 3 so I edit /etc/network/interfaces and added a line for eth0 and then brought eth0 up. Thereafter I was able to run the install from the desktop and, as far as I got, things all looked good.
Code: [Select]
lines added to /etc/network/interfaces:
iface eth0
auto eth0 inet dhcp

bring eth0 up:
ifup eth0

Hope this helps someone if it wasn't a problem restricted to my hardware.

pigdog

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1105
    • View Profile
Re: 12.04 Snapshot 28755: As far as I got
« Reply #1 on: February 25, 2014, 05:52:32 pm »
Hi Jamo,

I can report the same during the Installation process - no "is connected to the internet".

However, my eth0 and eth1 came up properly.

Sorry to hear about your mobo/psu.

Cheers.

jamo

  • Guru
  • ****
  • Posts: 463
    • View Profile
    • LMCE user Page
Re: 12.04 Snapshot 28755: As far as I got
« Reply #2 on: February 25, 2014, 05:54:59 pm »
Whoops - I've just found out the "no internet connection" during the installer is how it is supposed to be.

So no-one panic or follow my hastily added fix above please.

pigdog

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1105
    • View Profile
Re: 12.04 Snapshot 28755: As far as I got
« Reply #3 on: February 25, 2014, 07:11:25 pm »
Hi,

You couldn't swap interfaces in wedadmin>Adanced>Network>Network Settings anyway because it reports "No record in Device_DeviceData for Network Interfaces".

phenigma

  • LinuxMCE God
  • ****
  • Posts: 1758
    • View Profile
Re: 12.04 Snapshot 28755: As far as I got
« Reply #4 on: February 26, 2014, 02:14:00 am »
I found an error in order of some setup functions that has been there forever, not even sure how networking has been working at all on 1204 installs.  But it has been fixed (fingers crossed).  Next snap will have the changes.  Thanks for testing guys!

J.

pigdog

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1105
    • View Profile
Re: 12.04 Snapshot 28755: As far as I got
« Reply #5 on: March 01, 2014, 03:37:38 pm »
Hi,

On the Mar.1/14 28786.iso release during the Installation process - no "is connected to the internet".

However, my eth0 and eth1 came up properly.

Cheers

phenigma

  • LinuxMCE God
  • ****
  • Posts: 1758
    • View Profile
Re: 12.04 Snapshot 28755: As far as I got
« Reply #6 on: March 01, 2014, 10:19:27 pm »
This is normal.  The ubiquity installer will tell you that you are not connected to the internet.  And likely it is not.  That is fine and not a bug.  I need to figure out a way to remove that ubiquity screen so people are not confused by it.

J.