Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,097
» Latest member: ttsp
» Forum threads: 16,358
» Forum posts: 117,524

Full Statistics

Latest Threads
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 155
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 102
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,575
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
06-27-2026, 02:43 PM
» Replies: 13
» Views: 18,723
Android Gaming Image
Forum: Game Station Emulation
Last Post: Jacobgilbert
06-26-2026, 07:06 AM
» Replies: 52
» Views: 110,946
rAudio for Rock64 V2/Pine...
Forum: Linux on Rock64
Last Post: shinzuka
06-25-2026, 03:16 PM
» Replies: 11
» Views: 1,883
Big thanks for the docume...
Forum: General Discussion on Pinebook Pro
Last Post: alchemist
06-25-2026, 12:58 PM
» Replies: 0
» Views: 211
Mobian MMS/SMS text probl...
Forum: Mobian on PinePhone
Last Post: mehdy
06-23-2026, 06:53 AM
» Replies: 16
» Views: 34,528
OpenTTD game - Error: no ...
Forum: Mobian on PinePhone
Last Post: Mary_Davis
06-23-2026, 01:12 AM
» Replies: 3
» Views: 5,588
Libby - ebook reader that...
Forum: PineNote Software
Last Post: Mary_Davis
06-23-2026, 01:04 AM
» Replies: 5
» Views: 3,913

 
  Cant make WiFi working on ROCK64.
Posted by: vieirabrazil - 10-21-2017, 11:45 PM - Forum: Rock64 Hardware and Accessories - Replies (8)

Hi People!

I have 2 usb dongles for WiFi, but none of them are working in Rock64.

First one is a TP-Link WN721N uses AR9271 chip and is not accepted.

The second is a DLink DWA-123 uses RTL8188EU driver and is not accepted.
I think this is the same used in the dongle sold originaly by Pine site.

I running a Rock64 board with 2 Rb of Ram.

S.O. = MATE 1.12.1
Release 16.04.3 LTS (Xenial Xerus) 64-bit
Kernel Linux 4.4.77-rockchip-ayufan-136 aarch64

Running ifconfig only lo and eth0 are shown.

Running iwconfig only lo and eth0 are shown.

With tplink atached:

rock64@rock64:~$ lsusb
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for Bluetooth
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
rock64@rock64:~$



With D-Link atached to USB 2.0:

rock64@rock64:~$ lsusb
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for Bluetooth
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 2001:3310 D-Link Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


My system is updated.

rock64@rock64:~$ sudo apt update
[sudo] password for rock64:
Hit:1 http://ppa.launchpad.net/ayufan/rock64-ppa/ubuntu xenial InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports xenial InRelease              
Get:3 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease [102 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports xenial-updates InRelease [102 kB]   
Get:5 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  InRelease [1,245 B]    
Fetched 206 kB in 3s (52.3 kB/s)                                               
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
rock64@rock64:~$



dmesg for DLink:

[ 2356.031492] usb 1-1: new high-speed USB device number 3 using dwc2
[ 2356.494490] usb 1-1: New USB device found, idVendor=2001, idProduct=3310
[ 2356.494522] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2356.494543] usb 1-1: Product: DWA-123 11n Adapter
[ 2356.494563] usb 1-1: Manufacturer: Realtek
[ 2356.494582] usb 1-1: SerialNumber: C0A0BB58700D


More information:

zgrep -i rtl /proc/config.gz
CONFIG_BT_RTL=y
CONFIG_BT_HCIBTUSB_RTL=y
CONFIG_USB_RTL8150=m
CONFIG_USB_RTL8152=m
# CONFIG_RTL8180 is not set
CONFIG_RTL8187=m
CONFIG_RTL8187_LEDS=y
CONFIG_RTL_CARDS=y
# CONFIG_RTL8192CE is not set
# CONFIG_RTL8192SE is not set
# CONFIG_RTL8192DE is not set
# CONFIG_RTL8723AE is not set
# CONFIG_RTL8723BE is not set
# CONFIG_RTL8188EE is not set
# CONFIG_RTL8192EE is not set
# CONFIG_RTL8821AE is not set
CONFIG_RTL8192CU=m
CONFIG_RTLWIFI=m
CONFIG_RTLWIFI_USB=m
CONFIG_RTLWIFI_DEBUG=y
CONFIG_RTL8192C_COMMON=m
CONFIG_RTL8XXXU=m
CONFIG_RTL8XXXU_UNTESTED=y
# CONFIG_RTL_WIRELESS_SOLUTION is not set
CONFIG_RTL8188EU=m
CONFIG_RTL8188FU=m
# CONFIG_RTL8189ES is not set
# CONFIG_RTL8189FS is not set
# CONFIG_RTL8723BS is not set
# CONFIG_RTL8723CS is not set
# CONFIG_RTL8723DS is not set
# CONFIG_RTL8822BE is not set
# CONFIG_SERIAL_UARTLITE is not set
CONFIG_DVB_USB_RTL28XXU=m
CONFIG_DVB_RTL2830=m
CONFIG_DVB_RTL2832=m
CONFIG_DVB_RTL2832_SDR=m
# CONFIG_RTL8192U is not set
# CONFIG_RTLLIB is not set
rock64@rock64:~$

