Jump to content

Timbers

Members
  • Posts

    9
  • Joined

  • Last visited

  1. Okay: # lsmod Module Size Used by cpufreq_userspace 3524 0 bnep 14462 2 a20_tp 3365 0 8021q 18593 0 garp 6072 1 8021q stp 2032 1 garp llc 5365 2 stp,garp sunxi_ir 4037 0 hidp 17640 0 rfcomm 58686 0 hci_uart 25000 0 bluetooth 264185 12 bnep,hidp,hci_uart,rfcomm hid_roccat_koneplus 6978 0 hid_roccat_common 1364 1 hid_roccat_koneplus hid_roccat 4768 1 hid_roccat_koneplus spidev 6366 0 srcipt.bin is pointing to lrwxrwxrwx 1 root root 22 Jul 12 08:02 script.bin -> /boot/bin/bananapi.bin
  2. Thank you. Okay I add the user, I can log in, but I doesn't work. Always "ERR_CONNECTION_REFUSED" in the Webbrowser. Here are some outputs: root@bananapi:/home/tim# service rpimonitor restart [ ok ] Stopping RPi-Monitor: rpimonitord. [ ok ] Starting RPi-Monitor: rpimonitord. root@bananapi:/home/tim# service rpimonitor status RPi-Monitor status: [ ok ][FAIL][ ok ] root@bananapi:/home/tim# ps -ef|grep rpi root 28887 1 0 17:10 ? 00:00:00 /usr/bin/perl /usr/bin/rpimonitord -b /var/run/rpimonitord.pid root 28936 28887 0 17:12 ? 00:00:00 /usr/bin/perl /usr/bin/rpimonitord -b /var/run/rpimonitord.pid root 28938 28782 0 17:12 pts/0 00:00:00 grep rpi root@bananapi:/home/tim# There is in the status on fail an two okays. Who is the [fail]? Is there any further log what can give the right clue?
  3. Okay I tried it. I added bcmdhd to /etc/modules at the and of this file. Unfortunately i receive an error. Here some parts of the dmesg output. [ 7.336061] pm: parse wifi_used failed [ 7.358025] bcmdhd: got gpio2, mapped to irqno-22 [ 7.365082] dhd_customer_gpio_wlan_ctrl: call customer specific GPIO to turn on WL_REG_ON [ 7.369999] [wifi_pm]: No select wifi, please check your config !! [ 7.489597] =========== WLAN placed in POWER ON ======== [ 9.491839] [ 9.491846] failed to power up wifi chip, retry again (4 left) ** [ 9.491852] [ 9.498944] dhd_customer_gpio_wlan_ctrl: call customer specific GPIO to turn off WL_REG_ON [ 9.503874] [wifi_pm]: No select wifi, please check your config !! [ 9.507997] =========== WLAN placed in POWER OFF ======== [ 9.514979] dhd_customer_gpio_wlan_ctrl: call customer specific GPIO to turn on WL_REG_ON [ 9.519904] [wifi_pm]: No select wifi, please check your config !! [ 9.633960] =========== WLAN placed in POWER ON ======== [ 11.638495] [ 11.638502] failed to power up wifi chip, retry again (3 left) ** [ 11.638508] [ 11.645598] dhd_customer_gpio_wlan_ctrl: call customer specific GPIO to turn off WL_REG_ON [ 11.650508] [wifi_pm]: No select wifi, please check your config !! [ 11.654626] =========== WLAN placed in POWER OFF ======== [ 11.661617] dhd_customer_gpio_wlan_ctrl: call customer specific GPIO to turn on WL_REG_ON [ 11.666520] [wifi_pm]: No select wifi, please check your config !! [ 11.780500] =========== WLAN placed in POWER ON ======== [ 13.785147] [ 13.785154] failed to power up wifi chip, retry again (2 left) ** [ 13.785160] [ 13.792245] dhd_customer_gpio_wlan_ctrl: call customer specific GPIO to turn off WL_REG_ON [ 13.797160] [wifi_pm]: No select wifi, please check your config !! [ 13.801338] =========== WLAN placed in POWER OFF ======== [ 13.808333] dhd_customer_gpio_wlan_ctrl: call customer specific GPIO to turn on WL_REG_ON [ 13.813244] [wifi_pm]: No select wifi, please check your config !! [ 13.927228] =========== WLAN placed in POWER ON ======== [ 15.931815] [ 15.931822] failed to power up wifi chip, retry again (1 left) ** [ 15.931828] [ 15.938927] dhd_customer_gpio_wlan_ctrl: call customer specific GPIO to turn off WL_REG_ON [ 15.943849] [wifi_pm]: No select wifi, please check your config !! [ 15.947965] =========== WLAN placed in POWER OFF ======== [ 15.953461] [ 15.953465] failed to power up wifi chip, max retry reached, exits ** [ 15.953473] I wonder what means: No select wifi, please check your config !! Which config is it?
  4. Thank you for your answers. @Igor: I am using the image Bananapi_Debian_3.2_wheezy_3.4.108.raw @tkaiser: I am using only the ports 8080, 8081, 8082 . lsof -i confirmed me this assumption. 8888 is a free and good Port for me and should work fine. So I stopped all running (web) deamons on the bananapro (for the other applikation). Also stopped rpimonitor Then I startet rpimonitor. But with http:<ipadress>:8888 nothing hapens except the error: ERR_CONNECTION_REFUSED Here an overview of my doings: root@bananapi:/opt/iobroker# lsof -i COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ntpd 2270 ntp 16u IPv4 3458 0t0 UDP *:ntp ntpd 2270 ntp 17u IPv6 3459 0t0 UDP *:ntp ntpd 2270 ntp 18u IPv4 3465 0t0 UDP localhost:ntp ntpd 2270 ntp 19u IPv4 3466 0t0 UDP 192.168.1.22:ntp ntpd 2270 ntp 20u IPv6 3467 0t0 UDP [fe80::::xxxx:xxx]:ntp ntpd 2270 ntp 21u IPv6 3468 0t0 UDP localhost:ntp sshd 2373 root 3u IPv4 3518 0t0 TCP *:ssh (LISTEN) sshd 2373 root 4u IPv6 3520 0t0 TCP *:ssh (LISTEN) sshd 2511 root 3u IPv4 3738 0t0 TCP 192.168.1.22:ssh->pc1.fritz.box:50399 (ESTABLISHED) root@bananapi:/opt/iobroker# service rpimonitor start [ ok ] Starting RPi-Monitor: rpimonitord. root@bananapi:/opt/iobroker# ps -ef|grep rpi root 2399 1 0 12:50 ? 00:00:05 /bin/bash /usr/share/rpimonitor/scripts/sunxi-temp-daemon.sh root 7789 1 0 13:35 ? 00:00:00 /usr/bin/perl /usr/bin/rpimonitord -b /var/run/rpimonitord.pid root 7791 7789 0 13:35 ? 00:00:00 /usr/bin/perl /usr/bin/rpimonitord -b /var/run/rpimonitord.pid root 7818 2527 0 13:36 pts/1 00:00:00 grep rpi Now it should work - but it does't. Any further hint for me?
  5. I am sorry - I have not so much experience with linux adminstration. Did that mean I should add bcmdhd in the /etc/modules and then therefore also add the auto wlan0 in /etc/network/interfaces?
  6. Thank you for your hint. I installed it by performing the "Installation using the repository" NOT the "Manual Installation" from http://rpi-experiences.blogspot.fr/p/rpi-monitor-installation.html I also downloaded http://kaiser-edv.de/downloads/sunxi-monitor.tar.gzand untared it. I also looked to the files in the folder that the tar were really performed. the scripts did not have executable rights - so i added them With user root i performed: # become root eg. by "sudo su -" service rpimonitor stop cd / && tar -xzf /path/to/sunxi-monitor.tar.gz nohup /usr/share/rpimonitor/scripts/sunxi-temp-daemon.sh & service rpimonitor start And i added "/usr/share/rpimonitor/scripts/sunxi-temp-daemon.sh &" prior to "exit 0" to /etc/rc.local The answer from starting the deamon: root@bananapi:/usr/share/rpimonitor/scripts# service rpimonitor start [ ok ] Starting RPi-Monitor: rpimonitord. root@bananapi:/usr/share/rpimonitor/scripts# But i cannot enter the Website by enter http://bananaIP:8888 I receive only a This Site is not available. BTW: Unfortunately have only a poor linux knowledge. AND on the banana is allready another web instance running. (But I dolnt know which kind. It is not a generic xaml ). Here a ps overview: root@bananapi:/usr/share/rpimonitor/scripts# ps -ef|grep rpi root 5910 2436 0 23:40 pts/0 00:00:01 /bin/bash /usr/share/rpimonitor/scripts/sunxi-temp-daemon.sh root 5970 1 0 23:40 ? 00:00:00 /usr/bin/perl /usr/bin/rpimonitord -b /var/run/rpimonitord.pid root 7596 5970 0 23:55 ? 00:00:00 /usr/bin/perl /usr/bin/rpimonitord -b /var/run/rpimonitord.pid Any further Hints for me, please? Thanx. Tim
  7. Hi, after some hours of not using the banana, it seems the system is dead. I cannot log in with a terminal. I cannot bring back the black screen to the console (i am using only the console) with a connected mouse and keyboard. All I can do is a reset. This is horrable, beccause the deamons in background should capture same data. Maybe is it an energie saver? How can I switch off them? Or how can I examine, what was happens? Thanx, Timbers
  8. As I understtod, that the 4.x is not good for WLAN. Now I installed the 3.x Image. But unfortunately the same Problem. I added the ap6210 in /etc/modules Then i changed the /etc/network/interfaces and enabled the auto wlan0 und so on. During reboot i recognized the problem with the ap6210 and then - i received a lot of blocks with numbers. And the system was dead. I must put my disk into another linux, changed the settings back. Now it was possible to boot the banana. So what is wrong? Thank in advanced.
  9. Hi, i tried to use wlan0. I added an "ap6210" in /etc/modules. I added in /etc/network/interfaces auto wlan0 allow-hotplug wlan0 iface wlan0 inet dhcp wpa-ap-scan 1 wpa-scan-ssid 1 wpa-ssid mywlanssid wpa-psk andthepassword During loading i see two lines about ap6210 INFO Loading Module 6210 (or similarly) Fatal Module Ap6210 not found I wonder, how can I add the needed files? I am using this Image: http://www.igorpecovnik.com/2014/09/07/banana-pi-debian-sd-image/ Debian wheezy 4.1.2 In the discription is a hint, that everything should available. Many thanks in advanced for an hint. Im not very involved in linux. Regards, Timbers
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines