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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,115
» Latest member: Yohaan
» Forum threads: 16,363
» Forum posts: 117,536

Full Statistics

Latest Threads
Weatherproof case build
Forum: Enclosures
Last Post: ltorsini
07-07-2026, 07:01 PM
» Replies: 12
» Views: 38,480
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: PinePhoneProUser
07-07-2026, 04:47 PM
» Replies: 16
» Views: 11,041
pinecil v2 dosent negotia...
Forum: General Discussion on Pinecil
Last Post: moses
07-07-2026, 07:28 AM
» Replies: 0
» Views: 67
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
07-06-2026, 05:22 PM
» Replies: 2
» Views: 217
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
07-05-2026, 11:02 AM
» Replies: 0
» Views: 116
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
07-04-2026, 04:41 PM
» Replies: 6
» Views: 4,066
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 297
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 166
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,624
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,239

 
  Reinstall Firefox?
Posted by: sinistermrcream - 11-13-2019, 01:47 PM - Forum: Linux on Pinebook Pro - Replies (10)

I've had the issues with Firefox crashing on every launch (updated the OS and ran MrFixIt's update). I tried removing it and reinstalling, but there doesn't seem to be a compatible Firefox that I can find.

Is the version in the default OS a customized version? Even if not, where do I get a version I can install?


Lightbulb Wifi Privacy Switch without rebooting
Posted by: DrYak - 11-13-2019, 12:30 PM - Forum: Linux on Pinebook Pro - Replies (8)

update 2020.06.16: some recent kernel update has changed the naming of the wifi device - now fe310000.mmc. For those who like a compact one-liner:

Code:
sudo tee /sys/bus/platform/drivers/dwmmc_rockchip/{un,}bind <<< "$(basename /sys/devices/platform/fe310*)"



TL;DR: use the two commands here to restart the Wifi driver after powering the Wifi again with the Privacy Switch for Wifi (Pine + F11) :
Code:
$ echo 'fe310000.dwmmc' | sudo tee /sys/bus/platform/drivers/dwmmc_rockchip/unbind
$ echo 'fe310000.dwmmc' | sudo tee /sys/bus/platform/drivers/dwmmc_rockchip/bind



The full story :

(Moving to a more general thread, because currently my reply is burried in the middle of the Manjaro discussion)

Currently, the privacy switch for Wifi cannot put back Wifi on because soldered-on-motherboard SDIO modules aren't Plug'n'Play.

Here's what you normally see if you try the usual rmmod  + modprobe route:

Code:
$ sudo rmmod brcmfmac brcmutil cfg80211
$ modprobe brcmfmac
$ dmesg
[ 1299.511038] usbcore: deregistering interface driver brcmfmac
[ 1313.114017] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 1313.114781] cfg80211: failed to load regulatory.db
[ 1313.132537] brcmfmac: probe of mmc0:0001:1 failed with error -110
[ 1313.133192] brcmfmac: probe of mmc0:0001:2 failed with error -110
[ 1313.133865] usbcore: registered new interface driver brcmfmac



There is a way though:

You can find the actual soldered device that answers on the mmcn mentioned above and unbind and re-bind it.

Code:
$ ls -d /sys/devices/platform/*.dwmmc/mmc_host/mmc0
/sys/devices/platform/fe310000.dwmmc/mmc_host/mmc0
$ ls -d /sys/devices/platform/*.dwmmc/mmc_host/mmc*/mmc*/mmc*/ieee80211
/sys/devices/platform/fe310000.dwmmc/mmc_host/mmc0/mmc0:0001/mmc0:0001:2/ieee80211
$ echo 'fe310000.dwmmc' | sudo tee /sys/bus/platform/drivers/dwmmc_rockchip/unbind
$ echo 'fe310000.dwmmc' | sudo tee /sys/bus/platform/drivers/dwmmc_rockchip/bind
$ dmesg
[ 1845.593897] mmc0: card 0001 removed
[ 1849.712047] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[ 1849.712707] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[ 1849.713307] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[ 1849.713840] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 27,32 bit host data width,256 deep fifo
[ 1849.714799] dwmmc_rockchip fe310000.dwmmc: allocated mmc-pwrseq
[ 1849.715321] mmc_host mmc0: card is non-removable.
[ 1849.728861] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 1849.777673] mmc_host mmc0: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[ 1850.622467] dwmmc_rockchip fe310000.dwmmc: Successfully tuned phase to 47
[ 1850.627007] mmc0: new ultra high speed SDR104 SDIO card at address 0001
[ 1850.636215] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
[ 1852.731997] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
[ 1852.732808] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[ 1852.734049] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/9 wl0: Sep  7 2018 14:33:37 version 7.45.96.27 (42b546f@shgit) (r) FWID 01-c958c084 es7.c5.n4.a3
[ 1860.053215] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready

