I’m want to switch to Kernel 3.14 from 3.8, so i upgraded the kernel by issuing commands
sudo apt-get update
sudo apt-get install linux-image-3.14.19-ti-r27 a
this updated the kernel but thereafter i was not unable to SSH via USB what i also noted is the Flash Storage didn’t Mount
as usually it used to in 3.8.
I tried this twice with different kernel images of 3.14 releases. But no success same thing
Thereafter i downloaded the image from website with 3,14 kernel, flashed the eMMC (BBB-eMMC-flasher-debian-jessie-lxqt-armhf-2014-10-22-2gb.img)
Note : - Im using a 4GB Flash BBB, Rev C
Now the Drive is mounted in PC but still i cant connect the BBB via SSH the IP I’m using is 192.168.7.2 Port 22
I’m unable to debug via SERIAL as i don’t have a USB-TTL 3.3 V Cable yet.
Well after successful installation and getting SSH the first thing i tried was USB WiFi which seems not to be working on this kernel worked well with 3.8
USB Stick Details = TP-LINK TL-WN722N
lsusb
Bus 001 Device 003: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
this was working well with Kernel 3.8, after doing all the basic Wireless Configurations required and issuing the command
ifup wlan0
The command in 3.14 Kernel after doing all required configurations produces the error “Operation not possible due to RF-kill” detailed description listed below
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/
RTNETLINK answers: Operation not possible due to RF-kill
Listening on LPF/wlan0/e8:de:27:05:af:fc
Sending on LPF/wlan0/e8:de:27:05:af:fc
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
send_packet: Network is down
dhclient.c:1966: Failed to send 300 byte long packet over wlan0 interface.
receive_packet failed on wlan0: Network is down
Robert, wasnt there just a post the other night how to bypass this on 3.14.x ? Something about downloading rfkill via apt ( yeah didnt make sense to me either ), then configure-ring it to ignore a device ?
So with 2014-11-11 (v3.14.x) and just adding the "wpasupplicant" i can
now scan and attempt to connect to the one white-listed router we have
(which of course i forgot the password to).. This is using an older
Atheros AR9170..
I have a few atk9's similar to the tp-link at home, i'll try later..
Hello Robert,
I am also facing with similar problem as Altaf faced. I run command “update kernel” on my BBB (debian), and now cannot access to BBB through usb cable. I tried to reinstall debian from microSD to BBB but no success. In BBB page it is stated that after flashing the eMMC, all 4 leds will lit solid and it will take approximately 45 minutes. But in my first try only three leds (except USER3 led) lit solid for 1 hour. After that powered down BBB but the problem remained. I thought that maybe there was a problem while downloading image and downloaded it again. In my seacond try after 2-3 minutes all leds lit solid (indicating that flashing is finished) but I waited for an hour to be sure. But no use still I cannot connect to my BBB through usb cable. I searched for my previous debian image which was installed in it before upgrading (linux 3.8.13-bone70) but could not find it.
Hello,
I have solved this problem. I downloaded image file from this link http://elinux.org/Beagleboard:BeagleBoneBlack_Debian and checked it by md5sum command whether it is downloaded successfully. But all images that I downloaded from that link gave me different md5 than expected checksum number. So I downloaded image from armhf link http://www.armhf.com/download/ and finally cheksum matched. I followed same steps stated in Installation steps to install debian wheezy 3.14 but it also did not worked. Did I did something wrong? Or does lates image of debian have a bug? At last I was able to find linux 3.8.13-bone-70, I downloaded it from this link https://rcn-ee.net/deb/jessie-armhf/v3.8.13-bone70/install-me.sh and ran it. Finally, after reboot I got my preinstalled debian version on BBB.
Hello,
I have solved this problem. I downloaded image file from this link http://elinux.org/Beagleboard:BeagleBoneBlack_Debian and checked it by md5sum command whether it is downloaded successfully. But all images that I downloaded from that link gave me different md5 than expected checksum number.
Odd, if you still have the files’ can you please respond with the file names and md5sums?
So I downloaded image from armhf link http://www.armhf.com/download/ and finally cheksum matched. I followed same steps stated in Installation steps to install debian wheezy 3.14 but it also did not worked. Did I did something wrong? Or does lates image of debian have a bug? At last I was able to find linux 3.8.13-bone-70, I downloaded it from this link https://rcn-ee.net/deb/jessie-armhf/v3.8.13-bone70/install-me.sh and ran it. Finally, after reboot I got my preinstalled debian version on BBB.