(ARCHIVED) Debian Jessie Images (3.10.102 BSP Kernel) New Release - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +---- Forum: Debian (https://forum.pine64.org/forumdisplay.php?fid=24) +---- Thread: (ARCHIVED) Debian Jessie Images (3.10.102 BSP Kernel) New Release (/showthread.php?tid=497) |
RE: Debian Jessie Images (3.10.65 BSP Kernel) - lenny.raposo-pine64.pro - 04-14-2016 Did you try ethernet connection? RE: Debian Jessie Images (3.10.65 BSP Kernel) - Stab - 04-14-2016 No. Actually my router is in another room. I'm connecting Pine64 to my TV. I just figured the WiFi/Bluetooth board that came with my Pine board would pick up my network. The Wifi works fine with the Remix OS image. RE: Debian Jessie Images (3.10.65 BSP Kernel) - tomekr - 04-15-2016 Hi All Can someone know how to match USB port to usb serial device. I can't find /dev/ttyUSBX Regards Tomek RE: Debian Jessie Images (3.10.65 BSP Kernel) - Dawars - 04-16-2016 I need a little bit of clarification. I downloaded the Debian Base image because I don't want a desktop interface (I would use it as a server). How can I install java on it, should I have downloaded another image? And how can I change the root filesystem, I don't understand that part either. RE: Debian Jessie Images (3.10.65 BSP Kernel) - lenny.raposo-pine64.pro - 04-16-2016 simply apt-get install teh java package you would like RE: Debian Jessie Images (3.10.65 BSP Kernel) - Dawars - 04-16-2016 (04-16-2016, 10:07 AM)lenny.raposo Wrote: simply apt-get install teh java package you would likeI get this when using: sudo apt-get install java: Code: Reading package lists... Done RE: Debian Jessie Images (3.10.65 BSP Kernel) - androsch - 04-16-2016 The packages for Java will be named openjdk*. You can search for the versions via aptitude search openjdk I have installed openjdk-8-jre for the runtime only. If you need development, you just install the openjdk-8-jdk package. E.g. minecraft runs well with jre only... Have fun Gesendet von meinem K00L mit Tapatalk RE: Debian Jessie Images (3.10.65 BSP Kernel) - Dawars - 04-16-2016 (04-16-2016, 11:55 AM)androsch Wrote: The packages for Java will be named openjdk*. You can search for the versions via I would like to user oracle java, there is even an ARM version of it but I don't know how to install it. I know it's working on the rPi, how about the Pine64? p.s: I only found openjdk-7 but that's probably good for now, thanks RE: Debian Jessie Images (3.10.65 BSP Kernel) - androsch - 04-16-2016 What sources in /etc/apt/sources.list are you using? Gesendet von meinem K00L mit Tapatalk RE: Debian Jessie Images (3.10.65 BSP Kernel) - Dawars - 04-16-2016 (04-16-2016, 12:37 PM)androsch Wrote: What sources in /etc/apt/sources.list are you using? deb http://ftp.us.debian.org/debian jessie main |