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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,003
» Latest member: igregames
» Forum threads: 16,337
» Forum posts: 117,447

Full Statistics

Latest Threads
Mobian image for the Pine...
Forum: Mobian on PinePhone
Last Post: Korfou
04-27-2026, 09:57 AM
» Replies: 2
» Views: 214
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
04-19-2026, 12:56 PM
» Replies: 13
» Views: 15,074
Pine Time dead
Forum: General Discussion on PineTime
Last Post: chris.burmajster
04-18-2026, 10:08 AM
» Replies: 0
» Views: 209
Booting Issues
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:17 PM
» Replies: 24
» Views: 19,621
App launcher shows tiny i...
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:12 PM
» Replies: 1
» Views: 1,134
my pinecil v2 is not work...
Forum: General Discussion on Pinecil
Last Post: jagrav
04-17-2026, 06:28 AM
» Replies: 0
» Views: 144
Freezes and kernel panics...
Forum: Linux on RockPro64
Last Post: prahal
04-15-2026, 06:48 PM
» Replies: 4
» Views: 1,483
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 333
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 9,331
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 466

 
  Noob but can use help
Posted by: renoboyd - 09-04-2017, 05:14 PM - Forum: Linux on Pinebook - Replies (1)

So, first, thank you for accepting me in the forum.  Just by reading around, I have learned allot.  I am no techie but have a bit of background in computers...  Just enough to get me in trouble!   Well, enough of that!  I have a couple of questions for our esteemed knowledgable crew here that I cant seem to find a way through or around.  After having my Pinebook for a couple of months, I am no go on these.

1-Printer drivers.  I use a Brother mfc 255cw which has a linux driver on their web site, BUT, will not install because "wrong architecture".  Any way around that, or through that?  No other generic seems to work at all.  Thoughts?

2. Do we have any idea of additional software will become available through the software boutique?  It starts, it runs, but nothing is there.  From what I read that might change soon?  Can I get software for the Pinebook any other way?

3.  Pinebook seems jumpy, hesitates, especially via internet work.  I am on a fast connect wifi that does not act that way on other computers.  Any ideas how that might be addressed?

I have run sudo apt updates && sudo apt upgrades to make sure I am up to date...

Any suggestions on the above is greatly appreciated.   Huh


  RTC module?
Posted by: mbc28 - 09-04-2017, 03:02 PM - Forum: General Discussion on ROCK64 - Replies (7)

Hello, 


Is there any plan to support RTC on the Rock64 board? Will there be any extra RTC module?


Lightbulb Pinebook Remapping Keyboard with Xmodmap
Posted by: MarkHaysHarris777 - 09-04-2017, 12:55 PM - Forum: Linux on Pinebook - Replies (1)

Greetings, 

This is a follow-up to the "dead Alt keys issue" on my Pinebook;  the corner pin(12) of the 8051 is bent, which resulted in dead Alt keys (both of them); neither one send scancodes from my keyboard.

What I did to get full functionality (including AltGr key) is to connect a usb numeric keypad to the Pinebook, and then use xmodmap (part of the x11-xserver-utils package) to remap the keysym(s) kp_left and kp_right and  kp_begin  to Alt_L and Alt_R and  Control_R!

I did not have xmodmap installed on my xenial-i3 image, so I had to install it with :

       sudo apt install x11-xserver-utils

1) the first step is to build an xmodmap file of the current mapping :

       xmodmap -pke  >xmodmap_original

       The file is human readable...   study it.

2) second step is to copy the original file, and then edit the copy :

       cp  xmodmap_original  xmodmap_changes

original

Code:
keycode  83 = KP_Left KP_4 KP_Left KP_4
keycode  84 = KP_Begin KP_5 KP_Begin KP_5
keycode  85 = KP_Right KP_6 KP_Right KP_6


changed
Code:
keycode  83 = Alt_L Meta_L Alt_L Meta_L
keycode  84 = Control_R NoSymbol Control_R
keycode  85 = Alt_R Meta_R Alt_R Meta_R


3) save the changes file and then activate your new xmodmap with :

       xmodmap  ~/xmodmap_changes


Congratulations !   The keypad  left and right are now  Alt_L and Alt_R !

Notes:

   You can check the new keysym(s) with the tool  xev.  xev can be used to check your entire keyboard, and mouse;  it will report the scancode (keycode) and keysym for all keys including the numeric keypad.

   This only works in x11.  What we're doing here is to set a different keysym in x11 for a given scancode.  So, in x11, in the above example,  scancode(s) 64 and 108 now do nothing in x11;  and the scancode(s)  83 and 85  now take on new meaning(s)  ...  new keysyms !  

   The kp_begin  (keypad 5)  has been remapped as Control_R ;  interesting because the Pinebook doesn't even have a Control_R  !

   The changes are lost with reboot;  unless, the xmodmap is executed at startup in rc.local, or as a systemd service one-shot !


Shy


  What video options are available for ROCK64?
Posted by: WhiskerBiscuit - 09-04-2017, 12:35 PM - Forum: General Discussion on ROCK64 - Replies (1)

