04-14-2016, 07:58 PM
Did you try ethernet connection?
If you like my work be sure to check out my site or wish to donate to the cause
Cheers
Cheers
(ARCHIVED) Debian Jessie Images (3.10.102 BSP Kernel) New Release
|
04-14-2016, 07:58 PM
Did you try ethernet connection?
If you like my work be sure to check out my site or wish to donate to the cause
Cheers
04-14-2016, 08:08 PM
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.
04-15-2016, 01:38 AM
Hi All
Can someone know how to match USB port to usb serial device. I can't find /dev/ttyUSBX Regards Tomek
04-16-2016, 07:57 AM
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.
04-16-2016, 10:07 AM
simply apt-get install teh java package you would like
If you like my work be sure to check out my site or wish to donate to the cause
Cheers
04-16-2016, 11:41 AM
04-16-2016, 11:55 AM
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
Still a linux newbie with several EEE-PCs, PI's, LattePanda and some Desktops/Laptops running Win10. Now also proudly using Pine64+ 2GB and gigabit LAN
(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
04-16-2016, 12:37 PM
What sources in /etc/apt/sources.list are you using?
Gesendet von meinem K00L mit Tapatalk
Still a linux newbie with several EEE-PCs, PI's, LattePanda and some Desktops/Laptops running Win10. Now also proudly using Pine64+ 2GB and gigabit LAN
04-16-2016, 12:41 PM
(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 |