modprobe rtl8188eu
modprobe: FATAL: Module rtl8188eu not found in directory /lib/modules/4.4.77-rockchip-ayufan-136

Well, what can I do for WiFi to work???

Download something, compile something???

Thanks in advance,

VieiraBrazil


  rock64 opencl version
Posted by: decebal - 10-21-2017, 02:20 PM - Forum: Linux on Rock64 - Replies (3)

Hi everyone,

I'm trying to have a linux build with opencl working (clinfo finds 0 platforms).

I am using ayufan's outstanding xenial-minimal-rock64-0.5.15-136-arm64.img.xz.

I even tried getting on the https://github.com/rock64-linux/libmali but it still does not give me the clinfo positive identification.

Anyone care/know how to enable the OpenCL.

Thanks
Adrian


  Rock64 4K 60 in reality Rock64 4K 30 ?
Posted by: xpeace - 10-20-2017, 03:02 PM - Forum: General Discussion on ROCK64 - Replies (1)

I`m looking for days to find any Info - is the board capable of 4K@60Hz ? 
I read the hardware is not capable of true 60 FPS @ 4K Resolution.

Is this true ?

Can I render 4K60Hz from memory into Framebuffer ?

Thanks for any Information on this issue.


  Ubuntu System Upgrade
Posted by: sheeponmeth - 10-20-2017, 11:11 AM - Forum: Linux on Pinebook - Replies (1)

Hi,

I was just wondering how one would go about upgrading the Ubuntu version. I did, and then it failed to boot, but I'm not sure whether it's a U-Boot problem or an OS problem. I don't believe the kernel would have been upgraded in the system-wide upgrade when the kernel in use is from the Pinebook PPA, but I'm not really sure.

If one were to upgrade the system, assuming all drivers and such would work, what other work would be required before the system was at least operable (with graphical environment)?


  HTPC and NAS
Posted by: jimbou42 - 10-20-2017, 06:57 AM - Forum: Linux on Rock64 - Replies (5)

Hello, I need help with setting up HTPC and NAS on rock64. When I installed Linux, I knew set up NAS (open media vault), but the videos did not play smoothly. On the Android video was good for me, but I can not set up the NAS again.

Would you help me set up Linux so that videos can be played good on 4k and youtube in fullHD too?

Spotify does not work on rockchip, so I tried it through a web player that does not work either on browsers for me.

Thanks for help, and sorry for my english.


  Best OS for presentations
Posted by: denniston - 10-19-2017, 07:05 PM - Forum: Getting Started - Replies (3)

I have a Pine64 2gb (A64-DB-2G-Rev B) that I got during the Kick Starter campaign.

I'm an insurance agent, and I do a lot of presentations at restaurants and other places like that.  I would like to use my Pine to display PPT's and potentially other media files on tv's or projectors.

What would be the best OS to load on my Pine to run this?  


P.S. I have a Kennison wireless presenter mouse with a usb dongle, is it possible for it to work as well?  Or another input device.


  No delivery, but EMS-Aliexpress indicated it delivered!
Posted by: hikmetsezen - 10-19-2017, 01:59 PM - Forum: Shipment Related Discussion - Replies (2)

Hi,
I have problem with a shipment from Aliexpress. The shipment details follows,

tracking code is LM628744305CN
[FEDERAL REPUBLIC OF GERMANY DE0112 ]Delivery
2017-10-05 10:23:00
[FEDERAL REPUBLIC OF GERMANY DE0112 ]Arrival at Delivery Office
2017-10-05 02:11:00
[FEDERAL REPUBLIC OF GERMANY DE0150 ]Arrival at Sorting Center
2017-10-02 06:29:00
[BeiJingShi yonganluyingyebu ]Posting
2017-09-25 15:15:00

However, there is no delivery so far and Deutsche Post tells me there is no shipment with this tracking code in their system. Do you have any idea/suggestion?  Confused


  LCD and HDMI - any GNU/Linux version do this?
Posted by: freebsd - 10-18-2017, 01:22 PM - Forum: Linux on PINE A64-LTS / SOPINE - Replies (2)

Having used the Pine 2.0 Beta 3 tool to place images on microSD cards I can not seem to find one that uses both the HDMI and LCD screen as video output.   (or get me to a login prompt with the LCD ribbon cable plugged in)

The Xenial MATE version as presented by the tool will boot to a Unix login (or looked like it - didn't actually log in) on the HDMI without the LCD cabled in, but with the LCD in AND a monitor plugged in the SOPINE/baseboard model A.  And by not boot I mean it shuts off.

It seems the functionality exists as the Android 6.0.1 (non eMMC) version will allow for the LCD and the HDMI to work at the same time.  (I did not try Android 5 and Android 7 did not allow operation of the LCD)   As the limitation seems to be software, is there a GNU/Linux version which would work with both video output methods?


  usb boot pinebook?
Posted by: BUBLOS - 10-18-2017, 10:02 AM - Forum: Linux on Pinebook - Replies (3)

hello,
i know that the pinebook64 dosen't have a bootloader, bout is there a way to  install or boot in to a live usb or micro sd card? any help is appreciated.


  Unifi Controller
Posted by: lightning - 10-18-2017, 05:13 AM - Forum: Linux on Rock64 - Replies (2)

Hi,

Does anybody have Unifi controller working on Rock64?

If possible a guide work be really helpful for me, thanks in advance.