Jump to content

Nelson R

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Nelson R

  1. I consider that a xenial repository should be maintained since I have installed systems running Ubuntu 16 and I have problems for not being able to update package. Best regards, Nelson
  2. Hi, when ill try to update the repository has no xenial Release why??? Best regards, Nelson
  3. With this driver the problem keeps; I found that the file ieee80211.h compiled with GCC v5 presents the error, in this case is necesary to modify some lines in this file.
  4. I found the solution: This problem occurs when compiled with GCC v5, to fix them I change in include ieee80211.h file: (extern to static) https://github.com/megahertzon/tlwn8200nddriver static __inline int is_multicast_mac_addr(const u8 *addr) { return ((addr[0] != 0xff) && (0x01 & addr[0])); } static __inline int is_broadcast_mac_addr(const u8 *addr) { return ((addr[0] == 0xff) && (addr[1] == 0xff) && (addr[2] == 0xff) && \ (addr[3] == 0xff) && (addr[4] == 0xff) && (addr[5] == 0xff)); } static __inline int is_zero_mac_addr(const u8 *addr) { return ((addr[0] == 0x00) && (addr[1] == 0x00) && (addr[2] == 0x00) && \ (addr[3] == 0x00) && (addr[4] == 0x00) && (addr[5] == 0x00)); }
  5. Hi, I follow this steps to build a wireless driver: linux-headers-3.4.113-sun8i headers are installed cd git clone https://github.com/pvaret/rtl8192cu-fixes.git cd rtl8192cu-fixes make ARCH=arm but the build has errors: please help me to fix it best regards, Nelson
  6. I use DWService, they uses a browser, installs via sh script....
  7. Hello to all, after plug a CDC device (Honeywell 1900 USB scanner), only one USB port on orange pi pc board works, I use 10 orange pi boards, the problem is only present int two of this boards. I notice that when I plug the CDC device alone the other ports not to work, but when I connect the CDC with another devices (mouse, keyboards) the problem is not present. I reinstall the img and the problem persists. The two USB ports not to work anymore. I think that is a hardware problem because the 5V in the two USB ports are not present, and the plugged devices not to work! I use Armbian_5.83_Orangepipc_Ubuntu_xenial_default_3.4.113_desktop.img Moreover I try the solution of loboris: http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=471&page=1#pid3822 but the problem persists! please help me I have two boards with this problem! The armbianmonitor log: http://ix.io/1l4g https://ibb.co/KW35wyS Regards, Nelson
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines