XBMC Community Forum
[LINUX] My Asrock 330 ION Tweaks, Tips, Tricks, and Fixes! - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85)
+--- Forum: Tips, tricks, and step by step guides (/forumdisplay.php?fid=110)
+--- Thread: [LINUX] My Asrock 330 ION Tweaks, Tips, Tricks, and Fixes! (/showthread.php?tid=61697)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23


- X3lectric - 2010-01-29 13:17

Well you can just install sreadahead my system loads less than 20 seconds from shutdown I have grub-pc (grub2) installed and its all silent and booting straight to XBMC. console fonts can be set up during system install other than that after the fact you can google for your question.

While I understand your trying to streamline to the max looking for the sweet spot those services wont make a bit of difference after sreadahead is installed.

dlbogdan Wrote:so, again, and i selfquote:

Does anybody have the 1.0.2 version ?

Pls forget about the 1.0.2 drivers for now they were buggy enough to fry your cir header (the voltage regulator), as I found out the hard way. That's one of the reasons why they out of Asrocks site some of the many systems out there will have issues with starting from shutdown this is early warning the voltage reg is crap. I have posted that already, consider this for you and whoever a friendly warning that is attached to ppl who dont read previous posts and want bleeding edge regardless. Up to you all what you want really.


- dlbogdan - 2010-01-29 22:17

1.0.4 CIR Driver for Asrock ION 330 PRO/HT/BD is out.

get it while is hot:

http://europe.asrock.com/downloadsite/drivers/Nettop/Ubuntu/IR(9.10).zip

Finally working perfectly with my SHARP IR home-made header on the 330 PRO Smile


- dumalkin - 2010-01-30 13:12

I get the following message after "modprobe coretemp" step:
FATAL: Error inserting coretemp (/lib/modules/2.6.31-16-generic/kernel/drivers/hwmon/coretemp.ko): No such device
Untill then all steps passed OK.
Environment: Clean install on HDD of XBMC Live 9.11 Release
Someone ? :confused2:


- X3lectric - 2010-01-31 12:26

@ dumalkin look at my topic how to compile your own coretemp.ko and correct that error.


- andyblac - 2010-01-31 16:25

dlbogdan Wrote:1.0.4 CIR Driver for Asrock ION 330 PRO/HT/BD is out.

get it while is hot:

http://europe.asrock.com/downloadsite/drivers/Nettop/Ubuntu/IR(9.10).zip

Finally working perfectly with my SHARP IR home-made header on the 330 PRO Smile

does anyone have them for Jaunty ?


- X3lectric - 2010-01-31 18:40

pretty sure u can stick with the one you have or install the current on jaunty. it wont make much difference as long as you have lirc 0.8.6 installed.

now all we need is to push Asrock for the Nuvoton W83677HG-I drivers

then we can finally have a shot at proper hardware monitoring and fan control, which no one seems to be interested in up this neck of the woods.


- andyblac - 2010-01-31 19:51

X3lectric Wrote:pretty sure u can stick with the one you have or install the current on jaunty. it wont make much difference as long as you have lirc 0.8.6 installed.

now all we need is to push Asrock for the Nuvoton W83677HG-I drivers

then we can finally have a shot at proper hardware monitoring and fan control, which no one seems to be interested in up this neck of the woods.

installled lirc 0.8.6, np at all. then tried to install 1.04 from 9.10, but wont install, it complains about the kernel module it is loaded. Sad

and regarding Nuvoton W83677HG-I drivers i have asked several times from them, but they just blank that part of the support question Sad


- andyblac - 2010-01-31 19:57

here is my resume script, dose the same as the others, just a little cleaner.

place the script in : /etc/pm/sleep.d/

file name "10-lirc.sh"
PHP Code:
#!/bin/sh
# Disconnect XBMC from lirc and stop the daemon

case "$1" in
hibernate
|suspend)
service lirc stop
;;
thaw|resume)
service lirc start
;;
*) exit 
$NA
;;
esac 
and place /etc/pm/config.d/

file name "01lirc_module"
PHP Code:
SUSPEND_MODULES="lirc_dev lirc_wb677" 



- X3lectric - 2010-01-31 22:22

andy did you purge the previous version of lirc b4 adding the 0.8.6 repos which I have posted on my topic... do an apt-get autoremove just to in case which more likely wont find anything, however I always run it... reboot just in case, If I got you right that is, What I have installed in Jaunty myself is version 1.0.1 and it installed and loaded just fine.

Im so god darn tired I have no idea which side is up...


- andyblac - 2010-02-01 00:38

X3lectric Wrote:andy did you purge the previous version of lirc b4 adding the 0.8.6 repos which I have posted on my topic... do an apt-get autoremove just to in case which more likely wont find anything, however I always run it... reboot just in case, If I got you right that is, What I have installed in Jaunty myself is version 1.0.1 and it installed and loaded just fine.

Im so god darn tired I have no idea which side is up...

could you give me a link to those drivers for 1.01 for jaunty ?