Author: loboris

Linux Distributions for Orange PI H3 boards

  [Copy link]

0

threads

5

posts

26

credits

Novice

Rank: 1

credits
26
Published in 2015-10-13 16:08:37 | Show all floors
Another thing to ask how can I enable auto login to desktop
I am not able to find this . lightdm is missing

10

threads

448

posts

5273

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5273
 Author| Published in 2015-10-13 16:28:20 | Show all floors
BUGBEAR replied at 2015-10-13 09:08
Another thing to ask how can I enable auto login to desktop
I am not able to find this . lightdm is  ...

What do you mean: "lightdm is missing" ? Do you have login screen ?
It is very easy to find how to enable autologin with lightdm.

0

threads

6

posts

106

credits

Registered member

Rank: 2

credits
106
Published in 2015-10-13 16:37:45 | Show all floors
loboris replied at 2015-10-13 15:28
As I said before, if you need some driver which is not included, try to find the driver sources an ...

Can you try including this?
https://github.com/qca/open-ath9k-htc-firmware

5

threads

17

posts

85

credits

Registered member

Rank: 2

credits
85
Published in 2015-10-13 16:39:19 | Show all floors
As I said before, if you need some driver which is not included, try to find the driver sources and if it can be compiled with OPI kernel, I'll include it.
You said "I don't want to waste time for it", but I also value my time.


I'd like to say that I'm not so good in linux and I may do it very very long time
I found some drivers and isntruction for this card, rt73-k2wrlz-3.0.3. I tired make it from instruction, unzipped, to folder: rt73-k2wrlz-3.0.3. When i go to rt73-k2wrlz-3.0.3/Module/ and type "make" and "make install" (like in manual) - I got that error :" make: *** No rule to make target '/lib/modules/3.4.39/build/Rules.make'.  Stop." I found also other drivers : "rt73-cvs-2008010809" - same error

1

threads

47

posts

189

credits

Registered member

Rank: 2

credits
189
Published in 2015-10-13 18:09:50 | Show all floors
BUGBEAR replied at 2015-10-13 16:08
Another thing to ask how can I enable auto login to desktop
I am not able to find this . lightdm is  ...

I use 'nodm' which is lighter than lightdm.

1

threads

47

posts

189

credits

Registered member

Rank: 2

credits
189
Published in 2015-10-13 18:36:12 | Show all floors
loboris replied at 2015-10-12 18:30
UPDATED scriptbin_kernel_test.tar.gz
some fixes related to GPIO
GitHub kernel sources also updated,  ...

Hi loboris, many thanks for your github.

I saw you removed the vsync thread in the fb video driver. What was the reason?

BTW, I compared your .config with mine and I found that, at least, the following options:
CONFIG_COMPAT_BRK, CONFIG_PROFILING, CONFIG_MODULE_FORCE_LOAD, CONFIG_OABI_COMPAT, CONFIG_CPU_FREQ_STAT_DETAILS, CONFIG_IP_MULTICAST, CONFIG_SCSI_LOWLEVEL, CONFIG_MII, CONFIG_DRM, CONFIG_USB_SUNXI_HOST, CONFIG_FTRACE, CONFIG_KGDB
could be unset, and also, these ones:
CONFIG_CFG80211, CONFIG_BLK_DEV_LOOP, CONFIG_SND_RAWMIDI, CONFIG_ISO9660_FS, CONFIG_FAT, CONFIG_MSDOS_FS, CONFIG_VFAT_FS
could be set to 'm'.

1

threads

47

posts

189

credits

Registered member

Rank: 2

credits
189
Published in 2015-10-13 18:58:04 | Show all floors
loboris replied at 2015-10-13 15:28
As I said before, if you need some driver which is not included, try to find the driver sources an ...

The driver for the 148f:2573 wifi dongle is lichee/linux-3.4/drivers/net/wireless/rt2x00/rt73usb.c.
The CONFIG_RT73USB may be set to 'm' in Device Drivers->Network device support->Wireless LAN->Ralink driver support->Ralink rt2501/rt73 (USB) support

4

threads

25

posts

266

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
266
Published in 2015-10-13 19:07:09 | Show all floors
moinejf replied at 2015-10-13 11:58
The driver for the 148f:2573 wifi dongle is lichee/linux-3.4/drivers/net/wireless/rt2x00/rt73usb.c ...

have installed the package firmware-ralink ?

0

threads

6

posts

106

credits

Registered member

Rank: 2

credits
106
Published in 2015-10-13 22:41:27 | Show all floors
cyryllo replied at 2015-10-13 19:07
have installed the package firmware-ralink ?

