XBMC Community Forum
Jetway Mini-TOP HBJC600C99-52W-BW - New Ion 2, Intel Atom D525 1.8GHz barebone nettop - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Off-Topic (/forumdisplay.php?fid=34)
+--- Forum: Hardware for XBMC (/forumdisplay.php?fid=112)
+--- Thread: Jetway Mini-TOP HBJC600C99-52W-BW - New Ion 2, Intel Atom D525 1.8GHz barebone nettop (/showthread.php?tid=78722)

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


- speed32219 - 2010-12-05 04:36

Bairum Wrote:Can anyone confirm if the Jetway's IR receiver will work with a Harmony remote if the Harmony remote has the MCE keyboard commands mapped?

No, but you will need to install lirc, try setting it up as a Windows MCE remote. It is generic, I like those answers from Tech support, generic what would be my response. I started to look at it and set it up as mentioned above (Windows MCE remote) and used command sudo showkey -s to find out the values of the key depresses. But after working with so mnay different keymaps in the past, I decided to just add a MS compatible dongle and be done with it. The remote that came with it works OK as a semi keyboard. If they would have put hard keys there (arrows) for regular navigation and put a little thumbstick for mouse navigation it could be a great little remote.


- josh4trunks - 2010-12-05 11:22

Hey I've been experimenting with this jetway nettop and have got my system pritty completed. Most of this is not my work, thanks to Speed3229 for helping me get sound working (using his method didn't work perfectly for me but I'm sure my method works if followed exactly).

What I got working
+HDMI sound
+wifi
+suspend / wol

Whats not working
*IR remote (about 1/3 of the buttons work as of now)

_____________________________________

What you'll need (I recommend 64bit, I also added some other stuff that will increase performance)

http://archive.ubuntu.com/ubuntu/dists/maverick/main/installer-amd64/current/images/netboot/mini.iso

http://www.nvidia.com/content/DriverDownload-March2009/confirmation.php?url=/XFree86/Linux-x86_64/260.19.12/NVIDIA-Linux-x86_64-260.19.12.run&lang=us&type=Other

Burn iso to usb, install onto nettop, add ssh
In bios disable ERP, then enable wol

Code:
sudo apt-get install python-software-properties pkg-config
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo add-apt-repository ppa:team-xbmc-svn/ppa
sudo add-apt-repository ppa:tldm217/tahutek.net
sudo apt-get update
sudo apt-get install apt-fast
sudo apt-fast install xbmc xinit x11-xserver-utils nvidia-current sysv-rc-conf upower preload alsa-utils

sudo sysv-rc-conf #delete startup services you don't need
wget http://launchpadlibrarian.net/59511828/cgroup_patch
chmod +x cgroup_patch
sudo nvidia-xconfig -s --no-logo --force-generate --output-xconfig=/etc/X11/xorg.conf
sudo nano /etc/modprobe.d/sound.conf
------------------------
options snd-hda-intel enable_msi=0 probe_mask=0xfff2
------------------------
sudo reboot

sudo alsamixer     #change all m's to 00's
sudo alsactl store 0
sudo adduser xbmc --gecos XBMC
sudo usermod --group audio,video,fuse,cdrom,plugdev xbmc
sudo apt-fast install xbmc-live

sudo su
cd /var/lib/polkit-1/localauthority/50-local.d/
nano custom-actions.pkla
__________________________________
[Actions for xbmc user]
Identity=unix-user:xbmc
Action=org.freedesktop.devicekit.upower.*;org.freedesktop.consolekit.system.*
ResultActive=yes
ResultAny=auth_admin
ResultInactive=yes
__________________________________

aplay -l  #find card and device number
sudo nano /home/xbmc/.asoundrc # change card/device number
____________________________________
pcm.hdmi03 {
    type hw
    card 0
    device 3
}
pcm.!default hdmi03
____________________________________

sudo reboot

Now test it out and you should have a system that auto boots to xbmc, tell me if something doesn't work for you.


- Necochino - 2010-12-08 18:22

