Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rages

Pages: 1 ... 4 5 [6] 7 8 ... 13
76
Users / Re: LCDprocClient
« on: May 09, 2010, 09:09:44 pm »
I used the binary and there have been some improvements, unfortunately I still have errors ... should I recompile? how do I do?

77
Users / Re: LCDprocClient
« on: May 09, 2010, 03:37:46 pm »
if I launch from the terminal command "lcdproc" I read on diplay the values of the processor, eth0, etc, etc, so I think it is set correctly.
I've added to my core / hybrid from the web admin the templates # 40 and when LMCE office services LCDProcClient gives me error.
The template exist already in the list of web admin.

Emanuele

78
Users / LCDprocClient
« on: May 09, 2010, 11:51:35 am »
I have problems with LCDprocClient template, LCDd daemon is running, but LCDprocClient not work. Someone managed to get it working properly with 8.10?

I have IMON LCD on Luxa2 case.

Emanuele

79
Users / Re: How can I use the wi-fi card as a second NIC?
« on: April 26, 2010, 11:59:51 pm »
ok ..I think I have come to a working configuration for what I wanted, thanks to post l3mce and various other posts on the forum.
This is the configuration

/etc/network/interfaces
Code: [Select]
auto lo
        iface lo inet loopback
auto wlan0
iface wlan0 inet dhcp
auto eth0
iface eth0 inet static
        address 192.168.80.1
        netmask 255.255.255.0

I use WPA2 security and for this I created a configuration file to set the password:

Code: [Select]
sudo nano /etc/wpa_supplicant.conf
Code: [Select]
network={
   ssid="my-ESSID"                         
   psk="my-password"
   key_mgmt=WPA-EAP WPA-PSK
   proto=RSN WPA
   pairwise=CCMP TKIP
 }

then edit /etc/rc.local
Code: [Select]
ifconfig wlan0 down
dhclient -r wlan0
wpa_supplicant -Dwext -iwlan0 -c /etc/wpa_supplicant.conf -dd -B
ifconfig wlan0 up
dhclient wlan0

after this ...

Code: [Select]
sudo chmod +x /etc/rc.local
reboot

80
Users / Re: How can I use the wi-fi card as a second NIC?
« on: April 25, 2010, 11:34:42 pm »
I have not explained well ... Skeptic is the only one who understood, but did not answer my question exactly.

In summary:

- Core / hybrid (ASUS Atom N330 2GB 1066Mhz Ram 250Gb HD, USB Wireless N, Gigabit Ethernet)

- MD (N330 1Gb RAM 533Mhz Intel Gigabit Ethernet + 3M touch screen)

How do I set the wireless N as external / WAN NIC and ethernet as internal NIC?

Emanuele

81
Users / Re: How can I use the wi-fi card as a second NIC?
« on: April 25, 2010, 08:02:09 pm »
I want to use the wi-fi card (802.11n) for the external-WAN and Gigabit Ethernet on the inside.
I currently have only an MD made by another atom with 3M touch screen.

I repeat my request is possible or not set wlan0 as NIC?

Emanuele

82
Users / How can I use the wi-fi card as a second NIC?
« on: April 25, 2010, 12:10:20 pm »
I'm assembling my new mini-core with ATOM ION motherboard.. I can use the wi-fi card as a second NIC?

wlan0 does not appear in the web admin, but I managed to install the drivers and make it work.

I also tried to manually edit / etc / network / interfaces by adding all the parameters necessary, but then when you restart the core resumes the configuration set in the web admin.


Emanuele

83
Users / Re: User interface is not very good looking
« on: April 15, 2010, 10:55:24 am »
Hi Tony,

I'm an Italian boy (I am writing because of your nickname I guess it is too), and another friend have tried to create a different version of UI1.
Of course we are not professionals but if you have a look www.linuxmce-it.com, if we can help you or work together.

Emanuele

84
Developers / Re: Why is nobody taking on the programming tasks?
« on: April 14, 2010, 05:36:47 pm »
Hello Andrew, I think everyone recognizes the support that you and your company provided to LinuxMCE, what I've just written makes me very happy.

Emanuele

85
Developers / Re: Why is nobody taking on the programming tasks?
« on: April 12, 2010, 09:41:36 pm »
Sorry probably because of my bad English I am not able to make myself understood.
I think there are a few other developers, because as said in previous posts, the project is very broad and the average user does not have time to understand all parts of LMCE.
The free distribution of the product would probably be more developers who could commit more time to achieve their economic ends.
That's it

Emanuele

86
Developers / Re: Why is nobody taking on the programming tasks?
« on: April 12, 2010, 11:51:49 am »
Hello everyone, my apologies as usual for my English.
I follow this project now for 4 years, it is really great and the commitment of the few developers are really priceless.
My reflection probably clashes with the spirit of open source, but I think one of the problems afflicting this project is dependent license from pluto.

I would see a much better situation such as "Asterisk" where the Digium Asterisk allows free distribution and only sell hardware.

Emanuele

87
Users / Re: PPTP VPN - iPhone VPN access
« on: December 09, 2009, 08:39:08 am »
Sorry for my stupid question  :P


Emanuele

88
Users / Re: PPTP VPN - iPhone VPN access
« on: December 08, 2009, 01:53:25 pm »
Hello,

this project could also be used by this VNC client for Android in your opinion?
http://code.google.com/p/android-vnc-viewer/wiki/Documentation



Emanuele

89
Developers / Re: Skin Development: Italian
« on: December 03, 2009, 01:21:49 am »
Tnx thom for your work.

Emanuele

90
Developers / Re: Skin Development: Italian
« on: November 30, 2009, 08:42:42 pm »
Hi,

not officially so, but if you want to test you must follow these simple steps:

- download the zip file from http://www.linuxmce-it.com/linuxmce/UITA-v0.1.zip

- unpack the zip files

- copy the directory "UIta" to /usr/pluto/orbiter/skin/

- now open web admin and select the UI1 "UIta"

- full regen

Emanuele

Pages: 1 ... 4 5 [6] 7 8 ... 13