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 - bugui

Pages: 1 ... 3 4 [5]
61
Users / Re: ZOTAC ZBOX HD-ID11-U
« on: May 29, 2010, 12:29:22 am »
Hi,
The Zotac ZBOX HD-ID11-U is working great !!!
Audio is conected via analog stereo, but I trying to configure the audio output via HDMI.
The graphics are great, even better that Geforce9400 from my hybrid.
The BIOS didn't control the cpu fan, then noice....there is a beta Bios upgrade that solve this but I will wait for next Bios release.
I will update this with more news.

Thanks
Bugui

62
Users / Re: ZOTAC ZBOX HD-ID11-U
« on: May 20, 2010, 04:39:32 am »
I will receive a ZBOX HD-ID11 the next week.

63
Hello again,
I see at the Generic_Serial_Device.log that it can't startup the device.
Is this an error in the ruby code?

dcerouter_102332:/var/log/pluto# cat 135_Generic_Serial_Device.log
== ATTEMPT FRESH START ==
1       05/07/09 22:55:54       /usr/pluto/bin/Spawn_Device.sh 135 (spawning-device)    1893 Dev: 135; Already Running list: 15,16,17,76,18,28,29,20,36,21,22,25,24,40,111,
== FRESH START ==
1       05/07/09 22:55:54       /usr/pluto/bin/Spawn_Device.sh 135 (spawning-device)    device: 135 ip: localhost cmd_line: Generic_Serial_Device
0       05/07/09 22:55:54       135 (spawning-device)   Entering 135
========== NEW LOG SECTION ==========
1       05/07/09 22:55:54       135 (spawning-device)   Starting... 1
1       05/07/09 22:55:54       135 (spawning-device)   Found /usr/pluto/bin/Generic_Serial_Device
05      05/07/09 22:55:55.013           Connection for client socket reported NEED RELOAD IP=127.0.0.1, device 135 last error 2 <0x2b330776e6d0>
05      05/07/09 22:55:55.013           The router must be reloaded before this device is fully functional <0x2b330776e6d0>
05      05/07/09 22:55:55.015           void ClientSocket::Disconnect() on this socket: 0x676200 (m_Socket: 5) <0x2b330776e6d0>
05      05/07/09 22:55:55.023           Connection for client socket reported NEED RELOAD IP=127.0.0.1, device 135 last error 2 <0x2b330776e6d0>
05      05/07/09 22:55:55.027           Running without DeviceData, will try to add device <0x42003950>
01      05/07/09 22:55:55.065           GSD Port is not specified. Instantiating non-IO Wrapper. <0x42003950>
141:01  05/07/09 22:55:55.308           Error while calling method: Cannot call class method: cmd_355
error: undefined method `log' for #<Device_135:0x2aaaaaadf730>, line: 110
backtrace:
        in: (eval): 110
        from (eval):110:in `cmd_355'
 <0x42804950>
05      05/07/09 22:56:14.671           Got a reload command from 0  <0x42003950>
05      05/07/09 22:56:15.005           void ClientSocket::Disconnect() on this socket: 0x673b60 (m_Socket: 8) <0x2b330776e6d0>
Return code: 2
2       05/07/09 22:56:15       135 (spawning-device)   Device requests restart... count=1/50 dev=135
2       05/07/09 22:56:15       135 (spawning-device)   Device was disabled or removed. Stopping and marking as not running.


Thanks in advance
Best regards.
Hernan

64
Hello,
I have a 7970 running at home, and I setup it using the document on the wiki, and without any problems. It was PNP for me.
I think that your issue is not a common one, maybe you didn't complete the procedure and you unplug and re-plug the phone again.
Did you turn off the phone before doing a reload router?.

Sorry by my english

Regards
Hernan

65
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

66
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

67
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

68
Feature requests & roadmap / Re: LinuxMCE Answering your Cellphone
« on: October 22, 2008, 05: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

69
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

70
Developers / Re: Movie database (IMDB.com vs. Amazon.com for lookups)
« on: July 07, 2007, 07:45:32 am »
Hi, somebody knows how can I change the DB to IMDB on LinuxMCE?
Thanks
Hernan

Pages: 1 ... 3 4 [5]