I was planning on using my ROCK64 as an OpenVPN server, Torrent server and a Air Video (iOS) server to stream to iOS clients and basically operate the unit in headless mode.

But since I have a big fat 4K TV it would be a shame to let the HDMI port not go to use.  Are there software packages that would allow me to view the content my Air Video server streams to iOS clients? I have to install the proper codecs on the SBC in order for this to work, so I asssume I should be able to send the content to the HDMI port.  I've used predecessors of Kodi on other servers.  Are there similar options available for the Rock?  What about infrared options so I can control the thing with my universal remote?


  Pine64 Starter Kit
Posted by: marillionkb5 - 09-04-2017, 11:52 AM - Forum: General Discussion on PINE A64(+) - Replies (2)

Hi,

Looking for a bit of advice, have just got a Pine64 starter kit and have put it together, however the power supply doesn't
have the slot on pieces for the plug part that goes in the mains socket, does anyone know if this is normal as there didn't
seem to be room left in the box for it :-)

thanks in advance
--
Mark Kennedy


Rainbow Red Sun Rising
Posted by: MarkHaysHarris777 - 09-04-2017, 06:24 AM - Forum: Community and Events - No Replies

   


Red Sun Rising !

Shy


  DOA ?
Posted by: msargent - 09-04-2017, 05:56 AM - Forum: Getting Started - Replies (4)

Originally bought my PineA64+ 2GB during the original Kick Starter campaign but took me a while to get around to opening the box - OK quite a while...

But it appears to be DOA. 

I downloaded the Debian Jessie MATE  from the 'official' website wrote it to an approved SD card, connected everything, applied power and nothing.
I checked pulled the power connection, reseated all the cables (USB - mouse/kbd, Ethernet, HDMI) and SD card, then replugged in the power and again nothing.

I rolled over the mouse and no light. Checked the keyboard caps & num lock keys and also no light.
Pulled power and swapped kbd & mouse cables, reconnected power. This time got light on mouse but nothing on kdb lock lights and still no boot.

Pulled power and again reseated all cables and SD card. Now no light on the mouse again.

All during these attempts nothing shows up on the monitor.

Ideas?


As a side note the mouse, keyboard, monitor, ethernet, etc. are all used frequently when working with my Raspberry Pi boards, so not a kbd / mouse / monitor / enet cable problem.


  pinebook xenial - module snd-usb-usx2y missing
Posted by: richard - 09-04-2017, 04:25 AM - Forum: Linux on Pinebook - No Replies

I tried to use pinebook as audio recording machine with a tascam US122, which works fine with most linux flavours after installing alsa-firmware package. But the linux version shipped with the pinebook (upgraded to 3.10.105-bsp-1.2-ayufan-77) lacks the module snd-usb-usx2y, so the soundcard is not recognized.

Downloading the source (alsa-driver-1.0.25+dfsg) and trying to compile (when running configure) gives

Code:
.
.
checking for directory with ALSA kernel sources... /home/richard/Downloads/alsa-driver-1.0.25+dfsg/alsa-kernel
checking for directory with kernel source... /lib/modules/3.10.105-bsp-1.2-ayufan-77/build
checking for directory with kernel build... /lib/modules/3.10.105-bsp-1.2-ayufan-77/build
checking for kernel linux/version.h ... no
The file /lib/modules/3.10.105-bsp-1.2-ayufan-77/build/include/INCLUDE_VERSION_H does not exist.
Please install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /lib/modules/3.10.105-bsp-1.2-ayufan-77/build).

I could not find out where to get the kernel sources or appropriate include file (version.h). So I'ld like to get some hints how to get/compile that kernel module.

Don't say pinebook is not usable for that task - I tried out with a focusrite saffire 6 USB and audacity, and that worked out of the box even with overdub in high bitrates.

Thanks for your support.

Edit: Linked ../generated/uabi/linux/version.h to /lib/modules/3.10.105-bsp-1.2-ayufan-77/build/include/linux/version.h, so configure could go on. But now it stops with "error: You have built-in ALSA in your kernel.". Does that mean I would have to compile the whole kernel by myself? I think it is not worth trying; if snd-usb-usx2y will not be included in the official kernel in the near future, I'ld have to get some standard compliant USB soundcard.


  how to download AOSP and BSP
Posted by: awaysu - 09-03-2017, 11:48 PM - Forum: Android on Pine A64(+) - Replies (1)

Hi~
This is my first time to build Android for A64, but I have a question for download AOSP and BSP source code. I have downloaded "Source code (zip)" from "https://github.com/ayufan-pine64/android-7.1/releases/tag/0.3.5", but it seem only teach download repo and github-release. I also saw "manifest.xml", but how to download source code with one file "manifest.xml"? Where can I find the step? Many thanks!


  Submitted Support Ticket, 3 Months no response
Posted by: preimmortal - 09-03-2017, 11:37 PM - Forum: General - Replies (4)

Hi,

I submitted a support ticket back in May to try to get the bad GB Ethernet hardware issue resolved, but I still haven't received a reply.
For my application of the Pine, I really need the gigabit ethernet working.
If this is the wrong forum for this post, please point me in the right direction.

Thanks