News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

New 1004 Installer Testing

Started by Murdock, September 21, 2011, 03:09:11 AM

Previous topic - Next topic

Murdock

hi twodogs - is the 810 setup working?

twodogs

810 works. If I can 1004 working I might switch over.
[url="http://greenrenovation.wordpress.com/home-automation/"]http://greenrenovation.wordpress.com/home-automation/[/url]
system:
ASUS P5N7A-VM
integrated GeForce 9300
E5200 processor
Fusion 5 lite HDTV card
2G RAM
SYBA SY-PCI15001 6-port serial card
Denon AVR 3805
LG 42" Plasma
Gyration GYR3101
Cisco SPA3102 analog telephone adapter
Cisco 7971G IP phone/orbiter

Murdock

Hi twodogs - would you pastebin your /var/log/LinuxMCE_Setup.log ?

twodogs

[url="http://greenrenovation.wordpress.com/home-automation/"]http://greenrenovation.wordpress.com/home-automation/[/url]
system:
ASUS P5N7A-VM
integrated GeForce 9300
E5200 processor
Fusion 5 lite HDTV card
2G RAM
SYBA SY-PCI15001 6-port serial card
Denon AVR 3805
LG 42" Plasma
Gyration GYR3101
Cisco SPA3102 analog telephone adapter
Cisco 7971G IP phone/orbiter

Murdock

#34
Thanks, I'm looking at the code now, the telling lines are 564-566:


Thu Oct  6 16:30:28 MDT 2011 - Starting NIC Discovery and Configuration
Using eth0 for single nic install
eth0 does not use DHCP, setting ExtUseDhcp=0 and RunDHCPServer=1 and detecting current network settings



Ok, so from your ifconfig output you surely are running two nics...

The way it's making this determination in the script is with this command:

ifconfig -s -a  | awk '$1 != "Iface" && $1 != "lo" && $1 != "pan0" { print $1 }' | wc -l

When the script was run, only the number 1 was returned. If you run it now would you confirm that you get the number 2?

twodogs

I installed with only the onboard Realtek LAN. When it didn't work, I tried the add-on Intel NIC.
[url="http://greenrenovation.wordpress.com/home-automation/"]http://greenrenovation.wordpress.com/home-automation/[/url]
system:
ASUS P5N7A-VM
integrated GeForce 9300
E5200 processor
Fusion 5 lite HDTV card
2G RAM
SYBA SY-PCI15001 6-port serial card
Denon AVR 3805
LG 42" Plasma
Gyration GYR3101
Cisco SPA3102 analog telephone adapter
Cisco 7971G IP phone/orbiter

fibres

Hi Twodogs.

Try reinstall with both nics in the machine.

Also make sure this new core is on it's own network.

The network card your gonna use as your internal must be connected to it's own switch, no link to your 0810 system.

Also the network card your using for Internet should not be connected to your 0810 internal network, it should ne connected direct to your Internet router. If you connect it to your 0810 internal network it will break things! Your 0810 would be ok but would cause problems on the 1004 as you can't have 2 network cards with ip addresses on the same subnet.

Regards

Marie.O

Quote from: twodogs on October 07, 2011, 10:13:43 PM
Maybe a stupid question, but I have a core running 810. This is a second test box for 1004, also running as a core - could this be a problem?

If you install a second computer on the internal LinuxMCE network, it will get detected by the original core as a disked media director. If both cores are connected to the same external network, you should not experience any problems in that regard.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

twodogs

#38
I'm reloading now with both nics installed. When I first installed, I plugged into the wireless router in order to stay off the internal network. I'll keep it this way, but power down my 0810 core to be safe.



Don't know if this makes a difference, but I installed a serial card driver (had to apt-get GCC) after installing Kubuntu, but before installing LMCE. I won't do that this time.
[url="http://greenrenovation.wordpress.com/home-automation/"]http://greenrenovation.wordpress.com/home-automation/[/url]
system:
ASUS P5N7A-VM
integrated GeForce 9300
E5200 processor
Fusion 5 lite HDTV card
2G RAM
SYBA SY-PCI15001 6-port serial card
Denon AVR 3805
LG 42" Plasma
Gyration GYR3101
Cisco SPA3102 analog telephone adapter
Cisco 7971G IP phone/orbiter

twodogs

Just found this. After Kubuntu installs, I'll disable the onboard Realtek LAN and just use the Intel NIC.

http://wiki.linuxmce.org/index.php/Gigabyte_GA-73PVM-S2H
QuoteThe Gigabyte GA-73PVM-S2H is a neat little board that seems to have a good potential as an HTPC board.

        update as of 01/29/09 per Itsik "Gigabyte made a mistake and messed up the onboard lan. Each time you boot the pc, you get a differant mac address, which renders the on board lan useless. You can get boards from other companies with the same specs without the lan problems, so I wouldn't waste my time on that."
[url="http://greenrenovation.wordpress.com/home-automation/"]http://greenrenovation.wordpress.com/home-automation/[/url]
system:
ASUS P5N7A-VM
integrated GeForce 9300
E5200 processor
Fusion 5 lite HDTV card
2G RAM
SYBA SY-PCI15001 6-port serial card
Denon AVR 3805
LG 42" Plasma
Gyration GYR3101
Cisco SPA3102 analog telephone adapter
Cisco 7971G IP phone/orbiter

Murdock

I wonder if there's a bios update which corrects that at this point?

twodogs

I just finished the re-install of 1004 and things are working now.
- My BIOS was two versions old so I updated to the latest.
- I did not disable the onboard LAN - I wanted to see if the BIOS update fixed it (apparently it did).
- I had my 0810 core powered down during the install just as a precaution.
[url="http://greenrenovation.wordpress.com/home-automation/"]http://greenrenovation.wordpress.com/home-automation/[/url]
system:
ASUS P5N7A-VM
integrated GeForce 9300
E5200 processor
Fusion 5 lite HDTV card
2G RAM
SYBA SY-PCI15001 6-port serial card
Denon AVR 3805
LG 42" Plasma
Gyration GYR3101
Cisco SPA3102 analog telephone adapter
Cisco 7971G IP phone/orbiter

bongowongo

Just did an install in vm
Doesn't work. Exit 100. Hickup with files from asterisk.

Murdock

Good to hear it twodogs.

Bongowongo - would you pastebin your /var/log/LinuxMCE_Setup.log ?

nswint

FYI

I'll open up a ticket

php5-cli is missing from the latest installer package list. 

The following packages need  it to be configured.

pluto-sqlcvs
pluto-telecom-database
pluto-security-database
pluto-local-database
pluto-std-plugins
pluto-system-database
pluto-dcerouter
pluto-media-database