-
1. Re: Linux on compute stick
scottjl May 24, 2015 6:05 AM (in response to xvaranx)Yes, just use Ubuntu 14.04 LTS 64 bit.
-
2. Re: Linux on compute stick
pakeZonite May 25, 2015 6:58 AM (in response to scottjl)I got Ubuntu (Xubuntu 15.04 64bit) installed, but it doesn't recognize the WiFi adapter -did you get it working on Ubuntu? How?
I haven't seen any links to Linux drivers so I don't know if they are available yet.
Is Ubuntu 14.04 LTS supposed to work out of the box with the ComputeStick or is the the preinstalled version
somehow modified?
-
3. Re: Linux on compute stick
xvaranx May 25, 2015 2:29 PM (in response to pakeZonite)Maybe you can move the wireless driver with a USB stick to the compute stick. You found
all Ubuntu drivers on Ubuntu – Ubuntu Packages Search
-
4. Re: Linux on compute stick
scottjl May 25, 2015 6:30 PM (in response to xvaranx)Hmm. I haven't installed 14.04 LTS on the stick, but I've booted the live ISO image and it worked just fine for me, including internet access.
-
5. Re: Linux on compute stick
Choong May 29, 2015 9:14 AM (in response to xvaranx)I am having the problems with Wifi and sound. After installing Ubuntu 14.04 LTS, everything seems to work well, but the system just can't seem to be able to detect the Wifi adapter and the sound card. I try running from the live image, but the behaviour is identical.
Anyone with a solution?
-
6. Re: Linux on compute stick
reaper607 May 31, 2015 7:50 AM (in response to Choong)No Solution for sound yet but i got the wireless working ( bluetooth does not appear to work )
Installing the RTL8723BS Wifi device
A working internet connection is required for the first two steps below:
sudo apt-get install build-essential linux-headers-generic git
git clone https://github.com/codeTom/rtl8723bs.git
cd rtl8723bs
make
sudo make install
sudo depmod -a
sudo modprobe r8723bs -
7. Re: Linux on compute stick
Choong Jun 1, 2015 5:20 AM (in response to reaper607)Thanks! Followed your simple steps and managed to get Wifi working!
I need to get sound to work next
-
8. Re: Linux on compute stick
pakeZonite Jun 9, 2015 5:53 AM (in response to scottjl)scottjl: Which version of 14.04 did you boot exactly?
Can you see which driver it's using for the Wi-Fi?
None of the live CD ISOs that I have for 14.04 are discovering the WiFi adapter succesfully...
reaper607: How did you get the network up to be able to download and install packages required tobuild the driver? A chicken and an egg problem here obviously!
-
9. Re: Linux on compute stick
reaper607 Jun 9, 2015 6:31 AM (in response to pakeZonite)I used a USB to ethernet adapter supported out of the box by the loaded kernel modules. If this isnt possible for you you can download this zip https://github.com/codeTom/rtl8723bs/archive/master.zip and copy it to the stick via usb thumb drive or microSD card and then follow directions from there
-
10. Re: Linux on compute stick
Choong Jun 9, 2015 6:32 AM (in response to pakeZonite)I used an external USB Wifi adapter to connect to the Internet. Although I managed to get Wifi to work, I realized that it is not very stable. After running for a few hours, the Wifi module will suddenly take 100% of CPU cycle. Once it is in this state, I will not be able to use Wifi nor can I "restart" the module. The only solution is to reboot the Compute Stick.
-
11. Re: Linux on compute stick
reaper607 Jun 9, 2015 6:34 AM (in response to xvaranx)There is a newer version of the WIFI driver but it will only install on a newer Kernel than comes with ubuntu 14.04. If you are using ubuntu 15.04 the driver works ok although i have not used it for any length of time due to the fact the sound doesnt work on ubuntu.
-
12. Re: Linux on compute stick
Choong Jun 9, 2015 6:57 AM (in response to reaper607)Does anyone has the Linux version Compute Stick? I really need to get sound to work also.
-
13. Re: Linux on compute stick
dehcbad25' Jun 10, 2015 11:15 AM (in response to xvaranx)what kernel version did you install? The kernel in 15.04 should work out of the box for audio and wifi (I have not done this in the compute Stick, but I had a similar issue with the MeegoPad and Gigabyte Brix).
The issue is that Realtek has a lot of versions (with tiny differences) and some times this bundle adapters do not have the exact match. Kernel 3.6 works better with the Wifi+BT bundles
-
14. Re: Linux on compute stick
reaper607 Jun 10, 2015 12:36 PM (in response to dehcbad25')I'm using the default kernel that comes with 15.04 which I wanna say is 3.16 but don't hold me to that. I did find a kernel patch for the SoC bay trail audio and someone got it running on a meegopad but I havnt had a chance to try it on the compute stick yet