I have just installed Linux Mint Julia (10), 64bit version. All I had to do was update Linus and the nvidia driver, per Mint's suggestion. Then, I only created the sound.conf file per the instructions above (copied here below)

sudo nano /etc/modprobe.d/sound.conf
------------------------
options snd-hda-intel enable_msi=0 probe_mask=0xfff2
------------------------

I have audio over HDMI upon reboot ! Simple... Hope it keeps working.


- Necochino - 2010-12-10 15:22

2 days later, still working perfectly. I only needed to add lirc (sudo apt-get install lirc) so the Windows remote would work well. Great little machine. Very quiet !


- thomasf - 2010-12-11 21:00

Necochino Wrote:2 days later, still working perfectly. I only needed to add lirc (sudo apt-get install lirc) so the Windows remote would work well. Great little machine. Very quiet !

what about power on/off via the remote - does it work?


- josh4trunks - 2010-12-11 21:02

thomasf Wrote:what about power on/off via the remote - does it work?

with minimal install ubuntu this works out of the box so should work for mint, which is based on ubuntu but has extra stuff built in., also mouse by remote work, but not every button out of the box.


- Necochino - 2010-12-12 07:27

josh4trunks Wrote:with minimal install ubuntu this works out of the box so should work for mint, which is based on ubuntu but has extra stuff built in., also mouse by remote work, but not every button out of the box.

Sorry, do not use remote power on/off, so I could not confirm.

It is a great little machine. Very quiet. Much quieter than my Zotac MAG.


Remote problems - liquor - 2010-12-14 05:54

Necochino Wrote:2 days later, still working perfectly. I only needed to add lirc (sudo apt-get install lirc) so the Windows remote would work well. Great little machine. Very quiet !

Thats what I did too but other than the mouse, power and sound buttons, no other button work.

Now I even have a bigger problem because the remote will only move mouse cursor and left or right clicks dont respond anymore after that - even using a usb mouse! As soon as I use the remote, I need to reboot... I re-installed Mint Linux 10 and even on a vanilla system the remote breaks click functionality. Any ideas??


- JohnC - 2010-12-16 20:47

josh4trunks Wrote:Now test it out and you should have a system that auto boots to xbmc, tell me if something doesn't work for you.

Does not boot cleanly.

I get 'ata1.00: Exception Emask' on boot.

Boot process then pauses, and restarts on tty2 with ubuntu in low graphics mode.

The Emask error looks like a kernel bug. https://bugzilla.redhat.com/show_bug.cgi?id=462425#c80

I dont want to launch x in tty2 from here, but just stay at run level 2 at the command prompt.

The good news is I can cancel the x low-graphics nonsense, and them xbmc from the command prompt to start perfectly. IE, xorg.conf IS configured correctly. HDMI working perfectly.

Questions are:

1. How to overcome Emask error on boot.
2. How to launch xbmc cleanly from boot. I guess I'll remove txbmc from grub menu and rc.local instead.


- josh4trunks - 2010-12-17 03:41

JohnC Wrote:Does not boot cleanly.

I get 'ata1.00: Exception Emask' on boot.

Boot process then pauses, and restarts on tty2 with ubuntu in low graphics mode.

The Emask error looks like a kernel bug. https://bugzilla.redhat.com/show_bug.cgi?id=462425#c80

I dont want to launch x in tty2 from here, but just stay at run level 2 at the command prompt.

The good news is I can cancel the x low-graphics nonsense, and them xbmc from the command prompt to start perfectly. IE, xorg.conf IS configured correctly. HDMI working perfectly.

Questions are:

1. How to overcome Emask error on boot.
2. How to launch xbmc cleanly from boot. I guess I'll remove txbmc from grub menu and rc.local instead.

Soory, I'm not an expert on this and couldn't help you with that specific problem. I actually just used the instructions above to install onto a usb stick and got a perfect running system. I actually edited the instructions recently to remove the wifi cause I wasn't getting smooth high bitrate streaming over wifi anyway. I could recommend reinstalling again and following my instructions exactly but that could be a major pain.