-
Content Count
16 -
Joined
-
Last visited
About mss
-
Rank
Member
Recent Profile Visitors
941 profile views
-
I just build the build the driver for my RTL8188FTV that supported by rtl8188fu. It works as wifi hot spot but has some problems with nmcli . I share what is done and I hope it be useful for others. 0. Install dkms , make and git: apt install dkms make git 1. Remove any existing source and dkms config for module : dkms remove rtl8188fu/1.0 --all rm -f /lib/firmware/rtlwifi/rtl8188fufw.bin rm -f /etc/modprobe.d/rtl8188fu.conf rm -r /var/lib/dkms/rtl8188fu 2. Get current kernel version and install matching headers:
-
Not exactly! I tested SD cart with H2testw and no issue detected. output log: Warning: Only 14786 of 14787 MByte tested. Test finished without errors. You can now delete the test files *.h2w or verify them again. Writing speed: 8.07 MByte/s Reading speed: 20.6 MByte/s H2testw v1.4 demsg log after filesystem crash :
-
Thanks but I tested SD cart with H2testw and no issue detected. output log: Please Help
-
Hi Sometimes after heavy disk writes like disk speed test (iozone) or database writes or install new packages the file system get read only and I not able to run any command even reboot and I have to disconnect power. My pi is a orange pi pc (H3) and I installed a relatively cheap micro sd card on it.
-
I working on video streaming and if I succeed if would be really cool
-
Just run these commands one by one : sudo apt-get install git automake libglib2.0-dev gstreamer0.10-alsa gstreamer0.10-tools libgstreamer0.10-dev libupnp-dev libxml2-dev gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-fluendo-mp3 gstreamer0.10-pulseaudio pulseaudio git clone https://github.com/hzeller/gmrender-resurrect.git cd gmrender-resurrect ./configure LIBS=-lm make sudo make install gmediarender -f OPI and to add video play back install gstreamer: sudo apt-get install gstreamer1.0 the last command run gmediarender server and now u cat sream audio from phon
-
Problem Solved alsamixer `hdmi audio function` may set to `pcm` [open alsamixer / press F6 / select hdmi ... / up-down to find pcm] lqqqqqqqqqqqqqqqqqqqqqqqqqqqqq AlsaMixer v1.0.28 qqqqqqqqqqqqqqqqqqqqqqqqqqqqqk x Card: sndhdmi F1: Help x x Chip: F2: System information x x View: F3:[Playback] F4: Capture F5: All F6: Select sound card x x Item: hdmi audio format Function [pcm] Esc: Exit x x
-
Thanks @AnonymousPi but I try both config and I get cutting whit noise on hdmi while analogue outline working well. what did i do wrong? can it be a bad configuration on alsamixer ? lqqqqqqqqqqqqqqqqqqqqqqqqqqqqq AlsaMixer v1.0.28 qqqqqqqqqqqqqqqqqqqqqqqqqqqqqk x Card: audiocodec F1: Help x x Chip: F2: System information x x View: F3:[Playback] F4: Capture F5: All F6: Select sound card x x Item: Lineout volume control Esc: Exit x x
-
Nice review and a great work ! I try to test my storage but after I run iozone and cancel it(it take too long and didn't finish) some strange things happens ! My file system get locked! root@orangepipc:~# touch test touch: cannot touch ‘test’: Read-only file system root@orangepipc:~# reboot -bash: /sbin/reboot: Input/output error my board : orange pi pc my sd card: galecy bit 16Bit U1 my kernel: Linux orangepipc 3.4.112-sun8i #8 SMP PREEMPT Tue May 31 19:00:17 CEST 2016 armv7l GNU/Linux
-
After some crashes and hard shout down my orange pi pc stuck on systemd services during boot after checking it seems file system has some problems. Then I try run fsck on root device by sudo touch /forcefsck but it did anything and dont run fsck after reboot no prompt on display and fsck log files are empty: cat /var/log/fsck/* any way I try to enable fsck by editing : nano /etc/default/rcS and set : FSCKFIX=yes and also try set in file system : tune2fs -c 1 /dev/mmcblk0p1 and all my attempts failed Igor please help
-
Ok Install ubuntu 16.04 follow instruction you make and yes it compiled and it was simple thanks to igore script (there was problem with dialog I suggest to add apt update to start of script ) . During the compile process it ask about device type and kernel version and I choose orange pi pc and default kernel. finally it makes some .deb file in output directory i copy all of them to orange pi pc /root and install on armbian . The acl flag kernel config is now enabled : root@orangepipc:~# cat /boot/config-3.4.112-sun8i | grep _ACL CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_BTRFS_FS_POSIX_ACL=
-
It seams you write a great and simple instruction to compile kernel but if you guide me about how specify my board and how to replace kernel I love to do it myself
-
My cursor in console (not desktop environment) disappeared after apt upgrade from a clean install. Device : orange pi pc Version: ARMBIAN Debian GNU/Linux 8 (jessie) 3.4.112-sun8i I also changed led triggers red one to mmc0 and green to timer. I run apt list>aptlist.txt and attach result to post. it changed a lot i install further packages. aptlist.txt
-
you are blazing fast thanks but I don't really how compile and replace the kernel and I afraid of boot fail. I'm running `ARMBIAN Debian GNU/Linux 8 (jessie) 3.4.112-sun8i` on orange pi pc.