Jump to content

stepman

Members
  • Posts

    6
  • Joined

  • Last visited

  1. I got it. I had the new version of armbian on my sd-card, but the installation onto the hdd did not work properly. Therefore I booted an old version (kernel 3.4) from the hdd. With the new kernel wifi works well. Thanks for your help!
  2. Hi, I am trying to used Wifi on my Cubietruck, but I cannot get it running. Running Armbian Jessie 4.2.3 (Armbian_4.5_Cubietruck_Debian_jessie_4.2.3 - freshly installed), I changed /etc/network/interfaces according to the comments. # Wired adapter #1 auto eth0 iface eth0 inet dhcp # hwaddress ether # if you want to set MAC manually # pre-up /sbin/ifconfig eth0 mtu 3838 # setting MTU for DHCP, static just: mtu 3838 # # Wired adapter #2 #auto eth1 # iface eth1 inet dhcp # hwaddress ether # if you want to set MAC manually # pre-up /sbin/ifconfig eth0 mtu 3838 # setting MTU for DHCP, static just: mtu 3838 # # Wireless adapter #1 auto wlan0 iface wlan0 inet dhcp wpa-ssid MyNetwork wpa-psk 1234123123123123a324312241234a1234215342352352 # to generate proper encrypted key: wpa_passphrase yourSSID yourpassword # # Local loopback auto lo iface lo inet loopback When trying "ifup wlan0" afterwards, I get: wpa_supplicant: /sbin/wpa_supplicant daemon failed to start run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1 Failed to bring up wlan0. Doing "service networking restart" reconnects eth0, but again I get an error for wifi: root@cubietruck:~# service networking restart [warn] Running /etc/init.d/networking restart is deprecated because it may not re-enable some interfaces ... (warning). [....] Reconfiguring network interfaces...Killed old client process Internet Systems Consortium DHCP Client 4.3.1 Copyright 2004-2014 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/eth0/02:49:00:00:00:00 Sending on LPF/eth0/02:49:00:00:00:00 Sending on Socket/fallback DHCPRELEASE on eth0 to 192.168.220.2 port 67 Stopping NTP server: ntpd. Starting NTP server: ntpd. Internet Systems Consortium DHCP Client 4.3.1 Copyright 2004-2014 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/eth0/02:49:00:00:00:00 Sending on LPF/eth0/02:49:00:00:00:00 Sending on Socket/fallback DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 DHCPREQUEST on eth0 to 255.255.255.255 port 67 DHCPOFFER from 192.168.220.2 DHCPACK from 192.168.220.2 Stopping NTP server: ntpd. Starting NTP server: ntpd. bound to 192.168.221.236 -- renewal in 1549 seconds. wpa_supplicant: /sbin/wpa_supplicant daemon failed to start run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1 Failed to bring up wlan0. done. What am I doing wrong? Thanks for your help!
  3. Finally I got it working again. Cubietruck_Debian_3.8_wheezy_4.0.4 and Cubietruck_Debian_3.9_wheezy_4.0.5 both did not work, during first boot it said: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 Unable to set up timer: unexpected error Failed to bring up eth0. After this the cubie did not reboot. Cubietruck_Debian_3.8_wheezy_3.4.107 finally worked. And my usb-to-serial is also working again! Thanks for your help!
  4. I upgraded from your distro. I tried to upgrade from Wheezy to Jessie, but now my installation is broken. I will reinstall... Tried Jessie with Kernel 4, but booting stopped with Welcome to Debian GNU/LINUX 8 (jessie)! [TIME] Timed out waiting for device dev-ttyS0.device. [DEPEND] Dependency failed for Serial Getty on ttyS0. So I will install your Wheezy with Kernel 4.0.5 and then try again... Thanks for your help
  5. I was on a trip this week so I could only test it today. I installed all .deb packages you packed in 4.0.5-lamobo-r1-next.tar but afer rebooting the kernel is still 3.4.104 uname -a: Linux cubietruck 3.4.104-sunxi #1 SMP PREEMPT Fri Oct 17 16:13:30 CEST 2014 armv7l GNU/Linux How do I activate the new kernel? Sorry, I am not very experienced with linux kernel...
  6. I am running my Cubietruck with Debian and want to connect my JeeLink USB Adapter for home automation with OpenHAB. It is recognized by the system (lsusb): Bus 003 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC The driver module seems missing, as no /dev/ttyUSB0 is created. dmesg | grep usb states: [ 1.525290] usb 3-1: new full-speed USB device number 2 using sw-ohci Is the driver included in the image? If not, how can I install it? Thanks for your help! Stepman
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines