Show Posts
|
|
Pages: 1 ... 3 4 [5]
|
|
62
|
LinuxMCE / Installation issues / Need Help to set up a DSC alarm panel using PC5401 module.
|
on: May 06, 2009, 05:14:03 am
|
|
Hello, I used Linuxmce as Media Center at home for one year, and I love this software. Linuxmce realy rocks!!!. Also have a SPA3102 and a cisco 7970 and this is working perfect, now I want more fun.
I recently I get a DSC PC5401 (module for my DSC alarm panel) but now I stuck trying to get it work. The module is connected to the DSC and it is operating normally, but for some reason when I configure the module via the linuxmce admin page it doesn't run.
I found using minicom, that there is no data incomming at COM1 /dev/ttyS0 but if I plug a windows machine with hyperterminal I see that date comming from this module. I'm think that this issue maybe is related with the COM ports configuration at my hybrid/core.
Is there some previous steps in order to get it work? Is Linuxmce turning off the COM1 when it didn't detect the module?
I have a Asus M2NPV-VM as my hybrid core. I need some help from you.
Thanks in advance Sorry by my english Hernan
|
|
|
|
|
63
|
LinuxMCE / Installation issues / Re: Diskless Media Directors on a 1 NIC Core, is that possible?
|
on: April 12, 2009, 06:25:54 am
|
|
Hello all, I have a custom network setup running using VLANs in one NIC using 802.1q and also you can setup an Access Point with madwifi, in my case I'm using a cheap atheos wireless PCI card and a 5dbi antenna. There are two VLANs in one Gigabit nic (Vlan1 outside and Vlan5 internal), also I liked to configured the wifi AP in brigde mode, because I want to use the same VLAN to address the wifi IP phones (VLAN5=192.168.80.x).
I will share this ordinary script
# create the AP and SSID (in this example no security was implemented) wlanconfig ath0 destroy wlanconfig ath0 create wlandev wifi0 wlanmode ap iwconfig ath0 essid NokiaVoIP
iwconfig ath0 channel 11 iwconfig ath0 essid NokiaVoIP iwconfig ath0 key open off iwpriv ath0 wds 1
#now you must to create the new VLANs (VLAN1 is not tagged because is the native vlan and is located in eth0) vconfig add eth0 5 ifconfig eth0.5 0.0.0.0 up ifconfig ath0 0.0.0.0 up
# now we can create the bridge using eth0.5 and ath0 - this is my case. brctl addbr br0 brctl addif br0 eth0.5 brctl addif br0 ath0 brctl stp br0 on
ifconfig br0 192.168.80.1 netmask 255.255.255.0 up
# remember that you must to restart the DHCP server
/etc/init.d/dhcp3-server restart
Sorry by my english Best regards Hernan
|
|
|
|
|
64
|
LinuxMCE / Users / Re: Symbian S60 3rd edition Mobile Orbiter
|
on: January 14, 2009, 04:14:48 am
|
|
Hi Fernandes, I had the same issue in my N95, (the application didn't start up and the screen blinks once), I uninstalled the PlutoMO, then reboot the phone and I installed again, now It's works but you will need to do this, every time that the PlutoMO crashes. I have some problems with the buttons but no problems with PlutoMO at the startup. I hope it helps.
Thanks Hernan
|
|
|
|
|
65
|
LinuxMCE / Feature requests & roadmap / Re: LinuxMCE Answering your Cellphone
|
on: October 22, 2008, 04:51:37 am
|
|
Hi, I did a test with in a debian with asterisk and chan_cellphone and it works ok. Asterisk could easilly answered my calls and also I could use the cellphone line to cross calls to pstn from a voip phone.
This test was done a year ago, and my filling was that chan_cellphone (that was under development at that time), was really great idea and we must to wait some time to use it in a production enviroment.
Now, you can try to compile your own asterisk on linuxmce and try it.
Thanks Hernan
|
|
|
|
|
66
|
LinuxMCE / Installation issues / Re: Component Video Out - NVIDIA
|
on: February 26, 2008, 06:06:54 am
|
|
Hello, I have the same problem and I try several configurations but I still have 1inch black line at top of my tv. I have a m2npv-vm using component output and a PAL TV, i think that I have a similar configuration... i hope. Could you paste the xorg.conf file for me? Thanks in advance Hernan
|
|
|
|
|