Just installing it won't be enough if the kernel doesn't support it. I had atheros adapter and installed firmware-atheros.
The udev is triggered when the device is inserted
  1. orangepi@radiopi:~$ udevadm monitor --environment --udev
  2. monitor will print the received events for:
  3. UDEV - the event which udev sends out after rule processing

  4. UDEV  [58603.911684] add      /devices/platform/sunxi-ehci.2/usb2/2-1 (usb)
  5. ACTION=add
  6. BUSNUM=002
  7. DEVNAME=/dev/bus/usb/002/004
  8. DEVNUM=004
  9. DEVPATH=/devices/platform/sunxi-ehci.2/usb2/2-1
  10. DEVTYPE=usb_device
  11. ID_BUS=usb
  12. ID_MODEL=USB2.0_WLAN
  13. ID_MODEL_ENC=USB2.0\x20WLAN
  14. ID_MODEL_FROM_DATABASE=AR9271 802.11n
  15. ID_MODEL_ID=9271
  16. ID_REVISION=0108
  17. ID_SERIAL=ATHEROS_USB2.0_WLAN_12345
  18. ID_SERIAL_SHORT=12345
  19. ID_USB_INTERFACES=:ff0000:
  20. ID_VENDOR=ATHEROS
  21. ID_VENDOR_ENC=ATHEROS
  22. ID_VENDOR_FROM_DATABASE=Atheros Communications, Inc.
  23. ID_VENDOR_ID=0cf3
  24. MAJOR=189
  25. MINOR=131
  26. PRODUCT=cf3/9271/108
  27. SEQNUM=1815
  28. SUBSYSTEM=usb
  29. TYPE=255/255/255
  30. UDEV_LOG=6
  31. USEC_INITIALIZED=603902584

  32. UDEV  [58603.920954] add      /devices/platform/sunxi-ehci.2/usb2/2-1/usb_device/usbdev2.4 (usb_device)
  33. ACTION=add
  34. DEVNAME=/dev/usbdev2.4
  35. DEVPATH=/devices/platform/sunxi-ehci.2/usb2/2-1/usb_device/usbdev2.4
  36. MAJOR=189
  37. MINOR=131
  38. SEQNUM=1817
  39. SUBSYSTEM=usb_device
  40. UDEV_LOG=6
  41. USEC_INITIALIZED=603902584

  42. UDEV  [58604.948847] add      /devices/platform/sunxi-ehci.2/usb2/2-1/2-1:1.0 (usb)
  43. ACTION=add
  44. DEVPATH=/devices/platform/sunxi-ehci.2/usb2/2-1/2-1:1.0
  45. DEVTYPE=usb_interface
  46. ID_MODEL_FROM_DATABASE=AR9271 802.11n
  47. ID_USB_CLASS_FROM_DATABASE=Vendor Specific Class
  48. ID_USB_PROTOCOL_FROM_DATABASE=Vendor Specific Protocol
  49. ID_USB_SUBCLASS_FROM_DATABASE=Vendor Specific Subclass
  50. ID_VENDOR_FROM_DATABASE=Atheros Communications, Inc.
  51. INTERFACE=255/0/0
  52. MODALIAS=usb:v0CF3p9271d0108dcFFdscFFdpFFicFFisc00ip00
  53. PRODUCT=cf3/9271/108
  54. SEQNUM=1816
  55. SUBSYSTEM=usb
  56. TYPE=255/255/255
  57. UDEV_LOG=6
  58. USEC_INITIALIZED=3904358
Copy code
But no driver is being loaded
  1. /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=sunxi-ehci/1p, 480M
  2.     |__ Port 1: Dev 4, If 0, Class=Vendor Specific Class, Driver=, 480M
Copy code



0

threads

6

posts

188

credits

Registered member

Rank: 2

credits
188
Published in 2015-10-13 23:33:20 | Show all floors
cfinteractive has to be use CPU 100%.
What is the cause?

  1. top - 00:32:02 up 2 days,  1:27,  1 user,  load average: 2.80, 2.75, 2.73
  2. Tasks:  88 total,   3 running,  85 sleeping,   0 stopped,   0 zombie
  3. %Cpu(s):  0.6 us, 25.4 sy,  0.0 ni, 73.7 id,  0.0 wa,  0.0 hi,  0.4 si,  0.0 st
  4. KiB Mem:   1026964 total,   692448 used,   334516 free,    19804 buffers
  5. KiB Swap:        0 total,        0 used,        0 free.   298648 cached Mem

  6.   PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND                              
  7.    33 root      rt   0       0      0      0 R  98.3  0.0 298:44.51 cfinteractive   
Copy code
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list