Jump to content

rsegoly

Members
  • Posts

    31
  • Joined

  • Last visited

Recent Profile Visitors

1446 profile views
  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
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines