Jump to content

dony71

Members
  • Posts

    128
  • Joined

  • Last visited

Recent Profile Visitors

2336 profile views
  1. hotspot also no internet on BPI M2+ it should have on board ap6212 wifi any solution on this?
  2. I have armbian 5.65 ( kernel 4.14.78-sunxi) on BPI M2 Plus I can enable hotspot using armbian-config but when connect to AP, no internet access Is there any setting missing here?? /etc/network/interfaces # Network is managed by Network manager auto lo iface lo inet loopback pre-up ifconfig eth0 hw ether 22:33:44:55:66:77 /etc/network/interfaces.d/armbian.ap.nat # armbian NAT hostapd allow-hotplug wlan0 iface wlan0 inet static address 172.24.1.1 netmask 255.255.255.0 network 172.24.1.0 broadcast 172.24.1.255 /etc/hostapd.conf # # armbian hostapd configuration example # # nl80211 mode # ssid=ARMBIAN interface=wlan0 hw_mode=g channel=5 #bridge=br0 driver=nl80211 logger_syslog=0 logger_syslog_level=0 wmm_enabled=1 wpa=2 preamble=1 wpa_psk=xxxxxxxxxxxxxx wpa_passphrase=xxxxxxx wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP rsn_pairwise=CCMP auth_algs=1 macaddr_acl=0 noscan=1 ## IEEE 802.11n ieee80211n=1 ht_capab=[DSSS_CK-40][HT20+] country_code=US ieee80211d=1 ## IEEE 802.11n ### IEEE 802.11a #hw_mode=a ### IEEE 802.11a ### IEEE 802.11ac #ieee80211ac=1 #vht_capab=[MAX-MPDU-11454][SHORT-GI-80][TX-STBC-2BY1][RX-STBC-1][MAX-A-MPDU-LEN-EXP3] #vht_oper_chwidth=1 #vht_oper_centr_freq_seg0_idx=42 ### IEEE 802.11ac # controlling enabled ctrl_interface=/var/run/hostapd
  3. I modify all u-boot source file mark with "sunxi: video: Add H3/H5 TV out driver" Also I make sure 'CONFIG_VIDEO_DE2=y' is there in .config u-boot compilation is successful but still no TVE out looking at kern.log, kernel is doing something related to TVE, but I don't understand Can you give some highlight what happenings? Attached is kern.log and debug debug kern.log
  4. how do you set kernel parameter 'video=Composite-1:720x480' for mainline kernel ?
  5. @jernej you're saying it needs CONFIG_VIDEO_COMPOSITE=y in defconfig? I add this in Sinovoip_BPI_M2_Plus_defconfig but I don't see it include CONFIG_VIDEO_COMPOSITE=y in .config while u-boot compile. Also that link you provide no longer working. Any more details?
  6. @jernej do you know whether i need to patch u-boot also for getting tvout on bpi-m2plus board? I follow this guideline below, but still no display on tvout
  7. You have to modify config PCM5102A like below on cache\source\linux-mainline\v4.14.84\sound\soc\codecs\Kconfig config SND_SOC_PCM5102A tristate "Texas Instruments PCM5102A CODEC - I2S" then replace config-default.conf with attached With this conf, script compilation will stop to overwrite kernel source to build patch At that time, overwrite original Kconfig with the one you modified above Then script compilation will stop again to ask whether you want to add pcm5102a to compile Default is N, so you need to enter m for module compilation config-default.conf.mod
  8. Which file needed to set NTSC/PAL environment variable for u-boot compilation? Sorry, I'm new on this
  9. I don't know why tve overlay is not being recognized in armbianEnv.txt so I decide to change board dts Updated log attached and notice component /soc/tv-encoder@1e00000 being added However why reported component No output to bind?? As a result sun4i_tv not showing in lsmod Anybody has clue? debug kern.log
  10. in legacy kernel tv mode (NTSC/PAL) being set in script.bin how to do this in mainline kernel?
  11. I compile devmem2 but cannot write to register. It shows register value still the same I have Banana Pi M2+ which has allwinner H3 root@bananapim2plus:~/Download/devmem# devmem2 0x01E00130 w 0x00140028 /dev/mem opened. Memory mapped at address 0xb6fe2000. Value at address 0x1E00130 (0xb6fe2130): 0xEBD771BF Written 0x140028; readback 0xEBD771BF
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines