Jump to content

rsegoly

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by rsegoly

  1. for two GOOD reasons 1. I hoped Orange Pi can serve also those who are not experts in Linux/compilation/etc. To be smooth as raspberry pi 2. I have tried this procedure with no luck, but again I am not an expert
  2. I have orangepi one I get compilation errors I do not know how to handle https://www.dropbox.com/sh/0kast2unzyg6sux/AADz143tOM2Lqg2bYF-OneK5a?dl=0
  3. I still struggle Got today new adapter, it came with Linux drivers https://www.dropbox.com/sh/0kast2unzyg6sux/AADz143tOM2Lqg2bYF-OneK5a?dl=0 Can someone explain how to use these drivers?
  4. For my previous post, the device in link DO NOT WORK
  5. Can someone send ebay link to wifi USB which DO work with Orange Pi This do not work http://www.ebay.com/itm/201567023435
  6. Since I struggled and now it works here is the explanation sudo nano /etc/modules add snd-bcm2835 i2c-dev sudo apt-get install i2c-tools sudo apt-get install python-smbus reboot wget https://bitbucket.org/MattHawkinsUK/rpispy-misc/raw/master/python/lcd_i2c.py sudo i2cdetect -y 1 or sudo i2cdetect -y 0 device should be identified on 0x27 Run the script
  7. I can see the iec device on 0x27 But running python script gets this result Traceback (most recent call last): File "lcd_i2c.py", line 135, in <module> lcd_byte(0x01, LCD_CMD) File "lcd_i2c.py", line 83, in lcd_byte bus.write_byte(I2C_ADDR, bits_high) IOError: [Errno 70] Communication error on send
  8. I am not such expert. so any support will be welcomed I do not see i2c package loaded at all lsmod The above script gives error
  9. I tried using same procedure i do for raspberry sudo nano /etc/modprobe.d/raspi-blacklist.conf - Adding (needed on Orangepi?) blacklist spi-bcm2708 #blacklist i2c-bcm2708 sudo nano /etc/modules snd-bcm2835 i2c-dev sudo apt-get install i2c-tools sudo apt-get install python-smbus sudo adduser pi i2c (no such group created on Orange) Reboot Edit /boot/config.txt and add the text dtparam=i2c1=on dtparam=i2c_arm=on LCD PI wget https://bitbucket.org/MattHawkinsUK/rpispy-misc/raw/master/python/lcd_i2c.py And run the script Failed
  10. I use smoothly such LCD on my raspberry Can I use it on Orangepi (one)? Any tutorials?
  11. a step forward new issues 1. I installed from scratch newest image 2. 8188eu was there already 3. Inserted my wifi adapter and could start wlan0, no error 4. I tried using same package I use on Raspberry python wifi 5. Installed OK 6. Scanned OK 7. Added SSID OK 8. Tried to connect, display filled with some output and machine freezes 9. Restarted. /etc/network/interface is corrupted 10. Python Wifi package is not available any more (removed?)
  12. I have done proper driver compilation http://askubuntu.com/questions/246236/compile-and-install-rtl8192cu-driver My lsmod 8188eu 908230 0 mali_drm 2732 1 drm 178255 2 mali_drm mali 123208 0 ump 29379 3 mali 8192cu 626997 0 I have three different usb devices Only one works the other give error message I could not find any clue in log files lsusb the one that works Bus 002 Device 007: ID 0bda:8179 Realtek Semiconductor Corp. The two that does not work Bus 002 Device 009: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter Bus 002 Device 008: ID 0bda:8179 Realtek Semiconductor Corp.
  13. lsmod Module Size Used by mali_drm 2732 1 drm 178255 2 mali_drm mali 123208 0 ump 29379 3 mali 8188eu 908230 0 8192cu 624560 0
  14. here it is cat /etc/modules-load.d/modules.conf # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. #gpio_sunxi #w1-sunxi #w1-gpio #w1-therm #gc2035 8192cu
  15. Still having wifi issue I have two wifi adapters One works fine the other is not recognized so I assume it's driver issue Both are realtek The one that works is tplink https://www.dropbox.com/s/3qfi4nyj2a92kgh/2016-06-26%2019.23.38.jpg?dl=0 Anyone?
  16. Do I need to install drivers? wlan0 is not recognized at all sudo ifconfig wlan0 up wlan0: ERROR while getting interface flags: No such device /etc/network/interfaces auto lo iface lo inet loopback iface eth0 inet dhcp auto wlan0 iface wlan0 inet dhcp wpa-psk 5b2c993635440b195b2635ee344e1c5fdf9b19ce64d338a9153146816dcfd9f8 wpa-ssid segoly wireless-channel auto
  17. rsegoly

    USB TTY

    my issue was using connection on gpio header and not the dedicated pins
  18. rsegoly

    USB TTY

    speed is 115200? I use same connection with Raspberry and it works fine so I do not suspect its wrong connection
  19. rsegoly

    USB TTY

    Nope, nothing When I connect Raspberry I see all boot messages
  20. rsegoly

    USB TTY

    If I want to use such device on prange pi one, do I need to install anything I use it a lot with Raspberry but when trying with Orange Pi I do not get prompt (login screen) https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTrkoGB_leq-7hEJRtlZjAe345K1-v96BhenuE9EmdglEs3VUDY
  21. Am i the only one? I searched the Web and found similar posts But as an example I connected Orange Pi and switched it on, using wireless KB, all worked well. I removed the Wireless adapter and added KB & Mouse it did not start I connected Orange Pi at the end of extension cable it did not start, moved it to the source all was OK I want to be coutious here as the cable I use is regular USB which I cut and added connector to To Orange Pi, I ordered dedicated cables. I will be happy to find out if it is not an issue as I have 7 Orange Pi
  22. I work a lot with Raspberry including Zero Just bought several Orange Pi One The issue of power supply is annoying Same power adapter which will drive Raspberry smoothly fails to do the same for Orange Adding KB or Mouse also effects the stability, even adding one more computer to same power block had an effect on the orange As I need my machines in various locations I am concerned I will have issues
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines