Search found 8 matches
- Thu Jun 10, 2010 6:53 am
- Forum: Linux on fit-PC2
- Topic: Support for 2-wire and 3-wire Bluetooth coexistence
- Replies: 0
- Views: 4994
Support for 2-wire and 3-wire Bluetooth coexistence
Does the RaLink driver for Ubuntu (9.04 or 9.10) supports 2-wire and/or 3-wire Bluetooth coexistence? Any other kind of coexistence? Any tip/help would be appreciated. Thanks in advance :) Reference: Bluetooth coexistence http://wireless.kernel.org/en/users/Documentation/Bluetooth-coexistence Ath94 ...
- Thu Feb 04, 2010 4:47 pm
- Forum: fit-PC2i hardware
- Topic: on board flash option (details?)
- Replies: 9
- Views: 22288
Re: on board flash option (details?)
Thanks a lot Irad.
That's what I needed to know.
Best regards
That's what I needed to know.
Best regards
- Wed Feb 03, 2010 9:06 pm
- Forum: fit-PC2i hardware
- Topic: on board flash option (details?)
- Replies: 9
- Views: 22288
Re: on board flash option (details?)
Thanks for the response. How difficult would be to replace the NAND flash chip from the fitpc2i? 10M write cycles is more than enough when using Read Only file systems (e.g. UnionFS, Aufs) but it would be great to know that, if this situation occurs, I don't have to throw away the fitpc2i. Best rega...
- Wed Feb 03, 2010 2:56 pm
- Forum: fit-PC2i hardware
- Topic: on board flash option (details?)
- Replies: 9
- Views: 22288
Re: on board flash option (details?)
What's the average expected life (e.g. 3 years or 10000000 write cycles) for the on-board 4GB flash chip?
As the chip is soldered I suppose that replacing it wouldn't be a trivial (or recommended to novices) task.
Could this be an issue?
Thanks in advance
As the chip is soldered I suppose that replacing it wouldn't be a trivial (or recommended to novices) task.
Could this be an issue?
Thanks in advance
- Thu Jan 28, 2010 3:16 pm
- Forum: Ubuntu 9.10
- Topic: Does rt3090 driver support Dynamic WEP (802.1X)
- Replies: 0
- Views: 5951
Does rt3090 driver support Dynamic WEP (802.1X)
I have to connect to auniversity Wifi network that has Dynamic WEP (802.1X) with TTLS and PAP. My /etc/network/interfaces file: auto lo iface lo inet loopback auto eth0 allow-hotplug eth0 iface eth0 inet dhcp auto wlan0 allow-hotplug wlan0 iface wlan0 inet dhcp wpa-conf /etc/wpa_supplicant/wpa_suppl...
- Mon Jan 25, 2010 9:12 pm
- Forum: Ubuntu 9.10
- Topic: Disable screensaver
- Replies: 3
- Views: 8318
Re: Disable screensaver
Hi everybody.
I found a solution.
The first disables the screen saver, the second the power energy saver, and the third resets the timers and disables the screensaver if active.
Cheers
I found a solution.
Code: Select all
xset s off
xset -dpms
xset s reset
Cheers
- Sat Jan 23, 2010 3:12 pm
- Forum: Ubuntu 9.10
- Topic: Disable screensaver
- Replies: 3
- Views: 8318
Re: Disable screensaver
Thanks Denis.
But I don't have a windows manager (e.g. gnome) installed. Only xorg.
I start the server with 'startx' and the only application I need to run.
How can I disable it from the command line or a configuration file?
Thanks again
But I don't have a windows manager (e.g. gnome) installed. Only xorg.
I start the server with 'startx' and the only application I need to run.
How can I disable it from the command line or a configuration file?
Thanks again
- Sat Jan 23, 2010 12:16 am
- Forum: Ubuntu 9.10
- Topic: Disable screensaver
- Replies: 3
- Views: 8318
Disable screensaver
Hello people, How can I want to disable screensaving at all on fitpc2 running ubuntu 9.10. I installed the system using deboostrap with the fitpc2 kernel and graphics drivers according to the wiki page http://fit-pc2.com/wiki/index.php?title=Installing_Ubuntu_9.10 . I added: Section "ServerFlags" Op...