Note -if I'm not mistaken :
  • the 'mmc0' numbering might change depending on how your OS enumerate its devices (see how /dev/mmcblk changes - on Manjaro the Wifi is on mmc0 and the internal eMMC is on mmc2, but on the factory shipped Debian - Wifi is on mmc2 and mmc0 has the external µSD)
  • but fe310000.dwmmc is how this soldered MMC interface is mapped to the Rockchip and is fixed accross OSes (it is set in the .dtb)

the bind + unbind trick can also be used if the Broadcom Wifi chip has gone crazy and needs restarting.

(source: other people with similar problems of soldered MMC modules)


  xfce
Posted by: ambein - 11-13-2019, 11:34 AM - Forum: Linux on Pinebook Pro - No Replies

Has anyone configured xfce instead of mate? Any thoughts or recommendations?


  eDP and dual display
Posted by: StefanH - 11-13-2019, 10:25 AM - Forum: Linux on RockPro64 - No Replies

I want to drive a 3840x2160, 4-lane eDP display. Will this work with Linux (preferably Debian)? The exact display part number is BOE TV101QUM-N00. Backlight controls don't have to work (3D printer application), but still images should.


Also, ideally I'd want the option to connect a second, low-res touchscreen. Will this work?


  Pinebook Pro Default Credentials are not working
Posted by: ricardo1934 - 11-13-2019, 09:12 AM - Forum: General Discussion on Pinebook Pro - Replies (4)

Hi all,

the default credentials:

user: rock/rock
passw:rock/rock

Has anyone an idea about what could be running wrong?

Thanks, happy and healthy hacking,

Ricardo


  PinePhone sample images?
Posted by: lispy - 11-13-2019, 08:12 AM - Forum: PinePhone Hardware - Replies (3)

Hi,
could anyone in possession of a working PinePhone post some sample images from the two cameras in different light situations?
My wife wants to retire her aging Jolla phone and was a bit underwhelmed when I told her the PinePhone had only 5MP as compared to 8MP on her Jolla.
Now I wonder how the quality of the shots comes out in RL.

Thanks in advance...


Question App for using the Pine64 forums
Posted by: User 11436 - 11-13-2019, 07:42 AM - Forum: General - Replies (1)

Hi,

I’ve seen a few posts with signatures that indicate people use mobile apps to interact with the Pine64 forums. Can anyone recommend a good one?

Ben


  RetroArch : Cracked sound under Bionic Mate Edition
Posted by: agD0i7rY - 11-13-2019, 07:18 AM - Forum: Linux on Pinebook Pro - Replies (5)

With retroarch (PPA version of retroarch) the sound is jerky on every core I've tried.
Do you see the same thing?
Do you have any ideas for optimization?


  Pine Phone now and future
Posted by: bcnaz - 11-13-2019, 05:24 AM - Forum: General Discussion on PinePhone - Replies (22)

Will the Pine Phone Brave Heart support 4G  and  5G  ?
 I hear that 3G is going to soon be history on most  Providers.
       Thanks


  Anyone remember this "super computer" SBC from 10 rears ago?
Posted by: KNERD - 11-12-2019, 10:52 PM - Forum: General - No Replies

https://www.parallella.org/


Maybe the Pine Team can resurrect the CPU? They were looking for someone to take over a while back as the guy whote started it all went to do other work, maybe for the NSA.