Jump to content

FPeter

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

971 profile views
  1. current driver in my system is: pi@bananapi:~$ modinfo /lib/modules/4.6.2-sunxi/kernel/drivers/staging/rtl8188eu/r8188eu.ko filename: /lib/modules/4.6.2-sunxi/kernel/drivers/staging/rtl8188eu/r8188eu.ko version: v4.1.4_6773.20130222 ... I dont really understand - v4.1.4 staging driver in kernel 4.6.2 - Your older kernel has newer driver... ? I found the following archive: http://dl.lazyzhu.com/file/RTL8188EU/ I tried to compile version RTL8188EUS_linux_v4.3.0.6_12167.20140828 (and all other too on the page), but without success: when i try to run install.sh, i got the following error... http://pastebin.com/bDcuJeJw When i try to skip install script and call its make command with additional -Wno-error : root@bananapi:/home/pi/RTL8188EUS_linux_v4.3.0.8_13968.20150417# make -Wno-error ARCH=arm CROSS_COMPILE= -C /lib/modules/4.6.2-sunxi/build M=/home/pi/RTL8188EUS_linux_v4.3.0.8_13968.20150417/driver/rtl8188EUS_linux_v4.3.0.8_13968.20150417 modules make: Entering directory '/usr/src/linux-headers-4.6.2-sunxi' Building modules, stage 2. MODPOST 0 modules make: Leaving directory '/usr/src/linux-headers-4.6.2-sunxi' But no *.ko appears in any subfolder... Do You have any idea, how to compile this driver version?
  2. Hello! Which driver version is it? Im trying to get this dual interface mode on my BPi. Default is r8188eu on 5.15 kernel 4.2.6 . I successfully compiled and loaded kernel module 8188eu from https://github.com/lwfinger/rtl8188eu.git, but i got the same result: only one interface root@bananapi:/home/pi# iwconfig lo no wireless extensions. eth0 no wireless extensions. wlx0c82680cfe5a unassociated Nickname:"<WIFI@REALTEK>" Mode:Auto Frequency=2.412 GHz Access Point: Not-Associated Sensitivity:0/0 Retry:off RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality=0/100 Signal level=0 dBm Noise level=0 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 bond0 no wireless extensions. [ 58.968107] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0) [ 59.000000] EEPROM ID = 0x8129 [ 59.003160] usbcore: registered new interface driver r8188eu [ 59.024721] r8188eu 2-1:1.0 wlx0c82680cfe5a: renamed from wlan0 Where can i get sources for the dual interface version? Best regards, Peter
  3. Nobody using A20 as multi channel / ecasound DSP source? We found that HDMI audio EDID information is being ignored by default due to hdmi.audio=EDID:0 in boot.cmd/scr, so we edited cmd to 1 and recompiled it to scr. Now the boot option changed, but result is still the same: there is no multi channel device in aplay -L list, and multi channel source is being downmixed and sent as stereo... dmesg | grep "Kernel command line" [ 0.000000] Kernel command line: console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p1 rootwait rootfstype=ext4 cgroup_enable=memory swapaccount=1 sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_no_mali_mem_reserve sunxi_fb_mem_reserve=16 hdmi.audio=EDID:1 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 enforcing=0 loglevel=7 Any hints? A also tried to convert script.bin to fex, but did not find any multi channel HDMI related line in it...
  4. Hi All! Legacy kernel says: "Enabled audio devices: analog, 8 channel HDMI, spdif and I2S (if wired and enabled in HW configuration)" But there is no multi channel device listed in aplay -L , like surround51, surround71, etc. With "speaker-test -D default:sunxisndhdmi -c 6 -t wav", We got a downmixed stereo result. Receiver device is a BEM-182 Broadcast Monitor on its HDMI input - only 2 VU-meter band appears. Other test setup is the same receiver in SDI input mode with an HDMI to SDI converter. Specs of this adapter declares that it supports 8 channel, and this time 8 VU-meter band appears on the monitor so device is ready to receive multi-channel audio, but the 6-8CH audio transmission is still downmixed to stereo... Are there anything that should be switched manually / reconfigured on the BPi transmitter side? Or is it an incompatibility situation? Best regards, Peter
  5. Hi All! I had the same problem with several different kind of wifi SoC-s on an R1 board, with different operating systems: wifi is slow and unreliable in AP mode. Both with integrated RTL8192CU, an external RTL8192EU, RT3570 and RT5370, various Atheros chipset based dongles - all of them is very slow. I had no any problem on single-eth BananaPi board, but i got less than 2mbit up/download speed on a 30mbit+ network... I tried several OpenWrt versions (official 1,2,3 and latest trunk), now i tested Igor's ubuntu with the same result: slow and lagging Do You have same experience? Or is it working fast? Any idea? Best regards, Peter
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines