Hi all,
I have gotten a Samsung Chromebook model number Xe303c12 and I am trying to get some OpenCL code running.
I have followed the "Graphics and Compute Development on Samsung Chromebook" (including disabling CONFIG_SECURITY_CHROMIUMOS) and have been able to boot to linux on the Chromebook. My issue is that I see no network at all, either via the apple USB dongle or the wireless. The devices don't even seem to exist so far as linux is concerned. Trying to install the USB device via modprobe gives an "Operation not permitted" error on usbnet.ko.
Has anyone gotten networking to work? If so how?
If anyone is willing to share a working sdcard image that would be fantastic. To be honest I got sick of building the linux kernel sometime in the 90s.
Thanks.
--Mike
P.S. I don't see OpenCL headers. Can I just copy them from a working system?
Hi Mike,
Modifying chromeos/config/base.config wouldn't have an effect on the current kernel config as it is just a template. You'll need to modify the .config file or perferrably use menuconfig/xconfig.
Wifi not working in Ubuntu 12.04 is a known issue. It is because the version of udev in Ubuntu repo is outdated and doesn't recognise the Wifi card (the kernel does). To fix this you can use a more modern version of Ubuntu or a different distro.
Thanks,
Tu